/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/ |
D | refcount_ptr_test.cpp | 10 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
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | fio_util.py | 81 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
|
/aosp_15_r20/external/autotest/server/cros/network/ |
H A D | netperf_runner.py | 24 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
|
H A D | perf_test_manager.py | 46 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
|
H A D | expected_performance_results.py | 152 def get_expected_throughput_wifi(test_type, mode, channel_width): argument 219 def get_board_max_expectation(test_type, board_name): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/results/ |
H A D | report_results.py | 17 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
|
/aosp_15_r20/external/angle/build/android/pylib/results/ |
H A D | report_results.py | 17 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
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | UnwindTest.cpp | 160 extern "C" void InnerFunction(TestTypeEnum test_type) { in InnerFunction() 205 extern "C" void MiddleFunction(TestTypeEnum test_type) { in MiddleFunction() 209 extern "C" void OuterFunction(TestTypeEnum test_type) { in OuterFunction() 296 TestTypeEnum* test_type = reinterpret_cast<TestTypeEnum*>(data); in LocalUnwind() local 305 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER; in TEST_F() local 314 TestTypeEnum test_type = TEST_TYPE_LOCAL_UNWINDER_FROM_PID; in TEST_F() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 26 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/array/test/ |
D | array7.cpp | 24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef 38 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
|
D | array_getfail2.cpp | 24 typedef boost::array< T, 5 > test_type; in RunStdTests() typedef 39 typedef boost::array< T, 5 > test_type; in RunBoostTests() typedef
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/ |
H A D | p1.cpp | 30 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
|
/aosp_15_r20/external/angle/build/android/pylib/base/ |
H A D | base_test_result.py | 48 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
|
/aosp_15_r20/external/cronet/build/android/pylib/base/ |
H A D | base_test_result.py | 48 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
|
/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/include/ |
D | sdk_guard_util.h | 19 #define TEST_GUARDED_(test_type, suite_name, test_name, sdk) \ argument 36 #define TEST_GUARDED_F_OR_P_(test_type, suite_name, test_name, sdk) \ argument
|
/aosp_15_r20/external/igt-gpu-tools/lib/tests/ |
H A D | igt_exit_handler.c | 55 enum test_type { enum 63 static int testfunc(enum test_type test_type) in testfunc()
|
/aosp_15_r20/external/angle/build/android/pylib/results/flakiness_dashboard/ |
H A D | results_uploader.py | 27 test_results_map, test_results_server, test_type, master_name): argument 164 def Upload(results, flakiness_dashboard_server, test_type): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/results/flakiness_dashboard/ |
H A D | results_uploader.py | 27 test_results_map, test_results_server, test_type, master_name): argument 164 def Upload(results, flakiness_dashboard_server, test_type): argument
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_atomic_interruptible.c | 42 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()
|
H A D | kms_dp_dsc.c | 185 static void update_display(data_t *data, enum dsc_test_type test_type) in update_display() 240 enum dsc_test_type test_type) in run_test()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/tests/ |
D | xts_nist_test_vectors.rs | 107 let mut test_type = None; in parse_test_vector() localVariable 185 test_type: TestType, field
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderTextureImageSamplesTests.cpp | 227 const _test_type &test_type) in executeFunctionalTest() 635 _test_type test_type = (_test_type)n_test_type; in iterate() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_iperf_measurement.py | 174 def test_type(self): member in Cmx500IPerfService 179 def test_type(self, mode): member in Cmx500IPerfService
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | conv3d_transpose_test.cc | 40 TestType test_type, Padding padding = Padding_VALID, in Conv3dTransposeOpModel() 71 const TensorData& input, const TensorData& output, TestType test_type, in Conv3dTransposeOpModel()
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_dp_compliance.c | 257 unsigned long test_type; in get_test_type() local 319 static int process_test_request(int test_type) in process_test_request() 925 unsigned long test_type; in read_test_request() local
|