OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock_status
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
attach2.test
159
proc
lock_status
{testnum db expected_result} {
161
# the
lock_status
list will not contain an entry for the temp
171
$db cache flush ;# The
lock_status
pragma should not be cached
172
execsql {PRAGMA
lock_status
} $db
186
lock_status
4.1.1 db {main unlocked temp closed file2 unlocked}
187
lock_status
4.1.2 db2 {main unlocked temp closed file2 unlocked}
198
lock_status
4.2.1 db {main shared temp closed file2 unlocked}
199
lock_status
4.2.2 db2 {main unlocked temp closed file2 unlocked}
206
lock_status
4.3.1 db {main shared temp closed file2 unlocked}
207
lock_status
4.3.2 db2 {main unlocked temp closed file2 unlocked
[
all
...]
lock7.test
33
execsql { PRAGMA
lock_status
} db1
36
execsql { PRAGMA
lock_status
} db2
47
execsql { PRAGMA
lock_status
} db1
50
execsql { PRAGMA
lock_status
} db2
cache.test
101
PRAGMA
lock_status
;
106
PRAGMA
lock_status
;
123
PRAGMA
lock_status
;
128
PRAGMA
lock_status
;
savepoint.test
194
execsql { PRAGMA
lock_status
}
199
execsql { PRAGMA
lock_status
}
204
execsql { PRAGMA
lock_status
}
209
execsql { PRAGMA
lock_status
}
214
execsql { PRAGMA
lock_status
}
638
set templockstate [lindex [db eval {PRAGMA
lock_status
}] 3]
660
execsql { PRAGMA
lock_status
}
667
PRAGMA
lock_status
;
673
PRAGMA
lock_status
;
680
PRAGMA
lock_status
;
[
all
...]
wal2.test
439
execsql { PRAGMA
lock_status
}
451
PRAGMA
lock_status
;
457
PRAGMA
lock_status
;
463
PRAGMA
lock_status
;
469
PRAGMA
lock_status
;
480
Pragma
Lock_Status
;
489
Pragma
loCK_STATus
;
501
pragma
lock_status
;
507
pragma
lock_status
;
513
pragma
lock_status
;
[
all
...]
jrnlmode2.test
76
execsql { PRAGMA
lock_status
}
lock2.test
43
execsql {pragma
lock_status
}
lock6.test
110
execsql {pragma
lock_status
}
lock.test
407
execsql { PRAGMA
lock_status
}
416
execsql { PRAGMA
lock_status
}
pragma.test
658
pragma
lock_status
;
666
pragma
lock_status
;
[
all
...]
pager1.test
166
sql1 { PRAGMA
lock_status
}
169
sql2 { PRAGMA
lock_status
}
190
sql1 { PRAGMA
lock_status
}
[
all
...]
walthread.test
251
PRAGMA
lock_status
;
capi3.test
857
db eval {PRAGMA
lock_status
}
capi3c.test
812
db eval {PRAGMA
lock_status
}
[
all
...]
backup.test
821
execsql { PRAGMA
lock_status
}
/external/libnfc-nci/src/nfc/int/
rw_int.h
117
tRW_T1T_LOCK_STATUS
lock_status
; /* Indicates if it is modifed to set tag as Read only */
member in struct:__anon20913
289
tRW_T2T_LOCK_STATUS
lock_status
; /* Indicates if it is modifed to set tag as Read only */
member in struct:__anon20918
[
all
...]
/external/chromium_org/chrome_frame/
chrome_active_document.cc
705
int
lock_status
= SECURELOCK_SET_UNSECURE;
local
708
lock_status
= new_navigation_info.displayed_insecure_content ?
715
base::win::ScopedVariant secure_lock_status(
lock_status
);
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
pragma.c
[
all
...]
Completed in 3511 milliseconds