| /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() 80 SkTArray<sk_sp<SkTextBlob>> blobs; in text_blob_cache_inner() local 119 blobs.emplace_back(builder.make()); in text_blob_cache_inner() 135 draw(canvas, 2, blobs); in text_blob_cache_inner() 136 draw(canvasNoLCD, 2, blobs); in text_blob_cache_inner() 140 draw(canvas, 1, blobs); in text_blob_cache_inner() 143 draw(canvasNoLCD, 1, blobs); in text_blob_cache_inner() 147 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/libtextclassifier/common/memory_image/ |
| D | memory-image.proto | 41 // True if the info stored in the data blobs uses the little endian 47 // Alignment (in bytes) for all data blobs. E.g., if this field is 16, then 51 // alignment) makes sure all data blobs are properly aligned. 56 // few (but large) data blobs, the space benefit is not worth the extra code
|
| /external/llvm/test/CodeGen/PowerPC/ |
| D | i128-and-beyond.ll | 4 ; as monolithic blobs.
|
| /external/swiftshader/third_party/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/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/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/autotest/test_suites/ |
| D | control.faft_dev | 18 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_bios | 18 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_bios_au_2 | 17 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_bios_au_3 | 17 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_bios_au_1 | 17 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_bios_tot | 20 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_ec | 17 (with state progress checks) and that error scenarios (corrupted blobs) are
|
| D | control.faft_bios_ec3po | 21 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_normal | 19 progress checks) and that error scenarios (corrupted blobs) are caught as
|
| D | control.faft_ec_au_2 | 17 (with state progress checks) and that error scenarios (corrupted blobs) are
|
| D | control.faft_ec_au_1 | 17 (with state progress checks) and that error scenarios (corrupted blobs) are
|
| D | control.faft_ec_tot | 20 (with state progress checks) and that error scenarios (corrupted blobs) are
|
| D | control.faft_ec_au_3 | 17 (with state progress checks) and that error scenarios (corrupted blobs) are
|
| /external/skia/src/core/ |
| D | SkPictureData.cpp | 81 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); in SkPictureData() local 82 fTextBlobCount = blobs.count(); in SkPictureData() 86 fTextBlobRefs[i] = SkRef(blobs[i]); in SkPictureData()
|