Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/mesa3d/.gitlab-ci/
Dprepare-artifacts.sh13 STRIP=`sed -n -E "s/strip\s*=\s*'(.*)'/\1/p" "$CROSS_FILE"`
14 if [ -z "$STRIP" ]; then
19 STRIP="strip"
22 find install -name \*.so -exec $STRIP {} \;
/third_party/zlib/win32/
DMakefile.gcc55 STRIP = $(PREFIX)strip
93 $(STRIP) $@
97 $(STRIP) $@
101 $(STRIP) $@
105 $(STRIP) $@
109 $(STRIP) $@
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/
DMakefile.gcc60 STRIP = $(PREFIX)strip
98 $(STRIP) $@
102 $(STRIP) $@
106 $(STRIP) $@
110 $(STRIP) $@
114 $(STRIP) $@
/third_party/gptfdisk/
DMakefile67 STRIP?=strip macro
85 STRIP=x86_64-w64-mingw32-strip
87 STRIP=strip macro
105 STRIP=i686-w64-mingw32-strip
107 STRIP=strip macro
169 $(STRIP) $(ALL_EXE)
DMakefile.mingw642 STRIP=x86_64-w64-mingw32-strip
37 $(STRIP) gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
DMakefile.mingw2 STRIP=i686-w64-mingw32-strip
36 $(STRIP) gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
/third_party/boost/tools/build/test/toolset-mock/src/
DJamroot.jam16 path-constant .STRIP : strip.py ;
30 local STRIP = [ c-escape $(.STRIP) ] ;
37 print.text "#define STRIP_CMD "\"$(STRIP)\" : true ;
/third_party/toybox/
Dconfigure37 [ -z "$STRIP" ] && STRIP=strip
/third_party/mindspore/cmake/
Ddependency_utils.cmake16 string(STRIP "${inc}" inc)
24 string(STRIP "${lib}" lib)
/third_party/e2fsprogs/lib/
DMakefile.solaris-lib51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
DMakefile.elf-lib58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/third_party/ejdb/cmake/Modules/
DDebChangelog.cmake40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
/third_party/iowow/cmake/Modules/
DDebChangelog.cmake40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
/third_party/glslang/gtests/
DRemap.FromFile.cpp91 … { "remap.basic.strip.frag", "main", Source::GLSL, spv::spirvbin_t::STRIP },
107 … { "remap.hlsl.sample.basic.strip.frag", "main", Source::HLSL, spv::spirvbin_t::STRIP },
/third_party/ltp/include/mk/
Dconfig.mk.in31 STRIP := @STRIP@
/third_party/flutter/skia/third_party/externals/sdl/
Dsdl2-config.cmake.in11 string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
/third_party/openh264/
DMakefile36 STRIP ?= strip
237 $(STRIP) $(STRIP_FLAGS) $@ -o $@
245 $(STRIP) $(STRIP_FLAGS) $@ -o $@
275 $(STRIP) $(STRIP_FLAGS) $@ -o $@
/third_party/grpc/templates/
DMakefile.template171 STRIP ?= strip --strip-unneeded
178 STRIP ?= strip -x
184 STRIP ?= strip --strip-unneeded
189 STRIP ?= strip
/third_party/glslang/SPIRV/
DSPVRemapper.h57 STRIP = (1<<0), enumerator
71 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
/third_party/json/benchmarks/thirdparty/benchmark/cmake/
DGetGitVersion.cmake31 string(STRIP ${GIT_VERSION} GIT_VERSION)
/third_party/benchmark/cmake/
DGetGitVersion.cmake32 string(STRIP ${GIT_DESCRIBE_VERSION} GIT_DESCRIBE_VERSION)
/third_party/wayland-protocols_standard/
Dconfigure2258 if test -n "$STRIP"; then
2259 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2278 STRIP=$ac_cv_prog_STRIP
2279 if test -n "$STRIP"; then
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2281 $as_echo "$STRIP" >&6; }
2290 ac_ct_STRIP=$STRIP
2328 STRIP=":"
2336 STRIP=$ac_ct_STRIP
2339 STRIP="$ac_cv_prog_STRIP"
/third_party/ffmpeg/
DMakefile117 $(STRIP) -o $@ $<
120 $(STRIP) $@
/third_party/glslang/StandAlone/
Dspirv-remap.cpp241 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
245 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
/third_party/ffmpeg/ffbuild/
Dcommon.mak18 BRIEF = CC CXX OBJCC HOSTCC HOSTLD AS X86ASM AR LD STRIP CP WINDRES NVCC
90 -$(if $(ASMSTRIPFLAGS), $(STRIP) $(ASMSTRIPFLAGS) $@)

12345678