/packages/apps/Bluetooth/ |
PREUPLOAD.cfg | 8 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
/packages/apps/SecureElement/ |
PREUPLOAD.cfg | 2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
/platform_testing/ |
PREUPLOAD.cfg | 2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
|
/external/vixl/ |
.ycm_extra_conf.py | 8 repo_root = os.path.dirname(os.path.abspath(__file__)) variable 13 return os.path.join(repo_root, path)
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
run_build.bat | 13 :: * Either have the REPO_ROOT variable set, or run this from the repository root directory. 15 :: Check and set REPO_ROOT 16 IF [%REPO_ROOT%] == [] ( 17 SET REPO_ROOT=%cd% 35 SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
|
run_py.bat | 13 SET REPO_ROOT=%cd% 32 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\cpu\cmake\run_build.bat 36 DIR %REPO_ROOT%\%BUILD_DIR%\tf_python\dist\ /S /B > wheel_filename_file
|
/external/skia/infra/bots/ |
recipes.py | 53 def parse(repo_root, recipes_cfg_path): 57 repo_root (str) - native path to the root of the repo we're trying to run 104 repo_root, recipes_path.replace('/', os.path.sep)) 148 def checkout_engine(engine_path, repo_root, recipes_cfg_path): 149 dep, recipes_path = parse(repo_root, recipes_cfg_path) 152 return os.path.join(repo_root, recipes_path) 195 # calculate repo_root from recipes_cfg_path 196 repo_root = os.path.dirname( 200 # find repo_root with git and calculate recipes_cfg_path 201 repo_root = (_git_output [all...] |
/external/skqp/infra/bots/ |
recipes.py | 53 def parse(repo_root, recipes_cfg_path): 57 repo_root (str) - native path to the root of the repo we're trying to run 104 repo_root, recipes_path.replace('/', os.path.sep)) 148 def checkout_engine(engine_path, repo_root, recipes_cfg_path): 149 dep, recipes_path = parse(repo_root, recipes_cfg_path) 152 return os.path.join(repo_root, recipes_path) 195 # calculate repo_root from recipes_cfg_path 196 repo_root = os.path.dirname( 200 # find repo_root with git and calculate recipes_cfg_path 201 repo_root = (_git_output [all...] |
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
run_build.bat | 13 :: * Either have the REPO_ROOT variable set, or run this from the repository root directory. 15 :: Check and set REPO_ROOT 16 IF [%REPO_ROOT%] == [] ( 17 SET REPO_ROOT=%cd% 36 SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
|
run_py.bat | 13 SET REPO_ROOT=%cd% 32 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\gpu\cmake\run_build.bat 36 DIR %REPO_ROOT%\%BUILD_DIR%\tf_python\dist\ /S /B > wheel_filename_file
|
/tools/repohooks/rh/ |
hooks_unittest.py | 114 # Verify ${REPO_ROOT} is updated, but not REPO_ROOT. 115 # We also make sure that things in ${REPO_ROOT} are not double 117 '${REPO_ROOT}/some/prog/REPO_ROOT/ok', 130 '/ ${BUILD_OS}/some/prog/REPO_ROOT/ok', 159 """Verify handling of REPO_ROOT.""" 160 self.assertEqual(self.replacer.get('REPO_ROOT'), m.return_value)
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/bazel/ |
run_cc_test_windows.sh | 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/ |
build_tf_windows.sh | 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/pip/
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/bazel/ |
run_cc_test_windows.sh | 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/cpu/bazel
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/pip/ |
build_tf_windows.sh | 32 # This script is under <repo_root>/tensorflow/tools/ci_build/windows/gpu/pip/
|
/external/perfetto/tools/ |
gen_android_bp | 580 def repo_root(): function 590 out = os.path.join(repo_root(), 'out', 'tmp.gen_android_bp') 598 ['gn', 'gen', out, '--args=%s' % gn_args], cwd=repo_root()) 601 cwd=repo_root()) 618 default=os.path.join(repo_root(), 'Android.bp.extras'), 623 default=os.path.join(repo_root(), 'Android.bp'),
|
/tools/repohooks/ |
README.md | 109 * `${REPO_ROOT}`: The absolute path of the root of the repo checkout. 211 clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
|
/cts/tools/utils/ |
buildCts.py | 45 REPO_ROOT = os.path.join(testRoot, "../../..") 46 f = open(os.path.join(REPO_ROOT, "external/deqp/android/cts", file), 'r');
|