OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_QUERY
(Results
1 - 2
of
2
) sorted by null
/system/core/fastboot/
engine.c
56
#define
OP_QUERY
3
282
a = queue_action(
OP_QUERY
, "getvar:%s", var);
304
a = queue_action(
OP_QUERY
, "getvar:%s", var);
323
a = queue_action(
OP_QUERY
, "getvar:%s", var);
394
} else if (a->op ==
OP_QUERY
) {
/packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java
81
private static final String
OP_QUERY
= "query";
456
SqlParams params = createSqlParams(
OP_QUERY
, uri, selection, selectionArgs);
[
all
...]
Completed in 221 milliseconds