HomeSort by relevance Sort by last modified time
    Searched refs:test_config (Results 1 - 25 of 25) sorted by null

  /external/libcxx/
run-tests.py 40 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/
trans_hugepage_defrag.py 35 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()
trans_hugepage.py 45 test_config = virt_test_setup.TransparentHugePageConfig(test, params)
51 test_config.setup()
122 test_config.cleanup()
trans_hugepage_swapping.py 29 test_config = virt_test_setup.TransparentHugePageConfig(test, params)
31 test_config.setup()
115 test_config.cleanup()
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 132 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.capture_api_function = CaptureApiImpl::ProcessStreamImpl3
248 TestConfig test_config; local
    [all...]
  /external/autotest/client/virt/
virt_test_setup.py 58 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/
test_one.in 25 if test "$TEST_CONFIG"x = x; then
26 TEST_CONFIG=$SRCDIR/test_config
29 . $TEST_CONFIG
  /external/v8/build/android/pylib/perf/
test_runner.py 336 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/
config.c 21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
  /external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py 57 def initialize(self, test_config, sonic_hostname, sonic_build='00000',
78 self._test_config = test_config
  /external/chromium-trace/catapult/dashboard/dashboard/
update_bug_with_results_test.py 479 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/
dacapo.py 3 from autotest_lib.client.bin.test_config import config_loader
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 11 from distutils.tests.test_config import PYPIRC, PyPIRCCommandTestCase
test_register.py 15 from distutils.tests.test_config import PyPIRCCommandTestCase
test_sdist.py 28 from distutils.tests.test_config import PyPIRCCommandTestCase
  /tools/test/connectivity/acts/framework/acts/bin/
act.py 43 def _validate_test_config(test_config):
49 if k not in test_config:
  /external/autotest/site_utils/autoupdate/
full_release_test.py 295 test_config.source_release for test_config in generated_tests]
  /external/autotest/client/tests/lsb_dtk/
lsb_dtk.py 3 from autotest_lib.client.bin.test_config import config_loader
  /external/chromium-trace/catapult/third_party/webapp2/tests/
extras_sessions_test.py 17 def test_config(self): member in class:TestSecureCookieSession
  /external/mesa3d/src/glx/
glxcmds.c 1173 struct glx_config test_config; local
1227 struct glx_config test_config; local
    [all...]
  /external/autotest/client/bin/
kernel_unittest.py 313 def test_config(self): member in class:TestKernel
  /ndk/tests/
tests.py 309 Each test directory can contain a "test_config.py" file that describes
325 A test_config.py file is more flexible. It is a Python module that defines
372 namespace = '.'.join([dirname, 'test_config'])
391 path = os.path.join(test_dir, 'test_config.py')
396 """Specialization of test_config.py that includes device API level.

Completed in 480 milliseconds