Home
last modified time | relevance | path

Searched defs:query (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java129 char query = 'A'; in checkPrimitiveRepeat() local
145 int query = 1 << 30; in checkPrimitiveRepeat() local
153 int query[] = {ITestService.TEST_CONSTANT, in checkPrimitiveRepeat() local
170 long query = 1 << 60; in checkPrimitiveRepeat() local
178 float query = 1.0f/3.0f; in checkPrimitiveRepeat() local
186 double query = 1.0/3.0; in checkPrimitiveRepeat() local
/system/core/adb/
Dcommandline.cpp1632 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local
1642 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local
1651 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local
/system/connectivity/shill/
Drouting_table.cc371 const Query& query = route_queries_.front(); in RouteMsgHandler() local
/system/bt/bta/hf_client/
Dbta_hf_client_at.c1660 void bta_hf_client_send_at_cops(BOOLEAN query) in bta_hf_client_send_at_cops()
1794 void bta_hf_client_send_at_btrh(BOOLEAN query, UINT32 val) in bta_hf_client_send_at_btrh()
/system/core/include/system/
Dwindow.h510 int (*query)(const struct ANativeWindow* window, member