HomeSort by: relevance | last modified time | path
    Searched refs:Content (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/external/bsd/atf/dist/tools/sample/
common.conf 0 Content-Type: application/X-atf-config; version="1"
  /src/external/bsd/atf/etc/atf/
NetBSD.conf 0 Content-Type: application/X-atf-config; version="1"
common.conf 0 Content-Type: application/X-atf-config; version="1"
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Object.cpp 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) {
24 OwnedContents.emplace_back(std::move(Content));
Object.h 36 std::unique_ptr<MemoryBuffer> &&Content);
Reader.cpp 26 {static_cast<uint8_t>(WS.Type), WS.Name, WS.Content});
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ArchiveEmitter.cpp 23 if (Doc.Content) {
24 Doc.Content->writeAsBinary(Out);
41 if (C.Content)
42 C.Content->writeAsBinary(Out);
ArchiveYAML.cpp 25 IO.mapOptional("Content", A.Content);
31 if (A.Members && A.Content)
32 return "\"Content\" and \"Members\" cannot be used together";
41 IO.mapOptional("Content", E.Content);
  /src/usr.bin/mail/
mime_attach.h 46 struct Content get_mime_content(struct attachment *, int);
  /src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.cpp 74 << ", Content start: " << ContentStartColumn << "\n");
222 StringRef Content = Token.TokenText.substr(2).ltrim();
223 return Content.startswith("clang-format on") ||
224 Content.startswith("clang-format off");
230 // Example: consider the content
309 if (CommentPragmasRegex.match(Content[LineIndex]))
311 return getCommentSplit(Content[LineIndex].substr(TailOffset),
319 StringRef Text = Content[LineIndex].substr(TailOffset);
320 // Text is relative to the content line, but Whitespaces operates relative to
336 static bool mayReflowContent(StringRef Content) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp 69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content,
73 while (!Content.empty()) {
85 uint16_t Attrs = support::endian::read16le(Content.data());
91 Content = Content.drop_front(Len);
209 static void handleFieldList(ArrayRef<uint8_t> Content,
213 while (!Content.empty()) {
215 static_cast<TypeLeafKind>(support::endian::read16le(Content.data()));
218 ThisLen = handleBaseClass(Content, Offset, Refs);
221 ThisLen = handleEnumerator(Content, Offset, Refs)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 80 /// Constructor for symbols/sections with content.
81 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress)
82 : ContentPtr(Content.data()), Size(Content.size()),
95 /// Set the content for this memory region.
96 void setContent(ArrayRef<char> Content) {
97 assert(!ContentPtr && !Size && "Content/zero-fill already set");
98 ContentPtr = Content.data();
99 Size = Content.size();
104 assert(!ContentPtr && !this->Size && "Content/zero-fill already set")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
AllTUsExecution.h 58 void mapVirtualFile(StringRef FilePath, StringRef Content) override {
59 OverlayFiles[FilePath] = std::string(Content);
StandaloneExecution.h 75 void mapVirtualFile(StringRef FilePath, StringRef Content) override {
76 Tool.mapVirtualFile(FilePath, Content);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ArchiveYAML.h 47 Optional<yaml::BinaryRef> Content;
53 Optional<yaml::BinaryRef> Content;
MinidumpYAML.h 99 yaml::BinaryRef Content;
149 yaml::BinaryRef Content;
152 RawContentStream(minidump::StreamType Type, ArrayRef<uint8_t> Content = {})
153 : Stream(StreamKind::RawContent, Type), Content(Content),
154 Size(Content.size()) {}
244 BinaryRef &Content);
  /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp 90 T Content;
195 DynStr.Content.add(Sym.Name);
197 DynStr.Content.add(Lib);
199 DynStr.Content.add(Stub.SoName.getValue());
208 ShStrTab.Content.add(Sec->Name);
210 ShStrTab.Content.finalize();
211 ShStrTab.Size = ShStrTab.Content.getSize();
212 DynStr.Content.finalize();
213 DynStr.Size = DynStr.Content.getSize();
222 DynSym.Content.add(DynStr.Content.getOffset(Sym.Name), Sym.Size, Bind
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 194 // the content of DWARF sections can be successfully parsed into the "DWARF:"
503 // If the DWARF section cannot be successfully parsed, emit raw content
508 RawSec->Content.reset();
812 ArrayRef<uint8_t> Content = *ContentOrErr;
813 DataExtractor Data(Content, Obj.isLE(), ELFT::Is64Bits ? 8 : 4);
817 while (Cur && Cur.tell() < Content.size()) {
823 if (Content.empty() || !Cur) {
826 S->Content = yaml::BinaryRef(Content);
845 ArrayRef<uint8_t> Content = *ContentOrErr
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgexec-1 15 "Content-Type: text/plain; charset=ISO-8859-1\n"
16 "Content-Transfer-Encoding: 8bit\n"
85 Content-Type: text/plain; charset=ISO-8859-1
86 Content-Transfer-Encoding: 8bit
msgexec-4 12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
81 Content-Type: text/plain; charset=UTF-8
82 Content-Transfer-Encoding: 8bit
xgettext-java-2 83 "Content-Type: text/plain; charset=UTF-8\n"
84 "Content-Transfer-Encoding: 8bit\n"
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 183 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content,
185 if (Content.Messages.size() == 1) {
186 printMessageToStream(Content.Messages[0], "", OS);
188 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) {
190 printMessageToStream(Content.Messages[i],
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFileBuilder.cpp 112 Desc.Content = std::move(Buffer);
175 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer()));
180 Entry.FileSize = IS.Content->getBufferSize();
200 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());
256 assert(SourceWriter.bytesRemaining() == IS.Content->getBufferSize());
258 arrayRefFromStringRef(IS.Content->getBuffer())));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h 57 StringRef Content;
64 Section(StringRef SegName, StringRef SectName, StringRef Content)
67 Content(Content) {}
90 // The raw content of the payload of the load command (located right after the
98 // corresponding content inside the binary.
237 /// step is done after binding. The content of the weak_bind info is an opcode
275 /// a uleb128 encoded offset which is location of the content named
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELF.cpp 383 ArrayRef<uint8_t> Content = *ContentsOrErr;
384 if (Content.size() < 4 || Content[0] != 'A' || Content[1] != 'P' ||
385 Content[2] != 'S' || Content[3] != '2')
387 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4);
621 ArrayRef<uint8_t> Content = *ContentsOrErr;
622 DataExtractor Data(Content, isLE(), ELFT::Is64Bits ? 8 : 4);
647 while (!ULEBSizeErr && Cur && Cur.tell() < Content.size())
    [all...]

Completed in 20 milliseconds

1 2 3 4