Home
last modified time | relevance | path

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

1234

/external/autotest/client/bin/
Dfio_util.py81 test_type = '' variable in fio_graph_generator
149 def _gen_data_row(cls, test_type, pass_list, percentile): argument
168 def _write_data(cls, f, test_type, pass_list, percentile): argument
187 def _write_option(cls, f, test_name, test_type, percentile): argument
212 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
236 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/rust/crates/ring/src/rsa/
Dconvert_nist_rsa_test_vectors.py146 def main(fn, test_type, padding_alg): argument
239 test_type = 'sign' variable
241 test_type = 'verify' variable
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
Dp1.cpp37 template<typename T> void test_type(T) { T::error; } // expected-error {{has no members}} in test_type() function
38 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/igt-gpu-tools/lib/tests/
Digt_exit_handler.c55 enum test_type { enum
63 static int testfunc(enum test_type test_type) in testfunc()
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_preprocessor.py1030 def test_type(self): member in ConstantTests
1128 def test_type(self): member in MacroTests
1285 def test_type(self): member in IfDirectiveTests
1398 def test_type(self): member in IncludeTests
1462 def test_type(self): member in OtherDirectiveTests
/external/igt-gpu-tools/tests/
Dkms_atomic_interruptible.c42 static int block_plane(igt_display_t *display, igt_output_t *output, enum plane_test_type test_type in block_plane()
79 enum plane_test_type test_type, unsigned plane_type) in run_plane_test()
/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/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/perfetto/tools/
Ddiff_test_trace_processor.py63 def __init__(self, test_type, trace_path, query_path_or_metric, argument
74 def __init__(self, test_type, input_name, trace, cmd, expected, actual, argument
/external/llvm-project/libcxx/test/std/containers/sequences/array/
Dsize_and_alignment.pass.cpp40 void test_type() { in test_type() function
/external/python/cpython2/Modules/_ctypes/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
/external/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
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dbluetooth_RegressionClient.py15 def _test_init(self, test_type): argument
/external/libffi/testsuite/libffi.closures/
Dcls_multi_ushort.c34 typedef unsigned short (*test_type)(unsigned short, unsigned short); typedef
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
/external/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc29 std::string test_type, prediction_resistance, entropy_input_len, nonce_len, in TestCTRDRBG() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc29 std::string test_type, prediction_resistance, entropy_input_len, nonce_len, in TestCTRDRBG() local

1234