/third_party/rust/crates/cxx/demo/src/ |
D | blobstore.cc | 22 std::unordered_map<uint64_t, Blob> blobs; member in org::blobstore::BlobstoreClient::impl 45 impl->blobs[blobid] = {std::move(contents), {}}; in put() 51 impl->blobs[blobid].tags.emplace(tag); in tag() 57 auto blob = impl->blobs.find(blobid); in metadata() 58 if (blob != impl->blobs.end()) { in metadata()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | allocate.c | 48 desc->blobs = NULL; in protect_allocations() 53 struct allocation_blob *blob = desc->blobs; in drop_all_allocations() 55 desc->blobs = NULL; in drop_all_allocations() 77 struct allocation_blob *blob = desc->blobs; in allocate() 111 desc->blobs = newblob; in allocate()
|
D | allocate.h | 14 struct allocation_blob *blobs; member
|
/third_party/skia/tests/ |
D | TextBlobCacheTest.cpp | 36 static void draw(SkCanvas* canvas, int redraw, const SkTArray<sk_sp<SkTextBlob>>& blobs) { in draw() argument 39 for (int i = 0; i < blobs.count(); i++) { in draw() 40 const auto& blob = blobs[i]; in draw() 100 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local 143 blobs.emplace_back(builder.make()); in text_blob_cache_inner() 159 draw(canvas, 2, blobs); in text_blob_cache_inner() 160 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner() 164 draw(canvas, 1, blobs); in text_blob_cache_inner() 167 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner() 171 draw(canvas, 1, blobs); in text_blob_cache_inner()
|
/third_party/ffmpeg/libavcodec/ |
D | bmvvideo.c | 210 int blobs = bytestream_get_byte(&c->stream); in decode_frame() local 211 if (pkt->size < blobs * 65 + 2) { in decode_frame() 215 c->stream += blobs * 65; in decode_frame()
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_DER_w_precompiled.pod | 6 - internal DER writers for precompiled DER blobs 18 There may be already existing DER blobs that can simply be copied to
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-slice.any.js | 159 var blobs = data[0]; 163 var blob = new Blob(blobs);
|
/third_party/libwebsockets/READMEs/ |
D | README.cbor-lecp.md | 22 - No payload size limit, supports huge / endless strings or blobs bigger than 28 vaargs including sized blobs, C strings, double, int, unsigned long etc 29 - Completely immune to output fragmentation, supports huge strings and blobs 99 ## Handling CBOR UTF-8 strings and blobs 105 Strings or blobs may have indeterminite length, but if so, they are composed 112 For short strings or blobs where the length is known, the whole payload is 170 `ctx->buf[]` for blobs or utf-8 text strtings, or the `item.u` union for
|
D | README.json-lejp.md | 66 For short strings or blobs where the length is known, the whole payload is 98 `ctx->buf[]` for blobs or utf-8 text strtings, or the `item.u` union for
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config_none.c | 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
D | win_example.reg | 22 [HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\blobs]
|
D | config.h | 661 struct wpa_config_blob *blobs; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config_none.c | 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
D | win_example.reg | 22 [HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\blobs]
|
D | config.h | 690 struct wpa_config_blob *blobs; member
|
D | README-Windows.txt | 290 network block in the configuration file. In addition, blobs subkey has 291 possible blobs as values.
|
/third_party/rust/crates/cxx/ |
D | README_zh.md | 172 std::unordered_map<uint64_t, Blob> blobs; 196 impl->blobs[res] = {std::move(contents), {}}; 203 impl->blobs[blobid].tags.emplace(add_tag); 210 auto blob = impl->blobs.find(blobid); 211 if (blob != impl->blobs.end()) {
|
/third_party/mesa3d/docs/drivers/ |
D | d3d12.rst | 42 Write shader blobs
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | fat.c | 1144 size_t rwsize, tailsize, blobs, i; in copyfat() local 1153 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat() 1164 for (i = 0; i < blobs; in copyfat() 1166 if (i == blobs - 1) { in copyfat()
|
/third_party/curl/lib/ |
D | setopt.c | 1749 result = Curl_setblobopt(&data->set.blobs[BLOB_CERT], in Curl_vsetopt() 1764 result = Curl_setblobopt(&data->set.blobs[BLOB_CERT_PROXY], in Curl_vsetopt() 1795 result = Curl_setblobopt(&data->set.blobs[BLOB_KEY], in Curl_vsetopt() 1810 result = Curl_setblobopt(&data->set.blobs[BLOB_KEY_PROXY], in Curl_vsetopt() 2122 result = Curl_setblobopt(&data->set.blobs[BLOB_CAINFO], in Curl_vsetopt() 2145 result = Curl_setblobopt(&data->set.blobs[BLOB_CAINFO_PROXY], in Curl_vsetopt() 2212 result = Curl_setblobopt(&data->set.blobs[BLOB_SSL_ISSUERCERT], in Curl_vsetopt() 2228 result = Curl_setblobopt(&data->set.blobs[BLOB_SSL_ISSUERCERT_PROXY], in Curl_vsetopt()
|
D | easy.c | 859 memset(dst->set.blobs, 0, BLOB_LAST * sizeof(struct curl_blob *)); in dupset() 862 result = Curl_setblobopt(&dst->set.blobs[j], src->set.blobs[j]); in dupset()
|
D | url.c | 306 Curl_safefree(data->set.blobs[j]); in Curl_freeset() 3611 data->set.ssl.primary.issuercert_blob = data->set.blobs[BLOB_SSL_ISSUERCERT]; 3618 data->set.ssl.primary.cert_blob = data->set.blobs[BLOB_CERT]; 3619 data->set.ssl.primary.ca_info_blob = data->set.blobs[BLOB_CAINFO]; 3631 data->set.proxy_ssl.primary.cert_blob = data->set.blobs[BLOB_CERT_PROXY]; 3633 data->set.blobs[BLOB_CAINFO_PROXY]; 3637 data->set.blobs[BLOB_SSL_ISSUERCERT_PROXY]; 3645 data->set.proxy_ssl.key_blob = data->set.blobs[BLOB_KEY_PROXY]; 3663 data->set.ssl.key_blob = data->set.blobs[BLOB_KEY];
|
D | doh.c | 293 if(data->set.blobs[BLOB_CAINFO]) { in dohprobe() 295 data->set.blobs[BLOB_CAINFO]); in dohprobe()
|
/third_party/rust/crates/cxx/book/src/ |
D | tutorial.md | 502 metadata about blobs between our Rust application and C++ blobstore client. 608 std::unordered_map<uint64_t, Blob> blobs; 627 # impl->blobs[blobid] = {std::move(contents), {}}; 633 impl->blobs[blobid].tags.emplace(tag); 639 auto blob = impl->blobs.find(blobid); 640 if (blob != impl->blobs.end()) {
|
/third_party/rust/crates/bindgen/book/src/ |
D | faq.md | 64 As far as generating opaque blobs of bytes with the correct size and alignment,
|