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

1 2

  /external/wpa_supplicant/
config_none.c 52 for (blob = config->blobs; blob; blob = blob->next) {
53 /* TODO: write blobs */
config.h 270 * blobs - Configuration blobs
272 struct wpa_config_blob *blobs; member in struct:wpa_config
config.c     [all...]
  /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
  /external/wpa_supplicant_8/wpa_supplicant/
config_none.c 52 for (blob = config->blobs; blob; blob = blob->next) {
53 /* TODO: write blobs */
config.h 266 * blobs - Configuration blobs
268 struct wpa_config_blob *blobs; member in struct:wpa_config
  /device/moto/stingray/
setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/moto/wingray/
setup-makefiles.sh 40 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/samsung/crespo/
setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/samsung/maguro/
setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/samsung/toro/
setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/ti/panda/
setup-makefiles.sh 39 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /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/samsung/crespo4g/
setup-makefiles.sh 47 \$(call inherit-product, vendor/__MANUFACTURER__/__DEVICE__/device-vendor-blobs.mk)
  /device/samsung/crespo4g/self-extractors/samsung/staging/
device-crespo4g.mk 21 # Samsung blobs necessary for Nexus S hardware
26 # Samsung blobs necessary for CDMA/WiMAX on Nexus S hardware
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 220 // The restore set is the concatenation of the individual record blobs,
222 File[] blobs = packageDir.listFiles(); local
223 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
229 if (DEBUG) Log.v(TAG, " getRestoreData() found " + blobs.length + " key files");
232 for (File f : blobs) {
  /device/moto/stingray/self-extractors/broadcom/staging/
device-stingray.mk 17 # Broadcom blobs necessary for stingray hardware
  /device/moto/wingray/self-extractors/broadcom/staging/
device-wingray.mk 17 # Broadcom blobs necessary for wingray hardware
  /device/samsung/crespo/self-extractors/broadcom/staging/
device-crespo.mk 17 # Broadcom blobs necessary for Nexus S hardware
  /device/samsung/crespo/self-extractors/samsung/staging/
device-crespo.mk 21 # Samsung blobs necessary for Nexus S hardware
  /device/samsung/crespo4g/self-extractors/broadcom/staging/
device-crespo4g.mk 17 # Broadcom blobs necessary for Nexus S hardware
  /device/samsung/crespo/self-extractors/imgtec/staging/
device-crespo.mk 17 # Imgtec blobs necessary for Nexus S hardware
  /device/samsung/crespo4g/self-extractors/imgtec/staging/
device-crespo4g.mk 17 # Imgtec blobs necessary for Nexus S hardware
  /device/ti/panda/self-extractors/imgtec/staging/
device-panda.mk 17 # Imgtec blobs necessary for Pandaboard

Completed in 416 milliseconds

1 2