Searched refs:STRIP (Results 1 – 25 of 184) sorted by relevance
12345678
/third_party/mesa3d/.gitlab-ci/ |
D | prepare-artifacts.sh | 13 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/ |
D | Makefile.gcc | 55 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/ |
D | Makefile.gcc | 60 STRIP = $(PREFIX)strip 98 $(STRIP) $@ 102 $(STRIP) $@ 106 $(STRIP) $@ 110 $(STRIP) $@ 114 $(STRIP) $@
|
/third_party/gptfdisk/ |
D | Makefile | 67 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)
|
D | Makefile.mingw64 | 2 STRIP=x86_64-w64-mingw32-strip 37 $(STRIP) gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
|
D | Makefile.mingw | 2 STRIP=i686-w64-mingw32-strip 36 $(STRIP) gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
|
/third_party/boost/tools/build/test/toolset-mock/src/ |
D | Jamroot.jam | 16 path-constant .STRIP : strip.py ; 30 local STRIP = [ c-escape $(.STRIP) ] ; 37 print.text "#define STRIP_CMD "\"$(STRIP)\" : true ;
|
/third_party/toybox/ |
D | configure | 37 [ -z "$STRIP" ] && STRIP=strip
|
/third_party/mindspore/cmake/ |
D | dependency_utils.cmake | 16 string(STRIP "${inc}" inc) 24 string(STRIP "${lib}" lib)
|
/third_party/e2fsprogs/lib/ |
D | Makefile.solaris-lib | 51 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) 54 $(STRIP) -x $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB)
|
D | Makefile.elf-lib | 58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \ 63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
|
/third_party/ejdb/cmake/Modules/ |
D | DebChangelog.cmake | 40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE) 46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
|
/third_party/iowow/cmake/Modules/ |
D | DebChangelog.cmake | 40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE) 46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
|
/third_party/glslang/gtests/ |
D | Remap.FromFile.cpp | 91 … { "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/ |
D | config.mk.in | 31 STRIP := @STRIP@
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | sdl2-config.cmake.in | 11 string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
|
/third_party/openh264/ |
D | Makefile | 36 STRIP ?= strip 237 $(STRIP) $(STRIP_FLAGS) $@ -o $@ 245 $(STRIP) $(STRIP_FLAGS) $@ -o $@ 275 $(STRIP) $(STRIP_FLAGS) $@ -o $@
|
/third_party/grpc/templates/ |
D | Makefile.template | 171 STRIP ?= strip --strip-unneeded 178 STRIP ?= strip -x 184 STRIP ?= strip --strip-unneeded 189 STRIP ?= strip
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 57 STRIP = (1<<0), enumerator 71 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
|
/third_party/json/benchmarks/thirdparty/benchmark/cmake/ |
D | GetGitVersion.cmake | 31 string(STRIP ${GIT_VERSION} GIT_VERSION)
|
/third_party/benchmark/cmake/ |
D | GetGitVersion.cmake | 32 string(STRIP ${GIT_DESCRIBE_VERSION} GIT_DESCRIBE_VERSION)
|
/third_party/wayland-protocols_standard/ |
D | configure | 2258 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/ |
D | Makefile | 117 $(STRIP) -o $@ $< 120 $(STRIP) $@
|
/third_party/glslang/StandAlone/ |
D | spirv-remap.cpp | 241 options = options | spv::spirvbin_t::STRIP; in parseCmdLine() 245 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
|
/third_party/ffmpeg/ffbuild/ |
D | common.mak | 18 BRIEF = CC CXX OBJCC HOSTCC HOSTLD AS X86ASM AR LD STRIP CP WINDRES NVCC 90 -$(if $(ASMSTRIPFLAGS), $(STRIP) $(ASMSTRIPFLAGS) $@)
|
12345678