| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/ |
| H A D | focaltech_test_ft8201.c | 522 static int ft8201_short_test(struct ft8201_info *info, struct fts_test *tdata, bool *test_result) in ft8201_short_test() argument 568 *test_result = true; in ft8201_short_test() 571 *test_result = false; in ft8201_short_test() 578 static int ft8201_open_test(struct ft8201_info *info, struct fts_test *tdata, bool *test_result) in ft8201_open_test() argument 691 *test_result = true; in ft8201_open_test() 694 *test_result = false; in ft8201_open_test() 702 static int ft8201_cb_test(struct ft8201_info *info, struct fts_test *tdata, bool *test_result) in ft8201_cb_test() argument 753 *test_result = true; in ft8201_cb_test() 756 *test_result = false; in ft8201_cb_test() 764 static int ft8201_rawdata_test(struct ft8201_info *info, struct fts_test *tdata, bool *test_result) in ft8201_rawdata_test() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | load_bytes_relative.c | 16 struct bpf_map *test_result; in test_load_bytes_relative() local 35 test_result = bpf_object__find_map_by_name(obj, "test_result"); in test_load_bytes_relative() 36 if (CHECK_FAIL(!test_result)) in test_load_bytes_relative() 39 map_fd = bpf_map__fd(test_result); in test_load_bytes_relative()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | command.py | 41 test_result = None variable 63 if test_result: 64 if hasattr(test_result, '__call__'): 65 return test_result(pipe_list=pipe_list) 66 return test_result
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 88 test_result = {} 111 … test_result.update({case['test']['@alias']: {'status': '%s' % res, 'log': '%s' % log_input}}) 113 test_result.update({case['test']['@alias']: {'status': '%s' % res}}) 116 return test_result 139 test_result = self._execute_test_steps(c) 140 test_results.update(test_result)
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/ |
| H A D | kunit_parser.py | 314 def print_and_count_results(test_result: TestResult) -> Tuple[int, int, int]: 318 for test_suite in test_result.suites: 345 test_result = parse_test_result(list(isolate_kunit_output(kernel_output))) 346 if test_result.status == TestStatus.NO_TESTS: 348 elif test_result.status == TestStatus.FAILURE_TO_PARSE_TESTS: 353 crashed_tests) = print_and_count_results(test_result) 355 fmt = green if test_result.status == TestStatus.SUCCESS else red 359 return test_result
|
| H A D | kunit.py | 107 test_result = kunit_parser.TestResult(kunit_parser.TestStatus.SUCCESS, 114 test_result = kunit_parser.parse_run_tests(request.input_data) 119 test_result=test_result, 126 if test_result.status != kunit_parser.TestStatus.SUCCESS: 127 return KunitResult(KunitStatus.TEST_FAILURE, test_result, 130 return KunitResult(KunitStatus.SUCCESS, test_result,
|
| H A D | kunit_json.py | 16 def get_json_result(test_result, def_config, build_dir, json_path): argument 20 for test_suite in test_result.suites:
|
| H A D | kunit_tool_test.py | 257 test_result = kunit_parser.parse_run_tests(file) 259 test_result=test_result,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_firmware.c | 110 int test_result; member 199 test_fw_config->test_result = 0; in __test_firmware_config_init() 768 test_fw_config->test_result = -EINVAL; in test_fw_run_batch_request() 805 if (!test_fw_config->test_result) in test_fw_run_batch_request() 806 test_fw_config->test_result = req->rc; in test_fw_run_batch_request() 882 test_fw_config->test_result = rc; in trigger_batched_requests_store() 899 test_fw_config->test_result = -EINVAL; in trigger_batched_cb() 915 if (!fw && !test_fw_config->test_result) in trigger_batched_cb() 916 test_fw_config->test_result = -ENOENT; in trigger_batched_cb() 986 test_fw_config->test_result = rc; in trigger_batched_requests_async_store() [all …]
|
| H A D | test_kmod.c | 85 int test_result; member 314 config->test_result = err_ret; in tally_up_work() 539 config->test_result); in trigger_config_run() 825 config->test_result = 0; in __kmod_config_init() 990 &config->test_result); in test_result_store() 1047 return test_dev_config_show_int(test_dev, buf, config->test_result); in test_result_show() 1049 static DEVICE_ATTR_RW(test_result); 1062 TEST_KMOD_DEV_ATTR(test_result),
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | fexit_bpf2bpf_simple.c | 11 __u64 test_result = 0; variable 24 test_result = 1; in BPF_PROG()
|
| H A D | load_bytes_relative.c | 18 } test_result SEC(".maps"); 45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY); in load_bytes_relative()
|
| H A D | fexit_bpf2bpf.c | 16 __u64 test_result = 0; variable 27 test_result = 1; in BPF_PROG()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | func_test.py | 183 command.test_result = self._HandleCommand 231 command.test_result = None 239 command.test_result = None 248 command.test_result = command.CommandResult(return_code=1) 252 command.test_result = command.CommandResult(return_code=0)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 164 test_result = OrderedDict([('name', test.name), 171 test_result['message'] = str(test.err[1]) 172 test_result['err_type'] = test.err[0].__name__ 173 test_result['err_output'] = reason 175 test_result['message'] = reason 177 results['tests'][test.name] = test_result
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals.c | 26 test_result(current); in main()
|
| H A D | test_signals_utils.h | 17 void test_result(struct tdescr *td);
|
| H A D | test_signals_utils.c | 323 void test_result(struct tdescr *td) in test_result() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | high_speed_env_spec.c | 795 u32 test_result = 0; in hws_serdes_topology_verify() local 830 test_result = WRONG_NUMBER_OF_UNITS; in hws_serdes_topology_verify() 833 test_result = UNIT_NUMBER_VIOLATION; in hws_serdes_topology_verify() 837 test_result = SERDES_ALREADY_IN_USE; in hws_serdes_topology_verify() 840 if (test_result == SERDES_ALREADY_IN_USE) { in hws_serdes_topology_verify() 845 } else if (test_result == WRONG_NUMBER_OF_UNITS) { in hws_serdes_topology_verify() 852 } else if (test_result == UNIT_NUMBER_VIOLATION) { in hws_serdes_topology_verify()
|
| /OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/ |
| H A D | vibrate_test.c | 32 static int test_result; variable
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_mbx.h | 272 s32 test_result; member
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | func_test.py | 97 command.test_result = None 280 command.test_result = command.CommandResult() 284 command.test_result = None
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 339 def dump_testresult_file(self, write_dir, configuration, result_id, test_result): argument 349 test_results[result_id] = {'configuration': configuration, 'result': test_result}
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 265 cat $DIR/test_result
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_83xx.c | 710 uint32_t test_result) in qla4_83xx_poll_reg() argument 722 if ((value & test_mask) != test_result) { in qla4_83xx_poll_reg() 739 __func__, value, test_mask, test_result); in qla4_83xx_poll_reg()
|