Home
last modified time | relevance | path

Searched defs:test (Results 226 – 250 of 16494) sorted by relevance

12345678910>>...660

/aosp_15_r20/out/soong/.intermediates/platform_testing/libraries/motion/compose/values/PlatformMotionTestingComposeValues/android_common/kotlin_headers/
DPlatformMotionTestingComposeValues.jar ... -INF/platform_testing__libraries__motion__compose__values__android_common__PlatformMotionTestingComposeValues.kotlin_module platform/ platform/test/ platform/test/motion/ platform/test ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/android.test.base.impl_intermediates/
Dclasses.jar ... String name public void addTest (junit.framework.Test) junit.framework.Test test public void addTestSuite ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.impl/android_common/repackaged-jarjar/javac/
Dandroid.test.base.jar ... String name public void addTest (junit.framework.Test) junit.framework.Test test public void addTestSuite ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-base/android.test.base.impl/android_common/javac/
Dandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/chrono/
H A DTestThaiBuddhistChronology.java68 Chronology test = Chronology.of("ThaiBuddhist"); in test_chrono_byName() local
140 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
147 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
157 ChronoLocalDate test = base.with(YEAR, 2554); in test_withYear_BE() local
164 ChronoLocalDate test = base.with(YEAR_OF_ERA, 2554); in test_withYear_BBE() local
174 ChronoLocalDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BE.getValue()); in test_withEra_BE() local
181 ChronoLocalDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BEFORE_BE.getValue()); in test_withEra_BBE() local
188 ChronoLocalDate test = base.with(ChronoField.ERA, ThaiBuddhistEra.BE.getValue()); in test_withEra_swap() local
198 ChronoLocalDate test = jdate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() local
214 LocalDate test = LocalDate.MIN.with(jdate); in test_LocalDate_adjustToBuddhistDate() local
[all …]
/aosp_15_r20/external/iperf3/src/
H A Diperf_server_api.c70 iperf_server_listen(struct iperf_test *test) in iperf_server_listen()
106 iperf_accept(struct iperf_test *test) in iperf_accept()
156 iperf_handle_message_server(struct iperf_test *test) in iperf_handle_message_server()
229 struct iperf_test *test = client_data.p; in server_timer_proc() local
249 struct iperf_test *test = client_data.p; in server_stats_timer_proc() local
260 struct iperf_test *test = client_data.p; in server_reporter_timer_proc() local
269 create_server_timers(struct iperf_test * test) in create_server_timers()
313 struct iperf_test *test = client_data.p; in server_omit_timer_proc() local
329 create_server_omit_timer(struct iperf_test * test) in create_server_omit_timer()
355 cleanup_server(struct iperf_test *test) in cleanup_server()
[all …]
/aosp_15_r20/external/python/absl-py/absl/testing/
Dxml_reporter.py139 def __init__(self, test): argument
351 def startTest(self, test): argument
355 def stopTest(self, test): argument
399 def _exc_info_to_string(self, err, test=None): argument
416 def add_pending_test_case_result(self, test, error_summary=None, argument
448 def delete_pending_test_case_result(self, test): argument
453 def get_pending_test_case_result(self, test): argument
457 def addSuccess(self, test): argument
461 def addError(self, test, err): argument
467 def addFailure(self, test, err): argument
[all …]
D_pretty_print_reporter.py29 def _print_status(self, tag, test): argument
37 def startTest(self, test): argument
41 def addSuccess(self, test): argument
45 def addError(self, test, err): argument
49 def addFailure(self, test, err): argument
53 def addSkip(self, test, reason): argument
57 def addExpectedFailure(self, test, err): argument
61 def addUnexpectedSuccess(self, test): argument
77 def run(self, test): argument
84 def _run_debug(self, test): argument
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.services.storage-nodeps/android_common/aar/
Dandroidx.test.services.storage-nodeps.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/storage/ androidx
Dclasses.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/storage/ androidx
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/temporal/
H A DTestDateTimeValueRange.java95 ValueRange test = ValueRange.of(1, 12); in test_of_longlong() local
105 ValueRange test = ValueRange.of(1, 123456789012345L); in test_of_longlong_big() local
123 ValueRange test = ValueRange.of(1, 28, 31); in test_of_longlonglong() local
167 ValueRange test = ValueRange.of(sMin, lMin, sMax, lMax); in test_of_longlonglonglong() local
204 ValueRange test = ValueRange.of(1, 28, 31); in test_isValidValue_long() local
217 ValueRange test = ValueRange.of(1, 28, 31); in test_isValidValue_long_int() local
225 ValueRange test = ValueRange.of(1, 28, Integer.MAX_VALUE + 1L); in test_isValidValue_long_long() local
237 ValueRange test = ValueRange.of(sMin, lMin, sMax, lMax); in test_of_checkValidValue() local
246 ValueRange test = ValueRange.of(sMin, lMin, sMax, lMax); in test_of_checkValidValueMinException() local
252 ValueRange test = ValueRange.of(sMin, lMin, sMax, lMax); in test_of_checkValidValueMaxException() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DDeviceTestCaseTest.java110 MockTest test = new MockTest(); in testRun_suite() local
136 MockTest test = new MockTest(); in testRun_includeFilter() local
159 MockTest test = new MockTest(); in testRun_excludeFilter() local
179 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_includeAnnotationFiltering() local
198 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_checkAnnotation() local
224 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_excludeAnnotationFiltering() local
242 MockTest test = new MockTest(); in testRun_singleTest() local
263 MockAbortTest test = new MockAbortTest(); in testRun_deviceNotAvail() local
291 MockTest test = new MockTest(); in testRun_testcaseCollectMode() local
309 MockTest test = new MockTest(); in testRun_testcaseCollectMode_singleMethod() local
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKZoneOffset.java129 ZoneOffset test = ZoneOffset.UTC; in test_constant_UTC() local
135 ZoneOffset test = ZoneOffset.MIN; in test_constant_MIN() local
141 ZoneOffset test = ZoneOffset.MAX; in test_constant_MAX() local
156 ZoneOffset test = ZoneOffset.of(values[i]); in test_factory_string_UTC() local
198 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_singleDigitHours() local
207 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours() local
220 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_noColon() local
239 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_colon() local
261 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_seconds_noColon() local
284 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_seconds_colon() local
[all …]
H A DTCKDuration.java156 Duration test = Duration.ofSeconds(2L, -1); in factory_seconds_long_long_nanosNegativeAdjusted() local
188 Duration test = Duration.ofMillis(millis); in factory_millis_long() local
198 Duration test = Duration.ofNanos(1); in factory_nanos_nanos() local
205 Duration test = Duration.ofNanos(1000000002); in factory_nanos_nanosSecs() local
212 Duration test = Duration.ofNanos(-2000000001); in factory_nanos_negative() local
219 Duration test = Duration.ofNanos(Long.MAX_VALUE); in factory_nanos_max() local
226 Duration test = Duration.ofNanos(Long.MIN_VALUE); in factory_nanos_min() local
236 Duration test = Duration.ofMinutes(2); in factory_minutes() local
243 Duration test = Duration.ofMinutes(Long.MAX_VALUE / 60); in factory_minutes_max() local
250 Duration test = Duration.ofMinutes(Long.MIN_VALUE / 60); in factory_minutes_min() local
[all …]
H A DTCKYear.java162 Year test = Year.now(); in now() local
185 Year test = Year.now(zone); in now_ZoneId() local
203 Year test = Year.now(clock); in now_Clock() local
216 Year test = Year.of(i); in test_factory_int_singleton() local
218 assertEquals(Year.of(i), test); in test_factory_int_singleton() local
339 Year test = Year.parse("2010", f); in factory_parse_formatter() local
783 Year test = Year.of(2011); in test_adjustDate_resolve() local
789 Year test = Year.of(1); in test_adjustDate_nullLocalDate() local
807 Year test = Year.of(1); in test_with_BadTemporalAdjuster() local
1014 Year test = Year.of(2008); in test_atMonth() local
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/
H A DTestZoneOffset.java100 ZoneOffset test = ZoneOffset.UTC; in test_constant_UTC() local
106 ZoneOffset test = ZoneOffset.MIN; in test_constant_MIN() local
112 ZoneOffset test = ZoneOffset.MAX; in test_constant_MAX() local
127 ZoneOffset test = ZoneOffset.of(values[i]); in test_factory_string_UTC() local
169 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_singleDigitHours() local
178 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours() local
191 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_noColon() local
210 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_colon() local
232 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_seconds_noColon() local
255 ZoneOffset test = ZoneOffset.of(str); in test_factory_string_hours_minutes_seconds_colon() local
[all …]
H A DTestDuration.java128 Duration test = Duration.ofSeconds(2L, -1); in factory_seconds_long_long_nanosNegativeAdjusted() local
160 Duration test = Duration.ofMillis(millis); in factory_millis_long() local
170 Duration test = Duration.ofNanos(1); in factory_nanos_nanos() local
177 Duration test = Duration.ofNanos(1000000002); in factory_nanos_nanosSecs() local
184 Duration test = Duration.ofNanos(-2000000001); in factory_nanos_negative() local
191 Duration test = Duration.ofNanos(Long.MAX_VALUE); in factory_nanos_max() local
198 Duration test = Duration.ofNanos(Long.MIN_VALUE); in factory_nanos_min() local
208 Duration test = Duration.ofMinutes(2); in factory_minutes() local
215 Duration test = Duration.ofMinutes(Long.MAX_VALUE / 60); in factory_minutes_max() local
222 Duration test = Duration.ofMinutes(Long.MIN_VALUE / 60); in factory_minutes_min() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dfold_spec_const_op_composite_test.cpp312 const std::string test = in TEST_F() local
345 const std::string test = in TEST_F() local
379 const std::string test = in TEST_F() local
413 const std::string test = in TEST_F() local
445 const std::string test = in TEST_F() local
476 const std::string test = in TEST_F() local
507 const std::string test = in TEST_F() local
537 const std::string test = in TEST_F() local
574 const std::string test = in TEST_F() local
612 const std::string test = in TEST_F() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_spec_const_op_composite_test.cpp312 const std::string test = in TEST_F() local
345 const std::string test = in TEST_F() local
379 const std::string test = in TEST_F() local
413 const std::string test = in TEST_F() local
445 const std::string test = in TEST_F() local
476 const std::string test = in TEST_F() local
507 const std::string test = in TEST_F() local
537 const std::string test = in TEST_F() local
574 const std::string test = in TEST_F() local
612 const std::string test = in TEST_F() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_spec_const_op_composite_test.cpp312 const std::string test = in TEST_F() local
345 const std::string test = in TEST_F() local
379 const std::string test = in TEST_F() local
413 const std::string test = in TEST_F() local
445 const std::string test = in TEST_F() local
476 const std::string test = in TEST_F() local
507 const std::string test = in TEST_F() local
537 const std::string test = in TEST_F() local
574 const std::string test = in TEST_F() local
612 const std::string test = in TEST_F() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/unittest/
Drunner.py46 def getDescription(self, test): argument
53 def startTest(self, test): argument
61 def _write_status(self, test, status): argument
74 def addSubTest(self, test, subtest, err): argument
89 def addSuccess(self, test): argument
97 def addError(self, test, err): argument
105 def addFailure(self, test, err): argument
113 def addSkip(self, test, reason): argument
121 def addExpectedFailure(self, test, err): argument
130 def addUnexpectedSuccess(self, test): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/unittest/
Drunner.py46 def getDescription(self, test): argument
53 def startTest(self, test): argument
61 def _write_status(self, test, status): argument
74 def addSubTest(self, test, subtest, err): argument
89 def addSuccess(self, test): argument
97 def addError(self, test, err): argument
105 def addFailure(self, test, err): argument
113 def addSkip(self, test, reason): argument
121 def addExpectedFailure(self, test, err): argument
130 def addUnexpectedSuccess(self, test): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
Drunner.py46 def getDescription(self, test): argument
53 def startTest(self, test): argument
61 def _write_status(self, test, status): argument
74 def addSubTest(self, test, subtest, err): argument
89 def addSuccess(self, test): argument
97 def addError(self, test, err): argument
105 def addFailure(self, test, err): argument
113 def addSkip(self, test, reason): argument
121 def addExpectedFailure(self, test, err): argument
130 def addUnexpectedSuccess(self, test): argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/
DCargo.toml50 [[test]] arraytable
54 [[test]] arraytable
58 [[test]] arraytable
62 [[test]] arraytable
66 [[test]] arraytable
70 [[test]] arraytable
74 [[test]] arraytable
78 [[test]] arraytable
82 [[test]] arraytable
86 [[test]] arraytable
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
Drunner.py46 def getDescription(self, test): argument
53 def startTest(self, test): argument
61 def _write_status(self, test, status): argument
74 def addSubTest(self, test, subtest, err): argument
89 def addSuccess(self, test): argument
97 def addError(self, test, err): argument
105 def addFailure(self, test, err): argument
113 def addSkip(self, test, reason): argument
121 def addExpectedFailure(self, test, err): argument
130 def addUnexpectedSuccess(self, test): argument
[all …]

12345678910>>...660