/aosp_15_r20/external/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 34 test: function(CanvasKit, ctx) { method 59 test: function(CanvasKit, ctx) { method 82 test: function(CanvasKit, ctx) { method 106 test: function(CanvasKit, ctx) { method 130 test: function(CanvasKit, ctx) { method 157 test: function(CanvasKit, ctx) { method 174 test: function(CanvasKit, ctx) { method 196 test: function(CanvasKit, ctx) { method 217 test: function(CanvasKit, ctx) { method 247 test: function(CanvasKit, ctx) { method [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/test_driver/ |
D | range_return_test_driver.hpp | 29 static void test( in test() function 46 static void test( in test() function 67 static void test( in test() function 96 static void test( in test() function 125 static void test( in test() function 152 static void test( in test() function 185 static void test( in test() function 215 static void test( in test() function 239 static void test( in test() function 273 static void test( in test() function [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
H A D | TCKDateTimeFormatters.java | 129 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM yyyy"); in test_pattern_String() local 151 DateTimeFormatter test = DateTimeFormatter.ofPattern("d MMM yyyy", Locale.UK); in test_pattern_StringLocale() local 229 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoLocalDate() local 323 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoOffsetDate() local 381 … TemporalAccessor test = buildAccessor(year, month, day, null, null, null, null, offsetId, zoneId); in test_print_isoDate() local 453 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoLocalTime() local 523 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoOffsetTime() local 593 … TemporalAccessor test = buildAccessor(null, null, null, hour, min, sec, nano, offsetId, zoneId); in test_print_isoTime() local 674 … TemporalAccessor test = buildAccessor(year, month, day, hour, min, sec, nano, offsetId, zoneId); in test_print_isoLocalDateTime() local 753 … TemporalAccessor test = buildAccessor(year, month, day, hour, min, sec, nano, offsetId, zoneId); in test_print_isoOffsetDateTime() local [all …]
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
H A D | ConditionProviderVerifierActivity.java | 109 protected void test() { in test() method in ConditionProviderVerifierActivity.IsEnabledTest 143 protected void test() { in test() method in ConditionProviderVerifierActivity.ServiceStartedTest 188 protected void test() { in test() method in ConditionProviderVerifierActivity.RequestUnbindTest 219 protected void test() { in test() method in ConditionProviderVerifierActivity.RequestBindTest 251 protected void test() { in test() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleTest 283 protected void test() { in test() method in ConditionProviderVerifierActivity.CreateAutomaticZenRuleWithZenPolicyTest 337 protected void test() { in test() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleTest 389 protected void test() { in test() method in ConditionProviderVerifierActivity.UpdateAutomaticZenRuleWithZenPolicyTest 471 protected void test() { in test() method in ConditionProviderVerifierActivity.SubscribeAutomaticZenRuleTest 525 protected void test() { in test() method in ConditionProviderVerifierActivity.GetAutomaticZenRuleTest [all …]
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FilteredResultForwarder.java | 39 public void testStarted(TestDescription test) { in testStarted() 47 public void testStarted(TestDescription test, long startTime) { in testStarted() 55 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 63 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 71 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() 79 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 87 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 95 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 103 public void testIgnored(TestDescription test) { in testIgnored() 111 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() [all …]
|
/aosp_15_r20/prebuilts/sdk/28/public/ |
HD | android.test.base.jar | ... $Intermediates.class
PerformanceTestCase.java
package android.test
public abstract android.test.PerformanceTestCase$Intermediates extends ... |
/aosp_15_r20/art/test/1927-exception-event/ |
H A D | exception_event.cc | 42 static void CallMethod(JNIEnv* env, jclass test, const char* name) { in CallMethod() 47 static void ClearAndPrintException(JNIEnv* env, jclass test) { in ClearAndPrintException() 58 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N() 63 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J() 68 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N() 73 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_intermediate_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_intermediate_1N_1J() 77 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_intermediate_1N_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_intermediate_1N_1N() 81 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1J() 86 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1J_1N(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1J_1N() 91 extern "C" JNIEXPORT void JNICALL Java_art_Test1927_test_1N_1N_1J(JNIEnv* env, jclass test) { in Java_art_Test1927_test_1N_1N_1J() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
TestDoubleSumAverage.class
TestDoubleSumAverage.java
package TestDoubleSumAverage ... |
/aosp_15_r20/external/rust/android-crates-io/crates/nom/ |
D | Cargo.toml | 86 [[test]] arraytable 89 [[test]] arraytable 93 [[test]] arraytable 96 [[test]] arraytable 99 [[test]] arraytable 102 [[test]] arraytable 106 [[test]] arraytable 110 [[test]] arraytable 114 [[test]] arraytable 117 [[test]] arraytable [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/ |
H A D | Cargo.toml | 86 [[test]] arraytable 89 [[test]] arraytable 93 [[test]] arraytable 96 [[test]] arraytable 99 [[test]] arraytable 102 [[test]] arraytable 106 [[test]] arraytable 110 [[test]] arraytable 114 [[test]] arraytable 117 [[test]] arraytable [all …]
|
/aosp_15_r20/external/angle/infra/specs/ |
H A D | angle.json | 29 "test": "angle_deqp_egl_tests", string 56 "test": "angle_deqp_gles2_tests", string 82 "test": "angle_deqp_gles31_565_no_depth_no_stencil_tests", string 108 "test": "angle_deqp_gles31_multisample_tests", string 135 "test": "angle_deqp_gles31_tests", string 161 "test": "angle_deqp_gles3_565_no_depth_no_stencil_tests", string 187 "test": "angle_deqp_gles3_multisample_tests", string 214 "test": "angle_deqp_gles3_tests", string 243 "test": "angle_deqp_khr_gles2_tests", string 272 "test": "angle_deqp_khr_gles31_tests", string [all …]
|
/aosp_15_r20/external/webrtc/video/end_to_end_tests/ |
H A D | resolution_bitrate_limits_tests.cc | 24 namespace test { namespace 208 InitEncodeTest test(payload_name_, {{.active = true}}, in TEST_P() local 225 InitEncodeTest test( in TEST_F() local 243 InitEncodeTest test( in TEST_F() local 256 InitEncodeTest test(payload_name_, in TEST_P() local 275 InitEncodeTest test(payload_name_, in TEST_P() local 294 InitEncodeTest test(payload_name_, in TEST_P() local 311 InitEncodeTest test(payload_name_, in TEST_P() local 330 InitEncodeTest test( in TEST_P() local 348 InitEncodeTest test( in TEST_F() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKLocalTime.java | 201 private void check(LocalTime test, int h, int m, int s, int n) { in check() 208 assertEquals(LocalTime.of(h, m, s, n), test); in check() local 246 LocalTime test = LocalTime.now(zone); in now_ZoneId() local 264 LocalTime test = LocalTime.now(clock); in now_Clock_allSecsInDay() local 277 LocalTime test = LocalTime.now(clock); in now_Clock_beforeEpoch() local 289 LocalTime test = LocalTime.now(clock); in now_Clock_max() local 299 LocalTime test = LocalTime.now(clock); in now_Clock_min() local 311 LocalTime test = LocalTime.of(12, 30); in factory_time_2ints() local 338 LocalTime test = LocalTime.of(12, 30, 40); in factory_time_3ints() local 375 LocalTime test = LocalTime.of(12, 30, 40, 987654321); in factory_time_4ints() local [all …]
|
H A D | TCKMonthDay.java | 144 void check(MonthDay test, int m, int d) { in check() 155 MonthDay test = MonthDay.now(); in now() local 178 MonthDay test = MonthDay.now(zone); in now_ZoneId() local 196 MonthDay test = MonthDay.now(clock); in now_Clock() local 361 MonthDay test = MonthDay.parse("12 3", f); in factory_parse_formatter() local 504 MonthDay test = MonthDay.of(6, 30); in test_with_Month_noChangeEqual() local 505 assertEquals(test.with(Month.JUNE), test); in test_with_Month_noChangeEqual() local 533 MonthDay test = MonthDay.of(6, 30); in test_withMonth_int_noChangeEqual() local 567 MonthDay test = MonthDay.of(6, 30); in test_withDayOfMonth_noChangeEqual() local 586 MonthDay test = MonthDay.of(6, 30); in test_adjustDate() local [all …]
|
/aosp_15_r20/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 134 public default void testStarted(TestDescription test) {} in testStarted() 143 default void testStarted(TestDescription test, long startTime) { in testStarted() 155 public default void testFailed(TestDescription test, String trace) {} in testFailed() 165 public default void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 175 public default void testAssumptionFailure(TestDescription test, String trace) {} in testAssumptionFailure() 183 public default void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 193 public default void testIgnored(TestDescription test) {} in testIgnored() 202 public default void testSkipped(TestDescription test, SkipReason reason) {} in testSkipped() 213 public default void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 226 public default void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) {} in testEnded() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/testdir/ |
D | testdir_test.go | 277 type test struct { struct 278 testCommon 279 *testing.T anonMember 282 dir, goFile string 287 func (t test) expectFail() bool { 307 func (t test) goFileName() string { 311 func (t test) goDirName() string { 455 func (test) goGcflags() string { 459 func (test) goGcflagsIsEmpty() bool { 474 func (t test) run() error { [all …]
|
/aosp_15_r20/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/ |
H A D | EnforcePermissionHelperDetectorTest.kt | 206 package test; in testInheritance_callSuper_okay() package 221 package test; in testInheritance_callSuper_okay() package 234 package test; in testInheritance_callSuper_okay() package 255 package test; in testInheritance_callHelper_okay() package 270 package test; in testInheritance_callHelper_okay() package 283 package test; in testInheritance_callHelper_okay() package 304 package test; in testInheritance_missingCallInChain_error() package 319 package test; in testInheritance_missingCallInChain_error() package 332 package test; in testInheritance_missingCallInChain_error() package 360 package test; in testInheritance_missingCall_error() package [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 27 struct test { struct 44 static const struct test blend_tests[] = { argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/ |
H A D | anchored.toml | 12 [[test]] arraytable 23 [[test]] arraytable 35 [[test]] arraytable 48 [[test]] arraytable 58 [[test]] arraytable 65 [[test]] arraytable 76 [[test]] arraytable 84 [[test]] arraytable 95 [[test]] arraytable 103 [[test]] arraytable [all …]
|
H A D | flags.toml | 1 [[test]] arraytable 7 [[test]] arraytable 13 [[test]] arraytable 19 [[test]] arraytable 25 [[test]] arraytable 31 [[test]] arraytable 37 [[test]] arraytable 44 [[test]] arraytable 51 [[test]] arraytable 57 [[test]] arraytable [all …]
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterInjectorKotlinTest.kt | 121 fun test() { in <lambda>() method in com.google.testing.junit.testparameterinjector.TestParameter_Field 139 fun test() { in <lambda>() method 166 fun test() { in <lambda>() method in com.google.testing.junit.testparameterinjector.TestParameter_ConstructorParam 183 fun test(width: Int, height: Double) { in <lambda>() method 200 fun test(width: Int, height: DoubleValueClass) { in <lambda>() method in com.google.testing.junit.testparameterinjector.TestParameters_MethodParam_WithValueClasses 223 fun test() { in <lambda>() method
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
H A D | TCKJapaneseChronology.java | 128 Chronology test = Chronology.of("Japanese"); in test_chrono_byName() local 140 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("ja-JP-u-ca-japanese")); in test_chrono_byLocale_fullTag_japaneseCalendarFromJapan() local 147 Chronology test = Chronology.ofLocale(Locale.forLanguageTag("en-US-u-ca-japanese")); in test_chrono_byLocale_fullTag_japaneseCalendarFromElsewhere() local 154 Chronology test = Chronology.ofLocale(new Locale("ja", "JP")); in test_chrono_byLocale_oldJP_noVariant() local 161 Chronology test = Chronology.ofLocale(new Locale("ja", "JP", "JP")); in test_chrono_byLocale_oldJP_variant() local 213 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_isEqual() local 220 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_chronologyTemporalFactory() local 222 assertEquals(JapaneseChronology.INSTANCE.date(iso), test); in test_createByEra_chronologyTemporalFactory() local 227 JapaneseDate test = JapaneseDate.of(era, yoe, moy, dom); in test_createByEra_dateFrom() local 229 assertEquals(JapaneseDate.from(iso), test); in test_createByEra_dateFrom() local [all …]
|
/aosp_15_r20/external/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 407 func (r *regres) test(change *changeInfo) (string, bool, error) { func 1195 type test struct { struct 1196 r *regres 1197 commit git.Hash // hash of the commit to test 1198 checkoutDir string // directory for the SwiftShader checkout 1199 resDir string // directory for the test results 1200 buildDir string // directory for SwiftShader build 1201 toolchain llvm.Toolchain // the toolchain used for building 1202 reactorBackend reactorBackend // backend for SwiftShader build 1203 coverageEnv *cov.Env // coverage generation environment (optional). [all …]
|
/aosp_15_r20/external/iperf3/src/ |
H A D | iperf_client_api.c | 55 iperf_create_streams(struct iperf_test *test, int sender) in iperf_create_streams() 122 struct iperf_test *test = client_data.p; in test_timer_proc() local 131 struct iperf_test *test = client_data.p; in client_stats_timer_proc() local 142 struct iperf_test *test = client_data.p; in client_reporter_timer_proc() local 151 create_client_timers(struct iperf_test * test) in create_client_timers() 190 struct iperf_test *test = client_data.p; in client_omit_timer_proc() local 206 create_client_omit_timer(struct iperf_test * test) in create_client_omit_timer() 231 iperf_handle_message_client(struct iperf_test *test) in iperf_handle_message_client() 329 iperf_connect(struct iperf_test *test) in iperf_connect() 424 iperf_client_end(struct iperf_test *test) in iperf_client_end() [all …]
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | GranularRetriableTestWrapperTest.java | 131 public boolean shouldRun(TestDescription test) { in shouldRun() 181 public boolean shouldRun(TestDescription test) { in shouldRun() 299 IRemoteTest test, int maxRunCount) throws Exception { in createGranularTestWrapper() 304 IRemoteTest test, int maxRunCount, List<IMetricCollector> collectors) throws Exception { in createGranularTestWrapper() 309 IRemoteTest test, in createGranularTestWrapper() 375 FakeTest test = in testIntraModuleRun_catchDeviceUnresponsiveException() local 404 FakeTest test = new FakeTest(testCases); in testRun_withMultipleRun() local 461 FakeTest test = new FakeTest(testCases); in testRun_withMultipleRun_becomePass() local 520 FakeTest test = new FakeTest(testCases); in testRun_withMultipleRun_AllBecomePass() local 609 BasicFakeTest test = new BasicFakeTest(testCases); in testRun_retryAllTestCasesIfNotSupportTestFilterReceiver() local [all …]
|