/external/skqp/tests/ |
D | TextBlobCacheTest.cpp | 30 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/ |
D | TextBlobCacheTest.cpp | 30 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/ |
D | JDBCPreparedStatement.java | 26 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/ |
D | secure_blob.cc | 22 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/ |
D | Kconfig | 20 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/ |
D | Kconfig | 18 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/ |
D | multi.its | 2 * U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs 8 description = "Various kernels, ramdisks and FDT blobs";
|
D | overlay-fdt-boot.txt | 199 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
|
D | sign-images.its | 4 description = "Chrome OS kernel image with one or more FDT blobs";
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/ |
D | AboutResources.txt | 1 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/ |
D | mutation.go | 78 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/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/libbrillo/policy/tests/whitelist/ |
D | README | 4 http://www.chromium.org/developers/how-tos/enterprise/protobuf-encoded-policy-blobs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/llvm/test/CodeGen/X86/ |
D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_none.c | 51 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/llvm/test/Linker/ |
D | inlineasm.ll | 8 ; rdar://9776316 - type remapping needed for inline asm blobs.
|
/external/u-boot/test/py/tests/vboot/ |
D | sign-images-sha256.its | 4 description = "Chrome OS kernel image with one or more FDT blobs";
|
D | sign-configs-sha256.its | 4 description = "Chrome OS kernel image with one or more FDT blobs";
|
D | sign-images-sha1.its | 4 description = "Chrome OS kernel image with one or more FDT blobs";
|