Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 25 of 1751) sorted by relevance

12345678910>>...71

/aosp_15_r20/external/angle/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp41 void WriteSpirvHeader(std::vector<uint32_t> *blob, uint32_t version, uint32_t idCount) in WriteSpirvHeader()
64 void WriteNop(Blob *blob) in WriteNop()
71 void WriteUndef(Blob *blob, IdResultType idResultType1, IdResult idResult2) in WriteUndef()
79 void WriteSourceContinued(Blob *blob, LiteralString continuedSource) in WriteSourceContinued()
91 void WriteSource(Blob *blob, in WriteSource()
116 void WriteSourceExtension(Blob *blob, LiteralString extension) in WriteSourceExtension()
128 void WriteName(Blob *blob, IdRef target, LiteralString name) in WriteName()
141 void WriteMemberName(Blob *blob, IdRef type, LiteralInteger member, LiteralString name) in WriteMemberName()
155 void WriteString(Blob *blob, IdResult idResult1, LiteralString string) in WriteString()
168 void WriteLine(Blob *blob, IdRef file, LiteralInteger line, LiteralInteger column) in WriteLine()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_parser.cc520 base::Status FtraceParser::ParseFtraceStats(ConstBytes blob, in ParseFtraceStats()
1489 ConstBytes blob) { in ParseGenericFtrace()
1520 ConstBytes blob, in ParseTypedFtraceToRaw()
1633 ConstBytes blob) { in ParseSchedSwitch()
1644 ConstBytes blob) { in ParseKprobe()
1671 ConstBytes blob) { in ParseSchedWaking()
1682 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree()
1688 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq()
1695 void FtraceParser::ParseCpuFreqThrottle(int64_t timestamp, ConstBytes blob) { in ParseCpuFreqThrottle()
1707 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq()
[all …]
/aosp_15_r20/external/mesa3d/src/util/
H A Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) in grow_to_fit()
86 blob_align(struct blob *blob, size_t alignment) in blob_align()
103 blob_reader_align(struct blob_reader *blob, size_t alignment) in blob_reader_align()
109 blob_init(struct blob *blob) in blob_init()
119 blob_init_fixed(struct blob *blob, void *data, size_t size) in blob_init_fixed()
129 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size) in blob_finish_get_buffer()
140 blob_overwrite_bytes(struct blob *blob, in blob_overwrite_bytes()
158 blob_write_bytes(struct blob *blob, const void *bytes, size_t to_write) in blob_write_bytes()
173 blob_reserve_bytes(struct blob *blob, size_t to_write) in blob_reserve_bytes()
187 blob_reserve_uint32(struct blob *blob) in blob_reserve_uint32()
[all …]
H A Dblob.h49 struct blob { struct
70 * allocation blob. argument
78 * 1. blob->current should be equal to blob->end, (if not, too little was argument
117 blob_finish(struct blob *blob) in blob_finish()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/turbine-combined/
Dservice-blobstore.jar ... .blob abstract annotation com.android.server.blob.BlobAccessMode$AccessType extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/repackaged-jarjar/turbine/
Dservice-blobstore.jar ... .server.blob com.android.server.blob.BlobStoreSession extends android.app.blob.IBlobStoreSession ...
/aosp_15_r20/external/pigweed/pw_blob_store/
H A Dblob_store_test.cc77 BlobStoreBuffer<kBufferSize> blob( in WriteTestBlock() local
89 void VerifyBlob(BlobStore& blob, size_t expected_data_size) { in VerifyBlob()
109 BlobStoreBuffer<kBufferSize> blob( in ChunkReadTest() local
170 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
177 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
209 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
230 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
243 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
303 BlobStore blob(kBlobTitle, in TEST_F() local
350 BlobStore blob(kBlobTitle, in TEST_F() local
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-blob.cc82 hb_blob_t *blob = hb_blob_create_or_fail (data, length, mode, in hb_blob_create() local
113 hb_blob_t *blob; in hb_blob_create_or_fail() local
173 hb_blob_t *blob; in hb_blob_create_sub_blob() local
200 hb_blob_copy_writable_or_fail (hb_blob_t *blob) in hb_blob_copy_writable_or_fail()
244 hb_blob_reference (hb_blob_t *blob) in hb_blob_reference()
262 hb_blob_destroy (hb_blob_t *blob) in hb_blob_destroy()
284 hb_blob_set_user_data (hb_blob_t *blob, in hb_blob_set_user_data()
306 hb_blob_get_user_data (const hb_blob_t *blob, in hb_blob_get_user_data()
322 hb_blob_make_immutable (hb_blob_t *blob) in hb_blob_make_immutable()
341 hb_blob_is_immutable (hb_blob_t *blob) in hb_blob_is_immutable()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/turbine/
Dservice-blobstore.jar ... .blob abstract annotation com.android.server.blob.BlobAccessMode$AccessType extends java.lang.Object ...
/aosp_15_r20/external/skia/src/text/gpu/
H A DTextBlobRedrawCoordinator.cpp45 sk_sp<TextBlob> blob = this->findOrCreateBlob(viewMatrix, glyphRunList, paint, in drawGlyphRunList() local
60 sk_sp<TextBlob> blob; in findOrCreateBlob() local
93 const GlyphRunList& glyphRunList, sk_sp<TextBlob> blob) { in addOrReturnExisting()
107 sk_sp<TextBlob> blob = idEntry->find(key); in find() local
116 void TextBlobRedrawCoordinator::remove(TextBlob* blob) { in remove()
121 void TextBlobRedrawCoordinator::internalRemove(TextBlob* blob) { in internalRemove()
162 for (const auto& blob : idEntry->fBlobs) { in internalPurgeStaleBlobs() local
182 void TextBlobRedrawCoordinator::internalCheckPurge(TextBlob* blob) { in internalCheckPurge()
206 sk_sp<TextBlob> TextBlobRedrawCoordinator::internalAdd(sk_sp<TextBlob> blob) { in internalAdd()
234 void TextBlobRedrawCoordinator::BlobIDCacheEntry::addBlob(sk_sp<TextBlob> blob) { in addBlob()
[all …]
/aosp_15_r20/external/skia/tests/
H A DTextBlobTest.cpp133 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
140 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
147 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
154 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
167 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
172 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
191 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
232 sk_sp<SkTextBlob> blob(builder.make()); in TestPaintProps() local
258 sk_sp<SkTextBlob> blob(builder.make()); in RunBuilderTest() local
350 sk_sp<SkTextBlob> blob(textBlobBuilder.make()); in DEF_TEST() local
[all …]
/aosp_15_r20/external/libbrillo/brillo/
H A Dsecure_blob_test.cc26 const Blob blob(std::begin(kTestBytes), std::end(kTestBytes)); in TEST() local
77 SecureBlob blob(32); in TEST_F() local
84 SecureBlob blob(32, 'a'); in TEST_F() local
93 SecureBlob blob(32, 0); in TEST_F() local
105 SecureBlob blob(std::begin(from_data), std::end(from_data)); in TEST_F() local
117 const Blob blob(bytes); in TEST_F() local
128 SecureBlob blob(std::begin(from_data), std::end(from_data)); in TEST_F() local
144 SecureBlob blob; in TEST_F() local
169 SecureBlob blob(length); in TEST_F() local
200 SecureBlob blob = SecureBlob(test_string.begin(), test_string.end()); in TEST_F() local
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dandroid_probes_parser.cc73 void AndroidProbesParser::ParseBatteryCounters(int64_t ts, ConstBytes blob) { in ParseBatteryCounters()
137 ConstBytes blob) { in ParsePowerRails()
171 void AndroidProbesParser::ParseEnergyBreakdown(int64_t ts, ConstBytes blob) { in ParseEnergyBreakdown()
229 ConstBytes blob) { in ParseEntityStateResidency()
263 void AndroidProbesParser::ParseAndroidLogPacket(ConstBytes blob) { in ParseAndroidLogPacket()
272 void AndroidProbesParser::ParseAndroidLogEvent(ConstBytes blob) { in ParseAndroidLogEvent()
336 void AndroidProbesParser::ParseAndroidLogStats(ConstBytes blob) { in ParseAndroidLogStats()
354 void AndroidProbesParser::ParseStatsdMetadata(ConstBytes blob) { in ParseStatsdMetadata()
364 void AndroidProbesParser::ParseAndroidGameIntervention(ConstBytes blob) { in ParseAndroidGameIntervention()
431 ConstBytes blob) { in ParseInitialDisplayState()
[all …]
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_disk_cache.c69 struct blob blob; in ir3_disk_cache_init_shader_key() local
93 struct blob blob; in compute_variant_key() local
107 retrieve_variant(struct blob_reader *blob, struct ir3_shader_variant *v) in retrieve_variant()
128 store_variant(struct blob *blob, const struct ir3_shader_variant *v) in store_variant()
149 ir3_retrieve_variant(struct blob_reader *blob, struct ir3_compiler *compiler, in ir3_retrieve_variant()
184 ir3_store_variant(struct blob *blob, const struct ir3_shader_variant *v) in ir3_store_variant()
223 struct blob_reader blob; in ir3_disk_cache_retrieve() local
253 struct blob blob; in ir3_disk_cache_store() local
/aosp_15_r20/external/coreboot/src/commonlib/
H A Ddevice_tree.c66 static int fdt_skip_nops(const void *blob, uint32_t offset) in fdt_skip_nops()
77 int fdt_next_property(const void *blob, uint32_t offset, in fdt_next_property()
114 int fdt_next_node_name(const void *blob, uint32_t offset, const char **name) in fdt_next_node_name()
133 int fdt_skip_node(const void *blob, uint32_t start_offset) in fdt_skip_node()
166 u32 fdt_read_prop(const void *blob, u32 node_offset, const char *prop_name, in fdt_read_prop()
195 u32 fdt_read_reg_prop(const void *blob, u32 node_offset, u32 addr_cells, u32 size_cells, in fdt_read_reg_prop()
234 static u32 fdt_read_cell_props(const void *blob, u32 node_offset, u32 *addrcp, u32 *sizecp) in fdt_read_cell_props()
265 static u32 fdt_find_node(const void *blob, u32 parent_node_offset, char **path, in fdt_find_node()
308 u32 fdt_find_node_by_path(const void *blob, const char *path, u32 *addrcp, u32 *sizecp) in fdt_find_node_by_path()
371 size_t fdt_find_subnodes_by_prefix(const void *blob, u32 node_offset, const char *prefix, in fdt_find_subnodes_by_prefix()
[all …]
/aosp_15_r20/system/security/keystore2/src/
H A Dlegacy_blob.rs489 let blob = Self::new_from_stream(&mut stream).context(ks_err!())?; in new_from_stream_decrypt_with() localVariable
698 let blob = Self::read_generic_blob(&self.make_chr_filename(uid, alias, prefix)) in read_characteristics_file() localVariable
701 let blob = match blob { in read_characteristics_file() localVariable
706 let blob = Self::decrypt_if_required(super_key, blob) in read_characteristics_file() localVariable
820 let blob = Self::read_generic_blob_decrypt_with(&path, decrypt) in read_legacy_keystore_entry() localVariable
1271 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1288 let blob = Self::decrypt_if_required(super_key, blob) in load_by_uid_alias() localVariable
1312 let blob = Self::read_generic_blob(&path).context(ks_err!("While loading super key."))?; in load_super_key() localVariable
1314 let blob = match blob { in load_super_key() localVariable
1321 let blob = aes_gcm_decrypt(&data, &iv, &tag, &key) in load_super_key() localVariable
[all …]
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DParamTypes.cpp248 bool ParseParamsBlob(std::vector<C2Param*> *params, const Params &blob) { in ParseParamsBlob()
254 Params *blob, in CreateParamsBlob()
261 Params *blob, in CreateParamsBlob()
268 Params *blob, in CreateParamsBlob()
275 Params *blob, in CreateParamsBlob()
282 Params *blob, in CreateParamsBlob()
290 Params blob) { in CopyParamsFromBlob()
297 Params blob) { in CopyParamsFromBlob()
304 const Params& blob) { in UpdateParamsFromBlob()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMAsn1Parser.java136 public short decodeRsa(short blob) { in decodeRsa()
142 public short decodeEc(short blob) { in decodeEc()
160 public void validateDerSubject(short blob) { in validateDerSubject()
173 public short decodeEcSubjectPublicKeyInfo(short blob) { in decodeEcSubjectPublicKeyInfo()
232 private void updateRsaKeyBuffer(short blob) { in updateRsaKeyBuffer()
256 public short decodeEcdsa256Signature(short blob, byte[] scratchPad, short scratchPadOff) { in decodeEcdsa256Signature()
282 short blob = KMByteBlob.instance(len); in decodeCommon() local
424 private void getBytes(short blob) { in getBytes()
456 public void init(short blob) { in init()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMAsn1Parser.java136 public short decodeRsa(short blob) { in decodeRsa()
142 public short decodeEc(short blob) { in decodeEc()
160 public void validateDerSubject(short blob) { in validateDerSubject()
173 public short decodeEcSubjectPublicKeyInfo(short blob) { in decodeEcSubjectPublicKeyInfo()
232 private void updateRsaKeyBuffer(short blob) { in updateRsaKeyBuffer()
256 public short decodeEcdsa256Signature(short blob, byte[] scratchPad, short scratchPadOff) { in decodeEcdsa256Signature()
282 short blob = KMByteBlob.instance(len); in decodeCommon() local
425 private void getBytes(short blob) { in getBytes()
457 public void init(short blob) { in init()
/aosp_15_r20/external/coreboot/util/bincfg/
H A Dbincfg.h19 struct blob { struct
20 unsigned int bloblen; argument
23 unsigned char *actualblob; argument
24 unsigned int lenactualblob; argument
32 static struct blob *binary; argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/repackaged-jarjar/javac/
Dservice-blobstore.jar ... .server.blob com.android.server.blob.BlobStoreSession extends android.app.blob.IBlobStoreSession ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/apex/blobstore/service/service-blobstore/android_common/javac/
Dservice-blobstore.jar ... android/server/ com/android/server/blob/ com/android/server/blob/BlobAccessMode
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/blob/
Dmod.rs203 blob: *mut ffi::sqlite3_blob, field
227 let mut blob = ptr::null_mut(); in blob_open() localVariable
442 let mut blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob() localVariable
491 let mut blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob_in_bufreader() localVariable
516 let blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob_in_bufwriter() localVariable
527 let mut blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob_in_bufwriter() localVariable
534 let blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob_in_bufwriter() localVariable
544 let mut blob = db.blob_open(DatabaseName::Main, "test", "content", rowid, false)?; in test_blob_in_bufwriter() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disk_cache.c68 struct blob blob; in etna_disk_cache_init_shader_key() local
82 struct blob blob; in compute_variant_key() local
95 retrieve_variant(struct blob_reader *blob, struct etna_shader_variant *v) in retrieve_variant()
111 store_variant(struct blob *blob, const struct etna_shader_variant *v) in store_variant()
149 struct blob_reader blob; in etna_disk_cache_retrieve() local
176 struct blob blob; in etna_disk_cache_store() local
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/utils/
H A Dtypes.cpp434 bool parseParamsBlob(std::vector<C2Param*> *params, const hidl_vec<uint8_t> &blob) { in parseParamsBlob()
440 hidl_vec<uint8_t> *blob, in createParamsBlob()
447 hidl_vec<uint8_t> *blob, in createParamsBlob()
454 hidl_vec<uint8_t> *blob, in createParamsBlob()
461 hidl_vec<uint8_t> *blob, in createParamsBlob()
468 hidl_vec<uint8_t> *blob, in createParamsBlob()
476 Params blob) { in copyParamsFromBlob()
483 Params blob) { in copyParamsFromBlob()
490 const Params& blob) { in updateParamsFromBlob()

12345678910>>...71