HomeSort by relevance Sort by last modified time
    Searched full:xargs (Results 26 - 50 of 307) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/linux/
sysroot_ld_path.sh 92 process_ld_so_conf "$1" "$LD_SO_CONF" | xargs echo
98 done | xargs echo
  /external/qemu/distrib/sdl-1.2.15/
Makefile.ds 41 find . -name "*.o" |xargs rm -f
42 find . -name "*.d" |xargs rm -f
  /frameworks/native/libs/gui/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
50 $(call add-clean-step, find $(PRODUCT_OUT) -type f -name "libgui*" -print0 | xargs -0 rm -f)
  /build/tools/droiddoc/test/stubs/
run.sh 24 find $DIR/src -name "*.java" | xargs javac -d out/stubs_compiled
  /external/apache-harmony/
run-harmony-tests 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /libcore/
run-libcore-tests 13 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
  /external/bison/build-aux/
useless-if-before-free 82 git ls-files -z |xargs -0 $ME --name=kfree
180 | xargs -0 useless-if-before-free -l --name="$free" \
181 | xargs -0 perl -0x3b -pi -e \
189 | xargs -0 useless-if-before-free -l --name="$free" \
190 | xargs -0 perl -0777 -pi -e \
gnu-web-doc-update 106 find_tool XARGS gxargs xargs
178 | $XARGS --no-run-if-empty -- $CVS add -ko
  /device/lge/mako/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
47 $(call add-clean-step, find $(OUT_DIR) -name "lights.msm8960*" -print0 | xargs -0 rm -f)
48 $(call add-clean-step, find $(OUT_DIR) -name "*.default.*so" -print0 | xargs -0 rm -f)
49 $(call add-clean-step, find $(PRODUCT_OUT) -name "*.prop" -print0 | xargs -0 rm -f)
50 $(call add-clean-step, find $(OUT_DIR) -name "wpa_supplicant*" -print0 | xargs -0 rm -f)
51 $(call add-clean-step, find $(PRODUCT_OUT) -name "*.img" -print0 | xargs -0 rm -f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
161 * xdrproc_t xargs;
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
clnt.h 158 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout)
161 * xdrproc_t xargs;
167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \
168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \
170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
  /development/build/tools/
patch_windows_sdk.sh 83 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
84 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
  /device/asus/flo/
CleanSpec.mk 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
47 $(call add-clean-step, find $(PRODUCT_OUT)/obj/APPS -type f -name "*.apk" -print0 | xargs -0 rm -f)
  /external/chromium_org/third_party/apache-win32/
README.chromium 44 % find apache-win32/bin -name '*.exe' -o -name '*.dll' -o -name '*.so' | xargs rm
45 % find apache-win32/modules -name '*.so' | xargs rm
  /external/chromium_org/third_party/libvpx/
update_libvpx.sh 88 echo "$add" | xargs -I {} svn add --parents {}
89 echo "$delete" | xargs -I {} svn rm {}
  /external/clang/test/Modules/
prune.m 31 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
40 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
  /external/lldb/test/
Makefile 12 find . -type d -depth 1 | xargs -J % find % \
22 find . -type d -depth 1 | xargs -J % find % \
  /external/valgrind/main/docs/internals/
directory-structure.txt 63 find . -name '*.h' | xargs grep <pattern>
67 -not -path '*.svn\/*' | xargs grep "$1"
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_apk 19 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB shell kill
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 28 ( cd ../llvm ; rm -rf cmake configure docs examples projects *.txt *.TXT autoconf bindings test unittests utils ; find . -type d -name .svn -print0 | xargs -0 rm -rf )
  /external/skia/platform_tools/android/bin/
android_gdb_apk 19 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB shell kill
  /external/bouncycastle/
Android.mk 89 `(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -e 's/");//' -e 's/.*"//'; \
90 find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' | sed 's/"org.bouncycastle/\norg.bouncycastle/g' | grep ^org.bouncycastle | sed 's/".*//'; \
91 find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ | sed -e 's/.*:import //' -e 's/;//') \
  /build/
envsetup.sh 571 local arch="$(echo $* | xargs -n 1 echo | \grep -E '^(arm|x86|mips|armv5|arm64|x86_64|mips64)$' | xargs)"
572 local variant="$(echo $* | xargs -n 1 echo | \grep -E '^(user|userdebug|eng)$' | xargs)"
573 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64)$' | xargs)"
1078 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cc|cpp|S|java|xml|sh|mk|aidl)' -print0 | xargs -0 grep --color -n "$@"
1085 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cc\|cpp\|S\|java\|xml\|sh\|mk\|aidl\)' -print0 | xargs -0 grep --color -n "$@"
1097 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" -print0 | xargs -0 grep --color -n "$@"
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@
    [all...]
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 177 xargs -n 1 $SRCROOT/tools/codesighs/readelf_wrap.pl < $ALLFILES > $RAWTSVFILE 2> /dev/null
190 xargs -n 1 $SRCROOT/tools/codesighs/nm_wrap_osx.pl < $ALLFILES > $NMRESULTS 2> /dev/null
192 xargs -n 1 nm --format=bsd --size-sort --print-file-name --demangle < $ALLFILES > $NMRESULTS 2> /dev/null
basesummary.unix.bash 184 xargs -n 1 $SRCROOT/tools/codesighs/readelf_wrap.pl < $ALLFILES > $RAWTSVFILE
197 xargs -n 1 $SRCROOT/tools/codesighs/nm_wrap_osx.pl < $ALLFILES > $NMRESULTS 2> /dev/null
199 xargs -n 1 nm --format=bsd --size-sort --print-file-name --demangle < $ALLFILES > $NMRESULTS 2> /dev/null

Completed in 7506 milliseconds

12 3 4 5 6 7 8 91011>>