Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 25 of 128) sorted by relevance

123456

/external/rust/cxx/gen/src/
Dout.rs20 pub struct Content<'a> { struct
42 content: RefCell::new(Content::new()), in new() argument
97 impl<'a> Write for Content<'a> { implementation
104 impl<'a> PartialEq for Content<'a> { implementation
110 impl<'a> Content<'a> { impl
Difndef.rs4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
/external/vulkan-headers/
DREADME.md14 ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
27 ### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
43 ### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
/external/angle/third_party/vulkan-deps/vulkan-headers/src/
DREADME.md14 ### Specification repository (https://github.com/KhronosGroup/Vulkan-Docs)
27 ### This repository (https://github.com/KhronosGroup/Vulkan-Headers)
43 ### Vulkan C++ Binding Repository (https://github.com/KhronosGroup/Vulkan-Hpp)
/external/rust/crates/serde/src/private/
Dser.rs428 pub enum Content { enum
471 impl Serialize for Content { implementation
578 fn serialize_bool(self, v: bool) -> Result<Content, E> { in serialize_bool()
582 fn serialize_i8(self, v: i8) -> Result<Content, E> { in serialize_i8()
586 fn serialize_i16(self, v: i16) -> Result<Content, E> { in serialize_i16()
590 fn serialize_i32(self, v: i32) -> Result<Content, E> { in serialize_i32()
594 fn serialize_i64(self, v: i64) -> Result<Content, E> { in serialize_i64()
598 fn serialize_u8(self, v: u8) -> Result<Content, E> { in serialize_u8()
602 fn serialize_u16(self, v: u16) -> Result<Content, E> { in serialize_u16()
606 fn serialize_u32(self, v: u32) -> Result<Content, E> { in serialize_u32()
[all …]
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DRawStringLiteral.cpp71 static bool needsRaw(llvm::StringRef Content) { in needsRaw()
75 static bool canBeRaw(llvm::StringRef Content) { in canBeRaw()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList()
265 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer()
274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices()
360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp68 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
208 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList()
264 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer()
273 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices()
359 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DArchiveYAML.h47 Optional<yaml::BinaryRef> Content; member
53 Optional<yaml::BinaryRef> Content; member
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h81 MemoryRegionInfo(StringRef Content, JITTargetAddress TargetAddress) in MemoryRegionInfo()
96 void setContent(StringRef Content) { in setContent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h81 MemoryRegionInfo(StringRef Content, JITTargetAddress TargetAddress) in MemoryRegionInfo()
96 void setContent(StringRef Content) { in setContent()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DBuilderWithBackRef2686Test.java43 public static class Content { class in BuilderWithBackRef2686Test
50 public Content(Container back, String contentValue) { in Content() method in BuilderWithBackRef2686Test.Content
/external/clang/unittests/Tooling/
DRewriterTestContext.h55 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
67 FileID createOnDiskFile(StringRef Name, StringRef Content) { in createOnDiskFile()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DContent.java5 public interface Content { interface
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-amdgpu-invalid.s63Content: 07000000D400000020000000414D44475055000081ae616d646873612e6b65726e656c73918ab92e67726… label
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h219 Optional<yaml::BinaryRef> Content; member
236 Optional<yaml::BinaryRef> Content; member
244 Optional<yaml::BinaryRef> Content; member
264 Optional<yaml::BinaryRef> Content; member
274 Optional<yaml::BinaryRef> Content; member
305 Optional<yaml::BinaryRef> Content; member
331 Optional<yaml::BinaryRef> Content; member
352 Optional<yaml::BinaryRef> Content; member
368 Optional<yaml::BinaryRef> Content; member
379 Optional<yaml::BinaryRef> Content; member
[all …]
/external/llvm-project/clang-tools-extra/clang-change-namespace/tool/
DClangChangeNamespace.cpp91 llvm::StringRef Content = File.get()->getBuffer(); in GetAllowedSymbolPatterns() local
152 std::string Content; in main() local
/external/llvm-project/llvm/unittests/Support/
DReplaceFileTest.cpp54 bool FDHasContent(int FD, StringRef Content) { in FDHasContent()
61 bool FileHasContent(StringRef File, StringRef Content) { in FileHasContent()
/external/llvm-project/clang/unittests/Tooling/
DRewriterTestContext.h68 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
80 FileID createOnDiskFile(StringRef Name, StringRef Content) { in createOnDiskFile()
/external/nist-sip/java/gov/nist/javax/sip/message/
DContent.java6 public interface Content { interface
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
/external/llvm-project/lld/test/ELF/invalid/
Dtls-symbol.s19 Content: '' label
/external/llvm-project/libc/utils/HdrGen/
DIncludeFileCommand.cpp34 llvm::StringRef Content = Buffer.get()->getBuffer(); in run() local
/external/llvm-project/clang/include/clang/Tooling/
DAllTUsExecution.h58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp823 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpStackSizesSection() local
856 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpBBAddrMapSection() local
900 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpAddrsigSection() local
941 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpLinkerOptionsSection() local
972 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpDependentLibrariesSection() local
998 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpCallGraphProfileSection() local
1138 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpContentSection() local
1190 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpNoteSection() local
1225 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpHashSection() local
1267 ArrayRef<uint8_t> Content = *ContentOrErr; in dumpGnuHashSection() local

123456