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

  /external/autotest/client/site_tests/graphics_Piglit/
graphics_Piglit.py 58 run_path = os.path.join(self.piglit_path, 'bin/piglit')
60 if not (os.path.exists(run_path)):
71 cmd = 'python %s %s %s %s' % (run_path, flags, test, self.outputdir)
85 (run_path, results_path, self.outputdir))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 13 from runpy import _run_code, _run_module_code, run_module, run_path
285 """Unit tests for runpy.run_path"""
316 result = run_path(script_name)
325 self.assertRaisesRegexp(ImportError, msg, run_path, script_name)
331 self._check_script(script_name, "<run_path>", script_name,
340 self._check_script(compiled_name, "<run_path>", compiled_name,
347 self._check_script(script_dir, "<run_path>", script_name,
356 self._check_script(script_dir, "<run_path>", compiled_name,
371 self._check_script(zip_name, "<run_path>", fname, zip_name, '')
379 self._check_script(zip_name, "<run_path>", fname, zip_name, ''
    [all...]
  /system/connectivity/shill/
mock_manager.h 45 MOCK_CONST_METHOD0(run_path, const base::FilePath&());
property_store_unittest.h 197 const std::string& run_path() const { return path_; } function in class:shill::PropertyStoreTest
property_store_unittest.cc 96 run_path(),
104 ASSERT_FALSE(run_path().empty());
manager_unittest.cc 648 run_path(),
698 run_path(),
728 run_path(),
829 run_path(),
    [all...]
manager.h 396 virtual const base::FilePath& run_path() const { return run_path_; } function in class:shill::Manager
    [all...]
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 308 if (!base::CreateTemporaryFileInDir(manager()->run_path(), &psk_file_) ||
354 if (!base::CreateTemporaryFileInDir(manager()->run_path(),
l2tp_ipsec_driver_unittest.cc 314 EXPECT_CALL(manager_, run_path())
338 EXPECT_CALL(manager_, run_path())
384 EXPECT_CALL(manager_, run_path()).Times(0);
415 EXPECT_CALL(manager_, run_path())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"
  /prebuilts/gdb/linux-x86/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 21 "run_module", "run_path",
223 def run_path(path_name, init_globals=None, run_name=None): function
234 run_name = "<run_path>"

Completed in 1288 milliseconds