HomeSort by relevance Sort by last modified time
    Searched full:xargs (Results 251 - 275 of 295) sorted by null

<<1112

  /build/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
59 $(call add-clean-step, find $(PRODUCT_OUT) -name "*.apk" | xargs rm)
  /external/chromium_org/third_party/codesighs/
autosummary.win.bash 141 xargs -n 1 dumpbin.exe /symbols < $ALLOBJSFILE > $ALLOBJSYMSFILE 2> /dev/null
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
bash.php 172 'xargs', 'xhost', 'xmodmap', 'xset',
  /ndk/build/tools/
dev-rebuild-ndk.sh 132 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
download-toolchain-sources.sh 270 find $TMPDIR -type f -a -name "*.info" ! -name sysroff.info -print0 | xargs -0 rm -f
  /prebuilts/qemu-kernel/arm/
rebuild.sh 293 git ls-files -o | xargs rm -f
  /external/dropbear/libtomcrypt/
Makefile.in 258 rm -f timing `find . -type f | grep [.][ao] | xargs`
303 find . -type f | grep -v CVS | xargs -n 1 bash mess.sh
308 cd libtomcrypt-$(VERSION) ; rm -rf `find . -type d | grep CVS | xargs` ; cd .. ; \
makefile.shared 249 libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | grep "src/" | xargs` $(EXTRALIBS) -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION)
  /art/test/
run-test 272 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$build_output\|$expected\)" | xargs rm -rf
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 75 with proper operation of xargs. */
  /external/e2fsprogs/debian/
rules 185 find . -name configure | xargs touch
359 -a ! -name resize2fs -a ! -name badblocks -print | xargs rm
  /external/libvpx/libvpx/
libs.mk 210 @echo $(CODEC_SRCS) | xargs -n1 echo | sort -u > $@
394 @echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | sort -u > $@
  /frameworks/base/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
70 $(call add-clean-step, find . -type f -name "*.rs" -print0 | xargs -0 touch)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 790 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
795 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
797 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
808 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
827 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 791 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
796 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
798 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
809 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
828 -find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
    [all...]
  /external/linux-tools-perf/
Makefile 807 $(FIND) . -name '*.[hcS]' -print | xargs etags -a
811 $(FIND) . -name '*.[hcS]' -print | xargs ctags -a
815 $(FIND) . -name '*.[hcS]' -print | xargs cscope -b
  /external/clang/lib/Tooling/
Tooling.cpp 256 // "find . -name '*.cc' |xargs tool" match, where as a user I don't care
  /external/openssh/contrib/caldera/
openssh.spec 263 find %{buildroot}%{_mandir} -type f -not -name '*.gz' -print0 | xargs -0r %__gzip -9nf
  /frameworks/compile/mclinker/unittests/
test3.txt 227 | xargs $(MD5PROG) > ../md5.new
  /build/core/
config.mk 450 # sgrax is the opposite of xargs. It takes the list of args and puts them
definitions.mk     [all...]
  /external/bison/lib/
stdlib.in.h 119 with proper operation of xargs. */
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 205 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
  /external/icu4c/test/intltest/
uobjtest.cpp 205 // find common i18n -name '*.h' -print | xargs fgrep ClassID | cut -d: -f1 | cut -d\/ -f2- | sort | uniq | sed -e 's%.*%#include "&"%'
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
standards.info     [all...]

Completed in 506 milliseconds

<<1112