/external/webkit/Tools/wx/packaging/ |
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" + build_utils.git_branch_name())) 13 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
|
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_branch_name()))
|
/external/webkit/Tools/Scripts/ |
rebaseline-chromium-webkit-tests | 34 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
|
new-run-webkit-tests | 40 script_dir = os.path.dirname(os.path.abspath(__file__))
|
update-sources-list.py | 32 scriptDir = os.path.abspath(sys.path[0]) 33 wkroot = os.path.abspath(os.path.join(scriptDir, "../.."))
|
new-run-webkit-httpd | 45 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
ospath.py | 46 os.path.abspath(). Defaults to os.path.abspath. 51 os_path_abspath = os.path.abspath 56 # (see http://docs.python.org/library/os.path.html#os.path.abspath )
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
config.py | 132 abspath = self._filesystem.abspath(__file__) 133 self._webkit_base_dir = abspath[0:abspath.find('Tools') - 1]
|
/external/chromium/testing/gmock/scripts/ |
upload_gmock.py | 52 my_dir = os.path.dirname(os.path.abspath(__file__))
|
/external/chromium/testing/gtest/scripts/ |
upload_gtest.py | 52 my_dir = os.path.dirname(os.path.abspath(__file__))
|
/sdk/monkeyrunner/jython/test/ |
all_tests.py | 35 script_parent_path = os.path.abspath(os.path.dirname(sys.argv[0]))
|
/external/llvm/ |
copy-diff.py | 63 srcfile = os.path.abspath(sys.argv[1]) 64 destfile = os.path.abspath(sys.argv[2])
|
/hardware/ti/omap4xxx/domx/Ducati_binary/ |
Android.mk | 12 LOCAL_MODULE_PATH := $$(TARGET_OUT)$(abspath /$(dir $1))
|
/external/webkit/Tools/BuildSlaveSupport/ |
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/webkit/Tools/CodeCoverage/ |
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/chromium/build/ |
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/ |
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/gtest/test/ |
gtest_test_utils.py | 97 return os.path.abspath(GetFlag('gtest_source_dir')) 103 return os.path.abspath(GetFlag('gtest_build_dir'))
|
/external/v8/build/ |
gyp_v8 | 54 e.filename = os.path.abspath(file_path) 66 var, os.path.abspath(file_path)
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_csspropertynames.py | 82 outputs[index] = os.path.abspath(outputs[index]) 94 inputAbs = os.path.abspath(input)
|
action_cssvaluekeywords.py | 86 outputs[index] = os.path.abspath(outputs[index]) 98 inputAbs = os.path.abspath(input)
|
action_makenames.py | 101 outputs[index] = os.path.abspath(outputs[index]) 116 inputAbs = os.path.abspath(input)
|
/external/webkit/Tools/Scripts/webkitpy/test/ |
main.py | 55 package_path = os.path.abspath(package_root) 62 path = os.path.abspath(path)
|
/external/chromium/chrome/browser/resources/file_manager/bin/ |
squashdir.py | 54 abs_src = os.path.abspath(src)
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
react-to-vsprops-changes.py | 12 top_level_directory = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))))
|