HomeSort by relevance Sort by last modified time
    Searched defs:ROOT_DIR (Results 1 - 25 of 34) sorted by null

1 2

  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 12 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/libyuv/files/util/android/
test_runner.py 22 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir))
23 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(ROOT_DIR, 'build', 'android')
33 os.environ['CHECKOUT_SOURCE_ROOT'] = ROOT_DIR
  /external/google-breakpad/src/tools/python/tests/
filter_syms_unittest.py 40 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
41 sys.path.insert(0, os.path.join(ROOT_DIR, '..'))
  /external/libyuv/files/
sync_chromium.py 34 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
40 main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient')
57 CR_DIR = os.path.join(ROOT_DIR, 'chromium')
100 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep,
cleanup_links.py 29 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
setup_links.py 92 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
273 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
  /external/perfetto/tools/
build_all_configs.py 52 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
74 out_base_dir = os.path.join(ROOT_DIR, 'out')
78 gn = os.path.join(ROOT_DIR, 'tools', 'gn')
82 out_dir = os.path.join(ROOT_DIR, 'out', config_name)
87 subprocess.check_call(gn_cmd, cwd=ROOT_DIR, env={'EDITOR':'true'})
89 ninja = os.path.join(ROOT_DIR, 'tools', 'ninja')
pull_ftrace_format_files.py 28 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
29 ADB_PATH = os.path.join(ROOT_DIR, 'buildtools/android_sdk/platform-tools/adb')
run_android_test 34 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
35 ADB_PATH = os.path.join(ROOT_DIR, 'buildtools/android_sdk/platform-tools/adb')
106 with open(os.path.join(ROOT_DIR, 'tools', 'test_data.txt')) as f:
138 AdbCall('push', os.path.join(ROOT_DIR, dep), target_dir + '/' + dep)
install-build-deps 189 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
201 cwd = '/' if path.startswith('/') else ROOT_DIR
252 local_path = os.path.join(ROOT_DIR, rel_path)
278 assert(os.path.commonprefix((ROOT_DIR, zip_target_dir)) == ROOT_DIR)
  /external/autotest/client/bin/result_tools/
utils_lib.py 30 ROOT_DIR = ''
  /external/webrtc/
sync_chromium.py 36 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
56 main_gclient = os.path.join(os.path.dirname(ROOT_DIR), '.gclient')
78 CR_DIR = os.path.join(ROOT_DIR, 'chromium')
131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep,
setup_links.py 113 ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
294 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.bat 27 set ROOT_DIR=%CD%
162 echo The final IFWI file is located in %ROOT_DIR%\Vlv2TbltDevicePkg\Stitch\
191 cd %ROOT_DIR%\Vlv2TbltDevicePkg
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 29 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..", ".."))
30 sys.path.append(os.path.join(ROOT_DIR, "scripts", "verify"))
31 sys.path.append(os.path.join(ROOT_DIR, "scripts", "build"))
32 sys.path.append(os.path.join(ROOT_DIR, "scripts", "log"))
186 mustpassFile = os.path.join(ROOT_DIR, "external", "openglcts", summary.runLogAndCaselist[runLog])
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/
venc.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
vdec.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
52 LOCAL_PATH:= $(ROOT_DIR)
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
venc.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
vdec.mk 3 ROOT_DIR := $(call my-dir)
4 OMX_VIDEO_PATH := $(ROOT_DIR)/..
7 LOCAL_PATH:= $(ROOT_DIR)
96 LOCAL_PATH:= $(ROOT_DIR)
152 LOCAL_PATH:= $(ROOT_DIR)
  /hardware/qcom/media/msm8996/videopp/
Android.mk 3 ROOT_DIR := $(call my-dir)
6 LOCAL_PATH:= $(ROOT_DIR)
43 LOCAL_PATH:= $(ROOT_DIR)
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/
Android.mk 0 ROOT_DIR := $(call my-dir)
4 LOCAL_PATH:= $(ROOT_DIR)
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/
Android.mk 0 ROOT_DIR := $(call my-dir)
4 LOCAL_PATH:= $(ROOT_DIR)
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/suite/
SuiteApkInstaller.java 33 * variable or the ROOT_DIR in build info.
39 private static final String ROOT_DIR = "ROOT_DIR";
55 if (buildInfo.getBuildAttributes().get(ROOT_DIR) != null) {
56 return new File(buildInfo.getBuildAttributes().get(ROOT_DIR));
58 throw new FileNotFoundException(String.format("%s was found.", ROOT_DIR));
104 // check ROOT_DIR
  /external/capstone/bindings/python/
setup.py 23 ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
24 LIBS_DIR = os.path.join(ROOT_DIR, 'capstone', 'lib')
25 HEADERS_DIR = os.path.join(ROOT_DIR, 'capstone', 'include')
26 SRC_DIR = os.path.join(ROOT_DIR, 'src')
27 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
121 if os.path.exists(os.path.join(ROOT_DIR, 'prebuilt', LIBRARY_FILE)) and \
122 (not STATIC_LIBRARY_FILE or os.path.exists(os.path.join(ROOT_DIR, 'prebuilt', STATIC_LIBRARY_FILE))):
123 shutil.copy(os.path.join(ROOT_DIR, 'prebuilt', LIBRARY_FILE), LIBS_DIR)
125 shutil.copy(os.path.join(ROOT_DIR, 'prebuilt', STATIC_LIBRARY_FILE), LIBS_DIR)
setup_cython.py 19 ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
20 LIBS_DIR = os.path.join(ROOT_DIR, 'pyx', 'lib')
21 HEADERS_DIR = os.path.join(ROOT_DIR, 'pyx', 'include')
22 SRC_DIR = os.path.join(ROOT_DIR, 'src')
23 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
24 PYPACKAGE_DIR = os.path.join(ROOT_DIR, 'capstone')
25 CYPACKAGE_DIR = os.path.join(ROOT_DIR, 'pyx')

Completed in 1457 milliseconds

1 2