Searched defs:query (Results 1 – 6 of 6) sorted by relevance
| /system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
| D | TestServiceClient.java | 98 char query = 'A'; in checkPrimitiveRepeat() local 114 int query = 1 << 30; in checkPrimitiveRepeat() local 122 int query[] = {ITestService.TEST_CONSTANT, in checkPrimitiveRepeat() local 139 long query = 1L << 60; in checkPrimitiveRepeat() local 147 float query = 1.0f/3.0f; in checkPrimitiveRepeat() local 155 double query = 1.0/3.0; in checkPrimitiveRepeat() local 170 int query = IntEnum.FOO; in checkPrimitiveRepeat() local 177 long query = LongEnum.FOO; in checkPrimitiveRepeat() local
|
| /system/iorap/src/db/ |
| D | models.h | 457 std::string query = "SELECT MAX(version) FROM schema_versions;"; in Version() local 577 std::string query = "SELECT * FROM packages WHERE id = ?1 LIMIT 1;"; in SelectById() local 591 std::string query = "SELECT * FROM packages WHERE name = ?1;"; in SelectByName() local 609 std::string query = in SelectByNameAndVersion() local 624 std::string query = "SELECT * FROM packages;"; in SelectAll() local 684 std::string query = "SELECT * FROM activities WHERE id = ? LIMIT 1;"; in SelectById() local 700 std::string query = "SELECT * FROM activities WHERE name = ? AND package_id = ? LIMIT 1;"; in SelectByNameAndPackageId() local 715 std::string query = "SELECT * FROM activities WHERE package_id = ?;"; in SelectByPackageId() local 801 std::string query = "SELECT * FROM app_launch_histories WHERE id = ? LIMIT 1;"; in SelectById() local 829 std::string query = "SELECT * FROM app_launch_histories " in SelectActivityHistoryForCompile() local [all …]
|
| /system/memory/libion/ |
| D | ion.c | 214 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/ |
| D | commandline.cpp | 1660 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local 1671 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local 1677 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local 1691 std::string query = in adb_commandline() local
|
| /system/bt/bta/hf_client/ |
| D | bta_hf_client_at.cc | 1799 void bta_hf_client_send_at_cops(tBTA_HF_CLIENT_CB* client_cb, bool query) { in bta_hf_client_send_at_cops() 1922 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/ |
| D | snapshot.cpp | 743 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget()
|