Home
last modified time | relevance | path

Searched defs:helper1 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/test/626-const-class-linking/src/
H A DMain.java73 Class<?> helper1 = delegating_loader.loadClass("Helper1"); in testMultiDex() local
127 final Class<?> helper1 = racy_loader.loadClass("Helper1"); in testRacyLoader() local
161 final Class<?> helper1 = racy_loader.loadClass("Helper1"); in testRacyLoader2() local
199 final Class<?> helper1 = racy_loader.loadClass("RacyMisbehavingHelper"); in testRacyMisbehavingLoader() local
234 final Class<?> helper1 = racy_loader.loadClass("RacyMisbehavingHelper"); in testRacyMisbehavingLoader2() local
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
H A DGracefulSwitchLoadBalancerTest.java240 Helper helper1 = helpers.get(lb1); in createSubchannelForwarded() local
263 Helper helper1 = helpers.get(lb1); in updateBalancingStateIsGraceful() local
318 Helper helper1 = helpers.get(lb1); in switchWhileOldPolicyIsNotReady() local
343 Helper helper1 = helpers.get(lb1); in switchWhileOldPolicyGoesFromReadyToNotReady() local
374 Helper helper1 = helpers.get(lb1); in switchWhileOldPolicyGoesFromReadyToNotReadyWhileNewPolicyStillIdle() local
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_transaction_unittest.cc1093 TransactionHelper helper1(kT1RecordCount); in TEST_F() local
1113 TransactionHelper helper1(kT1RecordCount); in TEST_F() local
1334 TransactionHelper helper1(ERR_NAME_NOT_RESOLVED); in TEST_F() local
1427 TransactionHelper helper1(ERR_NAME_NOT_RESOLVED); in TEST_F() local
1454 TransactionHelper helper1(ERR_DNS_SEARCH_EMPTY); in TEST_F() local
1488 TransactionHelper helper1(ERR_NAME_NOT_RESOLVED); in TEST_F() local
2001 TransactionHelper helper1(kT0RecordCount); in TEST_F() local
2474 TransactionHelper helper1(kT0RecordCount); in TEST_F() local
3437 TransactionHelper helper1(ERR_INVALID_ARGUMENT); in TEST_F() local
/aosp_15_r20/external/clang/test/CoverageMapping/Inputs/
H A Dmacros.h3 #define helper1 0 macro
/aosp_15_r20/external/python/cpython2/Lib/test/
Dprofilee.py73 def helper1(): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dprofilee.py73 def helper1(): function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
H A DZipfDistribution.java478 static double helper1(final double x) { in helper1() method in ZipfDistribution.ZipfRejectionInversionSampler
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DSQLiteOpenHelperTest.java100 TestOpenHelper helper1 = in testGetPath() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DIPC_test.cpp300 CallbackHelper helper1; in TEST_F() local
/aosp_15_r20/external/webrtc/audio/
H A Daudio_receive_stream_unittest.cc346 ConfigHelper helper1(use_null_audio_processing); in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py6593 def helper1(shape_x, shape_y, shape_z, shape_w): function