| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | BreakableToken.cpp | 222 StringRef Content = Token.TokenText.substr(2).ltrim(); in switchesFormatting() local 223 return Content.startswith("clang-format on") || in switchesFormatting() 224 Content.startswith("clang-format off"); in switchesFormatting() 309 if (CommentPragmasRegex.match(Content[LineIndex])) in getSplit() 311 return getCommentSplit(Content[LineIndex].substr(TailOffset), in getSplit() 319 StringRef Text = Content[LineIndex].substr(TailOffset); in compressWhitespace() 336 static bool mayReflowContent(StringRef Content) { in mayReflowContent() argument 337 Content = Content.trim(Blanks); in mayReflowContent() 343 if (Content.startswith(Prefix)) { in mayReflowContent() 354 hasSpecialMeaningPrefix || kNumberedListRegexp.match(Content); in mayReflowContent() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList() argument 73 while (!Content.empty()) { in handleMethodOverloadList() 85 uint16_t Attrs = support::endian::read16le(Content.data()); in handleMethodOverloadList() 91 Content = Content.drop_front(Len); in handleMethodOverloadList() 209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList() argument 213 while (!Content.empty()) { in handleFieldList() 215 static_cast<TypeLeafKind>(support::endian::read16le(Content.data())); in handleFieldList() 218 ThisLen = handleBaseClass(Content, Offset, Refs); in handleFieldList() 221 ThisLen = handleEnumerator(Content, Offset, Refs); in handleFieldList() 224 ThisLen = handleDataMember(Content, Offset, Refs); in handleFieldList() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mime_garb4.in | 5 Content-Type: Multipart/Mixed; 9 Content-Type: message/rfc822; 11 Content-Transfer-Encoding: quoted-printable 12 Content-Disposition: inline 17 Content-Type: Multipart/Mixed; 21 Content-Type: text/plain; 22 Content-Transfer-Encoding: quoted-printable 29 Content-Type: text/plain; 31 Content-Transfer-Encoding: quoted-printable 32 Content-Disposition: inline
|
| H A D | mime_garb4.ref | 8 MAIN 95 |Content-Type: Multipart/Mixed; 14 MULT 0 |Content-Type: message/rfc822; 17 MULT 44 |Content-Transfer-Encoding: quoted-printable 18 MULT 72 |Content-Disposition: inline 27 NEST 91 |Content-Type: Multipart/Mixed; 31 BODY N 25 |Content-Type: text/plain; 32 BODY N 51 |Content-Transfer-Encoding: quoted-printable 41 MULT 0 |Content-Type: text/plain; 44 MULT 44 |Content-Transfer-Encoding: quoted-printable 45 MULT 72 |Content-Disposition: inline
|
| H A D | mime_garb1.in | 5 Content-Type: Multipart/Mixed; 9 Content-Type: text/plain; 11 Content-Transfer-Encoding: quoted-printable 12 Content-Disposition: inline 16 Content-Type: message/rfc822; 18 Content-Transfer-Encoding: quoted-printable 19 Content-Disposition: inline
|
| H A D | mime_garb2.in | 5 Content-Type: Multipart/Mixed; 9 Content-Type: text/plain; 11 Content-Transfer-Encoding: quoted-printable 12 Content-Disposition: inline 16 Content-Type: message/rfc822; 18 Content-Transfer-Encoding: 7bit 19 Content-Disposition: inline
|
| H A D | mime_garb3.in | 5 Content-Type: Multipart/Mixed; 10 Content-Type: text/plain; 12 Content-Transfer-Encoding: quoted-printable 13 Content-Disposition: inline 18 Content-Type: message/rfc822; 20 Content-Transfer-Encoding: quoted-printable 21 Content-Disposition: inline
|
| H A D | mime_garb2.ref | 8 MAIN 95 |Content-Type: Multipart/Mixed; 14 MULT 0 |Content-Type: text/plain; 17 MULT 44 |Content-Transfer-Encoding: quoted-printable 18 MULT 72 |Content-Disposition: inline 23 MULT 0 |Content-Type: message/rfc822; 26 MULT 32 |Content-Transfer-Encoding: 7bit 27 MULT 60 |Content-Disposition: inline
|
| H A D | mime_garb1.ref | 8 MAIN 95 |Content-Type: Multipart/Mixed; 14 MULT 0 |Content-Type: text/plain; 17 MULT 44 |Content-Transfer-Encoding: quoted-printable 18 MULT 72 |Content-Disposition: inline 23 MULT 0 |Content-Type: message/rfc822; 26 MULT 44 |Content-Transfer-Encoding: quoted-printable 27 MULT 72 |Content-Disposition: inline
|
| H A D | mime_garb3.ref | 8 MAIN 95 |Content-Type: Multipart/Mixed; 17 MULT 0 |Content-Type: text/plain; 20 MULT 44 |Content-Transfer-Encoding: quoted-printable 21 MULT 72 |Content-Disposition: inline 28 MULT 0 |Content-Type: message/rfc822; 31 MULT 44 |Content-Transfer-Encoding: quoted-printable 32 MULT 72 |Content-Disposition: inline
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 90 T Content; member 195 DynStr.Content.add(Sym.Name); in ELFStubBuilder() 197 DynStr.Content.add(Lib); in ELFStubBuilder() 199 DynStr.Content.add(Stub.SoName.getValue()); in ELFStubBuilder() 208 ShStrTab.Content.add(Sec->Name); in ELFStubBuilder() 210 ShStrTab.Content.finalize(); in ELFStubBuilder() 211 ShStrTab.Size = ShStrTab.Content.getSize(); in ELFStubBuilder() 212 DynStr.Content.finalize(); in ELFStubBuilder() 213 DynStr.Size = DynStr.Content.getSize(); in ELFStubBuilder() 222 DynSym.Content.add(DynStr.Content.getOffset(Sym.Name), Sym.Size, Bind, in ELFStubBuilder() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 508 RawSec->Content.reset(); in dumpDWARFSections() 812 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpStackSizesSection() local 813 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpStackSizesSection() 817 while (Cur && Cur.tell() < Content.size()) { in dumpStackSizesSection() 823 if (Content.empty() || !Cur) { in dumpStackSizesSection() 826 S->Content = yaml::BinaryRef(Content); in dumpStackSizesSection() 845 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpBBAddrMapSection() local 846 if (Content.empty()) in dumpBBAddrMapSection() 849 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4); in dumpBBAddrMapSection() 853 while (Cur && Cur.tell() < Content.size()) { in dumpBBAddrMapSection() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
| H A D | with-msgid-with-filter-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | no-msgid-with-eoh-event-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | with-msgid-with-long-line-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | no-msgid-no-eoh-event-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | with-msgid-with-eoh-event-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | with-msgid-no-eoh-event-no-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | no-msgid-with-eoh-event-with-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | no-msgid-no-eoh-event-with-thread.ref | 6 Content-Type: multipart/report; report-type=delivery-status; 8 Content-Transfer-Encoding: 7bit 13 Content-Description: Notification 14 Content-Type: text/plain; charset=us-ascii 20 Content-Description: Delivery report 21 Content-Type: message/delivery-status 37 Content-Description: Undelivered Message 38 Content-Type: message/rfc822
|
| H A D | with-msgid-with-eoh-event-with-thread.ref | 8 Content-Type: multipart/report; report-type=delivery-status; 10 Content-Transfer-Encoding: 7bit 15 Content-Description: Notification 16 Content-Type: text/plain; charset=us-ascii 22 Content-Description: Delivery report 23 Content-Type: message/delivery-status 39 Content-Description: Undelivered Message 40 Content-Type: message/rfc822
|
| H A D | with-msgid-with-long-line-with-thread.ref | 8 Content-Type: multipart/report; report-type=delivery-status; 10 Content-Transfer-Encoding: 7bit 15 Content-Description: Notification 16 Content-Type: text/plain; charset=us-ascii 22 Content-Description: Delivery report 23 Content-Type: message/delivery-status 39 Content-Description: Undelivered Message 40 Content-Type: message/rfc822
|
| H A D | with-msgid-with-filter-with-thread.ref | 8 Content-Type: multipart/report; report-type=delivery-status; 10 Content-Transfer-Encoding: 7bit 15 Content-Description: Notification 16 Content-Type: text/plain; charset=us-ascii 22 Content-Description: Delivery report 23 Content-Type: message/delivery-status 39 Content-Description: Undelivered Message 40 Content-Type: message/rfc822
|
| H A D | with-msgid-no-eoh-event-with-thread.ref | 8 Content-Type: multipart/report; report-type=delivery-status; 10 Content-Transfer-Encoding: 7bit 15 Content-Description: Notification 16 Content-Type: text/plain; charset=us-ascii 22 Content-Description: Delivery report 23 Content-Type: message/delivery-status 39 Content-Description: Undelivered Message 40 Content-Type: message/rfc822
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyldChecker.h | 81 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress) in MemoryRegionInfo() argument 82 : ContentPtr(Content.data()), Size(Content.size()), in MemoryRegionInfo() 96 void setContent(ArrayRef<char> Content) { in setContent() argument 98 ContentPtr = Content.data(); in setContent() 99 Size = Content.size(); in setContent()
|