Home
last modified time | relevance | path

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

12345

/external/sdv/vsomeip/third_party/boost/exception/test/
Drefcount_ptr_test.cpp10 test_type struct
12 test_type( int & count ): in test_type() function
19 ~test_type() in ~test_type() argument
45 test_type( test_type const & ); argument
57 refcount_ptr<test_type> x; in main() argument
/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/angle/build/android/pylib/results/
Dreport_results.py17 def _LogToFile(results, test_type, suite_name): argument
41 def _LogToFlakinessDashboard(results, test_type, test_package, argument
77 def LogFull(results, test_type, test_package, annotation=None, argument
/external/cronet/build/android/pylib/results/
Dreport_results.py17 def _LogToFile(results, test_type, suite_name): argument
41 def _LogToFlakinessDashboard(results, test_type, test_package, argument
77 def LogFull(results, test_type, test_package, annotation=None, argument
/external/autotest/server/cros/network/
Dperf_test_manager.py46 def get_config(self, test_type, test_time=DEFAULT_TEST_TIME): argument
68 test_type, argument
138 def _netperf_type_from_perf_type(self, test_type): argument
160 def _iperf_type_from_perf_type(self, test_type): argument
Dexpected_performance_results.py152 def get_expected_throughput_wifi(test_type, mode, channel_width): argument
219 def get_board_max_expectation(test_type, board_name): argument
Dnetperf_runner.py24 def from_netperf_results(test_type, results, duration_seconds): argument
176 def __init__(self, test_type, duration_seconds, duration_seconds_dev=None, argument
419 def _assert_is_valid_test_type(test_type): argument
433 def test_type_to_tag(test_type): argument
444 def test_type_to_human_readable_tag(test_type): argument
490 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/sdv/vsomeip/third_party/boost/array/test/
Darray7.cpp24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
38 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
Darray_getfail2.cpp24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
39 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
Darray_getfail1.cpp27 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef
Darray0.cpp25 typedef boost::array< T, 0 > test_type; in RunTests() typedef
Darray6.cpp19 typedef boost::array< T, 5 > test_type; in RunTests() typedef
/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/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/linux-kselftest/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c26 enum test_type { enum
36 enum test_type test_type) in check_usermem_access_fault()
143 const char* test_type; in format_test_name() local
/external/cronet/build/android/pylib/results/flakiness_dashboard/
Dresults_uploader.py27 test_results_map, test_results_server, test_type, master_name): argument
164 def Upload(results, flakiness_dashboard_server, test_type): argument
/external/angle/build/android/pylib/results/flakiness_dashboard/
Dresults_uploader.py27 test_results_map, test_results_server, test_type, master_name): argument
164 def Upload(results, flakiness_dashboard_server, test_type): argument
/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/cronet/build/android/pylib/instrumentation/
Dtest_result.py13 def __init__(self, full_name, test_type, dur, log=''): argument
/external/angle/build/android/pylib/instrumentation/
Dtest_result.py13 def __init__(self, full_name, test_type, dur, log=''): argument
/external/rust/beto-rust/nearby/presence/xts_aes/tests/
Dxts_nist_test_vectors.rs107 let mut test_type = None; in parse_test_vector() localVariable
185 test_type: TestType, field
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp227 const _test_type &test_type) in executeFunctionalTest()
635 _test_type test_type = (_test_type)n_test_type; in iterate() local
/external/libcxx/test/std/containers/sequences/array/
Dsize_and_alignment.pass.cpp47 void test_type() { in test_type() function
/external/cronet/build/android/pylib/base/
Dbase_test_result.py48 def __init__(self, name, test_type, duration=0, log='', failure_reason=None): argument
131 def SetType(self, test_type): argument
301 def _GetType(self, test_type): argument

12345