Home
last modified time | relevance | path

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

123

/external/perfetto/tools/
Dbuild_all_configs.py54 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
76 out_base_dir = os.path.join(ROOT_DIR, 'out')
80 gn = os.path.join(ROOT_DIR, 'tools', 'gn')
84 out_dir = os.path.join(ROOT_DIR, 'out', config_name)
89 subprocess.check_call(gn_cmd, cwd=ROOT_DIR)
91 ninja = os.path.join(ROOT_DIR, 'tools', 'ninja')
Dgen_binary_descriptors33 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
40 with open(os.path.join(ROOT_DIR, path)) as f:
46 for root, dirs, files in os.walk(ROOT_DIR):
56 assert os.path.exists(os.path.join(ROOT_DIR, target)), \
65 actual_sha1 = hash_path(os.path.join(ROOT_DIR, path))
81 ], cwd=ROOT_DIR)
93 with open(os.path.join(ROOT_DIR, target), 'wb') as f:
Dinstall-build-deps310 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
322 cwd = '/' if path.startswith('/') else ROOT_DIR
364 ui_dir = os.path.join(ROOT_DIR, 'ui')
368 cwd=os.path.join(ROOT_DIR, 'ui'))
384 local_path = os.path.join(ROOT_DIR, rel_path)
413 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:
150 AdbCall('push', os.path.join(ROOT_DIR, dep), target_dir + '/' + dep)
/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/perfetto/ui/
Drun-dev-server17 ROOT_DIR=$(dirname "$UI_DIR")
18 NODE=$ROOT_DIR/buildtools/nodejs/bin/node
45 OUT_DIR="$OUT_DIR" ROOT_DIR="$ROOT_DIR" $NODE $LITE -c $UI_DIR/bs-config.js
Dnode18 readonly ROOT_DIR="$(dirname $(cd -P ${BASH_SOURCE[0]%/*}; pwd))"
19 readonly NODE_DIR="$ROOT_DIR/buildtools/nodejs/bin"
20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py"
Dnpm18 readonly ROOT_DIR="$(dirname $(cd -P ${BASH_SOURCE[0]%/*}; pwd))"
19 readonly NODE_DIR="$ROOT_DIR/buildtools/nodejs/bin"
20 readonly WRAPPER="$ROOT_DIR/gn/standalone/build_tool_wrapper.py"
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dtest_bluepill_binary.sh23 declare -r ROOT_DIR=`pwd`
30 -f ${ROOT_DIR}/tensorflow/lite/experimental/micro/testing/Dockerfile.bluepill \
31 ${ROOT_DIR}/tensorflow/lite/experimental/micro/testing/
37 -v ${ROOT_DIR}:/workspace \
/external/perfetto/infra/kokoro_ci/
Drun_test_in_container.sh19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)"
21 cd ${ROOT_DIR}
39 -v ${ROOT_DIR}:/perfetto:ro \
Drun_ui_tests.sh19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)"
21 cd ${ROOT_DIR}
Dkokoro_entry.sh26 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)"
28 cd ${ROOT_DIR}
Drun_standalone_tests.sh19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)"
21 cd ${ROOT_DIR}
/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/python/cpython3/PCbuild/
Dfix_encoding.py22 ROOT_DIR = Path(__file__).resolve().parent variable
27 for f in ROOT_DIR.glob('*.vcxproj'):
31 for f in ROOT_DIR.glob('*.vcxproj.filters'):
/external/grpc-grpc/src/python/grpcio_reflection/
Dreflection_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
23 ROOT_DIR, '../../proto/grpc/reflection/v1alpha/reflection.proto')
42 os.path.join(ROOT_DIR,
/external/grpc-grpc/src/python/grpcio_health_checking/
Dhealth_commands.py21 ROOT_DIR = os.path.abspath(os.path.dirname(os.path.abspath(__file__))) variable
22 HEALTH_PROTO = os.path.join(ROOT_DIR, '../../proto/grpc/health/v1/health.proto')
40 os.path.join(ROOT_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 …]
/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,
/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,
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh29 ROOT_DIR=$( cd "$SCRIPT_DIR/../../.." && pwd -P )
454 cd "$ROOT_DIR/tensorflow/tools/pip_package"
529 cd "$ROOT_DIR/tensorflow/tools/pip_package"
534 cd "$ROOT_DIR/tensorflow/tools/test"
539 cd "$ROOT_DIR/tensorflow/tools/test"
/external/tensorflow/tensorflow/lite/experimental/micro/tools/ci_build/
Dci_build_micro_projects.sh29 ROOT_DIR=${SCRIPT_DIR}/../../../../../..
30 cd ${ROOT_DIR}
/external/tensorflow/tensorflow/tools/ci_build/linux/
Dlibtensorflow_docker.sh31 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../../../../)"
55 -v ${ROOT_DIR}:/workspace \
/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, '..'))

123