HomeSort by relevance Sort by last modified time
    Searched full:strip (Results 151 - 175 of 2182) sorted by null

1 2 3 4 5 67 8 91011>>

  /build/core/combo/
HOST_darwin-x86.mk 20 ifneq ($(strip $(BUILD_HOST_64bit)),)
32 ifneq ($(strip $(BUILD_HOST_static)),)
40 ifneq ($(strip $(MAC_SDK_VERSION)),)
80 ifneq (,$(strip $(wildcard $(HOST_TOOLCHAIN_PREFIX)-gcc)))
93 HOST_STRIP := $(STRIP)
94 HOST_STRIP_COMMAND = $(HOST_STRIP) --strip-debug $< -o $@
select.mk 31 $(combo_target)STRIP := $(STRIP)
88 ccache := $(strip $(wildcard $(ccache)))
  /build/core/
prebuilt.mk 51 $(error Cannot strip host module LOCAL_PATH=$(LOCAL_PATH))
54 $(error Can strip only shared libraries or executables LOCAL_PATH=$(LOCAL_PATH))
57 $(error Cannot strip scripts LOCAL_PATH=$(LOCAL_PATH))
100 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
132 ifeq ($(dir $(strip $(LOCAL_CERTIFICATE))),./)
159 $(transform-prebuilt-to-target-strip-comments)
droiddoc.mk 30 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS))
92 ifneq ($(strip $(LOCAL_ADDITIONAL_JAVA_DIR)),)
116 ifneq ($(strip $(LOCAL_DROIDDOC_USE_STANDARD_DOCLET)),true)
137 ifneq ($(strip $(LOCAL_DROIDDOC_HTML_DIR)),)
142 ifneq ($(strip $(LOCAL_ADDITIONAL_HTML_DIR)),)
147 ifneq ($(strip $(LOCAL_ADDITIONAL_HTML_DIR)),)
223 ifeq ($(strip $(LOCAL_UNINSTALLABLE_MODULE)),)
  /build/tools/
parsedeps.py 95 line = line.strip()
99 pos = pos[1:].strip()
100 tgt = tgt.strip()
104 tgt = tgt.strip()
105 prereq = prereq.strip()
112 if not line.strip():
adbs 38 list = map(string.strip, lines)
49 list = map(string.strip, list)
81 map(string.strip, lines)
121 path = str.strip()
208 line = line.strip()
  /development/testrunner/
am_instrument_parser.py 91 line = line.strip(string.whitespace)
94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
146 key, value = (field.group('key').strip(), field.group('value').strip())
  /external/e2fsprogs/
Makefile.in 65 install-strip: subs all-libs-recursive install-strip-progs-recursive \
66 install-shlibs-strip-libs-recursive install-doc-libs
84 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
94 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
96 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive:
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 180 * If it does, we must strip them out from the source.
190 boolean strip = false;
194 strip = true;
196 strip = true;
202 strip = true;
208 if (strip) {
  /external/chromium/build/mac/
strip_save_dsym 7 # Usage: strip_save_dsym <whatever-arguments-you-would-pass-to-strip>
9 # strip_save_dsym is a wrapper around the standard strip utility. Given an
11 # .dSYM bundle for debugging, and then call strip to strip the Mach-O file.
24 # dsymutil does) is comparatively fast. Since we usually just want to strip
276 # Strip the Mach-O file
284 strip_path = os.path.join(strip_path, "strip")
286 # Print the strip invocation so that it's obvious something is happening
307 # to strip to figure out what the source to be stripped is. Arguments are
308 # processed in the same way that strip does, although to reduce complexity
    [all...]
  /external/expat/amiga/
Makefile 81 STRIP := strip
107 $(STRIP) $(STRIPFLAGS) $@
121 $(STRIP) $(STRIPFLAGS) $@
129 $(STRIP) $(STRIPFLAGS) $@
171 $(STRIP) $(STRIPFLAGS) $@
185 $(STRIP) $(STRIPFLAGS) $@
193 $(STRIP) $(STRIPFLAGS) $@
220 $(STRIP) $(STRIPFLAGS) $@
236 $(STRIP) $(STRIPFLAGS) $
    [all...]
  /ndk/build/core/
init.mk 39 NDK_LOG := $(strip $(NDK_LOG))
48 NDK_HOST_32BIT := $(strip $(NDK_HOST_32BIT))
65 NDK_ROOT := $(strip $(NDK_ROOT))
123 $(if $(strip $(wildcard $1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_TAG))
135 HOST_OS := $(strip $(HOST_OS))
186 ifneq (,$(strip $(wildcard /bin/uname.exe)))
214 HOST_ARCH := $(strip $(HOST_ARCH))
289 HOST_PREBUILT := $(strip $(wildcard $(HOST_PREBUILT_ROOT)/bin))
290 HOST_AWK := $(strip $(NDK_HOST_AWK))
291 HOST_SED := $(strip $(NDK_HOST_SED)
    [all...]
default-build-commands.mk 91 # The strip command is only used for shared libraries and executables.
92 # It is thus safe to use --strip-unneeded, which is only dangerous
94 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
125 TARGET_STRIP = $(TOOLCHAIN_PREFIX)strip
main.mk 27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
61 APP := $(strip $(APP))
75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
101 ifeq ($(strip $(NDK_ALL_APPS)),)
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 1 //===- StripSymbols.cpp - Strip symbols and debug info from a module ------===//
18 // only be used in situations where the 'strip' utility would be used, such as
101 INITIALIZE_PASS(StripSymbols, "strip",
102 "Strip all symbols from a module", false, false)
109 INITIALIZE_PASS(StripNonDebugSymbols, "strip-nondebug",
110 "Strip all symbols, except dbg symbols, from a module",
118 INITIALIZE_PASS(StripDebugDeclare, "strip-debug-declare",
119 "Strip all llvm.dbg.declare intrinsics", false, false)
126 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info",
127 "Strip debug info for unused symbols", false, false
    [all...]
  /external/dropbear/
Makefile.in 69 STRIP=@STRIP@
81 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdropbearZ, Z$(prog)Z))))
84 ifneq (,$(strip $(foreach prog, $(PROGRAMS), $(findstring ZdbclientZ, Z$(prog)Z))))
92 export RANLIB AR STRIP
115 strip: $(TARGETS)
116 $(STRIP) $(addsuffix $(EXEEXT), $(TARGETS))
  /external/markdown/markdown/
