OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blobs
(Results
1 - 6
of
6
) sorted by null
/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
...]
/external/wpa_supplicant/
config.h
270
*
blobs
- Configuration
blobs
272
struct wpa_config_blob *
blobs
;
member in struct:wpa_config
/external/wpa_supplicant_6/wpa_supplicant/
config.h
247
*
blobs
- Configuration
blobs
249
struct wpa_config_blob *
blobs
;
member in struct:wpa_config
/external/wpa_supplicant_8/wpa_supplicant/
config.h
266
*
blobs
- Configuration
blobs
268
struct wpa_config_blob *
blobs
;
member in struct:wpa_config
/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
) {
/external/javasqlite/src/main/native/
sqlite_jni.c
75
struct hbl *
blobs
; /* SQLite3 blob handles */
member in struct:__anon6653
844
while ((bl = h->
blobs
)) {
845
h->
blobs
= bl->next;
1117
h->
blobs
= 0;
[
all
...]
Completed in 102 milliseconds