Home
last modified time | relevance | path

Searched refs:TOOL (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/tools/gencolusb/
H A DMakefile22 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 DMakefile22 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 Dquiet.sh19 # 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 Dbuild.sh26 TOOL=$3
37 --env TOOL=${TOOL} \
H A Dbuild-docker.sh56 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 Dbuild.sh26 TOOL=$3
37 --env TOOL=${TOOL} \
H A Dbuild-docker.sh56 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 Dbuild.sh26 TOOL=$3
51 --env TOOL=${TOOL} \
H A Dbuild-docker.sh46 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 Dautogen.sh9 TOOL=`which "$1" || echo none`
11 if [ "$TOOL" = "none" ]; then
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_constant.h94 #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 Dspirv_constant.h94 #define SPV_GENERATOR_WORD(TOOL, MISC) \
95 ((uint32_t(uint16_t(TOOL)) << 16) | uint16_t(MISC))
/third_party/spirv-tools/source/
H A Dspirv_constant.h94 #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 Dcommon_exec.py73 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 Dmakefile.py139 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 Dcommon_exec.py73 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 Dmakefile.py139 cmd_template = "$(INVOKE) $(TOOLBINDIR)/{TOOL} {{ARGS}}".format(
140 TOOL = request.tool.name
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dgcc.py7 TOOL = 'gcc' variable
45 TOOL,
H A Dcommon.py54 raise OSMismatchError(filename, _expected, argv, error, TOOL)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat183 my $TOOL = $0;
334 print $out "// Tool: $TOOL\n// Source: $in\n";
/third_party/ffmpeg/tests/
H A DMakefile290 TOOL = ffmpeg macro

Completed in 7 milliseconds