HomeSort by relevance Sort by last modified time
    Searched refs:blob (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 347 char blob[32]; local
350 snprintf(blob, sizeof(blob),
351 "blob://fast-pac-%d", id);
352 setNetworkParam(id, "pac_file", blob, true);
  /frameworks/base/cmds/keystore/
keystore.cpp 150 /* Here is the file format. There are two parts in blob.value, the secret and
152 * can be found in blob.length. The description is stored after the secret in
153 * plaintext, and its size is specified in blob.info. The total size of the two
156 * than blob.info, blob.length, and blob.value are modified by encryptBlob()
159 struct __attribute__((packed)) blob { struct
170 class Blob {
172 Blob(uint8_t* value, int32_t valueLength, uint8_t* info, uint8_t infoLength) {
180 Blob(blob b)
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 338 CRYPT_HASH_BLOB blob; local
346 blob.cbData = len;
347 blob.pbData = buf;
352 &blob, NULL);
    [all...]
eapol_test.c 262 struct wpa_config_blob *blob)
265 wpa_config_set_blob(wpa_s->conf, blob);
eapol_sm.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 294 CRYPT_HASH_BLOB blob; local
302 blob.cbData = len;
303 blob.pbData = buf;
308 &blob, NULL);
    [all...]
  /device/moto/stingray/self-extractors/nvidia/staging/
device-stingray.mk 17 # NVIDIA blob necessary for stingray hardware
  /device/moto/wingray/self-extractors/nvidia/staging/
device-wingray.mk 17 # NVIDIA blob necessary for wingray hardware
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 36 struct wpa_config_blob *blob)
39 wpa_config_set_blob(wpa_s->conf, blob);
44 "blob set");
eapol_test.c 305 struct wpa_config_blob *blob)
308 wpa_config_set_blob(wpa_s->conf, blob);
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 41 struct wpa_config_blob *blob)
44 wpa_config_set_blob(wpa_s->conf, blob);
49 "blob set");
eapol_test.c 307 struct wpa_config_blob *blob)
310 wpa_config_set_blob(wpa_s->conf, blob);
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 97 // TODO(akalin): Shouldn't blob be of type bytes instead of string?
98 SET_BYTES(blob);
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 30 #include "Blob.h"
134 * | Blob
157 * Blob :-
446 Blob* blob = toBlob(obj); local
447 write(blob->url());
448 write(blob->type());
449 write(blob->size());
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 48 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 136 * Gets the value of a specified JDBC {@code BLOB} parameter as a {@code
137 * java.sql.Blob}.
142 * @return a {@code java.sql.Blob} representing the value of the
148 public Blob getBlob(int parameterIndex) throws SQLException;
151 * Gets the value of a specified JDBC {@code BLOB} parameter as a {@code
152 * java.sql.Blob}.
156 * @return a {@code java.sql.Blob} representing the value of the
162 public Blob getBlob(String parameterName) throws SQLException;
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 20 import SQLite.Blob;
122 URL file = OldDatabaseTest.class.getResource("/blob.c");
907 Blob blobInput = new Blob();
909 // Create test input Blob
914 db.exec("create table TEST (res blob)",null);
915 inStream = Class.forName(this.getClass().getName()).getResourceAsStream("/blob.c");
925 Blob blob = db.open_blob(dbFile.getPath(), "TEST", "res", 1, true); local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 301 CRYPT_HASH_BLOB blob; local
309 blob.cbData = len;
310 blob.pbData = buf;
315 &blob, NULL);
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 624 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResourceData (id INTEGER PRIMARY KEY AUTOINCREMENT, data BLOB, path TEXT)");
643 // When a cache resource is deleted, its data blob should also be deleted.
1077 Vector<char> blob; local
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 427 byte [] blob = new EncodedStringValue(text != null ? text : "")
429 baos.write(blob, 0, blob.length);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
utilities.js 1082 var blob = builder.getBlob("application/octet-stream");
1083 var url = window.webkitURL.createObjectURL(blob);
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c     [all...]

Completed in 1773 milliseconds

1 2 3 4 56 7