Home
last modified time | relevance | path

Searched defs:test (Results 376 – 400 of 16494) sorted by relevance

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

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dsupport.py45 def startTest(self, test): argument
53 def stopTest(self, test): argument
102 def addSubTest(self, test, subtest, err): argument
122 def startTest(self, test): argument
125 def stopTest(self, test): argument
128 def addError(self, test): argument
131 def addFailure(self, test): argument
134 def addSuccess(self, test): argument
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DTestTimeoutEnforcer.java76 public void testStarted(TestDescription test, long startTime) { in testStarted()
84 public void testFailed(TestDescription test, String trace) { in testFailed()
91 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
98 public void testIgnored(TestDescription test) { in testIgnored()
105 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
112 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
119 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go29 type test struct { struct
30 LineNumber int
31 Type string
32 Values map[string]*big.Int
39 test test member
130 func checkKeys(t test, keys ...string) bool {
157 func checkResult(t test, expr, key string, r *big.Int) {
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dcheck_bn_tests.go29 type test struct { struct
30 LineNumber int
31 Type string
32 Values map[string]*big.Int
39 test test member
130 func checkKeys(t test, keys ...string) bool {
157 func checkResult(t test, expr, key string, r *big.Int) {
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
H A DAlmostPerfectMatcherTest.kt32 val test = rgb(200, 200, 5) in diffColor_exactMatch() constant
50 val test = rgb(200, 201, 6) in diffColor_almostMatchLowRed() constant
68 val test = rgb(201, 199, 200) in diffColor_almostMatchHighRed() constant
86 val test = rgb(212, 194, 203) in diffColor_notMatch() constant
/aosp_15_r20/external/go-cmp/cmp/
H A Dcompare_test.go115 type test struct { struct
116 label string // Test name
117 x, y interface{} // Input values to compare
118 opts []cmp.Option // Input options
119 wantEqual bool // Whether any difference is expected
120 wantPanic string // Sub-string of an expected panic message
121 reason string // The reason for the expected outcome
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/
H A Dearliest.toml1 [[test]] arraytable
8 [[test]] arraytable
15 [[test]] arraytable
22 [[test]] arraytable
31 [[test]] arraytable
40 [[test]] arraytable
47 [[test]] arraytable
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/repack/
H A Drepack_test.go27 type test struct { struct
28 name string
29 testData []testData
30 filter filterFunc
184 func repackZipTest(t *testing.T, in *zip.ReadCloser, test test) { argument
220 func repackZipWithFiletedOutTest(t *testing.T, in *zip.ReadCloser, test test) { argument
279 func repackDirTest(t *testing.T, dir string, test test) { argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest2.java1162 OptionalDataNotRead test = new OptionalDataNotRead(); in test_OptionalDataNotRead() local
1240 NestedPutField test = new NestedPutField(); in test_18_56_writeObject() local
1394 ArrayOfSerializable test = new ArrayOfSerializable(); in test_18_61_writeObject() local
1423 ClassSubClassTest1 test = new ClassSubClassTest1( in test_18_62_writeObject() local
1453 ConstructorTestC test = new ConstructorTestC(); in test_18_63_writeObject() local
1482 HashCodeTest test = new HashCodeTest(); in test_18_64_writeObject() local
1512 InitializerFieldsTest test = new InitializerFieldsTest(); in test_18_65_writeObject() local
1549 InitializerFieldsTest2 test = new InitializerFieldsTest2(); in test_18_66_writeObject() local
1589 InitializerFieldsTest3 test = new InitializerFieldsTest3(); in test_18_67_writeObject() local
1640 DeepNesting test = new DeepNesting(25); in test_DeepNesting() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-mock/android.test.mock.stubs.test/android_common/turbine-combined/
Dandroid.test.mock.stubs.test.jar ... android/test/mock/MockAccountManager.class <Unknown> package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-mock/android.test.mock.stubs.system.from-source/android_common/turbine/
Dandroid.test.mock.stubs.system.from-source.jar ... android/test/mock/MockAccountManager.class <Unknown> package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-mock/android.test.mock.stubs.test.from-source/android_common/turbine/
Dandroid.test.mock.stubs.test.from-source.jar ... android/test/mock/MockAccountManager.class <Unknown> package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/test-mock/android.test.mock.stubs.system/android_common/turbine-combined/
Dandroid.test.mock.stubs.system.jar ... android/test/mock/MockAccountManager.class <Unknown> package ...
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/zone/
H A DTestZoneOffsetTransition.java93 ZoneOffsetTransition test = ZoneOffsetTransition.of(before, OFFSET_0200, OFFSET_0300); in test_getters_gap() local
109 ZoneOffsetTransition test = ZoneOffsetTransition.of(before, OFFSET_0300, OFFSET_0200); in test_getters_overlap() local
125 …ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, ZoneOffset.of("+02:04:56"), ZoneOffset.of… in test_serialization_unusual1() local
132 …ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, ZoneOffset.of("+02:04:56"), ZoneOffset.of… in test_serialization_unusual2() local
139 …ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, ZoneOffset.of("+02:04:56"), ZoneOffset.of… in test_serialization_format() local
149 ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, OFFSET_0200, OFFSET_0300); in test_isValidOffset_gap() local
160 ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, OFFSET_0300, OFFSET_0200); in test_isValidOffset_overlap() local
262 ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, OFFSET_0200, OFFSET_0300); in test_toString_gap() local
269 ZoneOffsetTransition test = ZoneOffsetTransition.of(ldt, OFFSET_0300, OFFSET_0200); in test_toString_overlap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dendian_operations_test.cpp60 static void test() in test() function
71 static void test() in test() function
82 static void test() in test() function
93 static void test() in test() function
106 static void test() in test() function
122 static void test() in test() function
130 static void test() in test() function
143 static void test() in test() function
162 static void test() in test() function
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Din_avail.pass.cpp23 struct test struct
28 test() {} in test() argument
45 test<char> t; in main() argument
H A Dsnextc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsbumpc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsgetc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsungetc.pass.cpp22 struct test struct
27 test() {} in test() argument
45 test t; in main() argument
H A Dsputbackc.pass.cpp22 struct test struct
27 test() {} in test() function
45 test t; in main() argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dundefined-internal.cpp14 void test() { in test() function
26 void test() { in test() function
40 void test() { in test() function
64 void test(A &a) { in test() function
87 void test() { in test() function
108 void test() { in test() function
126 void test() { in test() function
220 void test(X &x) { in test() function
232 void test() { in test() function
306 void test(Cls &c) { in test() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_test.cpp48 void test() in test() function
1149 void test() in test() function
1533 void test() in test() function
1977 void test() in test() function
1993 void test() in test() function
2076 void test() in test() function
2124 void test() in test() function
2213 void test() in test() function
2375 void test() in test() function
2431 void test() in test() function
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_combined_features/
H A Dmetadata.json47 "test": true boolean
96 "test": true boolean
110 "test": false boolean
124 "test": false boolean
138 "test": false boolean
152 "test": false boolean
166 "test": true boolean
261 "test": true boolean
275 "test": false boolean
289 "test": false boolean
[all …]
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc188 FeedbackTester test; in TEST() local
198 FeedbackTester test(/*include_timestamps=*/false); in TEST() local
210 FeedbackTester test; in TEST() local
223 FeedbackTester test; in TEST() local
236 FeedbackTester test; in TEST() local
248 FeedbackTester test; in TEST() local
261 FeedbackTester test; in TEST() local
286 FeedbackTester test; in TEST() local
306 FeedbackTester test; in TEST() local
325 FeedbackTester test; in TEST() local
[all …]

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