Searched
refs:strip (Results
1151 -
1175 of
2233) sorted by null
<<41424344454647484950>>
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
httpclient.py | 166 line = line[:chunk_extensions_pos] # strip chunk-extensions 219 return (header[:i].lower(), header[i+1:].strip()) 256 value += '\n ' + line.strip()
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 62 STRIP := $(call XCRun,strip) 125 # object files. If we are on that platform, strip out all ARM archs. We still 145 $(if $(strip $(UniversalArchs.$(config))),,\ 150 # Forcibly strip off any -arch, as that totally breaks our universal support.
|
/external/fonttools/Lib/fontTools/ |
afmLib.py | 112 if not line.strip(): 120 rest = line[pos:].strip()
|
/external/google-breakpad/autotools/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/google-tv-pairing-protocol/cpp/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 206 # However, 'strip' requires both read and write access to temps.
|
/external/icu/icu4c/source/config/ |
Makefile.inc.in | 244 ifeq ($(strip $(PKGDATA_MODE)),)
|
/external/libcap-ng/libcap-ng-0.7/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/libedit/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/libevent/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/libexif/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 206 # However, 'strip' requires both read and write access to temps.
|
/external/libjpeg-turbo/ |
Android.mk | 27 ifeq ($(strip $(TARGET_ARCH)),arm)
|
/external/libmicrohttpd/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/libmtp/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 206 # However, 'strip' requires both read and write access to temps.
|
/external/libopus/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/libusb-compat/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 206 # However, 'strip' requires both read and write access to temps.
|
/external/minijail/ |
common.mk | 74 # If NOSTRIP=1, SPLITDEBUG will never strip the final emitted objects. 127 ifeq ($(strip $(BASE_VER)),) 263 $(eval $(call override_var,STRIP,strip)) 383 # And strip out nested members if possible. 437 @$(ECHO) "STRIP $(subst $(OUT)/,,$(TARGET_OR_MEMBER))" 444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \ 623 override ARCH := $(strip $(ARCH)) 624 override HOST_ARCH := $(strip $(HOST_ARCH) [all...] |
syscall_filter.c | 413 syscall_name = strip(syscall_name); 443 policy_line = strip(policy_line);
|
/external/modp_b64/ |
common.mk | 74 # If NOSTRIP=1, SPLITDEBUG will never strip the final emitted objects. 127 ifeq ($(strip $(BASE_VER)),) 263 $(eval $(call override_var,STRIP,strip)) 383 # And strip out nested members if possible. 437 @$(ECHO) "STRIP $(subst $(OUT)/,,$(TARGET_OR_MEMBER))" 444 $(if $(filter-out dbg,$(MODE)),$(QUIET)$(STRIP) --strip-unneeded \ 623 override ARCH := $(strip $(ARCH)) 624 override HOST_ARCH := $(strip $(HOST_ARCH) [all...] |
/external/netperf/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 206 # However, 'strip' requires both read and write access to temps.
|
/external/pcre/dist/ |
install-sh | 65 stripprog=${STRIPPROG-strip} 223 # However, 'strip' requires both read and write access to temps.
|
/external/protobuf/gtest/build-aux/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/protobuf/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
/external/regex-re2/lib/codereview/ |
codereview.py | 359 patchset = lines[1].strip() 434 s, val = line[:p].strip(), line[p+1:].strip() 453 line = line.strip() 474 s = s.strip() 636 # Strip maximal common leading white space prefix from text [all...] |
/external/skia/platform_tools/android/tests/expectations/ |
Android.mk | 47 ifneq ($(strip $(TARGET_FDO_CFLAGS)),)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
install-sh | 69 stripprog=${STRIPPROG-strip} 218 # However, 'strip' requires both read and write access to temps.
|
Completed in 1588 milliseconds
<<41424344454647484950>>