/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/ |
H A D | types.hpp | 50 struct Blob { struct 51 static inline void *copy_data(const void *data, size_t size) { in copy_data() 57 inline Blob(const void *data, size_t size) in Blob() argument 64 inline Blob(Blob&& other) noexcept in Blob() function 69 inline Blob& operator=(Blob&& other) noexcept { in operator =() 75 inline ~Blob() { in ~Blob() 81 inline UnOwnedBlob toUnOwned() const noexcept { in toUnOwned() 85 void *data = nullptr; 86 size_t size = 0; 91 Blob, enumerator
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() function 33 Blob(std::initializer_list<int> xs) { in Blob() argument 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() argument 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() argument 32 Blob(int x, int y) : val(x + y) {} in Blob() function 33 Blob(std::initializer_list<int> xs) { in Blob() argument 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() argument 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | no_destructor_test.cc | 30 struct Blob { struct 31 Blob() : val(42) {} in Blob() function 32 Blob(int x, int y) : val(x + y) {} in Blob() argument 33 Blob(std::initializer_list<int> xs) { in Blob() function 39 Blob(Blob&& b) noexcept : val(b.val) { in Blob() argument 45 ~Blob() { ABSL_INTERNAL_CHECK(moved_out, "~Blob"); } in ~Blob() 47 int val; 48 bool moved_out = false;
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/blob/ |
D | mod.rs | 201 pub struct Blob<'conn> { struct 225 ) -> Result<Blob<'a>> { in blob_open() argument 250 impl Blob<'_> { impl 310 impl io::Read for Blob<'_> { implementation 335 impl io::Write for Blob<'_> { implementation 370 impl io::Seek for Blob<'_> { implementation 398 impl Drop for Blob<'_> { implementation
|
D | pos_io.rs | 10 impl<'conn> Blob<'conn> { impl
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/ |
H A D | ISimpleLifetimeManager.h | 85 struct Blob struct 95 std::list<Blob> _free_blobs; /**< Free blobs */ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 69 bool AMDGPUPALMetadata::setFromBlob(unsigned Type, StringRef Blob) { in setFromBlob() 77 bool AMDGPUPALMetadata::setFromLegacyBlob(StringRef Blob) { in setFromLegacyBlob() 85 bool AMDGPUPALMetadata::setFromMsgPackBlob(StringRef Blob) { in setFromMsgPackBlob() 597 void AMDGPUPALMetadata::toBlob(unsigned Type, std::string &Blob) { in toBlob() 604 void AMDGPUPALMetadata::toLegacyBlob(std::string &Blob) { in toLegacyBlob() 617 void AMDGPUPALMetadata::toMsgPackBlob(std::string &Blob) { in toMsgPackBlob()
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | legacy_blob.rs | 184 pub struct Blob { struct 186 value: BlobValue, argument 218 impl Blob { impl 366 fn new_from_stream(stream: &mut dyn Read) -> Result<Blob> { in new_from_stream() 633 fn decrypt_if_required(super_key: &Option<Arc<dyn AesGcm>>, blob: Blob) -> Result<Blob> { in decrypt_if_required() 759 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file() 778 fn read_generic_blob(path: &Path) -> Result<Option<Blob>> { in read_generic_blob() 1240 ) -> Result<(Option<(Blob, LegacyKeyCharacteristics)>, Option<Vec<u8>>, Option<Vec<u8>>)> { in load_by_uid_alias() 1379 pub fn prepare_blob(blob: Blob, key: &[u8]) -> Result<Blob> { in prepare_blob()
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | generate_cc_blob_library.py | 90 class Blob(NamedTuple): class 154 blobs: Iterable[Blob], namespace: str | None = None 173 def array_def_from_blob_data(blob: Blob, blob_data: bytes) -> str: 199 blobs: Iterable[Blob], header_path: str, namespace: str | None = None
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.cpp | 70 bool AMDGPUPALMetadata::setFromBlob(unsigned Type, StringRef Blob) { in setFromBlob() 78 bool AMDGPUPALMetadata::setFromLegacyBlob(StringRef Blob) { in setFromLegacyBlob() 86 bool AMDGPUPALMetadata::setFromMsgPackBlob(StringRef Blob) { in setFromMsgPackBlob() 716 void AMDGPUPALMetadata::toBlob(unsigned Type, std::string &Blob) { in toBlob() 723 void AMDGPUPALMetadata::toLegacyBlob(std::string &Blob) { in toLegacyBlob() 736 void AMDGPUPALMetadata::toMsgPackBlob(std::string &Blob) { in toMsgPackBlob()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/codesign/ |
D | codesign.go | 75 type Blob struct { struct 76 typ uint32 // type of entry 77 offset uint32 // offset of entry 81 func (b *Blob) put(out []byte) []byte {
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | print-type.cpp | 45 struct Blob { struct 49 int Blob::*member_pointer; argument
|
/aosp_15_r20/external/libkmsxx/kms++/src/ |
H A D | blob.cpp | 10 Blob::Blob(Card& card, uint32_t blob_id) in Blob() function in kms::Blob 16 Blob::Blob(Card& card, void* data, size_t len) in Blob() function in kms::Blob
|
/aosp_15_r20/cts/tests/tests/media/audio/jni/ |
H A D | Blob.h | 54 Blob(size_t size) : in Blob() function 61 Blob(void *data, size_t size) : in Blob() function
|
/aosp_15_r20/system/nvram/messages/ |
H A D | blob.cpp | 26 Blob::Blob() {} in Blob() function in nvram::Blob 34 Blob::Blob(Blob&& other) : Blob() { in Blob() function in nvram::Blob
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | blob.h | 25 Blob() noexcept : meta_() {} in Blob() function 30 Blob(Blob&& other) noexcept : Blob() { in Blob() function
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/ |
H A D | push.rs | 19 impl<B: Buffer> Sealed for Blob<B> {} implementation 48 impl<B: Buffer> Pushable for Blob<B> { implementation
|
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/ |
H A D | lib.rs | 217 pub fn reference_table(&self, tag: &str) -> Blob { in reference_table() 317 pub struct Blob { struct 319 pub length: u32, 321 pub data: *mut u8,
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/ |
H A D | lib.rs | 89 pub struct Blob<B>(pub B); struct 91 impl<B: Buffer> Clone for Blob<B> { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 76 bool Document::readFromBlob(StringRef Blob, bool Multi) { in readFromBlob() 179 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
|
/aosp_15_r20/external/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 424 StringRef Blob) { in decodeMetadataStringsBlob() 464 StringRef Blob) { in decodeBlob() 571 StringRef Blob; in ParseBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 128 StringRef Blob, bool Multi, in readFromBlob() 247 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 715 StringRef Blob; in lazyLoadModuleMetadataBlock() local 963 StringRef Blob; in parseMetadata() local 995 StringRef Blob; in lazyLoadOneMetadata() local 1053 PlaceholderQueue &Placeholders, StringRef Blob, unsigned &NextMetadataNo) { in parseOneMetadata() 1924 ArrayRef<uint64_t> Record, StringRef Blob, in parseMetadataStrings()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 997 StringRef Blob; in ReadLexicalDeclContextStorage() local 1033 StringRef Blob; in ReadVisibleDeclContextStorage() local 1156 StringRef Blob; in ReadSourceManagerBlock() local 1218 StringRef Blob; in ReadSLocEntry() local 1251 StringRef Blob; in ReadSLocEntry() local 1910 StringRef Blob; in readInputFileInfo() local 2297 StringRef Blob; in ReadControlBlock() local 2564 StringRef Blob; in ReadASTBlock() local 3862 StringRef Blob, in parseModuleFileExtensionMetadata() 3904 StringRef Blob; in ReadExtensionBlock() local [all …]
|