Home
last modified time | relevance | path

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

1234567

/external/rust/cxx/gen/src/
Dout.rs20 pub(crate) 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/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/kotlin/com/airbnb/lottie/issues/compose/
DComposeIssueReproActivity.kt23 fun Content() { in Content() method in com.airbnb.lottie.issues.compose.ComposeIssueReproActivity
/external/lottie/app-benchmark/src/main/kotlin/com/airbnb/lottie/benchmark/app/
DBenchmarkActivity.kt23 fun Content() { in Content() method
/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-16.0/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-16.0/llvm/include/llvm/ObjectYAML/
DArchiveYAML.h48 std::optional<yaml::BinaryRef> Content; member
54 std::optional<yaml::BinaryRef> Content; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h81 MemoryRegionInfo(ArrayRef<char> Content, JITTargetAddress TargetAddress) in MemoryRegionInfo()
96 void setContent(ArrayRef<char> 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/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/libcap/contrib/bug216610/
DREADME.md39 ## Content section in Linking psx and C code without cgo
/external/nist-sip/java/gov/nist/javax/sip/message/
DContent.java6 public interface Content { interface
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
/external/googleapis/google/actions/sdk/v2/conversation/prompt/content/
Dcontent.proto33 message Content { message
/external/googleapis/google/cloud/discoveryengine/v1/
Ddocument.proto43 message Content { message
/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/proto/google/cloud/discoveryengine/v1beta/
Ddocument.proto42 message Content { message
/external/googleapis/google/cloud/discoveryengine/v1beta/
Ddocument.proto43 message Content { message
/external/googleapis/google/ai/generativelanguage/v1/
Dcontent.proto31 message Content { message
/external/clang/lib/Index/
DSimpleFormatContext.h48 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DHost.cpp1341 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1347 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1353 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1455 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
1511 StringRef Content = P ? P->getBuffer() : ""; in getHostCPUName() local
/external/rust/crates/mls-rs/src/group/
Dmessage_verifier.rs136 content: &super::framing::Content, in signing_identity_for_sender()
184 content: &super::framing::Content, in signing_identity_for_new_member_commit()
201 content: &super::framing::Content, in signing_identity_for_new_member_proposal()

1234567