| /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> { implementation
|
| D | ifndef.rs | 4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
|
| /external/rust/crates/vulkano/src/buffer/ |
| D | traits.rs | 36 fn as_buffer_slice(&self) -> BufferSlice<Self::Content, &Self> in as_buffer_slice() 54 Self: Sized + TypedBufferAccess<Content = [T]>, in slice() 61 fn into_buffer_slice(self) -> BufferSlice<Self::Content, Self> in into_buffer_slice() 79 Self: Sized + TypedBufferAccess<Content = [T]>, in index() 206 type Content: ?Sized; typedef 214 Self::Content: Content, in len() 225 type Content = <T::Target as TypedBufferAccess>::Content; typedef
|
| D | slice.rs | 75 B: TypedBufferAccess<Content = T>, in from_typed_buffer_access() 259 type Content = T; typedef
|
| /external/rust/crates/vulkano/src/memory/ |
| D | mod.rs | 164 pub unsafe trait Content { trait 196 unsafe impl<T> Content for [T] { impl 217 unsafe impl Content for .. {} impl
|
| /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/lottie/issue-repro-compose/src/main/java/com/airbnb/lottie/issues/compose/ |
| D | ComposeIssueReproActivity.kt | 23 fun Content() { in Content() method in com.airbnb.lottie.issues.compose.ComposeIssueReproActivity
|
| /external/rust/crates/vulkano/src/command_buffer/validity/ |
| D | copy_buffer.rs | 31 S: ?Sized + TypedBufferAccess<Content = T>, in check_copy_buffer() 32 D: ?Sized + TypedBufferAccess<Content = T>, in check_copy_buffer()
|
| D | index_buffer.rs | 31 B: ?Sized + BufferAccess + TypedBufferAccess<Content = [I]>, in check_index_buffer()
|
| /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/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/vulkan-headers/ |
| D | BUILD.md | 35 ### Installed Files 47 ### Usage in CMake
|
| /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/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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
| D | Content.java | 5 public interface Content { interface
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| D | Content.java | 6 public interface Content { interface
|
| /external/rust/crates/vulkano/src/command_buffer/ |
| D | auto.rs | 786 S: TypedBufferAccess<Content = T> + Send + Sync + 'static, in copy_buffer() 787 D: TypedBufferAccess<Content = T> + Send + Sync + 'static, in copy_buffer() 811 S: TypedBufferAccess<Content = [T]> + Send + Sync + 'static, in copy_buffer_dimensions() 812 D: TypedBufferAccess<Content = [T]> + Send + Sync + 'static, in copy_buffer_dimensions() 842 S: TypedBufferAccess<Content = [Px]> + Send + Sync + 'static, in copy_buffer_to_image() 864 S: TypedBufferAccess<Content = [Px]> + Send + Sync + 'static, 919 D: TypedBufferAccess<Content = [Px]> + Send + Sync + 'static, in copy_image_to_buffer() 941 D: TypedBufferAccess<Content = [Px]> + Send + Sync + 'static, 1110 + TypedBufferAccess<Content = [DispatchIndirectCommand]> in dispatch_indirect() 1242 + TypedBufferAccess<Content = [DrawIndirectCommand]> in draw_indirect() [all …]
|
| /external/clang/lib/Index/ |
| D | SimpleFormatContext.h | 48 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
|
| /external/webrtc/rtc_tools/data_channel_benchmark/ |
| D | peer_connection_signaling.proto | 10 oneof Content { oneof
|
| /external/apache-http/src/org/apache/http/impl/ |
| D | EnglishReasonPhraseCatalog.java | 142 "No Content"); in setReason() 203 "Reset Content"); in setReason() 205 "Partial Content"); in setReason()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | PDBFileBuilder.h | 77 std::unique_ptr<MemoryBuffer> Content; member
|
| /external/jackson-databind/src/test/java/perf/ |
| D | MediaItem.java | 79 public static class Content class in MediaItem 93 public Content() { } in Content() method in MediaItem.Content
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/testutil/ |
| D | MediaItem.java | 79 public static class Content class in MediaItem 93 public Content() { } in Content() method in MediaItem.Content
|
| /external/jackson-core/src/test/java/perf/ |
| D | MediaItem.java | 122 public static class Content class in MediaItem 173 public Content() { } in Content() method in MediaItem.Content
|