Home
last modified time | relevance | path

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

1234

/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> { implementation
Difndef.rs4 pub(super) fn write(out: &mut Content, needed: bool, guard: &str) { in write()
/external/rust/crates/vulkano/src/buffer/
Dtraits.rs36 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
Dslice.rs75 B: TypedBufferAccess<Content = T>, in from_typed_buffer_access()
259 type Content = T; typedef
/external/rust/crates/vulkano/src/memory/
Dmod.rs164 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/
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/lottie/issue-repro-compose/src/main/java/com/airbnb/lottie/issues/compose/
DComposeIssueReproActivity.kt23 fun Content() { in Content() method in com.airbnb.lottie.issues.compose.ComposeIssueReproActivity
/external/rust/crates/vulkano/src/command_buffer/validity/
Dcopy_buffer.rs31 S: ?Sized + TypedBufferAccess<Content = T>, in check_copy_buffer()
32 D: ?Sized + TypedBufferAccess<Content = T>, in check_copy_buffer()
Dindex_buffer.rs31 B: ?Sized + BufferAccess + TypedBufferAccess<Content = [I]>, in check_index_buffer()
/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/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/vulkan-headers/
DBUILD.md35 ### Installed Files
47 ### Usage in CMake
/external/clang/unittests/Tooling/
DRewriterTestContext.h55 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/
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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DContent.java5 public interface Content { interface
/external/nist-sip/java/gov/nist/javax/sip/message/
DContent.java6 public interface Content { interface
/external/rust/crates/vulkano/src/command_buffer/
Dauto.rs786 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/
DSimpleFormatContext.h48 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
/external/webrtc/rtc_tools/data_channel_benchmark/
Dpeer_connection_signaling.proto10 oneof Content { oneof
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java142 "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/
DPDBFileBuilder.h77 std::unique_ptr<MemoryBuffer> Content; member
/external/jackson-databind/src/test/java/perf/
DMediaItem.java79 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/
DMediaItem.java79 public static class Content class in MediaItem
93 public Content() { } in Content() method in MediaItem.Content
/external/jackson-core/src/test/java/perf/
DMediaItem.java122 public static class Content class in MediaItem
173 public Content() { } in Content() method in MediaItem.Content

1234