Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 83) sorted by relevance

1234

/external/webkit/Tools/wx/packaging/
Dbuild-debian-installer.py7 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, "..", "..", ".."))
Dbuild-win-installer.py36 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…
Dbuild-mac-installer.py39 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/
Drun-generate-coverage-data82 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/
Dconfig.py132 abspath = self._filesystem.abspath(__file__)
133 self._webkit_base_dir = abspath[0:abspath.find('Tools') - 1]
Dchromium.py189 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]
Dwebsocket_server.py125 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/
Dtest-result-archive28 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/
Dgyp_chromium17 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/
Dgtest_test_utils.py113 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/
Dupdate-sources-list.py32 scriptDir = os.path.abspath(sys.path[0])
33 wkroot = os.path.abspath(os.path.join(scriptDir, "../.."))
Dtest-webkitpy126 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:
Drebaseline-chromium-webkit-tests34 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
Dnew-run-webkit-tests40 script_dir = os.path.dirname(os.path.abspath(__file__))
/external/gtest/test/
Dgtest_test_utils.py114 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/
Dgtest_test_utils.py114 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/
Dcopy-diff.py63 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/
Dtest_dispatch.py56 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/
Dmain.py55 package_path = os.path.abspath(package_root)
62 path = os.path.abspath(path)
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
Daction_csspropertynames.py82 outputs[index] = os.path.abspath(outputs[index])
94 inputAbs = os.path.abspath(input)
Daction_cssvaluekeywords.py86 outputs[index] = os.path.abspath(outputs[index])
98 inputAbs = os.path.abspath(input)
Daction_makenames.py101 outputs[index] = os.path.abspath(outputs[index])
116 inputAbs = os.path.abspath(input)
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py67 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/
Dgyp_v858 e.filename = os.path.abspath(file_path)
70 var, os.path.abspath(file_path)
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dospath.py51 os_path_abspath = os.path.abspath

1234