Home
last modified time | relevance | path

Searched defs:test (Results 101 – 125 of 16238) sorted by relevance

12345678910>>...650

/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DJUnitTestCaseAdapter.java37 private DOMTestCase test; field in JUnitTestCaseAdapter
42 public JUnitTestCaseAdapter(DOMTestCase test) { in JUnitTestCaseAdapter()
180 public void fail(DOMTestCase test, String assertID) { in fail()
184 public void assertTrue(DOMTestCase test, String assertID, boolean actual) { in assertTrue()
188 public void assertFalse(DOMTestCase test, String assertID, boolean actual) { in assertFalse()
194 public void assertNull(DOMTestCase test, String assertID, Object actual) { in assertNull()
198 public void assertNotNull(DOMTestCase test, String assertID, Object actual) { in assertNotNull()
202 public void assertSame(DOMTestCase test, String assertID, Object expected, Object actual) { in assertSame()
222 public void assertInstanceOf(DOMTestCase test, String assertID, Object obj, Class cls) { in assertInstanceOf()
226 public void assertSize(DOMTestCase test, String assertID, int expectedSize, NodeList collection) { in assertSize()
[all …]
/aosp_15_r20/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_copy_alloc.pass.cpp31 struct test struct
34 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
39 test(const value_compare& comp, const test_allocator<int>& a) in test() argument
41 test(const value_compare& comp, const container_type& c, in test() function
43 test(const test& q, const test_allocator<int>& a) : base(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/priority.queue/priqueue.cons.alloc/
H A Dctor_copy_alloc.pass.cpp31 struct test struct
34 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; argument
38 explicit test(const test_allocator<int>& a) : base(a) {} in test() argument
39 test(const value_compare& compare, const test_allocator<int>& a) in test() function
41 test(const value_compare& compare, const container_type& container, in test() argument
43 test(const test& q, const test_allocator<int>& a) : base(q, a) {} in test() function
44 test_allocator<int> get_allocator() {return c.get_allocator();} in get_allocator() argument
/aosp_15_r20/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_rcontainer_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() function
45 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() function
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() argument
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/aosp_15_r20/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_rcontainer_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& c, const allocator_type& a) : base(c, a) {} in test() argument
46 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {} in test() function
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/aosp_15_r20/external/kotlinpoet/interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
H A DTestProcessorTest.kt56 package test in smokeTest() package
193 package test in smokeTest() package
352 package test in unwrapTypeAliases() package
384 package test in unwrapTypeAliases() package
412 package test in removeDefaultValues() package
460 package test in removeDefaultValues() package
481 package test in complexSelfReferencingTypeArgs() package
500 package test in complexSelfReferencingTypeArgs() package
519 package test in wildcardParameterForRecursiveTypeBound() package
537 package test in wildcardParameterForRecursiveTypeBound() package
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_rcontainer_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& cont, const allocator_type& a) : base(cont, a) {} in test() argument
46 test(container_type&& cont, const allocator_type& a) : base(std::move(cont), a) {} in test() argument
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& cont, const allocator_type& a) : base(cont, a) {} in test() argument
46 test(container_type&& cont, const allocator_type& a) : base(std::move(cont), a) {} in test() argument
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_rcontainer_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& container, const allocator_type& a) : base(container, a) {} in test() function
46 test(container_type&& container, const allocator_type& a) : base(std::move(container), a) {} in test() argument
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() function
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
H A Dctor_rqueue_alloc.pass.cpp37 struct test struct
41 typedef test_allocator<MoveOnly> allocator_type; argument
44 explicit test(const allocator_type& a) : base(a) {} in test() argument
45 test(const container_type& container, const allocator_type& a) : base(container, a) {} in test() function
46 test(container_type&& container, const allocator_type& a) : base(std::move(container), a) {} in test() function
47 test(test&& q, const allocator_type& a) : base(std::move(q), a) {} in test() argument
54 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4)); in main() argument
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DAtraceCollectorTest.java211 TestDescription test = new TestDescription("class", "test"); in testStopsAtraceDuringTearDown() local
237 TestDescription test = new TestDescription("class", "test"); in testPreserveFileOnDeviceOption() local
262 TestDescription test = new TestDescription("class", "test"); in testLogPullFail() local
278 TestDescription test = new TestDescription("class", "test"); in testUploadsLogWithCompression() local
300 TestDescription test = new TestDescription("class", "test"); in testUploadsLogWithoutCompression() local
338 TestDescription test = new TestDescription("class", "test"); in testMultipleDeviceBehavior() local
355 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessPar() local
400 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParDifferentFormat() local
441 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParNoStderr() local
484 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParFailed() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-runner/android.test.runner.impl/android_common/turbine/
Dandroid.test.runner.jar ... test public android.test.ComparisonFailure extends android.test.AssertionFailedError { public void <init> (java ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dmisc.toml1 [[test]] arraytable
7 [[test]] arraytable
13 [[test]] arraytable
20 [[test]] arraytable
27 [[test]] arraytable
33 [[test]] arraytable
39 [[test]] arraytable
47 [[test]] arraytable
53 [[test]] arraytable
59 [[test]] arraytable
[all …]
H A Dset.toml3 [[test]] arraytable
14 [[test]] arraytable
24 [[test]] arraytable
35 [[test]] arraytable
45 [[test]] arraytable
55 [[test]] arraytable
66 [[test]] arraytable
77 [[test]] arraytable
87 [[test]] arraytable
98 [[test]] arraytable
[all …]
H A Doverlapping.toml10 [[test]] arraytable
29 [[test]] arraytable
48 [[test]] arraytable
56 [[test]] arraytable
64 [[test]] arraytable
72 [[test]] arraytable
80 [[test]] arraytable
92 [[test]] arraytable
105 [[test]] arraytable
124 [[test]] arraytable
[all …]
H A Dcrlf.toml4 [[test]] arraytable
11 [[test]] arraytable
19 [[test]] arraytable
27 [[test]] arraytable
34 [[test]] arraytable
41 [[test]] arraytable
48 [[test]] arraytable
55 [[test]] arraytable
62 [[test]] arraytable
69 [[test]] arraytable
[all …]
/aosp_15_r20/prebuilts/misc/common/android-support-test/monitor/
HDmonitor_release_no_deps.jar ... android/support/test/runner/lifecycle/Stage.class Stage.
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/processor/internal/viewmodel/
H A DViewModelValidationPluginTest.kt46 package test; in <lambda>() package
60 package test; in <lambda>() package
74 package test; in <lambda>() package
88 package test; in <lambda>() package
109 package test; in <lambda>() package
123 package test; in <lambda>() package
148 package test; in <lambda>() package
163 package test; in <lambda>() package
185 package test; in <lambda>() package
199 package test; in <lambda>() package
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dpacket_headers.rs422 mod test { module
491 let test = TestPacket { in from_x_slice() localVariable
533 let mut test = base.clone(); in from_x_slice_vlan_variants() localVariable
580 let mut test = base.clone(); in from_x_slice_vlan_variants() localVariable
625 let mut test = base.clone(); in from_x_slice_ip_variants() localVariable
694 let mut test = base.clone(); in from_x_slice_ip_variants() localVariable
714 let mut test = test.clone(); in from_x_slice_ip_variants() localVariable
766 let mut test = base.clone(); in from_x_slice_ip_variants() localVariable
842 let mut test = base.clone(); in from_x_slice_ip_variants() localVariable
865 let mut test = test.clone(); in from_x_slice_ip_variants() localVariable
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/misc/common/androidx-test/androidx.test.core-nodeps/android_common/aar/
Dclasses.jar ... /core_java_androidx_test_core-core_internal_kt.kotlin_module androidx/ androidx/test/ androidx/test/core/ androidx/test ...
Dandroidx.test.core-nodeps.jar ... /core_java_androidx_test_core-core_internal_kt.kotlin_module androidx/ androidx/test/ androidx/test/core/ androidx/test ...
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/
DCargo.toml47 [[test]] arraytable
51 [[test]] arraytable
55 [[test]] arraytable
59 [[test]] arraytable
63 [[test]] arraytable
67 [[test]] arraytable
71 [[test]] arraytable
75 [[test]] arraytable
79 [[test]] arraytable
83 [[test]] arraytable
[all …]
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/zone/
H A DTestFixedZoneRules.java80 public void test_serialization(ZoneRules test, ZoneOffset expectedOffset) throws Exception { in test_serialization()
100 ZoneRules test = make(OFFSET_PONE); in test_data_nullInput() local
114 public void test_getOffset_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getOffset_Instant()
120 public void test_getOffset_LocalDateTime(ZoneRules test, ZoneOffset expectedOffset) { in test_getOffset_LocalDateTime()
126 public void test_getValidOffsets_LDT(ZoneRules test, ZoneOffset expectedOffset) { in test_getValidOffsets_LDT()
134 public void test_getTransition_LDT(ZoneRules test, ZoneOffset expectedOffset) { in test_getTransition_LDT()
140 public void test_isValidOffset_LDT_ZO(ZoneRules test, ZoneOffset expectedOffset) { in test_isValidOffset_LDT_ZO()
151 public void test_getStandardOffset_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getStandardOffset_Instant()
157 public void test_getDaylightSavings_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_getDaylightSavings_Instant()
163 public void test_isDaylightSavings_Instant(ZoneRules test, ZoneOffset expectedOffset) { in test_isDaylightSavings_Instant()
[all …]

12345678910>>...650