Searched refs:abspath (Results 1 – 25 of 83) sorted by relevance
1234
/external/webkit/Tools/wx/packaging/ |
D | build-debian-installer.py | 7 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "build"))) 11 script_dir = os.path.abspath(os.path.dirname(__file__)) 12 wxwebkit_dir = os.path.abspath(os.path.join(script_dir, "..", "..", "..", "WebKitBuild", "Debug" + … 13 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
|
D | build-win-installer.py | 36 script_dir = os.path.abspath(os.path.dirname(__file__)) 37 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build"))) 41 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", "..")) 42 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_b…
|
D | build-mac-installer.py | 39 script_dir = os.path.abspath(os.path.dirname(__file__)) 40 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build"))) 46 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", "..")) 47 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_b…
|
/external/webkit/Tools/CodeCoverage/ |
D | run-generate-coverage-data | 82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps) 115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath)) 121 return os.path.abspath(os.path.join(root,filepath)) 125 return os.path.abspath(os.path.join(root,basename)) 146 return os.path.abspath(str) 215 base_dir = os.path.abspath(os.path.curdir)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | config.py | 132 abspath = self._filesystem.abspath(__file__) 133 self._webkit_base_dir = abspath[0:abspath.find('Tools') - 1]
|
D | chromium.py | 189 abspath = self._filesystem.abspath(__file__) 190 offset = abspath.find('third_party') 193 abspath[0:abspath.find('Tools')], 196 self._chromium_base_dir = abspath[0:offset]
|
D | websocket_server.py | 125 self._layout_tests = os.path.abspath(self._root) 126 self._web_socket_tests = os.path.abspath( 163 os.path.abspath(__file__)))), 'thirdparty',
|
/external/webkit/Tools/BuildSlaveSupport/ |
D | test-result-archive | 28 sourceRootDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..")) 45 layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory, "layout-test-results")) 48 layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory,
|
/external/chromium/build/ |
D | gyp_chromium | 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir)) 51 e.filename = os.path.abspath(file_path) 63 var, os.path.abspath(file_path)
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 113 return os.path.abspath(GetFlag('gtest_source_dir')) 119 return os.path.abspath(GetFlag('gtest_build_dir')) 153 path = os.path.abspath(os.path.join(GetBuildDir(), executable_name))
|
/external/webkit/Tools/Scripts/ |
D | update-sources-list.py | 32 scriptDir = os.path.abspath(sys.path[0]) 33 wkroot = os.path.abspath(os.path.join(scriptDir, "../.."))
|
D | test-webkitpy | 126 paths_not_to_log = [os.path.abspath(path) for path in paths_not_to_log] 132 if os.path.abspath(file_path) not in paths_not_to_log:
|
D | rebaseline-chromium-webkit-tests | 34 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
|
D | new-run-webkit-tests | 40 script_dir = os.path.dirname(os.path.abspath(__file__))
|
/external/gtest/test/ |
D | gtest_test_utils.py | 114 return os.path.abspath(GetFlag('source_dir')) 120 return os.path.abspath(GetFlag('build_dir')) 156 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
|
/external/chromium/testing/gtest/test/ |
D | gtest_test_utils.py | 114 return os.path.abspath(GetFlag('source_dir')) 120 return os.path.abspath(GetFlag('build_dir')) 156 path = os.path.abspath(os.path.join(build_dir or GetBuildDir(),
|
/external/llvm/ |
D | copy-diff.py | 63 srcfile = os.path.abspath(sys.argv[1]) 64 destfile = os.path.abspath(sys.argv[2])
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
D | test_dispatch.py | 56 self.assertEqual(os.path.abspath('/a/b').replace('\\', '/'), 58 self.assertEqual(os.path.abspath('/a/b').replace('\\', '/'), 60 self.assertEqual(os.path.abspath('/a/b').replace('\\', '/'), 62 self.assertEqual(os.path.abspath('abc').replace('\\', '/'),
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
D | main.py | 55 package_path = os.path.abspath(package_root) 62 path = os.path.abspath(path)
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
D | action_csspropertynames.py | 82 outputs[index] = os.path.abspath(outputs[index]) 94 inputAbs = os.path.abspath(input)
|
D | action_cssvaluekeywords.py | 86 outputs[index] = os.path.abspath(outputs[index]) 98 inputAbs = os.path.abspath(input)
|
D | action_makenames.py | 101 outputs[index] = os.path.abspath(outputs[index]) 116 inputAbs = os.path.abspath(input)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | testbase.py | 67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..')) 96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"' 196 grammarPath = os.path.join(os.path.dirname(os.path.abspath(__file__)), grammarName) 386 testDir = os.path.dirname(os.path.abspath(__file__))
|
/external/v8/build/ |
D | gyp_v8 | 58 e.filename = os.path.abspath(file_path) 70 var, os.path.abspath(file_path)
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | ospath.py | 51 os_path_abspath = os.path.abspath
|
1234