HomeSort by relevance Sort by last modified time
    Searched defs:OP_QUERY (Results 1 - 3 of 3) 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";
445 SqlParams params = createSqlParams(OP_QUERY, uri, selection, selectionArgs);
626 if (!operation.equals(OP_QUERY)) {
    [all...]
  /external/pcre/dist/
pcre_internal.h     [all...]

Completed in 62 milliseconds