Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java95 char query = 'A'; in testCharRepeat() local
107 int query = 1 << 30; in testIntRepeat() local
113 int query[] = {ITestService.TEST_CONSTANT, in testConstRepeat() local
128 long query = 1L << 60; in testLongRepeat() local
134 float query = 1.0f/3.0f; in testFloatRepeat() local
140 double query = 1.0/3.0; in testDoubleRepeat() local
152 int query = IntEnum.FOO; in testIntEnumRepeat() local
158 long query = LongEnum.FOO; in testLongEnumRepeat() local
/system/iorap/src/db/
Dmodels.h457 std::string query = "SELECT MAX(version) FROM schema_versions;"; in Version() local
579 std::string query = "SELECT * FROM packages WHERE id = ?1 LIMIT 1;"; in SelectById() local
593 std::string query = "SELECT * FROM packages WHERE name = ?1;"; in SelectByName() local
611 std::string query = in SelectByNameAndVersion() local
626 std::string query = "SELECT * FROM packages;"; in SelectAll() local
686 std::string query = "SELECT * FROM activities WHERE id = ? LIMIT 1;"; in SelectById() local
702 std::string query = "SELECT * FROM activities WHERE name = ? AND package_id = ? LIMIT 1;"; in SelectByNameAndPackageId() local
717 std::string query = "SELECT * FROM activities WHERE package_id = ?;"; in SelectByPackageId() local
803 std::string query = "SELECT * FROM app_launch_histories WHERE id = ? LIMIT 1;"; in SelectById() local
832 std::string query = "SELECT * FROM app_launch_histories " in SelectActivityHistoryForCompile() local
[all …]
/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/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c122 struct ion_heap_query query; in ion_heap_bench() local
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc1908 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()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp834 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget()