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

  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 51 for (blob = config->blobs; blob; blob = blob->next) {
52 /* TODO: write blobs */
config.h 589 * blobs - Configuration blobs
591 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 1251 for (blob = config->blobs; blob; blob = blob->next) {
    [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/lge/hammerhead/self-extractors/
files-by-owner.sh 59 cat ../proprietary-blobs.txt |
  /device/lge/mako/self-extractors/
files-by-owner.sh 59 cat ../proprietary-blobs.txt |
  /device/moto/shamu/self-extractors/
files-by-owner.sh 60 cat ../proprietary-blobs.txt |
  /device/samsung/manta/self-extractors/
files-by-owner.sh 59 cat ../proprietary-blobs.txt |
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 482 // The restore set is the concatenation of the individual record blobs,
487 ArrayList<DecodedFilename> blobs = contentsByKey(packageDir); local
488 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
494 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.size() + " key files");
497 for (DecodedFilename keyEntry : blobs) {
  /device/asus/deb/self-extractors/
files-by-owner.sh 59 cat ../proprietary-blobs.txt |
  /device/asus/flo/self-extractors/
files-by-owner.sh 59 cat ../proprietary-blobs.txt |
  /external/chromium_org/third_party/skia/src/core/
SkPictureData.cpp 82 const SkTDArray<const SkTextBlob*>& blobs = record.getTextBlobRefs(); local
83 fTextBlobCount = blobs.count();
87 fTextBlobRefs[i] = SkRef(blobs[i]);
528 // 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:__anon6347
843 while ((bl = h->blobs)) {
844 h->blobs = bl->next;
1116 h->blobs = 0;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc 554 // blob journal, the safe thing to do is to clear it and leak the blobs,
649 // (for Blobs only) size [int64 as varInt]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 617 milliseconds