Home
last modified time | relevance | path

Searched defs:test (Results 476 – 500 of 16494) sorted by relevance

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

/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java404 DefaultConstructor test = new DefaultConstructor(); in test_18_82_writeObject() local
433 DefaultConstructorSub test = new DefaultConstructorSub(); in test_18_83_writeObject() local
462 PrivateConstructor test = new PrivateConstructor(); in test_18_84_writeObject() local
490 PrivateConstructorSub test = new PrivateConstructorSub(); in test_18_85_writeObject() local
511 ProtectedConstructor test = new ProtectedConstructor(); in test_18_86_writeObject() local
540 ProtectedConstructorSub test = new ProtectedConstructorSub(); in test_18_87_writeObject() local
569 PublicConstructor test = new PublicConstructor(); in test_18_88_writeObject() local
598 PublicConstructorSub test = new PublicConstructorSub(); in test_18_89_writeObject() local
1199 TimeZone test = TimeZone.getTimeZone("EST"); in test_18_110_writeObject() local
1228 TimeZone test = TimeZone.getTimeZone("EST"); in test_18_111_writeObject() local
[all …]
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp184 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn()
254 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() local
276 Test* test = running_[i]; in ReadTestsOutput() local
301 Test* test = test_ptr.get(); in CheckTestsFinished() local
396 Test* test = entry.second.get(); in CheckTestsTimeout() local
425 const Test* test = entry.second; in HandleSignals() local
480 const Test* test = entry.second.get(); in PrintResults() local
708 const Test* test = entry.second.get(); in WriteXmlResults() local
733 for (auto test : suite_entry.tests) { in WriteXmlResults() local
/aosp_15_r20/external/junit/src/main/java/junit/framework/
H A DTestResult.java36 public synchronized void addError(Test test, Throwable e) { in addError()
47 public synchronized void addFailure(Test test, AssertionFailedError e) { in addFailure()
80 public void endTest(Test test) { in endTest()
118 protected void run(final TestCase test) { in run()
140 public void runProtected(final Test test, Protectable p) { in runProtected()
162 public void startTest(Test test) { in startTest()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java92 TestDescription test = new TestDescription("test.class", "method0"); in testReplay() local
147 TestDescription test = new TestDescription("test.class", "method0"); in testReplayModules() local
181 TestDescription test = new TestDescription("test.class", "method0"); in testReplay_oneTest() local
211 TestDescription test = new TestDescription("test.class", "method0"); in testReplay_MultiTest() local
255 TestDescription test = new TestDescription("test.class", "method" + i); in createTestRunResult() local
260 TestDescription test = new TestDescription("test.class", "fail" + i); in createTestRunResult() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DJUnitToInvocationResultForwarder.java60 public void addError(Test test, Throwable t) { in addError()
70 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
80 public void endTest(Test test) { in endTest()
91 public void endTest(Test test, HashMap<String, Metric> metrics) { in endTest()
122 public void startTest(Test test) { in startTest()
136 private TestDescription getTestId(Test test) { in getTestId()
/aosp_15_r20/frameworks/base/test-junit/src/junit/framework/
H A DTestResult.java40 public synchronized void addError(Test test, Throwable t) { in addError()
49 public synchronized void addFailure(Test test, AssertionFailedError t) { in addFailure()
77 public void endTest(Test test) { in endTest()
111 protected void run(final TestCase test) { in run()
131 public void runProtected(final Test test, Protectable p) { in runProtected()
154 public void startTest(Test test) { in startTest()
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/
H A DTestMonthDay.java93 void check(MonthDay test, int m, int d) { in check()
100 MonthDay test = MonthDay.of(6, 30); in test_with_Month_noChangeSame() local
101 assertSame(test.with(Month.JUNE), test); in test_with_Month_noChangeSame() local
106 MonthDay test = MonthDay.of(6, 30); in test_withMonth_int_noChangeSame() local
111 MonthDay test = MonthDay.of(6, 30); in test_withDayOfMonth_noChangeSame() local
117 MonthDay test = MonthDay.of(6, 30); in test_adjustDate_same() local
/aosp_15_r20/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/testing/surfaces/
H A DSelectedApiVariantsTestData.kt126 class test.pkg.Test - ApiVariantSet[main(CR)] class
131 class test.pkg.Test.Nested - ApiVariantSet[main(C)] class
133 class test.pkg.Test.Removed - ApiVariantSet[main(R)] class
214 class test.pkg.Base - ApiVariantSet[base(C)] class
218 class test.pkg.Test - ApiVariantSet[base(C),main(C)] class
224 class test.pkg.Test.Nested - ApiVariantSet[main(C)] class
/aosp_15_r20/external/crosvm/fuzz/
H A DCargo.toml38 test = false qkey
44 test = false qkey
50 test = false qkey
56 test = false qkey
62 test = false qkey
68 test = false qkey
74 test = false qkey
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp124 const SkTSpan* test = testBounded->fBounded; in closestBoundedT() local
172 SkTSpan* test = bounded->fBounded; in findOppSpan() local
282 double test = ((*fPart)[outer] - (*fPart)[inner]).lengthSquared(); in linearIntersects() local
303 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp; in linearIntersects() local
359 SkTSpan* test = bounded->fBounded; in oppT() local
385 SkTSpan* test = bounded->fBounded; in removeBounded() local
632 SkTSpan* test = fHead; in boundsMax() local
723 SkTSpan* test = fCoincident; in coincidentHasT() local
735 const SkTSpan* test = fHead; in collapsed() local
808 const SkTSpan* test = fHead; in hasBounded() local
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp17 void test() { in test() function in test0::Test
34 void test(Test *t) { in test() function
66 void test() { in test() function in test1::Test
83 void test(Test *t) { in test() function
123 void test() { in test() function in test2::Test
140 void test(Test *t) { in test() function
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java177 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests() local
200 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests_assumptionFailure() local
250 TestableHostJUnit4Test test = in testRunDeviceTests_abi() local
282 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests_asUser() local
310 TestableHostJUnit4Test test = in testRunDeviceTestsWithOptions() local
346 FailureHostJUnit4Test test = new FailureHostJUnit4Test(); in testRunDeviceTests_crashedInstrumentation() local
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dstret_lookup.m6 struct test { struct
7 char test[1024]; argument
10 + (struct test)test; argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test_to_fuzzer.go32 type test struct { struct
33 LineNumber int
34 Type string
35 Values map[string]*big.Int
42 test test member
133 func checkKeys(t test, keys ...string) bool {
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DQuickSelectTest.java113 private void test(List<Integer> input, int k, Integer expected) throws Exception { in test() method in QuickSelectTest
117 private void test(List<Integer> input, int start, int length, int k, Integer expected) in test() method in QuickSelectTest
129 private void test(int[] input, int k, Integer expected) throws Exception { in test() method in QuickSelectTest
133 private void test(int[] input, int start, int length, int k, Integer expected) in test() method in QuickSelectTest
145 private void test(long[] input, int k, Long expected) throws Exception { in test() method in QuickSelectTest
149 private void test(long[] input, int start, int length, int k, Long expected) throws Exception { in test() method in QuickSelectTest
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/chrono/
H A DTestHijrahChronology.java63 Chronology test = Chronology.of("Hijrah"); in test_chrono_byName() local
147 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust1() local
154 ChronoLocalDate test = base.with(TemporalAdjusters.lastDayOfMonth()); in test_adjust2() local
164 ChronoLocalDate test = hijrahDate.with(LocalDate.of(2012, 7, 6)); in test_adjust_toLocalDate() local
180 LocalDate test = LocalDate.MIN.with(hijrahDate); in test_LocalDate_adjustToHijrahDate() local
187 LocalDateTime test = LocalDateTime.MIN.with(hijrahDate); in test_LocalDateTime_adjustToHijrahDate() local
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/bn/
H A Dbn_test_to_fuzzer.go32 type test struct { struct
33 LineNumber int
34 Type string
35 Values map[string]*big.Int
42 test test member
133 func checkKeys(t test, keys ...string) bool {
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DObjectMatcherFactory.java104 public boolean test(String value) { in test() method in ObjectMatcherFactory.RegexMatcher
119 public boolean test(String value) { in test() method in ObjectMatcherFactory.CollectionMatcher
135 public boolean test(String value) { in test() method in ObjectMatcherFactory.OrMatcher
150 public boolean test(String value) { in test() method in ObjectMatcherFactory.ListMatcher
170 public boolean test(String o) { in test() method in ObjectMatcherFactory.DefaultingMatcher
188 public boolean test(String o) { in test() method in ObjectMatcherFactory.NullHandlingMatcher
212 public boolean test(String o) { in test() method in ObjectMatcherFactory.StringMatcher
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java269 public static SerializableAssert defineComparator(Object test, Object object) in defineComparator()
303 public static void verifyGolden(Object test, Object object) throws Exception { in verifyGolden()
319 public static void verifyGolden(Object test, Object object, SerializableAssert comparator) in verifyGolden()
336 public static void verifyGolden(Object test, Object[] objects) throws Exception { in verifyGolden()
356 public static void verifyGolden(Object test, Object[] objects, SerializableAssert comparator) in verifyGolden()
423 private static Serializable getObject(Object test, String toAppend) throws Exception { in getObject()
447 public static void createGoldenFile(String root, TestCase test, Object object) in createGoldenFile()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_disabled/
H A Dmetadata.json61 "test": true boolean
132 "test": true boolean
146 "test": false boolean
195 "test": true boolean
209 "test": false boolean
223 "test": false boolean
237 "test": false boolean
251 "test": false boolean
265 "test": true boolean
408 "test": true boolean
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/util/UUID/
H A DUUIDTest.java119 UUID test = UUID.fromString(str); in testFromStringError() local
127 UUID test = UUID.randomUUID(); in versionTest() local
163 UUID test = UUID.randomUUID(); in variantTest() local
187 UUID test = UUID.randomUUID(); in timestampTest() local
206 UUID test = UUID.randomUUID(); in clockSequenceTest() local
228 UUID test = UUID.randomUUID(); in nodeTest() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java305 public void testStarted(TestDescription test, long startTime) { in testStarted()
311 public void testIgnored(TestDescription test) { in testIgnored()
317 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped()
323 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
329 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
335 public void testFailed(TestDescription test, String trace) { in testFailed()
341 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
347 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/aosp_15_r20/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
H A DDalvikTestRunner.java126 private static void iterateTests(Test test, Set<String> includes, Set<String> excludes, in iterateTests()
172 private static boolean shouldRun(Test test, Set<String> includes, Set<String> excludes) { in shouldRun()
303 public void startTest(Test test) { in startTest()
311 public void endTest(Test test) { in endTest()
319 public void addFailure(Test test, AssertionFailedError error) { in addFailure()
327 public void addError(Test test, Throwable error) { in addError()
331 private String getId(Test test) { in getId()
399 public void runTest(Test test, TestResult result) { in runTest()
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.pass.cpp20 struct test struct
25 test() {} in test() argument
36 test t; in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
H A Dxsgetn.pass.cpp20 struct test struct
25 test() {} in test() argument
35 test t; in main() argument

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