Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/nullaway/nullaway/src/test/java/com/uber/nullaway/
H A DNullAwaySerializationTest.java145 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableReturnSimpleTest() local
181 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableReturnSuperClassTest() local
229 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableParamSimpleTest() local
267 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableParamSubclassTest() local
315 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableParamThisConstructorTest() local
354 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableParamGenericsTest() local
398 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableFieldSimpleTest() local
429 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableFieldInitializationTest() local
462 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableFieldControlFlowTest() local
519 SerializationTestHelper<FixDisplay> tester = new SerializationTestHelper<>(root); in suggestNullableNoInitializationFieldTest() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dtest.go56 type tester struct { struct
57 race bool
58 msan bool
59 asan bool
60 listMode bool
61 rebuild bool
62 failed bool
63 keepGoing bool
64 compileOnly bool // just try to compile all tests, but no need to run
65 runRxStr string
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Du8maxpool.cc176 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).kc(16); in TEST() local
188 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).kc(16); in TEST() local
200 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).kc(16); in TEST() local
212 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).kc(16); in TEST() local
221 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9); in TEST() local
235 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9); in TEST() local
250 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9); in TEST() local
265 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).iterations(3); in TEST() local
280 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9).iterations(3); in TEST() local
291 auto tester = MaxPoolMicrokernelTester().kr(16).mr(9); in TEST() local
[all …]
H A Dq8gemm_sparse.cc867 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
886 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
906 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
926 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
946 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
966 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
986 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
1006 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
1027 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
1046 GemmBlockSparseMicrokernelTester tester = GemmBlockSparseMicrokernelTester() in TEST() local
[all …]
H A Dq8avgpool.cc255 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).kc(8); in TEST() local
267 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).kc(8); in TEST() local
281 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9); in TEST() local
295 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).iterations(3); in TEST() local
311 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).iterations(3); in TEST() local
326 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9); in TEST() local
340 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).iterations(3); in TEST() local
356 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).iterations(3); in TEST() local
564 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).qr(8).kc(8); in TEST() local
577 auto tester = AvgPoolMicrokernelTester().kr(8).mr(9).qr(8).kc(8); in TEST() local
[all …]
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DSetValues002Test.java34 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.BOOLEAN_SIGNAL); in testSetValues001_Boolean() local
51 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.BYTE_SIGNAL); in testSetValues002_Byte() local
68 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.CHAR_SIGNAL); in testSetValues003_Char() local
85 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.SHORT_SIGNAL); in testSetValues004_Short() local
102 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.INT_SIGNAL); in testSetValues005_Int() local
119 StackFrameTester tester = new StackFrameTester( in testSetValues005_IntConstant() local
137 StackFrameTester tester = new StackFrameTester( in testSetValues005_IntTwoConstants() local
160 StackFrameTester tester = new StackFrameTester( in testSetValues005_IntConstantWithException() local
180 StackFrameTester tester = new StackFrameTester( in testSetValues005_IntConstantWithExceptionInCallee() local
201 StackFrameTester tester = new StackFrameTester( in testSetValues005_IntConstantWithExceptionInCaller() local
[all …]
H A DGetValues002Test.java34 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.BOOLEAN_SIGNAL); in testGetValues001_Boolean() local
50 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.BYTE_SIGNAL); in testGetValues002_Byte() local
66 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.CHAR_SIGNAL); in testGetValues003_Char() local
82 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.SHORT_SIGNAL); in testGetValues004_Short() local
98 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.INT_SIGNAL); in testGetValues005_Int() local
114 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.INT_METHOD2_SIGNAL); in testGetValues005_Int2() local
132 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.LONG_METHOD_SIGNAL); in testGetValues006_Long() local
148 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.FLOAT_METHOD); in testGetValues007_Float() local
164 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.DOUBLE_METHOD); in testGetValues008_Double() local
183 StackFrameTester tester = new StackFrameTester(StackTrace002Debuggee.OBJECT_SIGNAL); in testGetValues009_ThisObject() local
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dtests.rs101 let mut tester = VecDeque::with_capacity(15); in test_swap_front_back_remove() localVariable
142 let mut tester = VecDeque::with_capacity(15); in test_insert() localVariable
173 let mut tester = VecDeque::new(); in test_get() localVariable
195 let mut tester = VecDeque::new(); in test_get_mut() localVariable
226 let mut tester = VecDeque::new(); in test_swap() localVariable
250 let mut tester = VecDeque::new(); in test_swap_panic() localVariable
259 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_reserve_exact() localVariable
273 let mut tester: VecDeque<i32> = VecDeque::new(); in test_reserve_exact_panic() localVariable
279 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve_exact() localVariable
294 let mut tester: VecDeque<i32> = VecDeque::with_capacity(1); in test_try_reserve() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/tests/
Dsuite.rs10 let mut tester = RegexTester::new().skip_expensive(); in unminimized_standard() localVariable
20 let mut tester = RegexTester::new().skip_expensive(); in unminimized_premultiply() localVariable
30 let mut tester = RegexTester::new(); in unminimized_byte_class() localVariable
40 let mut tester = RegexTester::new(); in unminimized_premultiply_byte_class() localVariable
54 let mut tester = RegexTester::new().skip_expensive(); in unminimized_standard_no_nfa_shrink() localVariable
64 let mut tester = RegexTester::new().skip_expensive(); in minimized_standard() localVariable
74 let mut tester = RegexTester::new().skip_expensive(); in minimized_premultiply() localVariable
84 let mut tester = RegexTester::new(); in minimized_byte_class() localVariable
94 let mut tester = RegexTester::new(); in minimized_premultiply_byte_class() localVariable
108 let mut tester = RegexTester::new().skip_expensive(); in minimized_standard_no_nfa_shrink() localVariable
[all …]
/aosp_15_r20/external/swiftshader/tests/VulkanBenchmarks/
H A DTriangleBenchmarks.cpp23 static void RunBenchmark(benchmark::State &state, T &tester) in RunBenchmark()
40 DrawTester tester(multisample); in TriangleSolidColor() local
42 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleSolidColor()
60 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleSolidColor()
72 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleSolidColor()
91 DrawTester tester(multisample); in TriangleInterpolateColor() local
93 tester.onCreateVertexBuffers([](DrawTester &tester) { in TriangleInterpolateColor()
113 tester.onCreateVertexShader([](DrawTester &tester) { in TriangleInterpolateColor()
129 tester.onCreateFragmentShader([](DrawTester &tester) { in TriangleInterpolateColor()
150 DrawTester tester(multisample); in TriangleSampleTexture() local
[all …]
/aosp_15_r20/external/cronet/base/test/metrics/
H A Dhistogram_tester_unittest.cc38 HistogramTester tester; in TEST_F() local
58 HistogramTester tester; in TEST_F() local
68 HistogramTester tester; in TEST_F() local
83 HistogramTester tester; in TEST_F() local
102 HistogramTester tester; in TEST_F() local
119 HistogramTester tester; in TEST_F() local
137 HistogramTester tester; in TEST_F() local
147 HistogramTester tester; in TEST_F() local
158 HistogramTester tester; in TEST_F() local
166 HistogramTester tester; in TEST_F() local
[all …]
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DIteratorTesterTest.java41 IteratorTester<Integer> tester = in testCanCatchDifferentLengthOfIteration() local
53 IteratorTester<Integer> tester = in testCanCatchDifferentContents() local
65 IteratorTester<Integer> tester = in testCanCatchDifferentRemoveBehaviour() local
87 IteratorTester<Integer> tester = in testUnknownOrderUnrecognizedElement() local
181 TesterThatCountsCalls tester = new TesterThatCountsCalls(); in testVerifyGetsCalled() local
193 IteratorTester<Integer> tester = in testVerifyCanThrowAssertionThatFailsTest() local
221 IteratorTester<Integer> tester = in testMissingException() local
249 IteratorTester<Integer> tester = in testUnexpectedException() local
262 IteratorTester<Integer> tester = in testSimilarException() local
294 IteratorTester<Integer> tester = in testMismatchedException() local
[all …]
/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
H A DIteratorTesterTest.java41 IteratorTester<Integer> tester = in testCanCatchDifferentLengthOfIteration() local
53 IteratorTester<Integer> tester = in testCanCatchDifferentContents() local
65 IteratorTester<Integer> tester = in testCanCatchDifferentRemoveBehaviour() local
87 IteratorTester<Integer> tester = in testUnknownOrderUnrecognizedElement() local
181 TesterThatCountsCalls tester = new TesterThatCountsCalls(); in testVerifyGetsCalled() local
193 IteratorTester<Integer> tester = in testVerifyCanThrowAssertionThatFailsTest() local
221 IteratorTester<Integer> tester = in testMissingException() local
249 IteratorTester<Integer> tester = in testUnexpectedException() local
262 IteratorTester<Integer> tester = in testSimilarException() local
294 IteratorTester<Integer> tester = in testMismatchedException() local
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp47 static glw::GLenum mapTesterToPname(TesterType tester) in mapTesterToPname()
101 static bool isPureIntTester(TesterType tester) in isPureIntTester()
146 static bool isPureUintTester(TesterType tester) in isPureUintTester()
301 static bool isCoreTester(TesterType tester) in isCoreTester()
313 static RequiredExtensions getTesterExtension(TesterType tester) in getTesterExtension()
390 static bool isCoreTester(TesterType tester) in isCoreTester()
395 static RequiredExtensions getTesterExtension(TesterType tester) in getTesterExtension()
490 static bool isCoreTester(TesterType tester) in isCoreTester()
515 static RequiredExtensions getTesterExtension(TesterType tester) in getTesterExtension()
571 static bool isCoreTester(TesterType tester) in isCoreTester()
[all …]
/aosp_15_r20/external/XNNPACK/test/
H A Dfusion.cc15 auto tester = RuntimeTester(4); in TEST() local
45 auto tester = RuntimeTester(3); in TEST() local
73 auto tester = RuntimeTester(3); in TEST() local
105 auto tester = RuntimeTester(5); in TEST() local
146 auto tester = RuntimeTester(4); in TEST() local
176 auto tester = RuntimeTester(5); in TEST() local
218 auto tester = RuntimeTester(5); in TEST() local
258 auto tester = RuntimeTester(5); in TEST() local
290 auto tester = RuntimeTester(4); in TEST() local
320 auto tester = RuntimeTester(3); in TEST() local
[all …]
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java320 TetheringTester tester = new TetheringTester(downstreamReader); in testStaticIpv4() local
392 final TetheringTester tester = new TetheringTester(downstreamReader); in testLocalOnlyTethering() local
436 TetheringTester tester = new TetheringTester(packetReader); in checkTetheredClientCallbacks() local
506 private void runPing6Test(TetheringTester tester) throws Exception { in runPing6Test()
529 final TetheringTester tester = initTetheringTester(toList(TEST_IP6_ADDR), in testTetherUdpV6() local
556 final TetheringTester tester = initTetheringTester(toList(TEST_IP4_ADDR), in testTetherUdpV4() local
593 final TetheringTester tester = initTetheringTester(toList(TEST_IP6_ADDR), in runClatUdpTest() local
621 final TetheringTester tester = initTetheringTester(toList(TEST_IP4_ADDR), in testIcmpv4Echo() local
653 final TetheringTester tester = initTetheringTester(toList(TEST_IP6_ADDR), in testTetherClatIcmp() local
697 @NonNull final TetheringTester tester) throws Exception { in sendDownloadPacketDnsV4()
[all …]
/aosp_15_r20/external/executorch/extension/pybindings/test/
H A Dmake_test.py142 def test_e2e(tester): argument
156 def test_multiple_entry(tester): argument
167 def test_output_lifespan(tester): argument
178 def test_module_callable(tester): argument
192 def test_module_single_input(tester): argument
207 def test_stderr_redirect(tester): argument
244 def test_quantized_ops(tester): argument
283 def test_constant_output_not_memory_planned(tester): argument
309 def test_method_meta(tester) -> None: argument
354 def test_bad_name(tester) -> None: argument
[all …]
/aosp_15_r20/external/libchrome/base/test/metrics/
H A Dhistogram_tester_unittest.cc36 HistogramTester tester; in TEST_F() local
56 HistogramTester tester; in TEST_F() local
66 HistogramTester tester; in TEST_F() local
77 HistogramTester tester; in TEST_F() local
96 HistogramTester tester; in TEST_F() local
106 HistogramTester tester; in TEST_F() local
117 HistogramTester tester; in TEST_F() local
122 HistogramTester tester; in TEST_F() local
136 HistogramTester tester; in TEST_F() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_functions_unittest.cc23 HistogramTester tester; in TEST() local
43 HistogramTester tester; in TEST() local
59 HistogramTester tester; in TEST() local
69 HistogramTester tester; in TEST() local
93 HistogramTester tester; in TEST() local
128 HistogramTester tester; in TEST() local
145 HistogramTester tester; in TEST() local
155 HistogramTester tester; in TEST() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_functions_unittest.cc23 HistogramTester tester; in TEST() local
43 HistogramTester tester; in TEST() local
59 HistogramTester tester; in TEST() local
69 HistogramTester tester; in TEST() local
80 HistogramTester tester; in TEST() local
95 HistogramTester tester; in TEST() local
112 HistogramTester tester; in TEST() local
122 HistogramTester tester; in TEST() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DKeyTesterTest.java102 KeyTester tester = in differentKeysSameGroup_throws() local
110 KeyTester tester = in sameKeyDifferentGroup_throws() local
124 KeyTester tester = in sameKeyGroupDifferentParameters_throws() local
140 KeyTester tester = in sameKeyGroup_parametersDifferentHashCode_throws() local
156 KeyTester tester = in sameKeyGroup_parametersDifferentIdRequirements_throws() local
164 KeyTester tester = new KeyTester().addEqualityGroup("MyGroup0", new TestKey(0)); in twoGroupsWithSameName_throws() local
197 KeyTester tester = new KeyTester().addEqualityGroup("", key); in testIdRequirementInconsistent_throws() local
218 KeyTester tester = new KeyTester().addEqualityGroup("", key); in testIdRequirementInconsistent2_throws() local

12345678910>>...19