HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 226 - 250 of 6288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/tests/data/
test710 47 <strip>
49 </strip>
test75 40 <strip>
42 </strip>
test79 44 <strip>
46 </strip>
test93 39 <strip>
41 </strip>
test97 39 <strip>
41 </strip>
test98 42 <strip>
44 </strip>
test99 58 <strip>
60 </strip>
  /external/e2fsprogs/lib/
Makefile.elf-lib 56 install-strip: install
57 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
58 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
61 install-shlibs-strip: install-shlibs
62 $(E) " STRIP-LIB $(ELF_INSTALL_DIR)/$(ELF_LIB)"
63 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipURIExt.java 16 * Strip the headers that are tacked to the URI.
23 * Strip a specific header tacked to the URI.
  /external/skia/third_party/lua/src/
ldump.c 22 int strip; member in struct:__anon31260
123 DumpString((D->strip) ? NULL : f->source,D);
124 n= (D->strip) ? 0 : f->sizelineinfo;
126 n= (D->strip) ? 0 : f->sizelocvars;
134 n= (D->strip) ? 0 : f->sizeupvalues;
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip)
168 D.strip=strip;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.h 17 @brief Reads a triangle list and generates an optimised triangle strip.
33 @brief Reads a triangle list and generates an optimised triangle strip. Result is
  /external/syslinux/com32/lua/src/
ldump.c 22 int strip; member in struct:__anon33632
123 DumpString((D->strip) ? NULL : f->source,D);
124 n= (D->strip) ? 0 : f->sizelineinfo;
126 n= (D->strip) ? 0 : f->sizelocvars;
134 n= (D->strip) ? 0 : f->sizeupvalues;
162 int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip)
168 D.strip=strip;
  /external/toolchain-utils/deprecated/
summarize_results.py 38 line = line.strip().split(':')
41 test_name = (':'.join(line[1:])).replace('\t', ' ').strip()
95 line = line.strip().split(' ')
96 if len(line) > 1 and (line[-1].strip() in pass_statuses or
97 line[-1].strip() in fail_statuses):
98 test_name = (line[0].strip())
99 if line[-1].strip() in pass_statuses:
138 output.write(summary.strip() + '\n')
  /hardware/broadcom/wlan/bcmdhd/config/
Android.mk 21 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_8_X)
24 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_6_X)
  /hardware/intel/common/wrs_omxil_core/base/src/
Android.mk 25 ifeq ($(strip $(COMPONENT_SUPPORT_BUFFER_SHARING)), true)
28 ifeq ($(strip $(COMPONENT_SUPPORT_OPENCORE)), true)
  /hardware/qcom/wlan/qcwcn/wcnss-service/
Android.mk 9 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
19 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /system/core/healthd/
Android.mk 61 ifeq ($(strip $(BOARD_CHARGER_DISABLE_INIT_BLANK)),true)
64 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
90 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
98 ifeq ($(strip $(BOARD_CHARGER_NO_UI)),true)
117 ifeq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
138 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
146 ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
158 ifneq ($(strip $(LOCAL_CHARGER_NO_UI)),true)
  /toolchain/binutils/binutils-2.25/binutils/
.gitignore 18 /strip-new
56 /doc/strip.1
  /build/make/core/
multilib.mk 5 my_module_multilib := $(strip $(LOCAL_MULTILIB))
  /device/google/marlin/camera/
Android.mk 3 ifneq ($(strip $(USE_CAMERA_STUB)),true)
  /device/google/marlin/common/
utils.mk 17 $(strip \
32 $(strip \
33 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
34 $(eval w:= $(colon)$(strip $(1))$(colon)) \
49 $(strip \
50 $(if $(strip $(1)), \
51 $(call match-word,$(call find-word-in-list,$(1),$(2)),$(strip $(1))), \
67 $(strip \
68 $(eval w := $(strip $(1)$(strip $(2))))
    [all...]

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>