Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 21 of 21) sorted by relevance

/external/autotest/client/bin/
Dfio_util.py67 test_type = '' variable in fio_graph_generator
135 def _gen_data_row(cls, test_type, pass_list, percentile): argument
154 def _write_data(cls, f, test_type, pass_list, percentile): argument
173 def _write_option(cls, f, test_name, test_type, percentile): argument
198 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
222 def __init__(self, test_name, test_type, pass_list): argument
/external/autotest/server/cros/network/
Dnetperf_runner.py20 def from_netperf_results(test_type, results, duration_seconds): argument
152 def __init__(self, test_type, duration_seconds, duration_seconds_dev=None, argument
382 def _assert_is_valid_test_type(test_type): argument
395 def test_type_to_tag(test_type): argument
406 def test_type_to_human_readable_tag(test_type): argument
448 def __init__(self, test_type, test_time=DEFAULT_TEST_TIME): argument
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
Dp1.cpp30 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} in test_type() function
31 template<> void test_type(int (*)()) {} in test_type() function
/external/fio/crc/
Dtest.c29 struct test_type { struct
32 void (*fn)(struct test_type *, void *, size_t); argument
52 static void t_md5(struct test_type *t, void *buf, size_t size) in t_md5() argument
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc228 int run_auto_test(TestType test_type) { in run_auto_test()
289 TestType test_type = Invalid; in RunInManualMode() local
/external/autotest/client/tests/monotonic_time/
Dmonotonic_time.py19 def run_once(self, test_type = None, duration = 300, threshold = None): argument
/external/v8/test/mjsunit/
Dswitch.js384 function test_switch(clause_type, test_type, feedback, optimize) { argument
444 test_types.forEach(function(test_type) { argument
/external/autotest/client/common_lib/cros/graphite/
Dstats_es_functionaltest.py61 def _run_one_test_metadata(self, test_type, num_entries, keys): argument
/external/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_job.py16 builder_port=None, test_type='perf', argument
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dbluetooth_RegressionClient.py15 def _test_init(self, test_type): argument
/external/libnfc-nxp/src/
DphHciNfc.c1585 uint32_t test_type, in phHciNfc_PRBS_Test()
1623 uint32_t test_type, in phHciNfc_System_Test()
DphHciNfc_DevMgmt.c1117 uint8_t test_type, in phHciNfc_DevMgmt_Test()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c415 vx_fp_test_type test_type; member
435 vx_fp_test_type test_type; member
918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part1.c1032 vx_fp_test_type test_type; member
1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part2.c1332 vx_fp_test_type test_type = test_group.type; in test_vx_aORm_fp_ops() local
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c415 vx_fp_test_type test_type; member
435 vx_fp_test_type test_type; member
918 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part1.c1032 vx_fp_test_type test_type; member
1509 vx_fp_test_type test_type = test_group.test_type; in test_vx_fp_ops() local
Dtest_isa_2_06_part2.c1332 vx_fp_test_type test_type = test_group.type; in test_vx_aORm_fp_ops() local
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py370 def run_once(self, test_type, **params): argument
/external/autotest/frontend/afe/
Drpc_interface.py559 def add_test(name, test_type, path, author=None, dependencies=None, argument
Dmodels.py805 test_type = dbmodels.SmallIntegerField( variable in Test