Home
last modified time | relevance | path

Searched refs:TOOLS_DIR (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/tools/
Dsettings.py19 TOOLS_DIR = path.dirname(path.abspath(__file__)) variable
20 PROJECT_DIR = path.normpath(path.join(TOOLS_DIR, '..'))
27 BUILD_SCRIPT = path.join(TOOLS_DIR, 'build.py')
28 CPPCHECK_SCRIPT = path.join(TOOLS_DIR, 'check-cppcheck.sh')
30 DEBUGGER_TEST_RUNNER_SCRIPT = path.join(TOOLS_DIR, 'runners/run-debugger-test.sh')
31 DOXYGEN_SCRIPT = path.join(TOOLS_DIR, 'check-doxygen.sh')
32 LICENSE_SCRIPT = path.join(TOOLS_DIR, 'check-license.py')
33 MAGIC_STRINGS_SCRIPT = path.join(TOOLS_DIR, 'check-magic-strings.sh')
34 PYLINT_SCRIPT = path.join(TOOLS_DIR, 'check-pylint.sh')
35 SIGNED_OFF_SCRIPT = path.join(TOOLS_DIR, 'check-signed-off.sh')
[all …]
Dsrcgenerator.py25 TOOLS_DIR = os.path.dirname(os.path.abspath(__file__)) variable
26 ROOT_DIR = os.path.dirname(TOOLS_DIR)
27 SRCMERGER = os.path.join(TOOLS_DIR, 'srcmerger.py')
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_xds_csharp_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
Dgrpc_xds_ruby_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
Dgrpc_xds_bazel_python_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
Dgrpc_xds_bazel_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
Dgrpc_xds_php_test_in_docker.sh32 TOOLS_DIR=tools/run_tests
34 PROTO_DEST_DIR="$TOOLS_DIR"/"$PROTO_SOURCE_DIR"
36 touch "$TOOLS_DIR"/src/__init__.py
37 touch "$TOOLS_DIR"/src/proto/__init__.py
38 touch "$TOOLS_DIR"/src/proto/grpc/__init__.py
39 touch "$TOOLS_DIR"/src/proto/grpc/testing/__init__.py
43 --python_out="$TOOLS_DIR" \
44 --grpc_python_out="$TOOLS_DIR" \
/third_party/grpc/tools/run_tests/helper_scripts/
Dprep_xds.sh26 TOOLS_DIR=tools/run_tests
28 PROTO_DEST_DIR=${TOOLS_DIR}/${PROTO_SOURCE_DIR}
33 --python_out=${TOOLS_DIR} \
34 --grpc_python_out=${TOOLS_DIR} \
/third_party/libphonenumber/cpp/
DCMakeLists.txt207 set (TOOLS_DIR "${CMAKE_CURRENT_BINARY_DIR}/tools") variable
208 add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../tools/cpp" "${TOOLS_DIR}")