Home
last modified time | relevance | path

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

123

/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.py21 def from_netperf_results(test_type, results, duration_seconds): argument
160 def __init__(self, test_type, duration_seconds, duration_seconds_dev=None, argument
390 def _assert_is_valid_test_type(test_type): argument
403 def test_type_to_tag(test_type): argument
414 def test_type_to_human_readable_tag(test_type): argument
456 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/libcxx/test/std/containers/sequences/array/
Dsize_and_alignment.pass.cpp47 void test_type() { in test_type() function
/external/u-boot/test/py/tests/
Dtest_vboot.py59 def run_bootm(sha_algo, test_type, expect_string, boots): argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp227 const _test_type& test_type) in executeFunctionalTest()
633 _test_type test_type = (_test_type)n_test_type; in iterate() local
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dbluetooth_RegressionClient.py15 def _test_init(self, test_type): 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_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); 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/libffi/testsuite/libffi.call/
Dcls_multi_schar.c34 typedef signed char (*test_type)(signed char, signed char); typedef
Dcls_multi_sshort.c34 typedef signed short (*test_type)(signed short, signed short); 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/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.c34 enum test_type { enum
/external/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy01.c76 enum test_type { enum
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-take_while.hpp45 typedef rxu::decay_t<Predicate> test_type; typedef

123