/aosp_15_r20/external/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 438 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 505 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 598 def getTempPaths(test): argument 607 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 778 def parseIntegratedTestScript(test, additional_parsers=[], argument 880 def _runShTest(test, litConfig, useExternalSh, script, tmpBase): argument 918 def executeShTest(test, litConfig, useExternalSh, argument
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | url_util_unittest.cc | 324 for (const auto& test : tests) { in TEST() local 348 for (const auto& test : tests) { in TEST() local 370 for (const auto& test : tests) { in TEST() local 411 for (const auto& test : tests) { in TEST() local 438 for (const auto& test : tests) { in TEST() local 719 for (const auto& test : tests) { in TEST() local 741 for (const auto& test : tests) { in TEST_P() local 759 for (const auto& test : tests) { in TEST() local 876 for (const auto& test : tests) { in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | unique_ptr_assign.cpp | 41 void test() in test() function 106 void test() in test() function 183 void test() in test() function 260 void test() in test() function 311 void test() in test() function 370 void test() in test() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | arm.cpp | 46 void test() { in test() function 97 void test() { in test() function 256 void test(A *a) { in test() function 272 void test(A *a) { in test() function 295 void test() { in test() function 330 void test() { in test() function
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | audio_send_stream_tests.cc | 24 namespace test { namespace 73 } test; in TEST_F() local 102 } test; in TEST_F() local 146 } test; in TEST_F() local 191 TransportWideSequenceNumberObserver test(/*expect_sequence_number=*/true); in TEST_F() local 242 } test; in TEST_F() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/ |
H A D | Cargo.toml | 39 [[test]] arraytable 43 [[test]] arraytable 47 [[test]] arraytable 52 [[test]] arraytable 57 [[test]] arraytable 62 [[test]] arraytable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/ |
H A D | Cargo.toml | 39 [[test]] arraytable 43 [[test]] arraytable 47 [[test]] arraytable 52 [[test]] arraytable 57 [[test]] arraytable 62 [[test]] arraytable
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | SerializationUtilsTest.java | 175 final Object test = SerializationUtils.deserialize(inTest); in testDeserializeStream() local 208 final Object test = SerializationUtils.deserialize(inTest); in testDeserializeStreamOfNull() local 287 final Object test = SerializationUtils.deserialize(streamReal.toByteArray()); in testDeserializeBytes() local 307 final Object test = SerializationUtils.deserialize(streamReal.toByteArray()); in testDeserializeBytesOfNull() local 324 final Object test = SerializationUtils.clone(iMap); in testClone() local 338 final Object test = SerializationUtils.clone(null); in testCloneNull() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/mediaprojection/devicepolicy/ |
H A D | ScreenCaptureDevicePolicyResolverTest.kt | 88 private val test: IsScreenCaptureAllowedTestCase constant in com.android.systemui.mediaprojection.devicepolicy.IsAllowedScreenCaptureDevicePolicyResolverTest 457 fun test() { in test() method 475 private val test: IsScreenCaptureCompletelyDisabledTestCase constant in IsCompletelyNotAllowedScreenCaptureDevicePolicyResolverTest 653 fun test() { in test() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/ |
H A D | Cargo.toml | 39 [[test]] arraytable 43 [[test]] arraytable 47 [[test]] arraytable 52 [[test]] arraytable 57 [[test]] arraytable 62 [[test]] arraytable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/ |
H A D | Cargo.toml | 39 [[test]] arraytable 43 [[test]] arraytable 47 [[test]] arraytable 52 [[test]] arraytable 57 [[test]] arraytable 62 [[test]] arraytable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/ |
H A D | Cargo.toml | 39 [[test]] arraytable 43 [[test]] arraytable 47 [[test]] arraytable 52 [[test]] arraytable 57 [[test]] arraytable 62 [[test]] arraytable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/doc/ |
D | doc_test.go | 86 type test struct { struct 87 name string 88 args []string // Arguments to "[go] doc". 89 yes []string // Regular expressions that should match. 90 no []string // Regular expressions that should not match.
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | doctest.py | 1202 def report_start(self, out, test, example): argument 1215 def report_success(self, out, test, example, got): argument 1223 def report_failure(self, out, test, example, got): argument 1230 def report_unexpected_exception(self, out, test, example, exc_info): argument 1237 def _failure_header(self, test, example): argument 1257 def __run(self, test, compileflags, out): argument 1380 def __record_outcome(self, test, f, t): argument 1404 def run(self, test, compileflags=None, out=None, clear_globs=True): argument 1680 def __init__(self, test, example, got): argument 1699 def __init__(self, test, example, exc_info): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Tools/pybench/ |
D | Lookups.py | 9 def test(self): member in SpecialClassAttribute 190 def test(self): member in NormalClassAttribute 376 def test(self): member in SpecialInstanceAttribute 564 def test(self): member in NormalInstanceAttribute 752 def test(self): member in BuiltinMethodLookup
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | equal_range.cpp | 30 const Container& test, in check_result() 59 void test(Container& cont) in test() function 62 Container test(cont); in test() local 101 Container test(test_temp); in test_pred() local 174 boost::unit_test::test_suite* test in init_unit_test_suite() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKLocalDate.java | 207 private void check(LocalDate test, int y, int m, int d) { in check() 213 assertEquals(LocalDate.of(y, m, d), test); in check() local 235 LocalDate test = LocalDate.now(); in now() local 258 LocalDate test = LocalDate.now(zone); in now_ZoneId() local 282 LocalDate test = LocalDate.now(clock); in now_Clock_allSecsInDay_utc() local
|
/aosp_15_r20/external/openthread/tools/harness-automation/autothreadharness/ |
H A D | runner.py | 77 def startTest(self, test): argument 99 def add_result(self, test, passed, error=None): argument 132 def addSuccess(self, test): argument 137 def addFailure(self, test, err): argument 142 def addError(self, test, err): argument
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/ |
H A D | TestClock_Offset.java | 59 Clock test = Clock.offset(Clock.fixed(INSTANT, PARIS), OFFSET); in test_offset_ClockDuration() local 66 Clock test = Clock.offset(underlying, Duration.ZERO); in test_offset_ClockDuration_zeroDuration() local 82 Clock test = Clock.offset(Clock.system(PARIS), OFFSET); in test_withZone() local 89 Clock test = Clock.offset(Clock.system(PARIS), OFFSET); in test_withZone_same() local 134 Clock test = Clock.offset(Clock.systemUTC(), OFFSET); in test_toString() local
|
/aosp_15_r20/external/pytorch/test/cpp/c10d/ |
H A D | ProcessGroupNCCLTest.cpp | 409 auto test = AllreduceNCCLTest(path, rank, size); in testAllreduce() local 430 auto test = SparseAllreduceNCCLTest(path, rank, size, inputDim); in testSparseAllreduce() local 481 auto test = SparseAllreduceNCCLTest(path, rank, size, inputDim); in testSparseAllreduceLarge() local 531 auto test = BroadcastNCCLTest(path, rank, size); in testBroadcast() local 558 auto test = ReduceNCCLTest(path, rank, size); in testReduce() local 587 auto test = AllgatherNCCLTest(path, rank, size); in testAllgather() local 611 auto test = AllgatherBaseNCCLTest(path, rank, size); in testAllgatherBase() local 632 auto test = ReduceScatterBaseNCCLTest(path, rank, size); in testReduceScatterBase() local 654 auto test = ReduceScatterNCCLTest(path, rank, size); in testReduceScatter() local 676 NCCLTest test(path, rank, size); in testSequenceNumInit() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_progs.c | 263 static void dump_test_log(const struct prog_test_def *test, in dump_test_log() 362 struct prog_test_def *test = env.test; in test__end_subtest() local 387 struct prog_test_def *test = env.test; in test__start_subtest() local 492 int bpf_find_map(const char *test, struct bpf_object *obj, const char *name) in bpf_find_map() 1053 struct prog_test_def *test = &prog_test_defs[test_num]; in run_one_test() local 1173 struct prog_test_def *test; in dispatch_thread() local 1293 struct prog_test_def *test = &prog_test_defs[i]; in calculate_summary_and_print_errors() local 1367 struct prog_test_def *test = &prog_test_defs[i]; in server_main() local 1495 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main() local 1621 struct prog_test_def *test = &prog_test_defs[i]; in main() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ |
H A D | minimal_cxx11_configuration.pass.cpp | 46 void test() { in test() function 61 void test() { in test() function 82 void test() { in test() function 93 void test() { in test() function 107 void test() { in test() function
|
/aosp_15_r20/external/skia/modules/pathkit/perf/ |
H A D | effects.bench.js | 20 function test(ctx) { function 41 function test(ctx) { function 62 function test(ctx) { function 83 function test(ctx) { function 106 function test(ctx) { function
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
H A D | p2.cpp | 48 void test(N::X x) { in test() function 96 void test() { in test() function 106 void test() { in test() function 120 void test(B<int> &ref) { in test() function 131 void test(B<int> &ref) { in test() function
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | verification_and_generation_functions.cpp | 91 verify_long(int test, size_t vector_size, cl_long *inptrA, cl_long *inptrB, cl_long *outptr, size_t… in verify_long() 287 verify_ulong(int test, size_t vector_size, cl_ulong *inptrA, cl_ulong *inptrB, cl_ulong *outptr, si… in verify_ulong() 488 verify_int(int test, size_t vector_size, cl_int *inptrA, cl_int *inptrB, cl_int *outptr, size_t n) in verify_int() 683 verify_uint(int test, size_t vector_size, cl_uint *inptrA, cl_uint *inptrB, cl_uint *outptr, size_t… in verify_uint() 877 verify_short(int test, size_t vector_size, cl_short *inptrA, cl_short *inptrB, cl_short *outptr, si… in verify_short() 1075 verify_ushort(int test, size_t vector_size, cl_ushort *inptrA, cl_ushort *inptrB, cl_ushort *outptr… in verify_ushort() 1274 verify_char(int test, size_t vector_size, cl_char *inptrA, cl_char *inptrB, cl_char *outptr, size_t… in verify_char() 1481 verify_uchar(int test, size_t vector_size, cl_uchar *inptrA, cl_uchar *inptrB, cl_uchar *outptr, si… in verify_uchar()
|