/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 78 boolean query = true; in testBooleanRepeat() 79 assertThat(service.RepeatBoolean(query), is(query)); in testBooleanRepeat() 84 char query = 'A'; in testCharRepeat() local 85 assertThat(service.RepeatChar(query), is(query)); in testCharRepeat() 90 byte query = -128; in testByteRepeat() 91 assertThat(service.RepeatByte(query), is(query)); in testByteRepeat() 96 int query = 1 << 30; in testIntRepeat() local 97 assertThat(service.RepeatInt(query), is(query)); in testIntRepeat() 102 int query[] = {ITestService.TEST_CONSTANT, in testConstRepeat() local 110 for (int i = 0; i < query.length; i++) { in testConstRepeat() [all …]
|
/system/memory/libion/ |
D | ion.c | 214 struct ion_heap_query query; in ion_query_heap_cnt() local 217 memset(&query, 0, sizeof(query)); in ion_query_heap_cnt() 219 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query); in ion_query_heap_cnt() 222 *cnt = query.cnt; in ion_query_heap_cnt() 228 struct ion_heap_query query = { in ion_query_get_heaps() local 232 ret = ion_ioctl(fd, ION_IOC_HEAP_QUERY, &query); in ion_query_get_heaps()
|
/system/core/logcat/ |
D | event.logtags | 57 # count is negative for query phase, positive for merge phase 100 # sql: the executed query (without query args) 103 # sample_percent: the percent likelihood this query was logged
|
/system/core/adb/client/ |
D | commandline.cpp | 1711 std::string query = android::base::StringPrintf("host:%s%s", argv[0], listopt); in adb_commandline() local 1717 return adb_query_command(query); in adb_commandline() 1730 std::string query = android::base::StringPrintf("host:connect:%s", argv[1]); in adb_commandline() local 1731 return adb_query_command(query); in adb_commandline() 1735 std::string query = android::base::StringPrintf("host:disconnect:%s", in adb_commandline() local 1737 return adb_query_command(query); in adb_commandline() 1753 std::string query = in adb_commandline() local 1756 return adb_query_command(query); in adb_commandline() 1940 std::string query = "host:mdns:"; in adb_commandline() local 1943 query += "check"; in adb_commandline() [all …]
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_v2_app.te | 24 # allow cts to query all services
|
D | untrusted_app_all.te | 62 # allow cts to query all services
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | untrusted_v2_app.te | 24 # allow cts to query all services
|
D | untrusted_app_all.te | 65 # allow cts to query all services
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_int.h | 281 bool query); 294 extern void bta_hf_client_send_at_btrh(tBTA_HF_CLIENT_CB* client_cb, bool query,
|
D | bta_hf_client_at.cc | 1798 void bta_hf_client_send_at_cops(tBTA_HF_CLIENT_CB* client_cb, bool query) { in bta_hf_client_send_at_cops() argument 1803 if (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() argument 1928 if (query) { in bta_hf_client_send_at_btrh()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_v2_app.te | 24 # allow cts to query all services
|
D | untrusted_app_all.te | 74 # allow cts to query all services
|
/system/core/adb/ |
D | SERVICES.TXT | 32 This is a special query that is sent to the ADB server when a 64 This is a special form of query, where the 'host-serial:<serial-number>:' 148 to a real device, or that you have used a query prefix as described
|
D | OVERVIEW.TXT | 88 For example, to query the ADB server for its internal version number,
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | perfprofd.te | 48 # Simpleperf & perfprofd query a range of proc stats.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | perfprofd.te | 48 # Simpleperf & perfprofd query a range of proc stats.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | system_app.te | 65 # Allow developer settings to query gsid status
|
D | untrusted_app_all.te | 87 # allow cts to query all services
|
/system/sepolicy/private/ |
D | system_app.te | 65 # Allow developer settings to query gsid status
|
D | untrusted_app_all.te | 87 # allow cts to query all services
|
/system/core/fastboot/ |
D | README.md | 309 The host sends a query packet once on startup to sync with the device. 311 respond to all query packets regardless of sequence number. 317 The host sends an init packet once the query response is returned. The
|
/system/apex/docs/ |
D | README.md | 107 manager provides a binder service for other system components to query 109 components can query the list of APEX files installed in the device or query the
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app_all.te | 87 # allow cts to query all services
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 742 static bool GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget() argument 751 if (query == TableQuery::Status) { in GetSingleTarget()
|