Home
last modified time | relevance | path

Searched defs:test (Results 426 – 450 of 16494) sorted by relevance

1...<<11121314151617181920>>...660

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dvalue_rvalue.pass.cpp27 constexpr int test() const & {return 3;} in test() function
28 int test() & {return 4;} in test() function
29 constexpr int test() const && {return 5;} in test() function
30 int test() && {return 6;} in test() function
35 constexpr int test() && {return 7;} in test() function
39 test() in test() function
/aosp_15_r20/libcore/dalvik/test-rules/src/test/java/libcore/dalvik/system/
H A DCloseGuardSupportTest.java44 @Test public void test() { in test() method in CloseGuardSupportTest.DoesReleaseResource
59 @Test public void test() { in test() method in CloseGuardSupportTest.DoesReleaseResourceTwice
77 @Test public void test() { in test() method in CloseGuardSupportTest.DoesNotReleaseResource
95 @Test public void test() { in test() method in CloseGuardSupportTest.DoesNotReleaseResourceDueToFailure
116 public void test() { in test() method in CloseGuardSupportTest.ResourceOwnerDoesNotOverrideFinalize
136 public void test() { in test() method in CloseGuardSupportTest.ResourceOwnerOverridesFinalizeButDoesNotReportLeak
159 public void test() { in test() method in CloseGuardSupportTest.ResourceOwnerOverridesFinalizeAndReportsLeak
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_idling_resource_release_no_deps.jar ... .class IdlingResource.java package android.support.test.espresso public abstract android.support.test. ...
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
H A Ddereference_rvalue.pass.cpp29 constexpr int test() const& {return 3;} in test() function
30 int test() & {return 4;} in test() function
31 constexpr int test() const&& {return 5;} in test() function
32 int test() && {return 6;} in test() function
37 constexpr int test() && {return 7;} in test() function
41 test() in test() function
H A Ddereference.pass.cpp29 constexpr int test() const& {return 3;} in test() function
30 int test() & {return 4;} in test() function
31 constexpr int test() const&& {return 5;} in test() function
32 int test() && {return 6;} in test() function
37 constexpr int test() {return 7;} in test() function
41 test() in test() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/
Dsfinae.cpp20 namespace test { namespace
34 namespace test { namespace
59 namespace test { namespace
78 namespace test { namespace
103 namespace test { namespace
135 namespace test { namespace
/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream_tests.cc78 namespace test { namespace
213 } test; in TEST_F() local
262 } test; in TEST_F() local
309 } test; in TEST_F() local
353 } test; in TEST_F() local
396 } test; in TEST_F() local
442 } test; in TEST_F() local
485 } test; in TEST_F() local
671 UlpfecObserver test(true, false, true, true, "VP8", &encoder_factory); in TEST_F() local
678 UlpfecObserver test(false, false, true, true, "VP8", &encoder_factory); in TEST_F() local
[all …]
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dclient_callback_end2end_test.cc272 Client(ClientCallbackEnd2endTest* test, const std::string& method_name, in SendGenericEchoAsBidi()
739 WriteClient test{stub_.get(), DO_NOT_CANCEL, 3}; in TEST_P() local
749 WriteClient test{stub_.get(), DO_NOT_CANCEL, 3, ClientCancelInfo{2}}; in TEST_P() local
760 WriteClient test{stub_.get(), CANCEL_BEFORE_PROCESSING, 1}; in TEST_P() local
771 WriteClient test{stub_.get(), CANCEL_DURING_PROCESSING, 10}; in TEST_P() local
783 WriteClient test{stub_.get(), CANCEL_AFTER_PROCESSING, 4}; in TEST_P() local
841 UnaryClient test{stub_.get()}; in TEST_P() local
910 UnaryClient test{generic_stub_.get(), kMethodName, kSuffixForStats}; in TEST_P() local
1020 ReadClient test{stub_.get(), DO_NOT_CANCEL}; in TEST_P() local
1030 ReadClient test{stub_.get(), DO_NOT_CANCEL, ClientCancelInfo{2}}; in TEST_P() local
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_case.py50 def test(self): member in Test.LoggingTestCase
86 def test(self): pass member in Test_TestCase.test_init__no_test_name.Test
107 def test(self): pass member in Test_TestCase.test_init__test_name__valid.Test
118 def test(self): pass member in Test_TestCase.test_init__test_name__invalid.Test
131 def test(self): pass member in Test_TestCase.test_countTestCases.Foo
196 def test(self): member in Test_TestCase.test_run_call_order__error_in_test.Foo
214 def test(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
235 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test.Foo
250 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
304 def test(self): member in Test_TestCase.test_run_call_order_default_result.Foo
[all …]
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_case.py50 def test(self): member in Test.LoggingTestCase
86 def test(self): pass member in Test_TestCase.test_init__no_test_name.Test
107 def test(self): pass member in Test_TestCase.test_init__test_name__valid.Test
118 def test(self): pass member in Test_TestCase.test_init__test_name__invalid.Test
131 def test(self): pass member in Test_TestCase.test_countTestCases.Foo
196 def test(self): member in Test_TestCase.test_run_call_order__error_in_test.Foo
214 def test(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
235 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test.Foo
250 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
304 def test(self): member in Test_TestCase.test_run_call_order_default_result.Foo
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/
DCargo.toml37 [[test]] arraytable
41 [[test]] arraytable
45 [[test]] arraytable
49 [[test]] arraytable
53 [[test]] arraytable
57 [[test]] arraytable
61 [[test]] arraytable
/aosp_15_r20/libcore/ojluni/src/test/java/util/PriorityQueue/
H A DAddNonComparable.java57 static <E> void test(Queue<E> queue, Supplier<E> supplier, in test() method in AddNonComparable
78 test(new PriorityQueue<>(), NonComparable::new, in queues() method
84 test(new PriorityQueue<>(), AComparable::new, in queues() method in AddNonComparable
90 test(new PriorityBlockingQueue<>(), NonComparable::new, in queues() method in AddNonComparable
95 test(new PriorityBlockingQueue<>(), AComparable::new, in queues() method in AddNonComparable
102 static <E> void test(SortedSet<E> set, Supplier<E> supplier, in test() method
136 static <K> void test(SortedMap<K,Boolean> map, Supplier<K> supplier, in test() method
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_loader.py89 def test(self): member in Test_TestLoader.test_loadTestsFromModule__TestCase_subclass.MyTestCase
138 def test(self): member in Test_TestLoader.test_loadTestsFromModule__not_a_module.MyTestCase
156 def test(self): member in Test_TestLoader.test_loadTestsFromModule__load_tests.MyTestCase
333 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_not_a_module.MyTestCase
369 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass.MyTestCase
385 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_TestSuite.MyTestCase
400 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_testmethod.MyTestCase
421 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod.MyTestCase
492 def test(self): member in Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass.MyTestCase
731 def test(self): member in Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.MyTestCase
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtransrt.cpp40 #define CASE(id,test) case id: \ argument
52 #define EXHAUSTIVE(id,test) case id: \ argument
439 void RTTest::test(const UnicodeString& sourceRangeVal, in test() function in RTTest
954 RTTest test("Katakana-Hiragana"); in TestKana() local
968 RTTest test("Latin-Hiragana"); in TestHiragana() local
977 RTTest test("Latin-Katakana"); in TestKatakana() local
1120 RTTest test("Latin-Greek"); in TestGreek() local
1145 RTTest test("Latin-Greek/UNGEGN"); in TestGreekUNGEGN() local
1167 RTTest test("Latin-el"); in Testel() local
1190 RTTest test("Latin-Arabic"); in TestArabic() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp40 #define CASE(id,test) case id: \ argument
52 #define EXHAUSTIVE(id,test) case id: \ argument
439 void RTTest::test(const UnicodeString& sourceRangeVal, in test() function in RTTest
954 RTTest test("Katakana-Hiragana"); in TestKana() local
968 RTTest test("Latin-Hiragana"); in TestHiragana() local
977 RTTest test("Latin-Katakana"); in TestKatakana() local
1120 RTTest test("Latin-Greek"); in TestGreek() local
1145 RTTest test("Latin-Greek/UNGEGN"); in TestGreekUNGEGN() local
1167 RTTest test("Latin-el"); in Testel() local
1190 RTTest test("Latin-Arabic"); in TestArabic() local
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp186 void test() { in test() function in ClashTool
216 void test() { in test() function
282 void test() { in test() function
298 void test() { in test() function
358 void test(Foo F, int num) { in test() function
391 void test() { in test() function
430 void test() { in test() function
475 void test() { in test() function
554 void test(Manager *m) { in test() function
571 void test() { in test() function
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeRangeMapTest.java360 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangesAlone() local
372 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangePairs() local
388 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangeTriples() local
406 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAll() local
425 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAndRemove() local
441 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutTwoAndRemove() local
461 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutCoalescingTwoAndRemove() local
684 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testMergeAllRangeTriples() local
856 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() argument
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DTreeRangeMapTest.java359 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangesAlone() local
371 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangePairs() local
387 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testAllRangeTriples() local
405 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAll() local
424 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutAndRemove() local
440 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutTwoAndRemove() local
460 RangeMap<Integer, Integer> test = TreeRangeMap.create(); in testPutCoalescingTwoAndRemove() local
705 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() argument
/aosp_15_r20/external/python/cpython2/Tools/pybench/
DStrings.py10 def test(self): member in ConcatStrings
92 def test(self): member in CompareStrings
174 def test(self): member in CompareInternedStrings
256 def test(self): member in CreateStringsWithConcat
331 def test(self): member in StringSlicing
394 def test(self): member in StringMappings
467 def test(self): member in StringPredicates
DUnicode.py15 def test(self): member in ConcatUnicode
97 def test(self): member in CompareUnicode
179 def test(self): member in CreateUnicodeWithConcat
254 def test(self): member in UnicodeSlicing
315 def test(self): member in UnicodeMappings
388 def test(self): member in UnicodePredicates
465 def test(self): member in UnicodeProperties
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dp2.cpp11 int test() { in test() function
20 int test() { in test() function
29 int test() { in test() function
38 int test() { in test() function
47 int test() { in test() function
56 int test() { in test() function
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc64/
Dcrc64_test.go13 type test struct { struct
14 outISO uint64
15 outECMA uint64
16 in string
17 …teISO string // ISO marshaled hash state after first half of in written, used by TestGoldenMarshal
18 …eECMA string // ECMA marshaled hash state after first half of in written, used by TestGoldenMarshal
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtemplate-id-printing.cpp22 void test() { in test() function
44 void test() { in test() function
62 void test() { in test() function
81 void test() { in test() function
99 void test() { in test() function
120 void test() { in test() function
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Ddynamic_cast3.pass.cpp53 void test() in test() function
107 void test() in test() function
158 void test() in test() function
210 void test() in test() function
261 void test() in test() function
322 void test() in test() function
379 void test() in test() function
436 void test() in test() function
492 void test() in test() function
548 void test() in test() function
[all …]
/aosp_15_r20/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp52 void test() in test() function
106 void test() in test() function
157 void test() in test() function
209 void test() in test() function
260 void test() in test() function
321 void test() in test() function
378 void test() in test() function
435 void test() in test() function
491 void test() in test() function
547 void test() in test() function
[all …]

1...<<11121314151617181920>>...660