Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 25 of 124) 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() argument
19 ~test_type() in ~test_type() argument
45 test_type( test_type const & ); argument
57 refcount_ptr<test_type> x; in main() argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/
DCMakeLists.txt18 set(test_type HERMETIC_TEST_ONLY) variable
20 set(test_type UNIT_TEST_ONLY) variable
26 set(test_type UNIT_TEST_ONLY) variable
/external/cronet/stable/third_party/llvm-libc/src/test/src/
DCMakeLists.txt18 set(test_type HERMETIC_TEST_ONLY) variable
20 set(test_type UNIT_TEST_ONLY) variable
26 set(test_type UNIT_TEST_ONLY) variable
/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/stable/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/tot/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/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/tot/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/cronet/stable/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/angle/build/android/pylib/instrumentation/
Dtest_result.py13 def __init__(self, full_name, test_type, dur, log=''): argument
/external/cronet/stable/build/android/pylib/instrumentation/
Dtest_result.py13 def __init__(self, full_name, test_type, dur, log=''): argument
/external/cronet/tot/build/android/pylib/instrumentation/
Dtest_result.py13 def __init__(self, full_name, test_type, dur, log=''): argument

12345