HomeSort by relevance Sort by last modified time
    Searched refs:blobs (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/tests/
TextBlobCacheTest.cpp 38 static void draw(SkCanvas* canvas, int redraw, const SkTArray<TextBlobWrapper>& blobs) {
41 for (int i = 0; i < blobs.count(); i++) {
42 const SkTextBlob* blob = blobs[i].fBlob.get();
89 SkTArray<TextBlobWrapper> blobs; local
129 blobs.emplace_back(builder.build());
145 draw(canvas, 2, blobs);
146 draw(canvasNoLCD, 2, blobs);
150 draw(canvas, 1, blobs);
153 draw(canvasNoLCD, 1, blobs);
157 draw(canvas, 1, blobs);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 51 for (blob = config->blobs; blob; blob = blob->next) {
52 /* TODO: write blobs */
config.h 618 * blobs - Configuration blobs
620 struct wpa_config_blob *blobs; member in struct:wpa_config
    [all...]
config.c     [all...]
config_winreg.c 19 * network block in the configuration file. In addition, blobs subkey has
20 * possible blobs as values.
58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk);
61 "blobs key");
62 return 0; /* assume no blobs */
953 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL,
956 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: "
1021 RegDeleteKey(hk, TEXT("blobs"));
1022 for (blob = config->blobs; blob; blob = blob->next) {
config_file.c     [all...]
  /device/common/
generate-blob-lists.sh 17 # This script auto-generates the lists of proprietary blobs necessary to build
49 DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
109 ) > $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt
110 cp $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt device/$MANUFACTURERNAME/$DEVICENAME/proprietary-blobs.txt
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 26 private boolean blobs[]; field in class: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...]
  /device/asus/fugu/self-extractors/
files-by-owner.sh 66 cat ../proprietary-blobs.txt |
  /device/google/dragon/self-extractors/
files-by-owner.sh 57 cat ../proprietary-blobs.txt |
  /device/moto/shamu/self-extractors/
files-by-owner.sh 60 cat ../proprietary-blobs.txt |
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 528 // The restore set is the concatenation of the individual record blobs,
533 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); local
534 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
540 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files");
543 for (DecodedFilename keyEntry : blobs) {
  /external/skia/src/core/
SkPictureData.cpp 70 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); local
71 fTextBlobCount = blobs.count();
75 fTextBlobRefs[i] = SkRef(blobs[i]);
477 // Delete all of the blobs that were already created (up to but excluding i):
  /external/javasqlite/src/main/native/
sqlite_jni.c 74 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon12802
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
1116 h->blobs = 0;
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]

Completed in 4881 milliseconds

1 2