Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/tools/treble/build/sandbox/
H A Dconfig_test.py92 with tempfile.NamedTemporaryFile('w+t') as test_config:
93 test_config.write(_TEST_CONFIG_XML)
94 test_config.flush()
95 cfg = config.factory(test_config.name)
109 with tempfile.NamedTemporaryFile('w+t') as test_config:
110 test_config.write(_TEST_CONFIG_XML)
111 test_config.flush()
112 cfg = config.factory(test_config.name)
138 with tempfile.NamedTemporaryFile('w+t') as test_config:
139 test_config.write(_TEST_CONFIG_XML)
[all …]
H A Doverlay_test.py127 with tempfile.NamedTemporaryFile('w+t') as test_config:
128 test_config.write(
139 test_config.flush()
141 cfg=config.factory(test_config.name),
152 with tempfile.NamedTemporaryFile('w+t') as test_config, \
154 test_config.write(
165 test_config.flush()
174 cfg=config.factory(test_config.name),
183 with tempfile.NamedTemporaryFile('w+t') as test_config:
184 test_config.write(
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc124 TestConfig test_config; in GenerateBriefTestConfigs() local
125 test_config.aec_type = aec_type; in GenerateBriefTestConfigs()
127 test_config.min_number_of_calls = 300; in GenerateBriefTestConfigs()
130 test_config.runtime_parameter_setting_scheme = in GenerateBriefTestConfigs()
134 test_config.initial_sample_rate_hz = 16000; in GenerateBriefTestConfigs()
137 test_config.render_api_function = in GenerateBriefTestConfigs()
139 test_config.capture_api_function = in GenerateBriefTestConfigs()
141 test_configs.push_back(test_config); in GenerateBriefTestConfigs()
144 test_config.render_api_function = in GenerateBriefTestConfigs()
146 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImplFloat; in GenerateBriefTestConfigs()
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/
DAndroid.bp123 test_config: "AndroidTest_CarTest.xml",
137 test_config: "AndroidTest_WifiTest.xml",
152 test_config: "AndroidTest_WatchdogTest.xml",
166 test_config: "AndroidTest_VmsTest.xml",
180 test_config: "AndroidTest_UtilTest.xml",
194 test_config: "AndroidTest_UserTest.xml",
208 test_config: "AndroidTest_TelemetryTest.xml",
222 test_config: "AndroidTest_SystemUiTest.xml",
236 test_config: "AndroidTest_SystemInterfaceTest.xml",
250 test_config: "AndroidTest_StorageMonitoringTest.xml",
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dcellular_performance_test_utils.py171 def generate_endc_combo_config_from_csv_row(test_config): argument
179 for key, value in test_config.items():
181 test_config[key] = None
192 if 'lte_band' in test_config and test_config['lte_band']:
197 'band': test_config['lte_band'],
198 'dl_bandwidth': test_config['lte_bandwidth'],
200 'duplex_mode': test_config['lte_duplex_mode'],
201 'dl_mimo_config': 'D{nss}U{nss}'.format(nss=test_config['lte_dl_mimo_config']),
202 'ul_mimo_config': 'D{nss}U{nss}'.format(nss=test_config['lte_ul_mimo_config']),
203 'transmission_mode': test_config['lte_tm_mode'],
[all …]
/aosp_15_r20/build/soong/scripts/
H A Dtest_config_fixer.py63 test_config = parse_test_config(test_config_doc)
64 tests = get_children_with_tag(test_config, 'test')
74 test_config = parse_test_config(test_config_doc)
75 tests = get_children_with_tag(test_config, 'target_preparer')
86 test_config = parse_test_config(test_config_doc)
87 tests = get_children_with_tag(test_config, 'target_preparer')
98 test_config = parse_test_config(test_config_doc)
100 for obj in get_children_with_tag(test_config, 'object'):
108 test_config = parse_test_config(test_config_doc)
110 test_config.appendChild(test_config_doc.createComment("Options from Android.bp"))
[all …]
H A Dtest_config_fixer_test.py42 test_config = ( variable in OverwritePackageNameTest
60 …doc = minidom.parseString(self.test_config % ("com.android.foo", "com.android.foo", "com.android.b…
68 expected = self.test_config % ("com.android.foo", "com.soong.foo", "com.android.bar")
125 test_config = ( variable in OverwriteMainlineModulePackageNameTest
142 doc = minidom.parseString(self.test_config % ("com.android.old.package.name"))
151 write_xml(expected, minidom.parseString(self.test_config % ("com.android.new.package.name")))
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/
DAndroid.bp100 test_config: "AndroidTest_CarTest.xml",
114 test_config: "AndroidTest_DrivingStateTest.xml",
134 test_config: "AndroidTest_PropertyTest.xml",
148 test_config: "AndroidTest_DiagnosticTest.xml",
162 test_config: "AndroidTest_StorageMonitoringTest.xml",
178 test_config: "AndroidTest_VmsTest.xml",
192 test_config: "AndroidTest_TelemetryTest.xml",
206 test_config: "AndroidTest_AudioTest.xml",
221 test_config: "AndroidTest_PowerTest.xml",
235 test_config: "AndroidTest_InputTest.xml",
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/test/process_wrapper/
H A Dprocess_wrapper_tester.bzl23 combined = ctx.attr.test_config == "combined"
25 if combined or ctx.attr.test_config == "stdout":
30 if combined or ctx.attr.test_config == "stderr":
35 if combined or (ctx.attr.test_config != "stdout" and ctx.attr.test_config != "stderr"):
39 if ctx.attr.test_config == "copy-output":
44 if combined or ctx.attr.test_config == "env-files":
47 if combined or ctx.attr.test_config == "arg-files":
50 if combined or ctx.attr.test_config == "subst-pwd":
57 args.add(ctx.attr.test_config)
62 if combined or ctx.attr.test_config == "subst-pwd":
[all …]
H A Dprocess_wrapper_tester.cc165 std::string test_config = argv[1]; in main() local
166 bool combined = test_config == "combined"; in main()
167 if (combined || test_config == "basic") { in main()
171 if (combined || test_config == "subst-pwd") { in main()
173 } else if (test_config == "basic") { in main()
177 if (combined || test_config == "env-files") { in main()
181 if (combined || test_config == "arg-files") { in main()
185 if (combined || test_config == "stdout") { in main()
189 if (combined || test_config == "stderr") { in main()
H A DBUILD.bazel49 test_config = "basic",
54 test_config = "subst-pwd",
59 test_config = "stdout",
64 test_config = "stderr",
72 test_config = "env-files",
80 test_config = "arg-files",
85 test_config = "copy-output",
96 test_config = "combined",
/aosp_15_r20/external/pytorch/tools/stats/
H A Dtest_dashboard.py82 test_config = get_test_config(job_name)
83 grouped_tests[build_name][test_config].add(exclusion["test_file"])
86 for test_config, test_files in build.items():
87 grouped_tests[build_name][test_config] = sorted(test_files)
103 test_config = get_test_config(job_name)
110 grouped_tests[build_name][test_config][invoking_file][class_name][name].append(
125 for test_config, test_config_data in build.items():
136 reruns[build_name][test_config][invoking_file][class_name][
147 for test_config, test_config_data in build.items():
151 invoking_file_summary[build_name][test_config][invoking_file][
[all …]
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAndroid.bp79 // Use test_config for vts suite.
81 test_config: "VtsHalAudioV2_0TargetTest.xml",
111 // Use test_config for vts suite.
113 test_config: "VtsHalAudioV4_0TargetTest.xml",
140 // Use test_config for vts suite.
142 test_config: "VtsHalAudioV5_0TargetTest.xml",
173 // Use test_config for vts suite.
175 test_config: "VtsHalAudioV6_0TargetTest.xml",
206 // Use test_config for vts suite.
208 test_config: "VtsHalAudioV7_0TargetTest.xml",
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/cellular/performance/
DCellularFr2PeakThroughputTest.py268 def generate_endc_combo_config(self, test_config): argument
303 for nr_cell_idx in range(1, test_config['num_dl_cells'] + 1):
312 test_config['nr_band'],
314 test_config['nr_duplex_mode'],
316 test_config['nr_channel'],
318 'N{nss}X{nss}'.format(nss=test_config['nr_dl_mimo_config']),
322 test_config['nr_bandwidth'],
324 1 if nr_cell_idx <= test_config['num_ul_cells'] else 0,
328 'N{nss}X{nss}'.format(nss=test_config['nr_ul_mimo_config']),
335 if nr_cell_idx <= test_config['num_ul_cells']:
[all …]
DCellularFr2UplinkPowerSweepTest.py85 def generate_endc_combo_config(self, test_config): argument
120 for nr_cell_idx in range(1, test_config['num_dl_cells'] + 1):
129 test_config['nr_band'],
131 test_config['nr_duplex_mode'],
133 test_config['nr_channel'],
135 'N{nss}X{nss}'.format(nss=test_config['nr_dl_mimo_config']),
139 test_config['nr_bandwidth'],
141 1 if nr_cell_idx <= test_config['num_ul_cells'] else 0,
145 'N{nss}X{nss}'.format(nss=test_config['nr_ul_mimo_config']),
152 if nr_cell_idx <= test_config['num_ul_cells']:
[all …]
DCellularFr2SensitivityTest.py241 def generate_endc_combo_config(self, test_config): argument
276 for nr_cell_idx in range(1, test_config['num_dl_cells'] + 1):
285 test_config['nr_band'],
287 test_config['nr_duplex_mode'],
289 test_config['nr_channel'],
291 'N{nss}X{nss}'.format(nss=test_config['nr_dl_mimo_config']),
295 test_config['nr_bandwidth'],
297 1 if nr_cell_idx <= test_config['num_ul_cells'] else 0,
301 'N{nss}X{nss}'.format(nss=test_config['nr_ul_mimo_config']),
308 if nr_cell_idx <= test_config['num_ul_cells']:
[all …]
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A DBUILD57 "//test/cpp/util:test_config",
90 "//test/cpp/util:test_config",
114 "//test/cpp/util:test_config",
153 "//test/cpp/util:test_config",
202 "//test/cpp/util:test_config",
222 "//test/cpp/util:test_config",
251 "//test/cpp/util:test_config",
285 "//test/cpp/util:test_config",
328 "//test/cpp/util:test_config",
343 "//test/cpp/util:test_config",
[all …]
/aosp_15_r20/hardware/interfaces/audio/effect/all-versions/vts/functional/
H A DAndroid.bp56 // Use test_config for vts suite.
58 test_config: "VtsHalAudioEffectV2_0TargetTest.xml",
76 // Use test_config for vts suite.
78 test_config: "VtsHalAudioEffectV4_0TargetTest.xml",
96 // Use test_config for vts suite.
98 test_config: "VtsHalAudioEffectV5_0TargetTest.xml",
116 // Use test_config for vts suite.
118 test_config: "VtsHalAudioEffectV6_0TargetTest.xml",
136 // Use test_config for vts suite.
138 test_config: "VtsHalAudioEffectV7_0TargetTest.xml",
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/
H A DAndroid.bp61 test_config: "ChangedGroupsAppUpdateTestCases.xml",
71 test_config: "PreferredActivitiesTests.xml",
82 test_config: "SingleAppRebootTestCases.xml",
93 test_config: "RemoveRebootTestCases.xml",
104 test_config: "SingleAppGroupRebootTestCases.xml",
115 test_config: "IndependentGroupRebootTestCases.xml",
126 test_config: "ComplexFilterRebootTestCases.xml",
137 test_config: "ComplexFilterClearGroupRebootTestCases.xml",
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/
H A Dbenchmark_pytorch.py113 def __init__(self, op_bench, test_config): argument
114 self.test_config = test_config
140 "type": self.test_config.test_name,
181 def create_pytorch_op_test_case(op_bench, test_config): argument
192 test_case = PyTorchOperatorTestCase(op_bench, test_config)
193 test_config = test_case.test_config
H A Dbenchmark_core.py70 test_config = TestConfig(test_name, input_config, tags, run_backward)
71 return OperatorTestCase(bench_op_obj, test_config)
224 test_name = "_".join([test_case.framework, test_case.test_config.test_name])
243 mode = "Backward" if test_case.test_config.run_backward else "Forward"
272 cuda_sync = "cuda" in test_case.test_config.test_name
317 [test_case.framework, test_case.test_config.test_name, mode]
353 op_test_config = test_case.test_config
378 or "device" not in test_case.test_config.input_config
405 op_test_config = test_case.test_config
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dacceleration_test_util_internal.h40 ConfigurationEntry(const std::string& test_id_rex, T test_config, in ConfigurationEntry() argument
43 test_config_(test_config), in ConfigurationEntry()
87 const std::vector<ConfigurationEntry<T>>* test_config = in GetAccelerationTestParam() local
91 test_config->begin(), test_config->end(), in GetAccelerationTestParam()
93 if (test_config_iter != test_config->end() && in GetAccelerationTestParam()
/aosp_15_r20/external/perfetto/test/
H A Dtraced_integrationtest.cc314 protos::gen::TestConfig test_config; in TEST() local
315 test_config.set_seed(42); in TEST()
316 test_config.set_message_count(1); in TEST()
317 test_config.set_message_size(1024); in TEST()
318 test_config.set_send_batch_on_register(true); in TEST()
321 helper.ProduceStartupEventBatch(test_config); in TEST()
335 *ds_config->mutable_for_testing() = test_config; in TEST()
429 auto* test_config = ds_config->mutable_for_testing(); in TEST() local
430 test_config->set_seed(kRandomSeed); in TEST()
431 test_config->set_message_count(kNumPackets); in TEST()
[all …]
/aosp_15_r20/cts/hostsidetests/appsecurity/
H A DAndroid.bp239 test_config: "PermissionsTests.xml",
259 test_config: "AppDataIsolationTests.xml",
280 test_config: "UseEmbeddedDexTests.xml",
410 test_config: "PackageManagerTests.xml",
436 test_config: "InstantAppsTests.xml",
448 test_config: "AdoptableTests.xml",
464 test_config: "DirectBootTests.xml",
497 test_config: "StorageTests.xml",
537 test_config: "ResumeOnRebootTests.xml",
556 test_config: "ApkVerityInstallTests.xml",
[all …]
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A DBUILD61 "//test/cpp/util:test_config",
131 "//test/cpp/util:test_config",
143 "//test/cpp/util:test_config",
167 "//test/cpp/util:test_config",
180 "//test/cpp/util:test_config",
192 "//test/cpp/util:test_config",
214 "//test/cpp/util:test_config",
238 "//test/cpp/util:test_config",

12345678910>>...33