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.java84 char query = 'A'; in testCharRepeat() local
96 int query = 1 << 30; in testIntRepeat() local
102 int query[] = {ITestService.TEST_CONSTANT, in testConstRepeat() local
117 long query = 1L << 60; in testLongRepeat() local
123 float query = 1.0f/3.0f; in testFloatRepeat() local
129 double query = 1.0/3.0; in testDoubleRepeat() local
141 int query = IntEnum.FOO; in testIntEnumRepeat() local
147 long query = LongEnum.FOO; in testLongEnumRepeat() local
/system/memory/libion/
Dion.c214 struct ion_heap_query query; in ion_query_heap_cnt() local
228 struct ion_heap_query query = { in ion_query_get_heaps() local
/system/core/adb/client/
Dcommandline.cpp1711 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local
1730 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local
1735 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local
1753 std::string query = in adb_commandline() local
1940 std::string query = "host:mdns:"; in adb_commandline() local
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc1798 void bta_hf_client_send_at_cops(tBTA_HF_CLIENT_CB* client_cb, bool query) { in bta_hf_client_send_at_cops()
1921 void bta_hf_client_send_at_btrh(tBTA_HF_CLIENT_CB* client_cb, bool query, in bta_hf_client_send_at_btrh()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp742 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget()