Home
last modified time | relevance | path

Searched refs:ROOT_DIR (Results 1 – 25 of 39) sorted by relevance

12

/external/perfetto/tools/
Dbuild_all_configs.py52 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
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')
Dinstall-build-deps189 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
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)
Drun_android_test34 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
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)
Dpull_ftrace_format_files.py28 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
29 ADB_PATH = os.path.join(ROOT_DIR, 'buildtools/android_sdk/platform-tools/adb')
/external/capstone/bindings/python/
Dsetup_cython.py19 ROOT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
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')
Dsetup.py23 ROOT_DIR = os.path.dirname(os.path.realpath(__file__)) variable
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)
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_framework.cmake19 # ROOT_DIR must be absolute, and proto paths must be relative to ROOT_DIR.
20 function(RELATIVE_PROTOBUF_GENERATE_CPP SRCS HDRS ROOT_DIR)
29 set(ABS_FIL ${ROOT_DIR}/${FIL})
32 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR})
41 … ARGS --cpp_out ${CMAKE_CURRENT_BINARY_DIR} -I ${ROOT_DIR} ${ABS_FIL} -I ${PROTOBUF_INCLUDE_DIRS}
53 function(RELATIVE_PROTOBUF_GENERATE_GRPC_CPP SRCS HDRS ROOT_DIR)
62 set(ABS_FIL ${ROOT_DIR}/${FIL})
65 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR})
78 …BINARY_DIR} --plugin protoc-gen-grpc=${GRPC_BUILD}/grpc_cpp_plugin -I ${ROOT_DIR} ${ABS_FIL} -I ${…
90 function(RELATIVE_PROTOBUF_TEXT_GENERATE_CPP SRCS HDRS ROOT_DIR)
[all …]
Dtf_python.cmake64 # ROOT_DIR must be absolute; subsequent arguments are interpreted as
65 # paths of .proto files, and must be relative to ROOT_DIR.
66 function(RELATIVE_PROTOBUF_GENERATE_PYTHON ROOT_DIR SRCS)
74 set(ABS_FIL ${ROOT_DIR}/${FIL})
77 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR})
83 …ARGS --python_out ${CMAKE_CURRENT_BINARY_DIR}/tf_python/ -I ${ROOT_DIR} -I ${PROTOBUF_INCLUDE_DIR…
91 function(RELATIVE_PROTOBUF_GENERATE_CPP SRCS HDRS ROOT_DIR)
100 set(ABS_FIL ${ROOT_DIR}/${FIL})
103 file(RELATIVE_PATH REL_DIR ${ROOT_DIR} ${FIL_DIR})
112 … ARGS --cpp_out ${CMAKE_CURRENT_BINARY_DIR} -I ${ROOT_DIR} ${ABS_FIL} -I ${PROTOBUF_INCLUDE_DIRS}
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh29 ROOT_DIR=$( cd "$SCRIPT_DIR/../../.." && pwd -P )
445 cd "$ROOT_DIR/tensorflow/tools/pip_package"
520 cd "$ROOT_DIR/tensorflow/tools/pip_package"
525 cd "$ROOT_DIR/tensorflow/contrib/cmake"
530 cd "$ROOT_DIR/tensorflow/tools/test"
535 cd "$ROOT_DIR/tensorflow/tools/test"
/external/libyuv/files/util/android/
Dtest_runner.py22 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir)) variable
23 CHROMIUM_BUILD_ANDROID_DIR = os.path.join(ROOT_DIR, 'build', 'android')
33 os.environ['CHECKOUT_SOURCE_ROOT'] = ROOT_DIR
/external/libyuv/files/
Dsync_chromium.py34 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
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,
Dcleanup_links.py29 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
Dsetup_links.py92 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
273 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
/external/webrtc/
Dsync_chromium.py36 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
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,
Dsetup_links.py113 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
294 entries_file = os.path.join(os.path.dirname(ROOT_DIR), '.gclient_entries')
/external/tensorflow/tensorflow/tools/ci_build/linux/
Dlibtensorflow_docker.sh26 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../../../../)"
45 -v ${ROOT_DIR}:/workspace \
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py29 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..", "..")) variable
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])
/external/google-breakpad/src/tools/python/tests/
Dfilter_syms_unittest.py40 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable
41 sys.path.insert(0, os.path.join(ROOT_DIR, '..'))
/external/python/cpython3/Lib/test/
Dtest_regrtest.py24 ROOT_DIR = os.path.join(os.path.dirname(__file__), '..', '..') variable
25 ROOT_DIR = os.path.abspath(os.path.normpath(ROOT_DIR)) variable
536 script = os.path.join(ROOT_DIR, 'Tools', 'scripts', 'run_tests.py')
549 script = os.path.join(ROOT_DIR, 'Tools', 'buildbot', 'test.bat')
560 script = os.path.join(ROOT_DIR, r'PCbuild\rt.bat')
/external/autotest/client/bin/result_tools/
Dresult_info.py240 name=utils_lib.ROOT_DIR,
264 if not os.path.isdir(parent_dir) and name == utils_lib.ROOT_DIR:
267 name=utils_lib.ROOT_DIR)
Dutils_lib.py30 ROOT_DIR = '' variable
/external/autotest/utils/modelviz/
Dgenerate_schema_diagrams.py12 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')) variable
/external/vboot_reference/tests/
Dcommon.sh10 ROOT_DIR="$(dirname ${SCRIPT_DIR})"
Dgen_preamble_testdata.sh18 . "${ROOT_DIR}/scripts/keygeneration/common.sh"
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
DFakeFtpServerIntegrationTest.groovy49 static final ROOT_DIR = "c:/"
50 static final HOME_DIR = p(ROOT_DIR, "home")
118 assert p(ftpClient.printWorkingDirectory()) == p(ROOT_DIR)

12