/external/lldb/test/arm_emulation/ |
D | TestEmulations.py | 15 current_dir = os.getcwd(); 16 test_dir = os.path.join (current_dir, "new-test-files") 29 current_dir = os.getcwd(); 30 test_dir = os.path.join (current_dir, "new-test-files")
|
/external/lldb/scripts/Python/ |
D | build-swig-Python.sh | 355 current_dir=`pwd` 356 if [ -f "${current_dir}/modify-python-lldb.py" ] 358 python ${current_dir}/modify-python-lldb.py ${CONFIG_BUILD_DIR} 363 if [ -f "${current_dir}/edit-swig-python-wrapper-file.py" ] 367 python ${current_dir}/edit-swig-python-wrapper-file.py "${TARGET_DIR}" 369 python ${current_dir}/edit-swig-python-wrapper-file.py
|
/external/autotest/site_utils/docgen/ |
D | CreateDocs.py | 372 def CreateMainPage(self, current_dir): argument 403 readme_file = os.path.join(current_dir, self.readme) 551 def PostProcessDocs(self, current_dir): argument 569 html_root = os.path.join(current_dir, self.html) 570 shutil.copy(os.path.join(current_dir, logo_image), html_root) 644 def ParseOptions(current_dir): argument 682 default=os.path.join(current_dir, 'doxygen.conf'), 694 default=os.path.join(current_dir, 'doxygenLayout.xml'), 698 default=os.path.join(current_dir, 'docCreator.log'), 775 current_dir = os.path.dirname(sys.argv[0]) [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | setup.py | 28 current_dir = os.path.dirname(__file__) variable 29 with codecs.open(os.path.join(current_dir, 'README.rst'), 'r', 'utf8') as readme_file: 30 with codecs.open(os.path.join(current_dir, 'CHANGES.rst'), 'r', 'utf8') as changes_file:
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 592 current_dir = self.root 594 if component not in current_dir.contents: 596 current_dir = current_dir.contents[component] 693 current_dir = self.root 701 if component not in current_dir.contents: 709 current_dir = current_dir.contents[component] 712 if stat.S_ISLNK(current_dir.st_mode): 721 link_path = _FollowLink(resolved_components, current_dir) 728 current_dir = self.root 891 current_dir = self.root [all …]
|
/external/autotest/client/site_tests/platform_CrosDisksArchive/ |
D | platform_CrosDisksArchive.py | 38 current_dir = dirs_to_explore.popleft() 39 for path in os.listdir(os.path.join(root_dir, current_dir)): 40 expanded_path = os.path.join(root_dir, current_dir, path) 41 relative_path = os.path.join(current_dir, path)
|
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 610 current_dir = self.root 612 if component not in current_dir.contents: 614 current_dir = current_dir.contents[component] 711 current_dir = self.root 719 if component not in current_dir.contents: 727 current_dir = current_dir.contents[component] 730 if stat.S_ISLNK(current_dir.st_mode): 739 link_path = _FollowLink(resolved_components, current_dir) 746 current_dir = self.root 909 current_dir = self.root [all …]
|
/external/protobuf/gtest/test/ |
D | run_tests_util_test.py | 60 def __init__(self, current_dir=os.getcwd(), known_paths=None): argument 61 self.current_dir = current_dir 116 return self.normpath(os.path.join(self.current_dir, path)) 191 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)), 423 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)), 443 current_dir=os.path.abspath('/a/b/c'), 498 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)), 529 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | extras_jinja2_test.py | 9 current_dir = os.path.abspath(os.path.dirname(__file__)) variable 10 template_path = os.path.join(current_dir, 'resources', 'jinja2_templates') 11 compiled_path = os.path.join(current_dir, 'resources',
|
D | extras_mako_test.py | 9 current_dir = os.path.abspath(os.path.dirname(__file__)) variable 10 template_path = os.path.join(current_dir, 'resources', 'mako_templates')
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | browser_options_unittest.py | 75 current_dir = os.path.dirname(__file__) 76 parser.parse_args(['--browser', 'any', '--profile-dir', current_dir]) 77 self.assertEquals(options.browser_options.profile_dir, current_dir)
|
/external/skia/platform_tools/android/tradefed/ |
D | upload_dm_results.py | 23 current_dir = os.path.dirname(os.path.abspath(__file__)) 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
|
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 144 current_dir = os.path.dirname(os.path.realpath(__file__)) 146 current_dir, self._DEFAULT_PROPERTY_FILES[input_type]) 415 current_dir = os.path.dirname(os.path.realpath(__file__)) 416 gesture_file = os.path.join(current_dir, filename)
|
/external/libchrome/sandbox/linux/services/ |
D | credentials_unittest.cc | 46 char current_dir[PATH_MAX]; in WorkingDirectoryIsRoot() local 47 char* cwd = getcwd(current_dir, sizeof(current_dir)); in WorkingDirectoryIsRoot()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 793 SmallString<128> current_dir; in make_absolute() local 795 current_directory.toVector(current_dir); in make_absolute() 796 else if (std::error_code ec = current_path(current_dir)) in make_absolute() 802 path::append(current_dir, p); in make_absolute() 804 path.swap(current_dir); in make_absolute() 809 StringRef cdrn = path::root_name(current_dir); in make_absolute() 819 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute() 820 StringRef bRelativePath = path::relative_path(current_dir); in make_absolute()
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 69 string current_dir; in main() local
|
/external/autotest/site_utils/ |
D | test_push.py | 247 current_dir = os.path.dirname(os.path.realpath(__file__)) 248 cmd = [os.path.join(current_dir, RUN_SUITE_COMMAND),
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 61 current_dir = os.path.dirname(os.path.realpath(__file__)) 63 current_dir, ANDROID_XMLRPC_SERVER_AUTOTEST_PATH)
|