Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/flutter/skia/tests/
DTextBlobCacheTest.cpp30 static void draw(SkCanvas* canvas, int redraw, const SkTArray<sk_sp<SkTextBlob>>& blobs) { in draw() argument
33 for (int i = 0; i < blobs.count(); i++) { in draw()
34 const auto& blob = blobs[i]; in draw()
85 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local
128 blobs.emplace_back(builder.make()); in text_blob_cache_inner()
144 draw(canvas, 2, blobs); in text_blob_cache_inner()
145 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner()
149 draw(canvas, 1, blobs); in text_blob_cache_inner()
152 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner()
156 draw(canvas, 1, blobs); in text_blob_cache_inner()
/third_party/uboot/u-boot-2020.01/doc/board/google/
Dchromebook_link.rst7 First, you need the following binary blobs:
14 You can get these binary blobs by::
16 $ git clone http://review.coreboot.org/p/blobs.git
17 $ cd blobs
27 Make sure all these binary blobs are put in the board directory.
/third_party/skia/tests/
DTextBlobCacheTest.cpp36 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/uboot/u-boot-2020.01/tools/
Dimx_cntr_image.sh10 blobs=`awk '/^APPEND/ {print $2} /^IMAGE/ || /^DATA/ {print $3}' $file`
11 for f in $blobs; do
Dimx8m_image.sh11 blobs=`awk '/^SIGNED_HDMI/ {print $2} /^LOADER/ {print $2} /^SECOND_LOADER/ {print $2} /^DDR_FW/ {p…
12 for f in $blobs; do
/third_party/uboot/u-boot-2020.01/doc/
DREADME.bloblist9 A bloblist provides a way to store collections of binary information (blobs) in
49 multiple blobs it does not seem useful to allow multiple bloblists. Of course
50 there could be reasons for this, such as needing to spread the blobs around in
58 Bloblist provides a fairly simple API which allows blobs to be created and
/third_party/uboot/u-boot-2020.01/doc/uImage.FIT/
Dkernel_fdts_compressed.its2 * U-Boot uImage source file with a kernel and multiple compressed FDT blobs.
10 description = "Image with single Linux kernel and compressed FDT blobs";
Dmulti.its2 * U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs
8 description = "Various kernels, ramdisks and FDT blobs";
Dsign-images.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs.its4 description = "Chrome OS kernel image with one or more FDT blobs";
/third_party/uboot/u-boot-2020.01/board/congatec/
DKconfig20 It requires some binary blobs - see README.x86 for details.
31 out. It requires some binary blobs - see README.x86 for details.
/third_party/uboot/u-boot-2020.01/board/dfi/
DKconfig18 It requires some binary blobs - see README.x86 for details.
31 It requires some binary blobs - see README.x86 for details.
/third_party/ffmpeg/libavcodec/
Dbmvvideo.c210 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/grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DAboutResources.txt1 Images, layout descriptions, binary blobs and string dictionaries can be included
3 operate on the resource IDs instead of dealing with images, strings or binary blobs
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-slice.any.js159 var blobs = data[0];
163 var blob = new Blob(blobs);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_none.c51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_none.c51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/third_party/uboot/u-boot-2020.01/test/py/tests/vboot/
Dsign-images-sha1.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs-sha256.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-images-sha256.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs-sha1.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs-sha256-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs-sha256-pss-prod.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-configs-sha1-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";
Dsign-images-sha1-pss.its4 description = "Chrome OS kernel image with one or more FDT blobs";

1234