Home
last modified time | relevance | path

Searched defs:test (Results 401 – 425 of 16494) sorted by relevance

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsputbackc.pass.cpp23 struct test struct
28 test() {} in test() argument
46 test t; in main() argument
H A Dsungetc.pass.cpp23 struct test struct
28 test() {} in test() function
46 test t; in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Din_avail.pass.cpp24 struct test struct
29 test() {} in test() argument
46 test<char> t; in main() argument
H A Dsbumpc.pass.cpp23 struct test struct
28 test() {} in test() argument
46 test t; in main() argument
H A Dsgetc.pass.cpp23 struct test struct
28 test() {} in test() argument
46 test t; in main() argument
H A Dsnextc.pass.cpp23 struct test struct
28 test() {} in test() function
46 test t; in main() argument
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_case.py37 def test(self): member in Test.LoggingTestCase
73 def test(self): pass member in Test_TestCase.test_init__no_test_name.Test
84 def test(self): pass member in Test_TestCase.test_init__test_name__valid.Test
95 def test(self): pass member in Test_TestCase.test_init__test_name__invalid.Test
108 def test(self): pass member in Test_TestCase.test_countTestCases.Foo
173 def test(self): member in Test_TestCase.test_run_call_order__error_in_test.Foo
191 def test(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
212 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test.Foo
227 def test(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
281 def test(self): member in Test_TestCase.test_run_call_order_default_result.Foo
[all …]
/aosp_15_r20/external/angle/build/util/lib/common/
H A Dunittest_util.py28 def _GetTestURI(self, test): argument
33 def getDescription(self, test): argument
36 def startTest(self, test): argument
40 def addSuccess(self, test): argument
44 def addError(self, test, err): argument
49 def addFailure(self, test, err): argument
88 def GetTestName(test): argument
/aosp_15_r20/external/cronet/build/util/lib/common/
H A Dunittest_util.py28 def _GetTestURI(self, test): argument
33 def getDescription(self, test): argument
36 def startTest(self, test): argument
40 def addSuccess(self, test): argument
44 def addError(self, test, err): argument
49 def addFailure(self, test, err): argument
88 def GetTestName(test): argument
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
H A Dgbump.pass.cpp21 struct test struct
26 test() {} in test() argument
48 test<char> t; in main() argument
/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dpbump.pass.cpp21 struct test struct
26 test() {} in test() function
48 test<char> t; in main() argument
/aosp_15_r20/external/antlr/runtime/Python/
H A Dxmlrunner.py30 def __init__(self, test, time): argument
37 def create_success(test, time): argument
42 def create_failure(test, time, failure): argument
49 def create_error(test, time, error): argument
101 def startTest(self, test): argument
107 def stopTest(self, test): argument
118 def addError(self, test, err): argument
122 def addFailure(self, test, err): argument
165 def run(self, test): argument
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
H A DBazelXmlResultReporter.java124 public void testStarted(TestDescription test) { in testStarted()
129 public void testStarted(TestDescription test, long startTime) { in testStarted()
134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
139 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
144 public void testFailed(TestDescription test, String trace) { in testFailed()
149 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
154 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
159 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
164 public void testIgnored(TestDescription test) { in testIgnored()
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/src/tests/
H A Drutabaga_test.c72 struct rutabaga_test *test = (void *)(uintptr_t)user_data; in rutabaga_test_write_fence() local
123 static int test_rutabaga_init(struct rutabaga_test *test, uint64_t capset_mask) in test_rutabaga_init()
153 static int test_create_context(struct rutabaga_test *test, const char *context_name) in test_create_context()
197 static int test_init_context(struct rutabaga_test *test) in test_init_context()
258 static int test_command_submission(struct rutabaga_test *test) in test_command_submission()
342 static int test_context_finish(struct rutabaga_test *test) in test_context_finish()
368 static int test_rutabaga_2d(struct rutabaga_test *test) in test_rutabaga_2d()
449 static int test_rutabaga_finish(struct rutabaga_test *test) in test_rutabaga_finish()
459 static int test_rutabaga_2d_snapshot(struct rutabaga_test *test, const char* dir) in test_rutabaga_2d_snapshot()
541 struct rutabaga_test test = { 0 }; in main() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java282 public void testStarted(TestDescription test) { in testStarted()
288 public void testStarted(TestDescription test, long startTime) { in testStarted()
295 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
301 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
308 public void testFailed(TestDescription test, String trace) { in testFailed()
314 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
320 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
326 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
332 public void testIgnored(TestDescription test) { in testIgnored()
338 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped()
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
H A Dvalue.pass.cpp37 constexpr int test() const & {return 3;} in test() function
38 int test() & {return 4;} in test() function
39 constexpr int test() const && {return 5;} in test() function
40 int test() && {return 6;} in test() function
45 constexpr int test() & {return 7;} in test() function
49 test() in test() function
H A Dvalue_rvalue.pass.cpp36 constexpr int test() const & {return 3;} in test() function
37 int test() & {return 4;} in test() function
38 constexpr int test() const && {return 5;} in test() function
39 int test() && {return 6;} in test() function
44 constexpr int test() && {return 7;} in test() function
48 test() in test() function
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
H A DTCKZoneOffsetTransitionRuleSerialization.java88 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_unusualOffsets() local
98 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_endOfDay() local
106 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_unusualTime() local
114 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_floatingWeek() local
122 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_floatingWeekBackwards() local
130 ZoneOffsetTransitionRule test = ZoneOffsetTransitionRule.of( in test_serialization_fixedDate() local
/aosp_15_r20/external/mesa3d/src/asahi/lib/tests/
H A Dtest-tilebuffer.cpp11 struct test { struct
20 struct test tests[] = { argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
H A Dgbump.pass.cpp22 struct test struct
27 test() {} in test() argument
49 test<char> t; in main() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.observe/
H A Ddereference.pass.cpp24 constexpr int test() const& {return 3;} in test() function
25 int test() & {return 4;} in test() function
26 constexpr int test() const&& {return 5;} in test() function
27 int test() && {return 6;} in test() function
32 constexpr int test() {return 7;} in test() function
36 test() in test() function
H A Ddereference_rvalue.pass.cpp24 constexpr int test() const& {return 3;} in test() function
25 int test() & {return 4;} in test() function
26 constexpr int test() const&& {return 5;} in test() function
27 int test() && {return 6;} in test() function
32 constexpr int test() && {return 7;} in test() function
36 test() in test() function
H A Dvalue.pass.cpp28 constexpr int test() const & {return 3;} in test() function
29 int test() & {return 4;} in test() function
30 constexpr int test() const && {return 5;} in test() function
31 int test() && {return 6;} in test() function
36 constexpr int test() & {return 7;} in test() function
40 test() in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dpbump.pass.cpp22 struct test struct
27 test() {} in test() argument
49 test<char> t; in main() argument
/aosp_15_r20/prebuilts/misc/common/ub-janktesthelper/
HDub-janktesthelper.jar ... android/ android/support/ android/support/test/ android/support/test/janktesthelper/ android ...

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