Searched refs:strip (Results 1 - 25 of 140) sorted by relevance

123456

/external/v8/test/mjsunit/
H A Dfun-name.js28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
/external/genext2fs/
H A DConfig.mk13 $(if $(strip $(3)),\
14 $(hide) $(TUNE2FS) -L $(strip $(3)) $(2))
15 $(if $(strip $(4)),\
/external/e2fsprogs/lib/
H A DMakefile.elf-lib53 install-strip: install
55 @$(STRIP) --strip-unneeded --remove-section=.comment \
58 install-shlibs-strip: install-shlibs
60 @$(STRIP) --strip-unneeded --remove-section=.comment \
H A DMakefile.bsd-lib36 install-strip: install
38 install-shlibs-strip: install-shlibs
H A DMakefile.darwin-lib39 install-strip: install
41 install-shlibs-strip: install-shlibs
H A DMakefile.solaris-lib48 install-strip: install
51 install-shlibs-strip: install-shlibs
/external/webkit/WebKitTools/QtLauncher/
H A Dutils.h38 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip);
H A Dutils.cpp50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip) argument
60 list.append(key.remove(strip));
/external/clearsilver/scripts/
H A Dcommitlog.py42 mod_files.append(string.strip(a_line))
44 add_files.append(string.strip(a_line))
48 rem_files.append(string.strip(a_line))
/external/sqlite/dist/
H A DAndroid.mk118 ifneq ($(strip $(have_readline)),)
122 ifeq ($(strip $(USE_MINGW)),)
129 ifneq ($(strip $(have_readline)),)
132 ifneq ($(strip $(have_history)),)
/external/v8/tools/
H A Dutils.py39 line = line.strip()
H A Djs2c.py69 line = line.strip()
83 string = string.strip()
125 replacement = ExpandMacros(str.strip(), macros)
175 line = line.strip()
180 value = const_match.group(2).strip()
186 args = map(string.strip, macro_match.group(2).split(','))
187 body = macro_match.group(3).strip()
193 args = map(string.strip, python_match.group(2).split(','))
194 body = python_match.group(3).strip()
/external/dnsmasq/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild39 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/elfutils/tests/
H A Drun-strip-test.sh23 ../src/strip -o testfile.temp testfile11
H A Drun-strip-test2.sh23 ../src/strip -o testfile.temp testfile8
H A Drun-strip-test3.sh23 ../src/strip -o testfile.temp testfile12
H A DMakefile.am40 msg_tst newscn run-strip-test.sh run-strip-test2.sh \
41 run-strip-test3.sh run-ecp-test.sh run-ecp-test2.sh
47 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
48 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
52 testfile13.bz2 run-strip-test3.sh
/external/webkit/WebKitTools/Scripts/
H A Dupdate-sources-list.py56 sourcesText = node.nodeValue.strip()
77 makefileString += " \\\n\t\t" + source.strip()
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
H A Dtext_diff.py55 norm = output.replace("\r\r\n", "\r\n").strip("\r\n").replace(
79 return text.strip("\r\n").replace("\r\n", "\n") + "\n"
/external/icu4c/tools/
H A Dicu-svnprops-check.py109 file_type = file_type.strip()
123 prop_name = prop_name.strip()
124 prop_val = prop_val.strip()
/external/qemu/android/tools/
H A Dgen-hw-config.py84 line = line.strip()
90 key = key.strip()
91 value = value.strip()
/external/icu4c/samples/layout/
H A DFontMap.h42 static char *strip(char *s);
/external/v8/test/message/
H A Dtestcfg.py53 if (not line.startswith('#')) and (not line.strip()):
59 if not line.strip():
86 result += flags_match.group(1).strip().split()
/external/webkit/WebKitTools/wx/packaging/
H A Dbuild-mac-installer.py82 output = commands.getoutput("otool -L %s" % dylib).strip()
84 filename = line.split("(")[0].strip()
144 '--version ' + wxwk_version.strip(),
/external/chromium/third_party/icu/source/config/
H A Dmh-solaris-gcc30 ifeq (strip $(GENCCODE_ASSEMBLY),)

Completed in 3064 milliseconds

123456