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.java113 char query = 'A'; in testCharRepeat() local
125 int query = 1 << 30; in testIntRepeat() local
131 int query[] = {ITestService.CONSTANT, ITestService.CONSTANT2, ITestService.CONSTANT3, in testConstRepeat() local
141 float query[] = {ITestService.FLOAT_CONSTANT, ITestService.FLOAT_CONSTANT2, in testConstFloatRepeat() local
152 double query[] = {ITestService.DOUBLE_CONSTANT, ITestService.DOUBLE_CONSTANT2, in testConstDoubleRepeat() local
163 long query = 1L << 60; in testLongRepeat() local
169 float query = 1.0f/3.0f; in testFloatRepeat() local
175 double query = 1.0/3.0; in testDoubleRepeat() local
187 int query = IntEnum.FOO; in testIntEnumRepeat() local
193 long query = LongEnum.FOO; in testLongEnumRepeat() local
/system/memory/libion/
Dion.c221 struct ion_heap_query query; in ion_query_heap_cnt() local
235 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/chre/host/common/
Dchre_aidl_hal_client.cc570 query, enumerator
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1006 bool SnapshotManager::GetSingleTarget(const std::string& dm_name, TableQuery query, in GetSingleTarget()
/system/security/keystore2/src/
Ddatabase.rs2587 let query = format!( in list_past_alias() localVariable