Home
last modified time | relevance | path

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

12345678910>>...16

/external/mesa3d/src/util/
Dblob.c44 grow_to_fit(struct blob *blob, size_t additional) in grow_to_fit()
86 align_blob(struct blob *blob, size_t alignment) in align_blob()
103 align_blob_reader(struct blob_reader *blob, size_t alignment) in align_blob_reader()
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 …]
Dblob.h49 struct blob { struct
67 * allocation blob. argument
75 * 1. blob->current should be equal to blob->end, (if not, too little was argument
114 blob_finish(struct blob *blob) in blob_finish()
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp32 void WriteSpirvHeader(std::vector<uint32_t> *blob, uint32_t idCount) in WriteSpirvHeader()
55 void WriteNop(Blob *blob) in WriteNop()
62 void WriteUndef(Blob *blob, IdResultType idResultType, IdResult idResult) in WriteUndef()
70 void WriteSourceContinued(Blob *blob, LiteralString continuedSource) in WriteSourceContinued()
82 void WriteSource(Blob *blob, in WriteSource()
107 void WriteSourceExtension(Blob *blob, LiteralString extension) in WriteSourceExtension()
119 void WriteName(Blob *blob, IdRef target, LiteralString name) in WriteName()
132 void WriteMemberName(Blob *blob, IdRef type, LiteralInteger member, LiteralString name) in WriteMemberName()
146 void WriteString(Blob *blob, IdResult idResult, LiteralString string) in WriteString()
159 void WriteLine(Blob *blob, IdRef file, LiteralInteger line, LiteralInteger column) in WriteLine()
[all …]
/external/harfbuzz_ng/src/
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 …]
/external/skia/src/text/gpu/
DTextBlobRedrawCoordinator.cpp39 sk_sp<TextBlob> blob = this->findOrCreateBlob(viewMatrix, glyphRunList, paint, in drawGlyphRunList() local
53 sk_sp<TextBlob> blob = this->findOrCreateBlob(viewMatrix, glyphRunList, paint, in drawGlyphRunList() local
69 sk_sp<TextBlob> blob; in findOrCreateBlob() local
96 const GlyphRunList& glyphRunList, sk_sp<TextBlob> blob) { in addOrReturnExisting()
110 sk_sp<TextBlob> blob = idEntry->find(key); in find() local
119 void TextBlobRedrawCoordinator::remove(TextBlob* blob) { in remove()
124 void TextBlobRedrawCoordinator::internalRemove(TextBlob* blob) { in internalRemove()
170 for (const auto& blob : idEntry->fBlobs) { in internalPurgeStaleBlobs() local
190 void TextBlobRedrawCoordinator::internalCheckPurge(TextBlob* blob) { in internalCheckPurge()
214 sk_sp<TextBlob> TextBlobRedrawCoordinator::internalAdd(sk_sp<TextBlob> blob) { in internalAdd()
[all …]
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc390 void FtraceParser::ParseFtraceStats(ConstBytes blob, in ParseFtraceStats()
1112 ConstBytes blob) { in ParseGenericFtrace()
1142 ConstBytes blob, in ParseTypedFtraceToRaw()
1250 ConstBytes blob) { in ParseSchedSwitch()
1261 ConstBytes blob) { in ParseSchedWaking()
1272 void FtraceParser::ParseSchedProcessFree(int64_t timestamp, ConstBytes blob) { in ParseSchedProcessFree()
1278 void FtraceParser::ParseCpuFreq(int64_t timestamp, ConstBytes blob) { in ParseCpuFreq()
1287 void FtraceParser::ParseGpuFreq(int64_t timestamp, ConstBytes blob) { in ParseGpuFreq()
1296 void FtraceParser::ParseCpuIdle(int64_t timestamp, ConstBytes blob) { in ParseCpuIdle()
1307 ConstBytes blob) { in ParsePrint()
[all …]
Dpkvm_hyp_cpu_tracker.cc55 protozero::ConstBytes blob) { in ParseHypEvent()
93 protozero::ConstBytes blob) { in ParseHostHcall()
110 protozero::ConstBytes blob) { in ParseHostSmc()
127 protozero::ConstBytes blob) { in ParseHostMemAbort()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disk_cache.c71 struct blob blob; in etna_disk_cache_init_shader_key() local
85 struct blob blob; in compute_variant_key() local
98 retrieve_variant(struct blob_reader *blob, struct etna_shader_variant *v) in retrieve_variant()
114 store_variant(struct blob *blob, const struct etna_shader_variant *v) in store_variant()
152 struct blob_reader blob; in etna_disk_cache_retrieve() local
179 struct blob blob; in etna_disk_cache_store() local
/external/mesa3d/src/freedreno/ir3/
Dir3_disk_cache.c90 struct blob blob; in ir3_disk_cache_init_shader_key() local
108 struct blob blob; in compute_variant_key() local
121 retrieve_variant(struct blob_reader *blob, struct ir3_shader_variant *v) in retrieve_variant()
142 store_variant(struct blob *blob, struct ir3_shader_variant *v) in store_variant()
186 struct blob_reader blob; in ir3_disk_cache_retrieve() local
216 struct blob blob; in ir3_disk_cache_store() local
/external/pigweed/pw_blob_store/
Dblob_store_test.cc77 BlobStoreBuffer<kBufferSize> blob( in WriteTestBlock() local
104 BlobStoreBuffer<kBufferSize> blob( in ChunkReadTest() local
165 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
172 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
204 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
233 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
246 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
297 BlobStore blob(kBlobTitle, in TEST_F() local
352 BlobStore blob(kBlobTitle, in TEST_F() local
401 BlobStoreBuffer<kBufferSize> blob( in TEST_F() local
[all …]
/external/libbrillo/brillo/
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 …]
Dsecure_blob.cc31 std::string BlobToString(const Blob& blob) { in BlobToString()
41 for (const auto& blob : blobs) in CombineBlobs() local
45 for (const auto& blob : blobs) in CombineBlobs() local
50 SecureBlob::SecureBlob(const Blob& blob) in SecureBlob()
132 SecureBlob SecureBlobToSecureHex(const SecureBlob& blob) { in SecureBlobToSecureHex()
146 SecureBlob blob(hex.size()/2, 0); in SecureHexToSecureBlob() local
Dfile_utils.h107 BRILLO_EXPORT bool WriteBlobToFile(const base::FilePath& path, const T& blob) { in WriteBlobToFile()
141 const T& blob, in WriteBlobToFileAtomic()
/external/skia/tests/
DTextBlobTest.cpp130 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
137 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
144 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
151 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
164 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
169 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
188 sk_sp<SkTextBlob> blob(builder.make()); in TestBounds() local
229 sk_sp<SkTextBlob> blob(builder.make()); in TestPaintProps() local
255 sk_sp<SkTextBlob> blob(builder.make()); in RunBuilderTest() local
347 sk_sp<SkTextBlob> blob(textBlobBuilder.make()); in DEF_TEST() local
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_parser.cc68 void AndroidProbesParser::ParseBatteryCounters(int64_t ts, ConstBytes blob) { in ParseBatteryCounters()
124 ConstBytes blob) { in ParsePowerRails()
158 void AndroidProbesParser::ParseEnergyBreakdown(int64_t ts, ConstBytes blob) { in ParseEnergyBreakdown()
206 ConstBytes blob) { in ParseEntityStateResidency()
235 void AndroidProbesParser::ParseAndroidLogPacket(ConstBytes blob) { in ParseAndroidLogPacket()
244 void AndroidProbesParser::ParseAndroidLogEvent(ConstBytes blob) { in ParseAndroidLogEvent()
308 void AndroidProbesParser::ParseAndroidLogStats(ConstBytes blob) { in ParseAndroidLogStats()
326 void AndroidProbesParser::ParseStatsdMetadata(ConstBytes blob) { in ParseStatsdMetadata()
336 void AndroidProbesParser::ParseAndroidGameIntervention(ConstBytes blob) { in ParseAndroidGameIntervention()
403 ConstBytes blob) { in ParseInitialDisplayState()
[all …]
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
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()
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
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()
/external/rust/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
/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding.cc25 for (const auto& blob : blobs) { in EncodeBlobs() local
35 for (absl::string_view blob : blobs) { in EncodeBlobs() local
40 for (absl::string_view blob : blobs) { in EncodeBlobs() local
/external/libese/libese-hw/nxp/pn80t/
Dlinux_spidev.c62 int platform_toggle_ven(void *blob, int val) { in platform_toggle_ven()
68 int platform_toggle_reset(void *blob, int val) { in platform_toggle_reset()
74 int platform_toggle_power_req(void *blob, int val) { in platform_toggle_power_req()
165 int platform_release(void *blob) { in platform_release()
173 int platform_wait(void *blob __attribute__((unused)), long usec) { in platform_wait()
Dnq_nci.c64 int platform_toggle_bootloader(void *blob, int val) { in platform_toggle_bootloader()
72 int platform_toggle_reset(void *blob, int val) { in platform_toggle_reset()
102 int platform_release(void *blob) { in platform_release()
113 int platform_wait(void *UNUSED(blob), long usec) { in platform_wait()
/external/perfetto/include/perfetto/trace_processor/
Dtrace_blob_view.h67 TraceBlobView(RefPtr<TraceBlob> blob, size_t offset, uint32_t length) in TraceBlobView()
116 RefPtr<TraceBlob> blob() const { return blob_; } in blob() function
119 TraceBlobView(RefPtr<TraceBlob> blob, const uint8_t* data, uint32_t length) in TraceBlobView()
/external/dtc/
Dfdtput.c153 static int store_key_value(char **blob, const char *node_name, in store_key_value()
187 static int create_paths(char **blob, const char *in_path) in create_paths()
230 static int create_node(char **blob, const char *node_name) in create_node()
269 static int delete_prop(char *blob, const char *node_name, const char *prop_name) in delete_prop()
295 static int delete_node(char *blob, const char *node_name) in delete_node()
318 char *blob; in do_fdtput() local
/external/mesa3d/src/mesa/state_tracker/
Dst_shader_cache.c44 write_stream_out_to_cache(struct blob *blob, in write_stream_out_to_cache()
57 copy_blob_to_driver_cache_blob(struct blob *blob, struct gl_program *prog) in copy_blob_to_driver_cache_blob()
65 write_tgsi_to_cache(struct blob *blob, const struct tgsi_token *tokens, in write_tgsi_to_cache()
76 write_nir_to_cache(struct blob *blob, struct gl_program *prog) in write_nir_to_cache()
96 struct blob blob; in st_serialise_ir_program() local
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
Dmain.c99 uint8_t blob[4096]; in test3() local
168 uint8_t blob[4096]; in test4() local
256 uint8_t blob[4096]; in test5() local

12345678910>>...16