HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 176 - 200 of 2341) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/wlan/qcwcn/wcnss-service/
Android.mk 8 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
18 ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
  /ndk/build/core/
import-locals.mk 56 LOCAL_CFLAGS := $(strip $(imported_CFLAGS) $(LOCAL_CFLAGS))
57 LOCAL_CONLYFLAGS := $(strip $(imported_CONLYFLAGS) $(LOCAL_CONLYFLAGS))
58 LOCAL_CPPFLAGS := $(strip $(imported_CPPFLAGS) $(LOCAL_CPPFLAGS))
59 LOCAL_RENDERSCRIPT_FLAGS := $(strip $(imported_RENDERSCRIPT_FLAGS) $(LOCAL_RENDERSCRIPT_FLAGS))
60 LOCAL_ASMFLAGS := $(strip $(imported_ASMFLAGS) $(LOCAL_ASMFLAGS))
61 LOCAL_LDFLAGS := $(strip $(imported_LDFLAGS) $(LOCAL_LDFLAGS))
67 LOCAL_C_INCLUDES := $(strip $(LOCAL_C_INCLUDES) $(imported_C_INCLUDES))
75 LOCAL_LDLIBS := $(strip $(LOCAL_LDLIBS) $(imported_LDLIBS))
  /build/core/combo/
HOST_linux-x86_64.mk 20 ifeq ($(strip $(HOST_TOOLCHAIN_PREFIX)),)
39 ifneq ($(strip $(BUILD_HOST_static)),)
  /build/core/
goma.mk 53 CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
54 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
multilib.mk 5 my_module_multilib := $(strip $(LOCAL_MULTILIB))
  /build/core/tasks/
ide.mk 18 $(strip $(filter $(1)-%,$(MAKECMDGOALS)))
22 $(strip $(subst -,$(space),$(patsubst $(1)-%,%,$(2))))
  /build/tools/zipalign/
Android.mk 31 ifneq ($(strip $(BUILD_HOST_static)),)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 74 expected_output = <<-END.fixed_indent( 0 ).strip!
96 tokens.render.strip.should == expected_output
  /external/autotest/client/site_tests/hardware_TPMCheck/
hardware_TPMCheck.py 28 return not utils.system_output(cmd, ignore_status=True).strip()
38 return utils.system_output(cmd, ignore_status=True).strip()
  /external/autotest/server/site_tests/firmware_CompareInstalledToShellBall/
firmware_CompareInstalledToShellBall.py 34 available_bios = parts[2].strip()
37 available_ec = parts[2].strip()
  /external/autotest/site_utils/
prodcertstatus_checker.py 39 email_to = ['%s@google.com' % to.strip() for to in options.to.split(',')]
44 email_cc = ['%s@google.com' % cc.strip()
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 39 find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
40 find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
  /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/elfutils/tests/
run-strip-groups.sh 52 testrun ${abs_top_builddir}/src/strip -o $outfile -f $dbgfile $infile
run-strip-strmerge.sh 21 # strip and unstrip it. Check all files with elflint.
38 echo strip
39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
66 echo strip
67 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
URLHandler.java 167 public void guide(URLVisitor v, boolean recurse, boolean strip) {
169 process(v, recurse, strip, "/", file.listFiles());
175 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) {
181 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles());
184 v.visit(strip? f.getName() : path + f.getName());
224 public void guide(URLVisitor v, boolean recurse, boolean strip) {
240 if (strip && ix != -1) {
259 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip);
  /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
URLHandler.java 163 public void guide(URLVisitor v, boolean recurse, boolean strip) {
165 process(v, recurse, strip, "/", file.listFiles());
171 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) {
177 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles());
180 v.visit(strip? f.getName() : path + f.getName());
220 public void guide(URLVisitor v, boolean recurse, boolean strip) {
236 if (strip && ix != -1) {
255 public abstract void guide(URLVisitor visitor, boolean recurse, boolean strip);
  /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/v8/build/android/gyp/
ant.py 49 stdout = stdout.strip().split('\n')
51 if line.strip() == 'BUILD SUCCESSFUL':
  /external/v8/build/linux/
pkg-config-wrapper 42 # To support this correctly, it's necessary to extract the prefix to strip from
46 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /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)),)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-10.d 6 # There was yet another bug in the strip-zeros-at-beginning-and-end-of-data

Completed in 675 milliseconds

1 2 3 4 5 6 78 91011>>