Home
last modified time | relevance | path

Searched defs:test (Results 151 – 175 of 16494) sorted by relevance

12345678910>>...660

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_container_alloc.pass.cpp33 struct test struct
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
39 test(const container_type& container, const test_allocator<int>& a) : base(container, a) {} in test() function
41test(container_type&& container, const test_allocator<int>& a) : base(std::move(container), a) {} in test() argument
42 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_copy_alloc.pass.cpp33 struct test struct
37 typedef test_allocator<int> allocator_type; argument
40 explicit test(const allocator_type& a) : base(a) {} in test() argument
41 test(const container_type& cont, const allocator_type& a) : base(cont, a) {} in test() argument
42 test(const test& q, const allocator_type& a) : base(q, a) {} in test() argument
48 test<int> q(make<C>(5), test_allocator<int>(4)); in main() argument
H A Dctor_container_alloc.pass.cpp33 struct test struct
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
39 test(const container_type& cont, const test_allocator<int>& a) : base(cont, a) {} in test() argument
41 test(container_type&& cont, const test_allocator<int>& a) : base(std::move(cont), a) {} in test() function
42 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/zone/
H A DTCKFixedZoneRules.java112 public void test_getOffset_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getOffset_Instant()
118 public void test_getOffset_LocalDateTime(ZoneRules test, ZoneOffset expectedOffset) { in test_getOffset_LocalDateTime()
124 public void test_getValidOffsets_LDT(ZoneRules test, ZoneOffset expectedOffset) { in test_getValidOffsets_LDT()
132 public void test_getTransition_LDT(ZoneRules test, ZoneOffset expectedOffset) { in test_getTransition_LDT()
138 public void test_isValidOffset_LDT_ZO(ZoneRules test, ZoneOffset expectedOffset) { in test_isValidOffset_LDT_ZO()
149 public void test_getStandardOffset_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getStandardOffset_Instant()
155 public void test_getDaylightSavings_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getDaylightSavings_Instant()
161 public void test_isDaylightSavings_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_isDaylightSavings_Instant()
168 public void test_nextTransition_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_nextTransition_Instant()
174 public void test_previousTransition_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_previousTransition_Instant()
[all …]
/aosp_15_r20/external/python/cpython3/Tools/unittestgui/
Dunittestgui.py129 def notifyTestFailed(self, test, err): argument
133 def notifyTestErrored(self, test, err): argument
137 def notifyTestSkipped(self, test, reason): argument
141 def notifyTestFailedExpectedly(self, test, err): argument
145 def notifyTestStarted(self, test): argument
149 def notifyTestFinished(self, test): argument
163 def addError(self, test, err): argument
167 def addFailure(self, test, err): argument
171 def addSkip(self, test, reason): argument
175 def addExpectedFailure(self, test, err): argument
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxskxceiver.c127 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument
128 static char *mode_string(struct test_spec *test) in mode_string()
142 static void report_failure(struct test_spec *test) in report_failure()
480 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
525 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
558 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
563 static void test_spec_set_name(struct test_spec *test, const char *name) in test_spec_set_name()
599 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
668 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace()
693 static void pkt_stream_replace_half(struct test_spec *test, u32 pkt_len, int offset) in pkt_stream_replace_half()
[all …]
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/test/java/com/squareup/moshi/kotlin/codegen/ksp/
H A DJsonClassSymbolProcessorTest.kt45 package test in <lambda>() package
69 package test in <lambda>() package
87 package test in <lambda>() package
108 package test in <lambda>() package
128 package test in <lambda>() package
145 package test in <lambda>() package
165 package test in <lambda>() package
185 package test in <lambda>() package
207 package test in <lambda>() package
231 package test in <lambda>() package
[all …]
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/
DAbstractFlagsPreparerClassRuleIntegrationTestCase.java144 Description test = newTestMethodForClassRule(AClassHasNoNothingAtAll.class); in testAnnotationLessRule() local
168 Description test = in testMethodAnnotation_setSdkSandboxStateEnabledAnnotation() local
190 Description test = in testMethodAnnotation_setSdkSandboxStateDisabledAnnotation() local
211 Description test = in testMethodAnnotation_setSyncDisabledModeForTestAnnotation() local
233 Description test = newTestMethodForClassRule(AClassEnablesSdkSandbox.class); in testClassAnnotation_setSdkSandboxStateEnabled() local
250 Description test = newTestMethodForClassRule(AClassDisablesSdkSandbox.class); in testClassAnnotation_setSdkSandboxStateDisabled() local
281 Description test = newTestMethodForClassRule(AClassDisablesDeviceConfigUntilReboot.class); in testClassAnnotation_setSyncDisabledModeForTestAnnotation_untilReboot() local
300 Description test = in testClassAndMethodAnnotation_setSyncDisabledModeForTestAnnotation_untilRebootThenNone() local
323 Description test = in testAnnotationsFromSubclassAreExecutedFirstAndInOrder_sdkSandboxFirst() local
351 Description test = in testAnnotationsFromSubclassAreExecutedFirstAndInOrder_deviceConfigFirst() local
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/
H A D_result.py155 def startTest(self, test): argument
163 def addError(self, test, err): argument
171 def addFailure(self, test, err): argument
179 def addSuccess(self, test): argument
187 def addSkip(self, test, reason): argument
195 def addExpectedFailure(self, test, err): argument
203 def addUnexpectedSuccess(self, test): argument
211 def set_output(self, test, stdout, stderr): argument
249 def startTest(self, test): argument
257 def stopTest(self, test): argument
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dundefined-inline.cpp6 void test() { f(); } // expected-note{{used here}} in test() function
11 void test() { (void)sizeof(f()); } in test() function
17 void test() { f(); } // expected-note{{used here}} in test() function
23 void test() { error_on_zero(0); } // expected-note{{used here}} in test() function
28 void test(X &x) { x.f(); } in test() function
33 void test(X &x) { x.f(); } // expected-note{{used here}} in test() function
38 void test() { f(); } // no used-here note. in test() function
44 void test() { foo(); } in test() function
49 void test() { foo(); } in test() function
55 void test() { foo(); } in test() function
[all …]
/aosp_15_r20/out/soong/.intermediates/platform_testing/libraries/motion/compose/values/PlatformMotionTestingComposeValues/android_common/kotlin/
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/soong/.intermediates/platform_testing/libraries/motion/compose/values/PlatformMotionTestingComposeValues/android_common/repackaged-jarjar/kotlinc/
DPlatformMotionTestingComposeValues.jar ... compose/ platform/test/motion/ platform/test
/aosp_15_r20/prebuilts/sdk/31/system/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/32/public/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/current/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/33/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/32/system/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/current/system/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/30/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/35/public/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/34/system/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/31/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/32/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/35/test/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...
/aosp_15_r20/prebuilts/sdk/29/public/
HDandroid.test.base.jar ... -INF/MANIFEST.MF android/ android/test/ android/test/AndroidTestCase.class AndroidTestCase. ...

12345678910>>...660