Searched refs:test_config (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/
H A Drun-tests.py40 with open(testconfig_mk_path, 'w') as test_config:
42 print('LOCAL_CLANG := true', file=test_config)
44 print('LOCAL_CLANG := false', file=test_config)
47 print('LOCAL_MULTILIB := 32', file=test_config)
49 print('LOCAL_MULTILIB := 64', file=test_config)
53 file=test_config)
61 file=test_config)
64 print('include $(BUILD_HOST_EXECUTABLE)', file=test_config)
66 print('include $(BUILD_EXECUTABLE)', file=test_config)
/external/autotest/client/tests/kvm/tests/
H A Dtrans_hugepage_defrag.py35 test_config = virt_test_setup.TransparentHugePageConfig(test, params)
44 test_config.setup()
68 defrag_path = os.path.join(test_config.thp_path, 'khugepaged',
86 test_config.cleanup()
H A Dtrans_hugepage_swapping.py29 test_config = virt_test_setup.TransparentHugePageConfig(test, params)
31 test_config.setup()
115 test_config.cleanup()
H A Dtrans_hugepage.py45 test_config = virt_test_setup.TransparentHugePageConfig(test, params)
51 test_config.setup()
122 test_config.cleanup()
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc132 TestConfig test_config; local
133 test_config.aec_type = aec_type;
135 test_config.min_number_of_calls = 300;
138 test_config.runtime_parameter_setting_scheme =
142 test_config.initial_sample_rate_hz = 16000;
145 test_config.render_api_function =
147 test_config.capture_api_function = CaptureApiImpl::ProcessStreamImpl2;
150 test_configs.push_back(test_config);
151 test_config.render_api_function =
153 test_config
248 TestConfig test_config; local
579 StatsProcessor(RandomGenerator* rand_gen, TestConfig* test_config, AudioProcessing* apm) argument
611 CaptureProcessor(int max_frame_size, RandomGenerator* rand_gen, rtc::Event* render_call_event, rtc::Event* capture_call_event, FrameCounters* shared_counters_state, AudioProcessingImplLockTest* test_framework, TestConfig* test_config, AudioProcessing* apm) argument
872 RenderProcessor(int max_frame_size, RandomGenerator* rand_gen, rtc::Event* render_call_event, rtc::Event* capture_call_event, FrameCounters* shared_counters_state, AudioProcessingImplLockTest* test_framework, TestConfig* test_config, AudioProcessing* apm) argument
[all...]
/external/autotest/client/virt/
H A Dvirt_test_setup.py58 test_config = self.params.get("test_config", None)
59 if test_config is not None:
60 tmp_list = re.split(';', test_config)
91 self.test_config = test_cfg
99 if self.test_config:
100 for path in self.test_config.keys():
101 file(path, 'w').write(self.test_config[path])
/external/e2fsprogs/tests/
H A Dtest_one.in26 TEST_CONFIG=$SRCDIR/test_config
/external/autotest/client/site_tests/desktopui_SonicExtension/
H A Ddesktopui_SonicExtension.py57 def initialize(self, test_config, sonic_hostname, sonic_build='00000',
78 self._test_config = test_config
/external/v8/build/android/pylib/perf/
H A Dtest_runner.py336 test_config = self._tests['steps'][test_name]
337 cmd = ('%s --device %s' % (test_config['cmd'], self.device_serial))
340 or test_config.get('archive_output_dir')):
362 timeout = test_config.get('timeout', 3600)
383 if test_config.get('archive_output_dir'):
/external/ppp/pppd/plugins/radius/
H A Dconfig.c21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dupdate_bug_with_results_test.py479 test_config = bisect_fyi_test.TEST_FYI_CONFIGS['positive_culprit']
480 bisect_config = test_config.get('bisect_config')
516 test_config = bisect_fyi_test.TEST_FYI_CONFIGS['positive_culprit']
517 bisect_config = test_config.get('bisect_config')
556 test_config = bisect_fyi_test.TEST_FYI_CONFIGS['positive_culprit']
557 bisect_config = test_config.get('bisect_config')
589 test_config = bisect_fyi_test.TEST_FYI_CONFIGS['positive_culprit']
590 bisect_config = test_config.get('bisect_config')
/external/autotest/client/tests/dacapo/
H A Ddacapo.py3 from autotest_lib.client.bin.test_config import config_loader
/external/autotest/site_utils/autoupdate/
H A Dfull_release_test.py295 test_config.source_release for test_config in generated_tests]
/external/autotest/client/tests/lsb_dtk/
H A Dlsb_dtk.py3 from autotest_lib.client.bin.test_config import config_loader
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dextras_sessions_test.py17 def test_config(self): member in class:TestSecureCookieSession
/external/mesa3d/src/glx/
H A Dglxcmds.c1173 struct glx_config test_config; local
1183 init_fbconfig_for_chooser(&test_config, fbconfig_style_tags);
1184 __glXInitializeVisualConfigFromTags(&test_config, 512,
1190 if (fbconfigs_compatible(&test_config, configs[i])) {
1227 struct glx_config test_config; local
1243 init_fbconfig_for_chooser(&test_config, GL_FALSE);
1244 __glXInitializeVisualConfigFromTags(&test_config, 512,
1257 if (fbconfigs_compatible(&test_config, config)
/external/autotest/client/bin/
H A Dkernel_unittest.py313 def test_config(self): member in class:TestKernel

Completed in 966 milliseconds