| /external/rust/cxx/gen/src/ |
| D | out.rs | 20 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
|
| D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
|
| /external/vulkan-headers/ |
| D | README.md | 14 ### 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/ |
| D | README.md | 14 ### 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/ |
| D | ser.rs | 428 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/ |
| D | RawStringLiteral.cpp | 71 static bool needsRaw(llvm::StringRef Content) { in needsRaw() 75 static bool canBeRaw(llvm::StringRef Content) { in canBeRaw()
|
| /external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeIndexDiscovery.cpp | 69 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/ |
| D | TypeIndexDiscovery.cpp | 68 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/ |
| D | ArchiveYAML.h | 47 Optional<yaml::BinaryRef> Content; member 53 Optional<yaml::BinaryRef> Content; member
|
| /external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| D | RuntimeDyldChecker.h | 81 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/ |
| D | RuntimeDyldChecker.h | 81 MemoryRegionInfo(StringRef Content, JITTargetAddress TargetAddress) in MemoryRegionInfo() 96 void setContent(StringRef Content) { in setContent()
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
| D | BuilderWithBackRef2686Test.java | 43 public static class Content { class in BuilderWithBackRef2686Test 50 public Content(Container back, String contentValue) { in Content() method in BuilderWithBackRef2686Test.Content
|
| /external/clang/unittests/Tooling/ |
| D | RewriterTestContext.h | 55 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/ |
| D | Content.java | 5 public interface Content { interface
|
| /external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
| D | note-amdgpu-invalid.s | 63 …Content: 07000000D400000020000000414D44475055000081ae616d646873612e6b65726e656c73918ab92e67726… label
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | ELFYAML.h | 219 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/ |
| D | ClangChangeNamespace.cpp | 91 llvm::StringRef Content = File.get()->getBuffer(); in GetAllowedSymbolPatterns() local 152 std::string Content; in main() local
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | ReplaceFileTest.cpp | 54 bool FDHasContent(int FD, StringRef Content) { in FDHasContent() 61 bool FileHasContent(StringRef File, StringRef Content) { in FileHasContent()
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | RewriterTestContext.h | 68 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/ |
| D | Content.java | 6 public interface Content { interface
|
| /external/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| D | Object.cpp | 22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
|
| /external/llvm-project/lld/test/ELF/invalid/ |
| D | tls-symbol.s | 19 Content: '' label
|
| /external/llvm-project/libc/utils/HdrGen/ |
| D | IncludeFileCommand.cpp | 34 llvm::StringRef Content = Buffer.get()->getBuffer(); in run() local
|
| /external/llvm-project/clang/include/clang/Tooling/ |
| D | AllTUsExecution.h | 58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
| /external/llvm-project/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 823 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
|