HomeSort by relevance Sort by last modified time
    Searched refs:tool_path (Results 1 - 5 of 5) sorted by null

  /external/skia/infra/bots/ct/
run_ct_skps.py 40 tool_path = os.path.join(PARENT_DIR, args.tool)
45 cmd = [tool_path]
  /external/libvpx/libvpx/test/
tools_common.sh 154 local tool_path="${LIBVPX_BIN_PATH}/${tool_name}${VPX_TEST_EXE_SUFFIX}"
155 if [ ! -x "${tool_path}" ]; then
158 tool_path="${LIBVPX_BIN_PATH}/../${tool_name}${VPX_TEST_EXE_SUFFIX}"
161 if [ ! -x "${tool_path}" ]; then
162 tool_path=""
164 echo "${tool_path}"
  /tools/repohooks/rh/
hooks.py 167 def tool_path(self, tool_name): member in class:HookOptions
184 tool_path = os.path.normpath(self._tool_paths[tool_name])
185 return self.expand_vars([tool_path])[0]
301 clang_format = options.tool_path('clang-format')
302 git_clang_format = options.tool_path('git-clang-format')
316 google_java_format = options.tool_path('google-java-format')
317 google_java_format_diff = options.tool_path('google-java-format-diff')
436 cpplint = options.tool_path('cpplint')
447 gofmt = options.tool_path('gofmt')
487 pylint = options.tool_path('pylint'
    [all...]
hooks_unittest.py 194 """Verify tool_path behavior."""
199 self.assertEqual(options.tool_path('pylint'), 'pylint')
201 self.assertEqual(options.tool_path('cpplint'), 'my cpplint')
203 self.assertRaises(AssertionError, options.tool_path, 'extra_tool')
  /external/clang/
build.py 356 tool_path = os.path.join(tools_dir, tool)
358 install_directory(tool_path, install_path)

Completed in 523 milliseconds