Searched refs:STRIP (Results 1 – 25 of 125) sorted by relevance
12345
/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/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.mingw | 2 STRIP=i686-w64-mingw32-strip 36 $(STRIP) gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
|
D | Makefile.mingw64 | 2 STRIP=x86_64-w64-mingw32-strip 37 $(STRIP) gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
|
/third_party/toybox/ |
D | configure | 37 [ -z "$STRIP" ] && STRIP=strip
|
D | Makefile | 10 export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP
|
/third_party/iowow/cmake/Modules/ |
D | DebChangelog.cmake | 40 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE) 46 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE)
|
/third_party/ejdb/cmake/Modules/ |
D | DebChangelog.cmake | 45 string(STRIP "${_CDESC}" CHANGELOG_LAST_MESSAGE) 51 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/openh264/ |
D | Makefile | 36 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/ |
D | sdl2-config.cmake.in | 11 string(STRIP "${SDL2_LIBRARIES}" SDL2_LIBRARIES)
|
D | Makefile.pandora | 7 STRIP = arm-none-linux-gnueabi-strip
|
/third_party/nghttp2/ |
D | android-env | 39 export STRIP=$TOOLCHAIN/bin/llvm-strip
|
D | Dockerfile.android | 28 ENV STRIP $TOOLCHAIN/bin/llvm-strip 121 $STRIP src/nghttpx src/nghttpd src/nghttp
|
/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) $@)
|
/third_party/ffmpeg/ |
D | Makefile | 117 $(STRIP) -o $@ $< 120 $(STRIP) $@
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 57 STRIP = (1<<0), enumerator 71 DO_EVERYTHING = (STRIP | ALL_BUT_STRIP)
|
/third_party/glslang/StandAlone/ |
D | spirv-remap.cpp | 271 options = options | spv::spirvbin_t::STRIP; in parseCmdLine() 275 options = options | spv::spirvbin_t::STRIP; in parseCmdLine()
|
/third_party/benchmark/cmake/ |
D | GetGitVersion.cmake | 32 string(STRIP ${GIT_DESCRIBE_VERSION} GIT_DESCRIBE_VERSION)
|
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
D | NativeLibs.mk | 404 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/ |
D | ChooseMSVCCRT.cmake | 66 string(STRIP "${${crt_current}}" ${crt_current}) 78 string(STRIP "${${flagsvar}}" ${flagsvar})
|
/third_party/cef/cmake/ |
D | cef_macros.cmake.in | 150 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/ |
D | Makefile | 10 export CROSS_COMPILE CFLAGS OPTIMIZE LDOPTIMIZE CC HOSTCC V STRIP
|
12345