/external/perfetto/tools/ |
D | build_all_configs.py | 54 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')
|
D | gen_binary_descriptors | 33 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:
|
D | install-build-deps | 310 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)
|
D | run_android_test | 34 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/ |
D | setup_cython.py | 19 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')
|
D | setup.py | 23 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/ |
D | run-dev-server | 17 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
|
D | node | 18 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"
|
D | npm | 18 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/ |
D | test_bluepill_binary.sh | 23 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/ |
D | run_test_in_container.sh | 19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)" 21 cd ${ROOT_DIR} 39 -v ${ROOT_DIR}:/perfetto:ro \
|
D | run_ui_tests.sh | 19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)" 21 cd ${ROOT_DIR}
|
D | kokoro_entry.sh | 26 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)" 28 cd ${ROOT_DIR}
|
D | run_standalone_tests.sh | 19 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../..)" 21 cd ${ROOT_DIR}
|
/external/libyuv/files/util/android/ |
D | test_runner.py | 22 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/ |
D | fix_encoding.py | 22 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/ |
D | reflection_commands.py | 21 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/ |
D | health_commands.py | 21 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/ |
D | tf_core_framework.cmake | 19 # 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/ |
D | sync_chromium.py | 34 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/ |
D | sync_chromium.py | 36 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/ |
D | ci_sanity.sh | 29 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/ |
D | ci_build_micro_projects.sh | 29 ROOT_DIR=${SCRIPT_DIR}/../../../../../.. 30 cd ${ROOT_DIR}
|
/external/tensorflow/tensorflow/tools/ci_build/linux/ |
D | libtensorflow_docker.sh | 31 ROOT_DIR="$(realpath ${SCRIPT_DIR}/../../../../)" 55 -v ${ROOT_DIR}:/workspace \
|
/external/google-breakpad/src/tools/python/tests/ |
D | filter_syms_unittest.py | 40 ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) variable 41 sys.path.insert(0, os.path.join(ROOT_DIR, '..'))
|