HomeSort by relevance Sort by last modified time
    Searched full:abspath (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 55 package_path = os.path.abspath(package_root)
62 path = os.path.abspath(path)
  /external/chromium/testing/gtest/test/
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/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/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 65 def abspath(self, path): member in class:MockFileSystem
68 return self.abspath(self.join(self.cwd, path))
261 return ospath.relpath(path, start, self.abspath, self.sep)
filesystem.py 57 def abspath(self, path): member in class:FileSystem
58 return os.path.abspath(path)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
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',
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]
  /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__))
  /external/webkit/Tools/Scripts/
new-run-webkit-httpd 45 scripts_directory = os.path.dirname(os.path.abspath(sys.argv[0]))
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:
  /external/webkit/Tools/Scripts/webkitpy/
style_references.py 55 cwd = os.path.abspath(os.curdir)
  /frameworks/compile/libbcc/tools/
gen-build-stamp.py 136 """ % (os.path.abspath(repo_dir),
  /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/tools/
presubmit.py 40 from os.path import abspath, join, dirname, basename, exists namespace
291 workspace = abspath(join(dirname(sys.argv[0]), '..'))
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
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/v8/src/
SConscript 29 from os.path import join, dirname, abspath
30 root_dir = dirname(File('SConstruct').rfile().abspath)
346 snapshot_cc = env.Snapshot('snapshot.cc', mksnapshot, LOGFILE=File('snapshot.log').abspath)
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 46 fp = open(os.path.abspath(filename), "r");
278 results_dir = os.path.abspath(options.results_directory)
287 ref_dir = os.path.abspath(ref_dir)
  /external/clang/utils/analyzer/
SATestBuild.py 75 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
84 return os.path.join(os.path.abspath(os.curdir), ID)
  /external/srtp/googlepatches/
vidyo-2-srtp-lin.patch 9 + cd test; $(abspath $(srcdir))/test/rtpw_test.sh >/dev/null
  /external/webkit/Source/gyp/
configure 37 source_directory = os.path.abspath(os.path.join(__file__, '..', '..'))
  /external/webkit/Tools/BuildSlaveSupport/
built-product-archive 28 buildDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "WebKitBuild"))
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations_unittest.py 41 sys.path.append(os.path.abspath(os.path.join(d, '../../../')))
  /ndk/build/core/
build-local.mk 57 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2))

Completed in 1328 milliseconds

12 3 4