/libcore/ |
run-libcore-tests | 13 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
|
/sdk/eclipse/scripts/ |
update_version.sh | 31 grep -rl "$OLD" * | grep -E "\.xml$|\.MF$" | xargs -n 1 sed -i "" "s/$OLD/$NEW/g"
|
/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
clnt.h | 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout) 164 * xdrproc_t xargs; 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ 171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ 173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
clnt.h | 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout) 164 * xdrproc_t xargs; 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ 171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ 173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
clnt.h | 161 * CLNT_CALL(rh, proc, xargs, argsp, xres, resp, timeout) 164 * xdrproc_t xargs; 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ 171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ 173 ((*(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/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/valgrind/main/docs/internals/ |
directory-structure.txt | 63 find . -name '*.h' | xargs grep <pattern> 67 -not -path '*.svn\/*' | xargs grep "$1"
|
/external/jmonkeyengine/ |
README | 37 find engine/src -type f | xargs head -n 35 | grep "^[ /=][*=]" > NOTICE
|
/external/bouncycastle/ |
Android.mk | 72 `(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -e 's/");//' -e 's/.*"//'; \ 73 find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' | sed 's/"org.bouncycastle/\norg.bouncycastle/g' | grep ^org.bouncycastle | sed 's/".*//'; \ 74 find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ | sed -e 's/.*:import //' -e 's/;//') \
|
/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
|
/bionic/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/bootable/diskinstaller/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/bootable/recovery/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/cts/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/development/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/device/asus/deb/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/device/asus/grouper/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/device/asus/tilapia/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|
/device/common/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
|