/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_validation_query_unittest.cc | 83 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 D | PropertyInvalidatedCacheTests.java | 232 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 D | IpcDataCacheTest.java | 294 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 D | IpcDataCacheTest.java | 203 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 D | base-test.cc | 215 void TestQuery() { in TestQuery() function 306 TestQuery(); in main()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/ |
D | query_test.go | 164 func TestQuery(t *testing.T) { func
|
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/test/ |
H A D | test_uriparser.cc | 401 TEST_P(UriParserTestData, TestQuery) { in TEST_P() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | request_test.go | 30 func TestQuery(t *testing.T) { func
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_mdns.cpp | 3299 void TestQuery(void) in TestQuery() function 7125 ot::Dns::Multicast::TestQuery(); in main()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql_test.go | 256 func TestQuery(t *testing.T) { func
|