Searched refs:test_funcs (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | main_test.function | 141 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 D | main_test.function | 141 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 D | generate_smali.py | 118 test_funcs = "" 120 test_funcs += str(t) 126 test_funcs = test_funcs,
|
/aosp_15_r20/art/test/971-iface-super/util-src/ |
H A D | generate_smali.py | 118 test_funcs = "" 120 test_funcs += str(t) 126 test_funcs = test_funcs,
|
/aosp_15_r20/external/libfuse/ |
H A D | meson.build | 66 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2', variable 69 foreach func : test_funcs
|
/aosp_15_r20/art/test/utils/python/ |
H A D | generate_java_main.py | 107 main_func=main_func, test_funcs=funcs)
|
/aosp_15_r20/art/test/970-iface-super-resolution-gen/util-src/ |
H A D | generate_smali.py | 401 test_funcs = funcs,
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_testing.py | 1585 …test_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/ |
D | quat.rs | 43 glam_test!(test_funcs, {
|
D | vec3.rs | 711 glam_test!(test_funcs, {
|
D | vec4.rs | 801 glam_test!(test_funcs, {
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_torchinductor.py | 11124 def test_funcs(func_and_kernel): function 11132 test_funcs(func_and_kernel_aten) 11133 patch.object(config.triton, "descriptive_names", "torch")(test_funcs)(
|