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

  /external/wpa_supplicant_6/wpa_supplicant/
config_none.c 52 for (blob = config->blobs; blob; blob = blob->next) {
53 /* TODO: write blobs */
config.h 247 * blobs - Configuration blobs
249 struct wpa_config_blob *blobs; member in struct:wpa_config
config.c     [all...]
config_file.c 931 for (blob = config->blobs; blob; blob = blob->next) {
config_winreg.c 25 * network block in the configuration file. In addition, blobs subkey has
26 * possible blobs as values.
64 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk);
67 "blobs key");
68 return 0; /* assume no blobs */
901 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL,
904 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: "
969 RegDeleteKey(hk, TEXT("blobs"));
970 for (blob = config->blobs; blob; blob = blob->next) {
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 46 for (blob = config->blobs; blob; blob = blob->next) {
47 /* TODO: write blobs */
config.h 467 * blobs - Configuration blobs
469 struct wpa_config_blob *blobs; member in struct:wpa_config
config.c     [all...]
config_file.c 966 for (blob = config->blobs; blob; blob = blob->next) {
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 */
931 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL,
934 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: "
999 RegDeleteKey(hk, TEXT("blobs"));
1000 for (blob = config->blobs; blob; blob = blob->next) {
  /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/common/
generate-blob-lists.sh 17 # This script auto-generates the lists of proprietary blobs necessary to build
110 ) > $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt
111 cp $ARCHIVEDIR/$DEVICENAME-proprietary-blobs.txt device/$MANUFACTURERNAME/$DEVICENAME/proprietary-blobs.txt
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 223 // The restore set is the concatenation of the individual record blobs,
225 File[] blobs = packageDir.listFiles(); local
226 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
232 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.length + " key files");
235 for (File f : blobs) {
  /device/ti/panda/self-extractors/imgtec/staging/
device-panda.mk 17 # Imgtec blobs necessary for Pandaboard
  /external/javasqlite/src/main/native/
sqlite_jni.c 75 struct hbl *blobs; /* SQLite3 blob handles */ member in struct:__anon8080
844 while ((bl = h->blobs)) {
845 h->blobs = bl->next;
1117 h->blobs = 0;
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 596 milliseconds