Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c522 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 Dload_bytes_relative.c16 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 Dcommand.py41 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 Dmanualexecution.py88 test_result = {}
111test_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 Dkunit_parser.py314 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 Dkunit.py107 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 Dkunit_json.py16 def get_json_result(test_result, def_config, build_dir, json_path): argument
20 for test_suite in test_result.suites:
H A Dkunit_tool_test.py257 test_result = kunit_parser.parse_run_tests(file)
259 test_result=test_result,
/OK3568_Linux_fs/kernel/lib/
H A Dtest_firmware.c110 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 Dtest_kmod.c85 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 Dfexit_bpf2bpf_simple.c11 __u64 test_result = 0; variable
24 test_result = 1; in BPF_PROG()
H A Dload_bytes_relative.c18 } test_result SEC(".maps");
45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY); in load_bytes_relative()
H A Dfexit_bpf2bpf.c16 __u64 test_result = 0; variable
27 test_result = 1; in BPF_PROG()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dfunc_test.py183 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 Dbase.py164 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 Dtest_signals.c26 test_result(current); in main()
H A Dtest_signals_utils.h17 void test_result(struct tdescr *td);
H A Dtest_signals_utils.c323 void test_result(struct tdescr *td) in test_result() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c795 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 Dvibrate_test.c32 static int test_result; variable
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h272 s32 test_result; member
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfunc_test.py97 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 Drunner.py339 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 Dkmod.sh265 cat $DIR/test_result
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_83xx.c710 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()

12