Home
last modified time | relevance | path

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

12345

/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/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.mingw2 STRIP=i686-w64-mingw32-strip
36 $(STRIP) gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
DMakefile.mingw642 STRIP=x86_64-w64-mingw32-strip
37 $(STRIP) gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
/third_party/toybox/
Dconfigure37 [ -z "$STRIP" ] && STRIP=strip
DMakefile10 export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP
/third_party/iowow/cmake/Modules/
DDebChangelog.cmake40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
/third_party/ejdb/cmake/Modules/
DDebChangelog.cmake45 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
51 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/openh264/
DMakefile36 STRIP ?= strip
237 $(STRIP) $(STRIP_FLAGS) $@ -o $@
245 $(STRIP) $(STRIP_FLAGS) $@ -o $@
275 $(STRIP) $(STRIP_FLAGS) $@ -o $@
/third_party/flutter/skia/third_party/externals/sdl/
Dsdl2-config.cmake.in11 string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
DMakefile.pandora7 STRIP = arm-none-linux-gnueabi-strip
/third_party/nghttp2/
Dandroid-env39 export STRIP=$TOOLCHAIN/bin/llvm-strip
DDockerfile.android28 ENV STRIP $TOOLCHAIN/bin/llvm-strip
121 $STRIP src/nghttpx src/nghttpd src/nghttp
/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) $@)
/third_party/ffmpeg/
DMakefile117 $(STRIP) -o $@ $<
120 $(STRIP) $@
/third_party/glslang/SPIRV/
DSPVRemapper.h57 STRIP = (1<<0), enumerator
71 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
/third_party/glslang/StandAlone/
Dspirv-remap.cpp271 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
275 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
/third_party/benchmark/cmake/
DGetGitVersion.cmake32 string(STRIP ${GIT_DESCRIBE_VERSION} GIT_DESCRIBE_VERSION)
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk404 STRIP=$(TOOLCHAIN_X86_PREFIX)-strip \
421 STRIP=$(TOOLCHAIN_X86_64_PREFIX)-strip \
438 STRIP=$(TOOLCHAIN_ARM_PREFIX)-strip \
455 STRIP=$(TOOLCHAIN_ARM_V7A_PREFIX)-strip \
472 STRIP=$(TOOLCHAIN_ARM_V7A_HARD_PREFIX)-strip \
489 STRIP=$(TOOLCHAIN_ARM64_V8A_PREFIX)-strip \
506 STRIP=$(TOOLCHAIN_MIPS_PREFIX)-strip \
523 STRIP=$(TOOLCHAIN_MIPS64_PREFIX)-strip \
/third_party/glslang/
DChooseMSVCCRT.cmake66 string(STRIP "${${crt_current}}" ${crt_current})
78 string(STRIP "${${flagsvar}}" ${flagsvar})
/third_party/cef/cmake/
Dcef_macros.cmake.in150 STRING(STRIP "${FLL_CFLAGS}" FLL_CFLAGS)
151 STRING(STRIP "${FLL_LDFLAGS}" FLL_LDFLAGS)
152 STRING(STRIP "${FLL_LIBS}" FLL_LIBS)
/third_party/toybox/porting/liteos_a/
DMakefile10 export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP

12345