Home
last modified time | relevance | path

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

1234

/external/skqp/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()
84 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local
127 blobs.emplace_back(builder.make()); in text_blob_cache_inner()
143 draw(canvas, 2, blobs); in text_blob_cache_inner()
144 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner()
148 draw(canvas, 1, blobs); in text_blob_cache_inner()
151 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner()
155 draw(canvas, 1, blobs); in text_blob_cache_inner()
/external/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()
84 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local
127 blobs.emplace_back(builder.make()); in text_blob_cache_inner()
143 draw(canvas, 2, blobs); in text_blob_cache_inner()
144 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner()
148 draw(canvas, 1, blobs); in text_blob_cache_inner()
151 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner()
155 draw(canvas, 1, blobs); in text_blob_cache_inner()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java26 private boolean blobs[]; field in JDBCPreparedStatement
34 this.blobs = null;
82 blobs = new boolean[nparm];
104 if (blobs[parm]) {
128 blobs[parameterIndex - 1] = false;
137 blobs[parameterIndex - 1] = false;
145 blobs[parameterIndex - 1] = false;
153 blobs[parameterIndex - 1] = false;
161 blobs[parameterIndex - 1] = false;
169 blobs[parameterIndex - 1] = false;
[all …]
/external/libbrillo/brillo/
Dsecure_blob.cc22 Blob CombineBlobs(const std::initializer_list<Blob>& blobs) { in CombineBlobs() argument
24 for (const auto& blob : blobs) in CombineBlobs()
28 for (const auto& blob : blobs) in CombineBlobs()
/external/u-boot/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.
/external/u-boot/board/dfi/
DKconfig18 It requires some binary blobs - see README.x86 for details.
31 It requires some binary blobs - see README.x86 for details.
/external/u-boot/doc/uImage.FIT/
Dmulti.its2 * U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs
8 description = "Various kernels, ramdisks and FDT blobs";
Doverlay-fdt-boot.txt199 Note the minimum amount of different DT blobs, as well as the requirement for
200 the DT blobs to have a load address; the overlay application requires the blobs
Dsign-images.its4 description = "Chrome OS kernel image with one or more FDT blobs";
/external/grpc-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
/external/syzkaller/prog/
Dmutation.go78 var blobs []*DataArg
82 blobs = append(blobs, data)
86 if len(blobs) == 0 {
93 idx := r.Intn(len(blobs))
94 arg := blobs[idx]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/llvm/test/CodeGen/PowerPC/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/libbrillo/policy/tests/whitelist/
DREADME4 http://www.chromium.org/developers/how-tos/enterprise/protobuf-encoded-policy-blobs
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/llvm/test/CodeGen/X86/
Di128-and-beyond.ll4 ; as monolithic blobs.
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_none.c51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/swiftshader/third_party/LLVM/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/llvm/test/Linker/
Dinlineasm.ll8 ; rdar://9776316 - type remapping needed for inline asm blobs.
/external/u-boot/test/py/tests/vboot/
Dsign-images-sha256.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-sha1.its4 description = "Chrome OS kernel image with one or more FDT blobs";

1234