Searched refs:strip (Results 1 - 25 of 140) sorted by relevance
123456
/external/v8/test/mjsunit/ |
H A D | fun-name.js | 28 function strip(s) { function 32 assertEquals('function(){}', strip((function () { }).toString())); 33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
|
/external/genext2fs/ |
H A D | Config.mk | 13 $(if $(strip $(3)),\ 14 $(hide) $(TUNE2FS) -L $(strip $(3)) $(2)) 15 $(if $(strip $(4)),\
|
/external/e2fsprogs/lib/ |
H A D | Makefile.elf-lib | 53 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 D | Makefile.bsd-lib | 36 install-strip: install 38 install-shlibs-strip: install-shlibs
|
H A D | Makefile.darwin-lib | 39 install-strip: install 41 install-shlibs-strip: install-shlibs
|
H A D | Makefile.solaris-lib | 48 install-strip: install 51 install-shlibs-strip: install-shlibs
|
/external/webkit/WebKitTools/QtLauncher/ |
H A D | utils.h | 38 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip);
|
H A D | utils.cpp | 50 QList<QString> enumToKeys(const QMetaObject o, const QString& name, const QString& strip) argument 60 list.append(key.remove(strip));
|
/external/clearsilver/scripts/ |
H A D | commitlog.py | 42 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 D | Android.mk | 118 ifneq ($(strip $(have_readline)),) 122 ifeq ($(strip $(USE_MINGW)),) 129 ifneq ($(strip $(have_readline)),) 132 ifneq ($(strip $(have_history)),)
|
/external/v8/tools/ |
H A D | utils.py | 39 line = line.strip()
|
H A D | js2c.py | 69 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 D | 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/elfutils/tests/ |
H A D | run-strip-test.sh | 23 ../src/strip -o testfile.temp testfile11
|
H A D | run-strip-test2.sh | 23 ../src/strip -o testfile.temp testfile8
|
H A D | run-strip-test3.sh | 23 ../src/strip -o testfile.temp testfile12
|
H A D | Makefile.am | 40 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 D | update-sources-list.py | 56 sourcesText = node.nodeValue.strip() 77 makefileString += " \\\n\t\t" + source.strip()
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
H A D | text_diff.py | 55 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 D | icu-svnprops-check.py | 109 file_type = file_type.strip() 123 prop_name = prop_name.strip() 124 prop_val = prop_val.strip()
|
/external/qemu/android/tools/ |
H A D | gen-hw-config.py | 84 line = line.strip() 90 key = key.strip() 91 value = value.strip()
|
/external/icu4c/samples/layout/ |
H A D | FontMap.h | 42 static char *strip(char *s);
|
/external/v8/test/message/ |
H A D | testcfg.py | 53 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 D | build-mac-installer.py | 82 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 D | mh-solaris-gcc | 30 ifeq (strip $(GENCCODE_ASSEMBLY),)
|
Completed in 3064 milliseconds
123456