preprocessors.py 148 new_blocks.append(block.strip())
154 self.markdown.htmlStash.store(block.strip()))
161 items.append(block.strip())
165 self.markdown.htmlStash.store(block.strip()))
172 items.append(block.strip())
201 id = m.group(2).strip().lower()
202 t = m.group(4).strip() # potential title
  /external/zlib/src/win32/
Makefile.gcc 60 STRIP = $(PREFIX)strip
98 $(STRIP) $@
102 $(STRIP) $@
106 $(STRIP) $@
110 $(STRIP) $@
114 $(STRIP) $@
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) {
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.
  /external/llvm/utils/buildit/
build_llvm 128 for prog in ar nm ranlib strip lipo ld as ; do
247 # Find the right version of strip to use.
248 STRIP=strip
250 STRIP=`xcrun -sdk $SDKROOT -find strip`
254 # Strip local symbols from llvm libraries.
256 # Use '-l' to strip i386 modules. N.B. that flag doesn't work with kext or
258 $STRIP -Sl $DEST_DIR$DEST_ROOT/lib/*.[oa]
260 $STRIP -Sxl $
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
StripInfo.java 33 package jme3tools.converters.model.strip;
74 // If either the faceInfo has a real strip index because it is
75 // already assign to a committed strip OR it is assigned in an
86 // Marks the face with the current strip ID
144 // Builds a strip forward as far as we can go, then builds backwards, and joins the two lists
206 // add this to the strip
231 // reset the indices for building the strip backwards and do so
274 // add this to the strip
320 // Returns true if the input face and the current strip share an edge
  /external/harfbuzz_ng/src/
gen-arabic-table.py 33 block = line[2:].strip ()
36 fields = [x.strip () for x in line.split (';')]
86 fields = [x.strip () for x in line.split (';')]
113 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
183 print " * %s" % (l.strip())
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 107 # If no ALIGN, strip the AREA and align to 4 bytes
162 # Strip ARM
165 # Strip REQUIRE8
169 # Strip PRESERVE8
172 # Strip PROC and ENDPROC
  /hardware/ti/omap4xxx/domx/make/
build.mk 30 TARGETNAME := $(strip $(TARGETNAME))
31 TARGETTYPE := $(strip $(TARGETTYPE))
32 SUBMODULES := $(strip $(SUBMODULES))
33 SOURCES := $(strip $(SOURCES))
34 INCLUDES := $(strip $(INCLUDES))
35 LIBINCLUDES := $(strip $(LIBINCLUDES))
37 SH_SONAME := $(strip $(SH_SONAME))
38 ST_LIBS := $(strip $(ST_LIBS))
39 SH_LIBS := $(strip $(SH_LIBS))
41 CFLAGS := $(strip $(CFLAGS)
    [all...]
  /external/llvm/lib/Support/
regcomp.c 60 sop *strip; /* malloced strip */ member in struct:parse
61 sopno ssize; /* malloced strip size (allocated) */
62 sopno slen; /* malloced strip length (used) */
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
189 if (p->strip == NULL) {
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN);
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
592 assert(OP(p->strip[p->pend[i]]) == ORPAREN)
    [all...]

Completed in 4867 milliseconds

1 2 3 4 5 67 8 91011>>