Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 25 of 86) sorted by relevance

1234

/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc132 TestConfig test_config; in GenerateBriefTestConfigs() local
133 test_config.aec_type = aec_type; in GenerateBriefTestConfigs()
135 test_config.min_number_of_calls = 300; in GenerateBriefTestConfigs()
138 test_config.runtime_parameter_setting_scheme = in GenerateBriefTestConfigs()
142 test_config.initial_sample_rate_hz = 16000; in GenerateBriefTestConfigs()
145 test_config.render_api_function = in GenerateBriefTestConfigs()
147 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImpl2; in GenerateBriefTestConfigs()
150 test_configs.push_back(test_config); in GenerateBriefTestConfigs()
151 test_config.render_api_function = in GenerateBriefTestConfigs()
153 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImpl3; in GenerateBriefTestConfigs()
[all …]
/external/autotest/server/site_tests/enterprise_CFM_PTZStress/
Denterprise_CFM_PTZStress.py90 def run_once(self, host, test_config, ptz_motion_sequence): argument
93 for loop_no in xrange(1, test_config['repeat'] + 1):
95 bus = self.check_camera_enumeration(test_config['camera'])
97 self.dump_usbmon_traffic(bus, test_config['usb_trace_path'])
100 time.sleep(test_config['motion_duration'])
101 self.check_usbmon_traffic(test_config['usb_trace_path'])
103 self.clean_usb_traces_file(test_config['usb_trace_path'])
Dcontrol.PTZPro229 test_config = {
42 test_config=test_config,
/external/tensorflow/tensorflow/python/keras/layers/
Dlstm_v2_test.py791 def _measure_performance(self, test_config, model, x_train, y_train): argument
792 batch = test_config['batch']
793 epoch = test_config['epoch']
794 warmup_epoch = test_config['warmup_epoch']
803 def _time_performance_run_cudnn_lstm(self, test_config, x_train, y_train): argument
805 input_shape = test_config['input_shape']
806 rnn_state_size = test_config['rnn_state_size']
807 timestep = test_config['timestep']
818 test_config, model, x_train, y_train)
824 self, test_config, x_train, y_train): argument
[all …]
/external/autotest/server/site_tests/enterprise_CFM_Test/
Denterprise_CFM_Test.py615 def initialize_test(self, test_config, action_config, verification_config, argument
625 self.gpio_pause = test_config['gpiopause']
626 self.reboot_timeout = test_config['reboot_timeout']
627 self.vol_change_step = test_config['vol_change_step']
628 self.vol_change_mode = test_config['vol_change_mode']
629 self.gpio_list = test_config['gpio_list']
630 self.is_meeting = test_config['is_meeting']
631 self.meeting_code = test_config ['meeting_code']
632 self.reboot_min_meets = test_config['reboot_after_min_meets']
633 self.gpio_min_meets = test_config['gpio_after_min_meets']
[all …]
Dcontrol.demo91 test_config = {
182 test_config=test_config, action_config=action_config,
Dcontrol.mimo64 4. Update test_config, action_config, verification_config, test_flow_control ane etc properly.
152 test_config = {
242 test_config=test_config, action_config=action_config,
/external/autotest/client/site_tests/camera_HAL3/
Dcamera_HAL3.py42 def set_test_config(self, test_config): argument
44 json.dump(test_config, fp)
71 test_config=None): argument
83 if test_config is None:
84 test_config = {}
106 self.set_test_config(test_config):
/external/v8/tools/testrunner/local/
Dtestsuite.py83 def LoadTestSuite(root, test_config): argument
89 return module.GetSuite(name, root, test_config)
94 def __init__(self, name, root, test_config): argument
97 self.test_config = test_config
211 return test_class(self, path, self._path_to_name(path), self.test_config,
/external/toolchain-utils/android_bench_suite/
Drun.py422 test_config = ConfigParser.ConfigParser(allow_no_value=True)
423 if not test_config.read(test):
428 for setting_no, section in enumerate(test_config.sections()):
429 bench = test_config.get(section, 'bench')
430 compiler = [test_config.get(section, 'compiler')]
431 build_os = [test_config.get(section, 'build_os')]
432 llvm_version = [test_config.get(section, 'llvm_version')]
433 cflags = [test_config.get(section, 'cflags')]
434 ldflags = [test_config.get(section, 'ldflags')]
438 it = test_config.get(section, 'iterations')
/external/grpc-grpc/test/cpp/qps/
DBUILD63 "//test/cpp/util:test_config",
131 "//test/cpp/util:test_config",
143 "//test/cpp/util:test_config",
164 "//test/cpp/util:test_config",
176 "//test/cpp/util:test_config",
188 "//test/cpp/util:test_config",
208 "//test/cpp/util:test_config",
Dqps_benchmark_script.bzl49 "//test/cpp/util:test_config",
74 "//test/cpp/util:test_config",
/external/robolectric-shadows/
Dgen_test_config.mk7 test_config_dir := $(call local-intermediates-dir)/test_config
8 test_config_file := $(test_config_dir)/com/android/tools/test_config.properties
11 LOCAL_JAVA_RESOURCE_FILES += $(test_config_dir):com/android/tools/test_config.properties
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc119 for (auto& test_config : test_configs) { in TEST_F() local
121 std::vector<int64> dimensions(test_config.dimensions.begin(), in TEST_F()
122 test_config.dimensions.end()); in TEST_F()
125 for (auto csize : test_config.concat_sizes) { in TEST_F()
126 dimensions[test_config.concat_dimension] = csize; in TEST_F()
133 dimensions[test_config.concat_dimension] = concat_size; in TEST_F()
136 shape, operands, test_config.concat_dimension)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
D__init__.py6 def initialize(lit_config, test_config): argument
9 llvm_config = config.LLVMConfig(lit_config, test_config)
/external/boringssl/src/ssl/test/
DCMakeLists.txt11 test_config.cc
28 test_config.cc
DREADME.md33 * `test_config.h`, `test_config.cc`: the command-line flags which control the
/external/grpc-grpc/test/cpp/interop/
DBUILD61 "//test/cpp/util:test_config",
81 "//test/cpp/util:test_config",
142 "//test/cpp/util:test_config",
/external/grpc-grpc/test/cpp/util/
DBUILD25 name = "test_config",
30 "test_config.h",
280 ":test_config",
/external/tensorflow/tensorflow/python/keras/
Dmetrics_test.py476 def test_config(self): member in CosineSimilarityTest
520 def test_config(self): member in MeanAbsoluteErrorTest
558 def test_config(self): member in MeanAbsolutePercentageErrorTest
598 def test_config(self): member in MeanSquaredErrorTest
636 def test_config(self): member in MeanSquaredLogarithmicErrorTest
676 def test_config(self): member in HingeTest
731 def test_config(self): member in SquaredHingeTest
792 def test_config(self): member in CategoricalHingeTest
832 def test_config(self): member in RootMeanSquaredErrorTest
866 def test_config(self): member in TopKCategoricalAccuracyTest
[all …]
/external/perfetto/protos/perfetto/config/
DBUILD.gn45 "test_config.proto",
71 "test_config.proto",
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc269 perfetto::protos::TraceConfig test_config; in Main() local
270 test_config.add_buffers()->set_size_kb(4096); in Main()
271 test_config.set_duration_ms(2000); in Main()
272 auto* ds_config = test_config.add_data_sources()->mutable_config(); in Main()
279 test_config.SerializeToString(&trace_config_raw); in Main()
/external/ppp/pppd/plugins/radius/
Dconfig.c21 static int test_config(char *);
256 return test_config(filename); in rc_read_config()
308 static int test_config(char *filename) in test_config() function
/external/grpc-grpc/test/core/util/
DBUILD28 "test_config.cc",
32 "test_config.h",
/external/python/cpython3/Lib/test/
Dcfgparser.11 # Also used by idlelib.test_idle.test_config.

1234