/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()
|
/hardware/qcom/audio/msm8909/post_proc/ |
Android.mk | 6 ifeq ($(strip $(AUDIO_FEATURE_ENABLED_PROXY_DEVICE)),true)
|
/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
|
/external/skia/tools/ |
create_test_font.cpp | 372 const char* strip = strippedStr.c_str(); 380 strip, strip, strip, strip, strip, strip); 390 const char* strip = strippedStr.c_str(); local 396 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle]) [all...] |
/build/core/combo/ |
TARGET_linux-arm64.mk | 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 54 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 65 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
|
TARGET_linux-mips64.mk | 32 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 39 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 46 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 54 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 65 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
|
TARGET_linux-x86_64.mk | 21 ifeq ($(strip $(TARGET_ARCH_VARIANT)),) 28 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) 39 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),) 47 ifeq ($(strip $(TARGET_TOOLS_PREFIX)),) 58 TARGET_STRIP := $(TARGET_TOOLS_PREFIX)strip
|
/build/core/ |
config_sanitizers.mk | 5 my_sanitize := $(strip $(LOCAL_SANITIZE)) 13 my_global_sanitize := $(strip $(SANITIZE_HOST)) 18 my_global_sanitize := $(strip $(SANITIZE_TARGET)) 53 ifneq ($(strip $(SANITIZE_TARGET)),) 133 ifneq ($(strip $(LOCAL_SANITIZE_RECOVER)),)
|
/external/autotest/client/tests/kvm/tests/ |
multi_disk.py | 52 if disk.strip() in block_list: 61 disk = disk.strip() 67 fs = file_system[index].strip() 76 disk = disk.strip() 103 disk = disk.strip()
|
/external/autotest/contrib/ |
manage_powerunit_info.py | 84 device = row[0].strip() 85 hydra = row[3].strip() 90 [row[1].strip(), row[2].strip(), hydra])) 185 list_powerunit_info(afe, [h.strip() for h in options.hostnames.split(',')])
|
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/ |
brillo_RecoverFromBadImage.py | 44 host.run_output('bootctl get-current-slot').strip()) 48 host.run_output('bootctl get-number-slots').strip()) 109 host.run_output('blockdev --getbsz %s' % device).strip()) 111 host.run_output('blockdev --getsize64 %s' % device).strip()) 173 host.run_output('bootctl get-current-slot').strip())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/ |
trac.py | 61 domain = boto.config.get("Trac", "hostname").strip() 69 cnf.write("\tServerAdmin %s\n" % boto.config.get("Trac", "server_admin").strip()) 79 cnf.write("\tServerAdmin %s\n" % boto.config.get("Trac", "server_admin").strip()) 81 cnf.write("\tDocumentRoot %s\n" % boto.config.get("Trac", "home").strip()) 83 cnf.write("\t<Directory %s>\n" % boto.config.get("Trac", "home").strip())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/ |
test_connection.py | 167 response.credentials.access_key.strip(), 171 response.credentials.secret_key.strip(), 175 response.credentials.session_token.strip(), 179 response.user.arn.strip(), 183 response.user.assume_role_id.strip(),
|
/external/jsoncpp/test/ |
runjsontests.py | 11 expected = expected.strip().replace('\r','').split('\n') 12 actual = actual.strip().replace('\r','').split('\n') 16 if expected[index].strip() != actual[index].strip(): 27 return lines[index].strip()
|
/external/autotest/server/cros/ |
telemetry_runner.py | 184 graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip()) 185 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip()) 187 (match_dict['UNITS'] or 'units').strip()) 188 value = match_dict['VALUE'].strip() 195 value_list = [float(x) for x in value.strip('[],').split(',')] 201 value_list = [float(x) for x in value.strip('{},').split(',')] 218 graph_name = self._cleanup_perf_string(match_dict['GRAPH'].strip()) 219 trace_name = self._cleanup_perf_string(match_dict['TRACE'].strip()) 221 (match_dict['UNITS'] or 'units').strip()) 222 histogram_json = match_dict['VALUE_JSON'].strip() [all...] |