Searched refs:TOOL (Results 1 - 21 of 21) sorted by relevance
| /third_party/icu/icu4c/source/tools/gencolusb/ |
| H A D | Makefile | 22 TOOL=extract_unsafe_backwards macro 38 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS) 39 $(RUN_OPTS) $(BUILD_HERE)/$(TOOL) > $(GEN_FILE) || exit 1
|
| /third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
| H A D | Makefile | 22 TOOL=extract_unsafe_backwards macro 38 $(CXX) -o $(BUILD_HERE)/$(TOOL) $(srcdir)/$(TOOL).cpp $(BUILD_OPTS) 39 $(RUN_OPTS) $(BUILD_HERE)/$(TOOL) > $(GEN_FILE) || exit 1
|
| /third_party/mbedtls/tests/scripts/quiet/ |
| H A D | quiet.sh | 19 # TOOL - the name of the tool that is being wrapped (with no path), e.g. "make" 31 done < <(type -ap -- "$TOOL") 55 printf %s "${TOOL}" 1>&2 65 TMPFILE=$(mktemp "quiet-${TOOL}.XXXXXX")
|
| /third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
| H A D | build.sh | 26 TOOL=$3 37 --env TOOL=${TOOL} \
|
| H A D | build-docker.sh | 56 if [ $TOOL = "cmake" ]; then 121 elif [ $TOOL = "cmake-smoketest" ]; then 161 elif [ $TOOL = "cmake-android-ndk" ]; then 182 elif [ $TOOL = "android-ndk-build" ]; then 197 elif [ $TOOL = "bazel" ]; then
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
| H A D | build.sh | 26 TOOL=$3 37 --env TOOL=${TOOL} \
|
| H A D | build-docker.sh | 56 if [ $TOOL = "cmake" ]; then 121 elif [ $TOOL = "cmake-smoketest" ]; then 161 elif [ $TOOL = "cmake-android-ndk" ]; then 182 elif [ $TOOL = "android-ndk-build" ]; then 197 elif [ $TOOL = "bazel" ]; then
|
| /third_party/spirv-tools/kokoro/scripts/linux/ |
| H A D | build.sh | 26 TOOL=$3 51 --env TOOL=${TOOL} \
|
| H A D | build-docker.sh | 46 if [ $TOOL != "cmake-smoketest" ]; then 51 if [ $TOOL = "cmake" ]; then 116 elif [ $TOOL = "cmake-smoketest" ]; then 157 elif [ $TOOL = "cmake-android-ndk" ]; then 178 elif [ $TOOL = "android-ndk-build" ]; then 193 elif [ $TOOL = "bazel" ]; then
|
| /third_party/libcoap/ |
| H A D | autogen.sh | 9 TOOL=`which "$1" || echo none` 11 if [ "$TOOL" = "none" ]; then
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | spirv_constant.h | 94 #define SPV_GENERATOR_WORD(TOOL, MISC) \ 95 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | spirv_constant.h | 94 #define SPV_GENERATOR_WORD(TOOL, MISC) \ 95 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC))
|
| /third_party/spirv-tools/source/ |
| H A D | spirv_constant.h | 94 #define SPV_GENERATOR_WORD(TOOL, MISC) \ 95 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC))
|
| /third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
| H A D | common_exec.py | 73 cmd_template = "{TOOL_DIR}/{TOOL}/{TOOL_CFG}/{TOOL}.exe {{ARGS}}".format( 76 TOOL = request.tool.name, 80 cmd_template = "{TOOL_DIR}/{TOOL} {{ARGS}}".format( 82 TOOL = request.tool.name, 86 cmd_template = "{TOOL_DIR}/{TOOL}/{TOOL} {{ARGS}}".format( 88 TOOL = request.tool.name,
|
| H A D | makefile.py | 139 cmd_template = "$(INVOKE) $(TOOLBINDIR)/{TOOL} {{ARGS}}".format( 140 TOOL = request.tool.name
|
| /third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
| H A D | common_exec.py | 73 cmd_template = "{TOOL_DIR}/{TOOL}/{TOOL_CFG}/{TOOL}.exe {{ARGS}}".format( 76 TOOL = request.tool.name, 80 cmd_template = "{TOOL_DIR}/{TOOL} {{ARGS}}".format( 82 TOOL = request.tool.name, 86 cmd_template = "{TOOL_DIR}/{TOOL}/{TOOL} {{ARGS}}".format( 88 TOOL = request.tool.name,
|
| H A D | makefile.py | 139 cmd_template = "$(INVOKE) $(TOOLBINDIR)/{TOOL} {{ARGS}}".format( 140 TOOL = request.tool.name
|
| /third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
| H A D | gcc.py | 7 TOOL = 'gcc' variable 45 TOOL,
|
| H A D | common.py | 54 raise OSMismatchError(filename, _expected, argv, error, TOOL)
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | dumpICUrules.bat | 183 my $TOOL = $0; 334 print $out "// Tool: $TOOL\n// Source: $in\n";
|
| /third_party/ffmpeg/tests/ |
| H A D | Makefile | 290 TOOL = ffmpeg macro
|
Completed in 7 milliseconds