Searched defs:query (Results 1 – 6 of 6) sorted by relevance
95 char query = 'A'; in testCharRepeat() local107 int query = 1 << 30; in testIntRepeat() local113 int query[] = {ITestService.TEST_CONSTANT, in testConstRepeat() local128 long query = 1L << 60; in testLongRepeat() local134 float query = 1.0f/3.0f; in testFloatRepeat() local140 double query = 1.0/3.0; in testDoubleRepeat() local152 int query = IntEnum.FOO; in testIntEnumRepeat() local158 long query = LongEnum.FOO; in testLongEnumRepeat() local
457 std::string query = "SELECT MAX(version) FROM schema_versions;"; in Version() local579 std::string query = "SELECT * FROM packages WHERE id = ?1 LIMIT 1;"; in SelectById() local593 std::string query = "SELECT * FROM packages WHERE name = ?1;"; in SelectByName() local611 std::string query = in SelectByNameAndVersion() local626 std::string query = "SELECT * FROM packages;"; in SelectAll() local686 std::string query = "SELECT * FROM activities WHERE id = ? LIMIT 1;"; in SelectById() local702 std::string query = "SELECT * FROM activities WHERE name = ? AND package_id = ? LIMIT 1;"; in SelectByNameAndPackageId() local717 std::string query = "SELECT * FROM activities WHERE package_id = ?;"; in SelectByPackageId() local803 std::string query = "SELECT * FROM app_launch_histories WHERE id = ? LIMIT 1;"; in SelectById() local832 std::string query = "SELECT * FROM app_launch_histories " in SelectActivityHistoryForCompile() local[all …]
214 struct ion_heap_query query; in ion_query_heap_cnt() local228 struct ion_heap_query query = { in ion_query_get_heaps() local
122 struct ion_heap_query query; in ion_heap_bench() local
1908 void bta_hf_client_send_at_cops(tBTA_HF_CLIENT_CB* client_cb, bool query) { in bta_hf_client_send_at_cops()2031 void bta_hf_client_send_at_btrh(tBTA_HF_CLIENT_CB* client_cb, bool query, in bta_hf_client_send_at_btrh()
834 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget()