HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 126 - 150 of 1457) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/icu/icu4c/source/config/
mh-darwin 57 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
59 $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
62 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
64 $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -MMD -MT "$*.d $*.o $*.$(STATIC_O)" -o $@ $<)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
setup.py 30 ext_sources = [f.strip() for f in file('util/python-ext-sources')
31 if len(f.strip()) > 0 and f[0] != '#']
  /external/llvm/utils/
DSAextract.py 99 nodes[0] = string.strip(nodes[0])
100 nodes[1] = string.strip(nodes[1])
  /external/markdown/markdown/extensions/
abbr.py 53 abbr = m.group('abbr').strip()
54 title = m.group('title').strip()
  /external/pixman/pixman/
Android.mk 19 ifeq ($(strip $(TARGET_ARCH)),arm)
  /ndk/tests/build/build-assembly-file/jni/
Android.mk 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
  /packages/apps/LegacyCamera/
Android.mk 17 ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
  /external/chromium_org/tools/auto_bisect/
source_control.py 24 if output.strip() == 'true':
167 log_output = log_output.strip()
190 git_revision = int(log_output.strip())
204 log_output = log_output.strip()
223 commit_position = output.strip()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 22 o = proc.communicate()[0].strip()
33 return "0 valid identities found" not in proc.communicate()[0].strip()
37 o = proc.communicate()[0].strip()
47 o = proc.communicate()[0].strip()
69 return job.communicate()[0].strip()
  /external/jsoncpp/test/
runjsontests.py 10 expected = expected.strip().replace('\r','').split('\n')
11 actual = actual.strip().replace('\r','').split('\n')
15 if expected[index].strip() != actual[index].strip():
26 return lines[index].strip()
  /ndk/toolchains/llvm-3.3/
setup.mk 36 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
49 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
62 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
75 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host- (…)
    [all...]
  /external/chromium_org/ppapi/generators/
idl_diff.py 72 if change.was[0].strip() != '*': return False
97 was = change.was[index].strip()
100 was = was[2:].strip()
101 now = change.now[index].strip()
104 now = now[2:-2].strip()
114 if change.was[0].strip() != '*': return False
116 stripped = line.strip()
154 if line.strip().find('struct'): return False
167 line = line.strip()
224 if line[2:].strip() == '': continu
    [all...]
  /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/chromium_org/v8/tools/push-to-trunk/
git_recipes.py 59 for line in message.strip().splitlines():
60 line = line.strip()
73 footers[m.group(1)] = m.group(2).strip()
81 def Strip(f):
83 return f(*args, **kwargs).strip()
98 return self.Git("status -s -uno", **kwargs).strip() == ""
100 @Strip
120 return map(str.strip,
146 return map(str.strip, files.splitlines())
152 @Strip
    [all...]
  /build/core/
dynamic_binary.mk 46 ifeq ($(strip $(LOCAL_COMPRESS_MODULE_SYMBOLS)),)
47 LOCAL_COMPRESS_MODULE_SYMBOLS := $(strip $(TARGET_COMPRESS_MODULE_SYMBOLS))
81 ## Strip
92 # Strip the binary
99 # Strip only the debug frames, but leave the symbol table.
106 # A product may be configured to strip everything in some build variants.
112 $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) --strip-all $(LOCAL_INSTALLED_MODULE)
115 # Don't strip the binary, just copy it. We can't skip this step
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper.py 40 versions = [line.strip()[len(key_colon):].strip()
42 if line.strip().startswith(key_colon)]
  /external/chromium_org/chrome/tools/build/win/
sln_deps.py 38 line = sln.readline().strip()
55 line = sln.readline().strip()
59 line = sln.readline().strip()
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 96 line = line.strip()
99 name, _, values_string = map(str.strip, line.partition('='))
100 value_list = [value.strip() for value in values_string.split('|')]
  /external/chromium_org/third_party/markdown/
preprocessors.py 117 attrs[ma.group('attr').strip()] = ma.group('value')
119 attrs[ma.group('attr').strip()] = ""
122 attrs[ma.group('attr1').strip()] = ma.group('value1')
124 attrs[ma.group('attr1').strip()] = ""
126 attrs[ma.group('attr2').strip()] = ""
193 if block.startswith("<") and len(block.strip()) > 1:
217 new_blocks.append(block.strip())
234 self.markdown.htmlStash.store(block.strip()))
241 items.append(block.strip())
245 self.markdown.htmlStash.store(block.strip()))
    [all...]
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 27 self.url = split[2].split(' ')[1].strip('()')
29 self.type = split[4].strip(')')
81 status = split[2].strip(')')
  /external/chromium_org/tools/cr/cr/actions/
ninja.py 97 line = line.strip()
99 target = line[:-len(_PHONY_SUFFIX)].strip()
102 target = line[:-len(_LINK_SUFFIX)].strip()
  /external/deqp/scripts/
check_include_guards.py 19 line0 = f.readline().strip()
20 line1 = f.readline().strip()
31 lastLine = line.strip()
  /external/llvm/utils/release/
findRegressions-nightly.py 33 fname = tmp[1].strip('\r\n')
35 fname = tmp[0].strip('\r\n')
58 test[fname][exp + n] = float(t[2].strip('\r\n'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 102 versionPredicateStr = versionPredicateStr.strip()
109 paren = paren.strip()
157 value = value.strip()

Completed in 416 milliseconds

1 2 3 4 56 7 8 91011>>