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

  /frameworks/support/jetifier/jetifier/source-transformer/
rewriteAll.sh 4 script_path="$(cd $(dirname $0) && pwd)"
6 "$script_path/rewriteMake.py"
7 "$script_path/rewritePackageNames.py"
  /frameworks/rs/rsov/compiler/tests/
rs2spirv_lit_driver.sh 25 script_path="$1"
26 script_name=$(basename $script_path)
32 eval llvm-as "$script_path" -o "$output_folder/$script.bc" &&
  /external/v8/tools/release/
script_test.py 39 script_path = os.path.dirname(os.path.abspath(__file__))
40 cov = coverage.coverage(include=([os.path.join(script_path, '*.py')]))
  /external/skia/tools/lua/
find_ngrams_on_ct 28 script_path = os.path.join(SCRIPT_DIR, 'ngrams.lua')
29 with open(script_path) as f:
37 script_path, sub))
  /external/skqp/tools/lua/
find_ngrams_on_ct 28 script_path = os.path.join(SCRIPT_DIR, 'ngrams.lua')
29 with open(script_path) as f:
37 script_path, sub))
  /external/markdown/
setup.py 17 script_path = os.path.join(script_dir, 'markdown')
18 bat_str = '@"%s" "%s" %%*' % (sys.executable, script_path)
  /external/v8/src/inspector/
PRESUBMIT.py 31 script_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
34 [input_api.python_executable, script_path],
  /external/toolchain-utils/binary_search_tool/
run_bisect_test.py 34 script_path = os.path.join(top_dir, TEST_DIR)
40 (export_bisect, script_path, build_script))
63 script_path = os.path.join(top_dir, TEST_DIR)
69 (export_bisect, script_path, build_script))
  /build/make/tools/releasetools/
validate_target_files.py 141 script_path = 'SYSTEM/bin/install-recovery.sh'
142 if not os.path.exists(os.path.join(input_tmp, script_path)):
143 logging.info('%s does not exist in input_tmp', script_path)
146 logging.info('Checking %s', script_path)
147 with open(os.path.join(input_tmp, script_path), 'r') as script:
188 logging.info('Done checking %s', script_path)
  /test/framework/harnesses/host_controller/
main.py 68 def _ScriptLoop(hc_console, script_path, loop_interval):
73 script_path: string, the path to the script.
77 while hc_console.ProcessScript(script_path):
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
resource_loader.py 69 for script_path in self.source_paths:
70 absolute_path = os.path.join(script_path, relative_path)
72 return resource_module.Resource(script_path, absolute_path, binary)
html_module_unittest.py 64 for script_path in self._source_paths:
65 absolute_path = os.path.join(script_path, relative_path)
67 return ResourceWithFakeContents(script_path, absolute_path,
  /art/tools/bisection_search/
bisection_search.py 226 def __init__(self, script_path, expected_output_path, logfile):
230 script_path: string, path to checking script.
234 self._script_path = script_path
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 645 script_path = os.path.join(conf.robot_lib_path, conf.python_package,
648 self._raise_error(msg % script_path)
  /external/clang/
build.py 303 script_path = android_path(
305 install_file(script_path, os.path.join(install_dir, 'bin'))

Completed in 552 milliseconds