Home
last modified time | relevance | path

Searched refs:test_funcs (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dmain_test.function141 TestWrapper_t test_funcs[] =
163 if (func_idx < (int) (sizeof(test_funcs) / sizeof(TestWrapper_t))) {
164 fp = test_funcs[func_idx];
201 if (func_idx < (int) (sizeof(test_funcs)/sizeof(TestWrapper_t))) {
202 fp = test_funcs[func_idx];
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dmain_test.function141 TestWrapper_t test_funcs[] =
163 if (func_idx < (int) (sizeof(test_funcs) / sizeof(TestWrapper_t))) {
164 fp = test_funcs[func_idx];
201 if (func_idx < (int) (sizeof(test_funcs)/sizeof(TestWrapper_t))) {
202 fp = test_funcs[func_idx];
/aosp_15_r20/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_smali.py118 test_funcs = ""
120 test_funcs += str(t)
126 test_funcs = test_funcs,
/aosp_15_r20/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py118 test_funcs = ""
120 test_funcs += str(t)
126 test_funcs = test_funcs,
/aosp_15_r20/external/libfuse/
H A Dmeson.build66 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2', variable
69 foreach func : test_funcs
/aosp_15_r20/art/test/utils/python/
H A Dgenerate_java_main.py107 main_func=main_func, test_funcs=funcs)
/aosp_15_r20/art/test/970-iface-super-resolution-gen/util-src/
H A Dgenerate_smali.py401 test_funcs = funcs,
/aosp_15_r20/external/pytorch/test/
H A Dtest_testing.py1585test_funcs = [(getattr(test_cls, key), key) for key in test_cls.__dict__ if key.startswith('test_'…
1586 return test_funcs
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dquat.rs43 glam_test!(test_funcs, {
Dvec3.rs711 glam_test!(test_funcs, {
Dvec4.rs801 glam_test!(test_funcs, {
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py11124 def test_funcs(func_and_kernel): function
11132 test_funcs(func_and_kernel_aten)
11133 patch.object(config.triton, "descriptive_names", "torch")(test_funcs)(