Home
last modified time | relevance | path

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

12

/external/autotest/client/bin/
Dfio_util.py72 test_type = '' variable in fio_graph_generator
140 def _gen_data_row(cls, test_type, pass_list, percentile): argument
159 def _write_data(cls, f, test_type, pass_list, percentile): argument
178 def _write_option(cls, f, test_name, test_type, percentile): argument
203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
227 def __init__(self, test_name, test_type, pass_list): 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/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/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/fio/crc/
Dtest.c30 struct test_type { struct
33 void (*fn)(struct test_type *, void *, size_t); argument
57 static void t_md5(struct test_type *t, void *buf, size_t size) in t_md5() argument
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_multi_sshort.c34 typedef signed short (*test_type)(signed short, signed short); typedef
Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); typedef
Dcls_multi_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
Dcls_multi_ushortchar.c38 typedef unsigned short (*test_type)(unsigned char, unsigned short, typedef
Dcls_multi_sshortchar.c38 typedef signed short (*test_type)(signed char, signed short, typedef
Dcls_multi_uchar.c37 typedef unsigned char (*test_type)(unsigned char, unsigned char, typedef
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dbluetooth_RegressionClient.py15 def _test_init(self, test_type): argument
/external/boringssl/src/fipstools/
Dcavp_ctr_drbg_test.cc28 std::string test_type, prediction_resistance, entropy_input_len, nonce_len, in TestCTRDRBG() local
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c36 enum test_type { enum
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c44 enum test_type { enum
/external/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c77 enum test_type { enum
/external/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy01.c75 enum test_type { enum
/external/python/cpython2/Lib/test/
Dtest_symtable.py56 def test_type(self): member in SymtableTest
Dtest_repr.py261 def test_type(self): member in LongReprTest
/external/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c57 enum test_type { enum
/external/ltp/testcases/kernel/syscalls/mq_timedsend/
Dmq_timedsend01.c144 enum test_type { enum
/external/autotest/server/site_tests/bluetooth_AdapterLEAdvertising/
Dbluetooth_AdapterLEAdvertising.py991 def run_once(self, host, advertisements, test_type): argument
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py362 def run_once(self, test_type, **params): argument
/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

12