/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_select.py | 17 test_data_t = tuple[torch.Tensor, int, int] variable 51 test_data: test_data_t, 77 test_data: test_data_t, 107 test_data: test_data_t, 129 self, module: torch.nn.Module, test_data: test_data_t, export_target: str 141 self, module: torch.nn.Module, test_data: test_data_t, export_target: str 153 def test_select_copy_tosa_MI(self, test_data: test_data_t): 159 def test_select_int_tosa_MI(self, test_data: test_data_t): 165 def test_select_copy_tosa_BI(self, test_data: test_data_t): 171 def test_select_int_tosa_BI(self, test_data: test_data_t): [all …]
|
H A D | test_split.py | 16 test_data_t = tuple[torch.Tensor, int | list[int], int] variable 53 self, module: torch.nn.Module, test_data: test_data_t 75 self, module: torch.nn.Module, test_data: test_data_t 94 self, compile_spec: CompileSpec, module: torch.nn.Module, test_data: test_data_t 112 def test_split_tosa_MI(self, test_data: test_data_t): 116 def test_split_with_sizes_tosa_MI(self, test_data: test_data_t): 121 def test_split_one_out_tosa_MI(self, test_data: test_data_t): 125 def test_split_two_out_tosa_MI(self, test_data: test_data_t): 129 def test_split_tosa_BI(self, test_data: test_data_t): 135 def test_split_u55_BI(self, test_data: test_data_t): [all …]
|
H A D | test_reciprocal.py | 14 test_data_t = tuple[str, torch.Tensor] variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setresuid/ |
H A D | setresuid03.c | 23 static struct test_data_t { struct 24 uid_t *real_uid; 25 uid_t *eff_uid; 26 uid_t *sav_uid; 27 int exp_errno; 28 uid_t *exp_real_uid; 29 uid_t *exp_eff_uid; 30 uid_t *exp_sav_uid; 31 char *test_msg;
|
H A D | setresuid01.c | 20 static struct test_data_t { struct 21 uid_t *real_uid; 22 uid_t *eff_uid; 23 uid_t *sav_uid; 24 uid_t *exp_real_uid; 25 uid_t *exp_eff_uid; 26 uid_t *exp_sav_uid; 27 char *test_msg;
|
H A D | setresuid02.c | 25 static struct test_data_t { struct 26 uid_t *real_uid; 27 uid_t *eff_uid; 28 uid_t *sav_uid; 29 uid_t *exp_real_uid; 30 uid_t *exp_eff_uid; 31 uid_t *exp_sav_uid; 32 char *test_msg;
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setreuid/ |
H A D | setreuid03.c | 23 static struct test_data_t { struct 24 uid_t *real_uid; 25 uid_t *eff_uid; 26 int exp_ret; 27 uid_t *exp_real_uid; 28 uid_t *exp_eff_uid; 29 uid_t *exp_sav_uid; 30 const char *test_msg;
|
H A D | setreuid05.c | 25 struct test_data_t { struct 26 uid_t *real_uid; 27 uid_t *eff_uid; 28 int exp_ret; 29 uid_t *exp_real_uid; 30 uid_t *exp_eff_uid; 31 uid_t *exp_sav_uid; 32 const char *test_msg;
|
H A D | setreuid02.c | 23 static struct test_data_t { struct 24 uid_t *real_uid; 25 uid_t *eff_uid; 26 uid_t *exp_real_uid; 27 uid_t *exp_eff_uid; 28 uid_t *exp_sav_uid; 29 const char *test_msg;
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate02.c | 65 static struct test_data_t { struct 66 int *fd; 67 char *fname; 68 int mode; 69 loff_t offset; 70 loff_t len; 71 int error;
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid04.c | 23 struct test_data_t { struct 24 gid_t *real_gid; 25 gid_t *eff_gid; 26 gid_t *exp_real_usr; 27 gid_t *exp_eff_usr; 28 const char *test_msg;
|
/aosp_15_r20/external/zstd/contrib/linux-kernel/test/ |
H A D | test.c | 31 } test_data_t; typedef
|
/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | key-value-parse.c | 143 } test_data_t; typedef
|