Home
last modified time | relevance | path

Searched refs:TestQuery (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_validation_query_unittest.cc83 class TestQuery { class
85 TestQuery(const char* key, const char* version) { in TestQuery() function in __anoncb544b990111::TestQuery
99 std::unique_ptr<TestQuery> query1;
100 std::unique_ptr<TestQuery> query2;
103 query1 = std::make_unique<TestQuery>(kKey, kVersion); in SetUp()
104 query2 = std::make_unique<TestQuery>(kKey, kVersion); in SetUp()
259 query2 = std::make_unique<TestQuery>(kKeyAlt, kVersion); in TEST_F()
271 query2 = std::make_unique<TestQuery>(kKey, kVersionAlt); in TEST_F()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/
H A DPropertyInvalidatedCacheTests.java232 private static class TestQuery class in PropertyInvalidatedCacheTests
254 private final TestQuery mQuery;
261 this(module, api, new TestQuery()); in TestCache()
264 TestCache(String module, String api, TestQuery query) { in TestCache()
270 TestCache(Args args, TestQuery query) { in TestCache()
477 new TestQuery()); in testArgsConstructor()
651 new TestQuery()); in testIsolatedUids()
685 new TestQuery()); in testIsolatedUids()
719 new TestQuery()); in testCachingNulls()
732 new TestQuery()); in testCachingNulls()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java294 private static class TestQuery class in IpcDataCacheTest
316 private final TestQuery mQuery;
323 this(module, api, new TestQuery()); in TestCache()
326 TestCache(String module, String api, TestQuery query) { in TestCache()
332 this(c, new TestQuery()); in TestCache()
335 TestCache(IpcDataCache.Config c, TestQuery query) { in TestCache()
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DIpcDataCacheTest.java203 private static class TestQuery class in IpcDataCacheTest
220 private final TestQuery mQuery;
223 this(module, api, new TestQuery()); in TestCache()
226 TestCache(String module, String api, TestQuery query) { in TestCache()
/aosp_15_r20/external/marisa-trie/tests/
H A Dbase-test.cc215 void TestQuery() { in TestQuery() function
306 TestQuery(); in main()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery_test.go164 func TestQuery(t *testing.T) { func
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/test/
H A Dtest_uriparser.cc401 TEST_P(UriParserTestData, TestQuery) { in TEST_P() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequest_test.go30 func TestQuery(t *testing.T) { func
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp3299 void TestQuery(void) in TestQuery() function
7125 ot::Dns::Multicast::TestQuery(); in main()
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dsql_test.go256 func TestQuery(t *testing.T) { func