OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:query_res
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py
55
query_res
= cu.execute(q)
56
for row in
query_res
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py
55
query_res
= cu.execute(q)
56
for row in
query_res
:
/device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp
245
status_t
query_res
= mQemuClient.queryFrame(mCurrentFrame, mPreviewFrame,
local
252
if (
query_res
== NO_ERROR) {
259
__FUNCTION__, strerror(
query_res
));
Completed in 2027 milliseconds