Home
last modified time | relevance | path

Searched defs:test (Results 51 – 75 of 16110) sorted by relevance

12345678910>>...645

/aosp_15_r20/prebuilts/sdk/30/system/
HDandroid.test.runner.jar ... String testMethodName public void setTest (junit.framework.Test) junit.framework.Test test public void clearTestListeners ...
/aosp_15_r20/prebuilts/sdk/30/public/
HDandroid.test.runner.jar ... String testMethodName public void setTest (junit.framework.Test) junit.framework.Test test public void clearTestListeners ...
/aosp_15_r20/prebuilts/sdk/29/public/
HDandroid.test.runner.jar ... String testMethodName public void setTest (junit.framework.Test) junit.framework.Test test public void clearTestListeners ...
/aosp_15_r20/prebuilts/sdk/29/test/
HDandroid.test.runner.jar ... String testMethodName public void setTest (junit.framework.Test) junit.framework.Test test public void clearTestListeners ...
/aosp_15_r20/prebuilts/sdk/30/test/
HDandroid.test.runner.jar ... String testMethodName public void setTest (junit.framework.Test) junit.framework.Test test public void clearTestListeners ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.monitor-nodeps/android_common/aar/
Dandroidx.test.monitor-nodeps.jar ... androidx/ androidx/test/ androidx/test/internal/ androidx/test/internal/runner/ androidx
Dclasses.jar ... androidx/ androidx/test/ androidx/test/internal/ androidx/test/internal/runner/ androidx
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.runner-nodeps/android_common/aar/
Dclasses.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/events/ androidx ...
Dandroidx.test.runner-nodeps.jar ... androidx/ androidx/test/ androidx/test/services/ androidx/test/services/events/ androidx ...
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ditmajor.cpp58 IntlTestUtilities test; in runIndexedTest() local
67 IntlTestNormalize test; in runIndexedTest() local
77 IntlTestCollator test; in runIndexedTest() local
87 RegexTest test; in runIndexedTest() local
97 IntlTestFormat test; in runIndexedTest() local
107 IntlTestTransliterator test; in runIndexedTest() local
117 IntlTestRBBI test; in runIndexedTest() local
126 IntlTestRBNF test; in runIndexedTest() local
135 RbnfRoundTripTest test; in runIndexedTest() local
145 ICUServiceTest test; in runIndexedTest() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ditmajor.cpp58 IntlTestUtilities test; in runIndexedTest() local
67 IntlTestNormalize test; in runIndexedTest() local
77 IntlTestCollator test; in runIndexedTest() local
87 RegexTest test; in runIndexedTest() local
97 IntlTestFormat test; in runIndexedTest() local
107 IntlTestTransliterator test; in runIndexedTest() local
117 IntlTestRBBI test; in runIndexedTest() local
126 IntlTestRBNF test; in runIndexedTest() local
135 RbnfRoundTripTest test; in runIndexedTest() local
145 ICUServiceTest test; in runIndexedTest() local
[all …]
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/android.test.runner.impl_intermediates/
Dclasses.jar ... .framework.TestResult run (junit.framework.Test) junit.framework.Test test junit.textui ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/javac/
Dandroid.test.runner.jar ... Class testClass public void setTest (junit.framework.Test) junit.framework.Test test private void setTest ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/repackaged-jarjar/javac/
Dandroid.test.runner.jar ... .framework.TestResult run (junit.framework.Test) junit.framework.Test test junit.textui ...
/aosp_15_r20/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp22 struct test struct
25 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
29 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
30 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
32 test(const value_compare& comp, const container_type& c, in test() function
35 test(const value_compare& comp, container_type&& c, in test() function
37 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
39 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_alloc.pass.cpp22 struct test struct
25 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
29 explicit test(const test_allocator<int>& a) : base(a) {} in test() function
30 test(const value_compare& comp, const test_allocator<int>& a) in test() function
32 test(const value_compare& comp, const container_type& c, in test() function
35 test(const value_compare& comp, container_type&& c, in test() function
37 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
39 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_rcont_alloc.pass.cpp33 struct test struct
36 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
40 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
41 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
43 test(const value_compare& comp, const container_type& c, in test() argument
46 test(const value_compare& comp, container_type&& c, in test() argument
48 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_move_alloc.pass.cpp36 struct test struct
39 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
43 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
44 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
46 test(const value_compare& comp, const container_type& c, in test() function
48 test(const value_compare& comp, container_type&& c, in test() argument
50 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() argument
51 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_comp_cont_alloc.pass.cpp33 struct test struct
36 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
40 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
41 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
43 test(const value_compare& comp, const container_type& c, in test() function
46 test(const value_compare& comp, container_type&& c, in test() function
48 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
50 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Diter.toml1 [[test]] arraytable
7 [[test]] arraytable
13 [[test]] arraytable
19 [[test]] arraytable
25 [[test]] arraytable
31 [[test]] arraytable
37 [[test]] arraytable
43 [[test]] arraytable
49 [[test]] arraytable
55 [[test]] arraytable
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& compare, const test_allocator<int>& a) in test() argument
31 test(const value_compare& compare, const container_type& container, in test() argument
34 test(const value_compare& compare, container_type&& container, in test() function
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
H A Dctor_alloc.pass.cpp21 struct test struct
24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
28 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
29 test(const value_compare& comp, const test_allocator<int>& a) in test() function
31 test(const value_compare& comp, const container_type& container, in test() argument
34 test(const value_compare& comp, container_type&& container, in test() argument
36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} in test() function
38 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/
DCargo.toml54 [[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
90 [[test]] arraytable
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDtest-artifact-1.0.0.jar ... github/javaparser/ com/github/javaparser/test/ com/github/javaparser/test/TestChildClass ...
/aosp_15_r20/external/autotest/docs/
H A Dbest-practices.md90 ### Control files
107 ### Running tests in suites
122 ### Pure python
149 ### Reporting failures
161 ### Considerations when writing client-side tests
188 ### Reusing code (“fixtures”)
195 ### Considerations when writing server-side tests
203 ### When/why to write a server-side test
215 ### Control files for server-side tests
246 ### Operations on Host objects
[all …]

12345678910>>...645