Home
last modified time | relevance | path

Searched refs:test_param (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/tools/perf/benchmarks/
Dpeacekeeper.py87 for test_name in self.test_param:
104 test_param = ['renderGrid01', variable in PeaceKeeperRender
126 test_param = ['arrayCombined01', variable in PeaceKeeperData
160 test_param = ['domGetElements', variable in PeaceKeeperDom
194 test_param = ['stringChat', variable in PeaceKeeperTextParsing
215 test_param = ['experimentalRipple01', variable in PeaceKeeperHTML5Canvas
249 test_param = ['webglSphere', variable in PeaceKeeperHTML5Capabilities
/external/libnfc-nxp/src/
DphHciNfc.h671 phNfc_sData_t *test_param
744 phNfc_sData_t *test_param
DphHciNfc_DevMgmt.h238 phNfc_sData_t *test_param
DphHciNfc.c1586 phNfc_sData_t *test_param in phHciNfc_PRBS_Test() argument
1607 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param); in phHciNfc_PRBS_Test()
1624 phNfc_sData_t *test_param in phHciNfc_System_Test() argument
1648 (uint8_t)(test_type & DEVMGMT_TEST_MASK), test_param); in phHciNfc_System_Test()
DphHciNfc_DevMgmt.c1118 phNfc_sData_t *test_param in phHciNfc_DevMgmt_Test() argument
1151 if ( NULL != test_param ) in phHciNfc_DevMgmt_Test()
1153 p_pipe_info->param_info = test_param->buffer; in phHciNfc_DevMgmt_Test()
1154 p_pipe_info->param_length = (uint8_t)test_param->length; in phHciNfc_DevMgmt_Test()
/external/chromium_org/tools/gyp/pylib/gyp/
Dcommon_test.py67 def test_param(self): member in TestGetFlavor