Searched refs:testresult (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | qunit-1.18.0.css | 1 …testresult{font-family:"Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helve…
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.h | 412 char *testresult; member 572 if (fts_ftest->testresult) { \ 574 fts_ftest->testresult + fts_ftest->testresult_len, \ 581 if (fts_ftest->testresult) { \ 583 fts_ftest->testresult + fts_ftest->testresult_len, \
|
| H A D | focaltech_test.c | 1259 tdata->testresult = vmalloc(TXT_BUFFER_LEN); in fts_test_malloc_free_data_txt() 1260 if (NULL == tdata->testresult) { in fts_test_malloc_free_data_txt() 1270 if (tdata->testresult) { in fts_test_malloc_free_data_txt() 1271 vfree(tdata->testresult); in fts_test_malloc_free_data_txt() 1272 tdata->testresult = NULL; in fts_test_malloc_free_data_txt() 1324 if (!tdata || !tdata->testresult) { in fts_test_save_result_txt() 1330 fts_test_save_test_data(FTS_TXT_FILE_NAME, tdata->testresult, tdata->testresult_len); in fts_test_save_result_txt() 1753 int testresult = 0; in fts_test_start() local 1757 testresult = tdata->func->start_test(); in fts_test_start() 1762 return testresult; in fts_test_start()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | report.py | 139 def get_aggregated_test_result(self, logger, testresult, machine): argument 141 result = testresult.get('result', [])
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/ |
| H A D | focaltech_test_ft8201.c | 974 if (!tdata || !tdata->testresult || !tdata->buffer) { in start_test_ft8201()
|