Searched refs:xargs (Results 1 – 25 of 51) sorted by relevance
123
/external/glide/ |
D | update_files.sh | 73 find . -name "*gradle*" | xargs -r git rm -rf 74 find . -name "*checkstyle*.xml" | xargs -r git rm -rf 75 find . -name "*pmd*.xml" | xargs -r git rm -rf 76 find . -name "*findbugs*.xml" | xargs -r git rm -rf 77 find . -name "*.iml" | xargs -r git rm -rf
|
/external/bouncycastle/ |
D | import_bouncycastle.sh | 216 find $bouncycastle_dir_orig -type f -print0 | xargs -0 chmod a-w 227 find $bouncycastle_dir_orig -name package.html -print0 | xargs -0 rm 228 find $bouncycastle_dir -name package.html -print0 | xargs -0 rm 265 find . -type f -name "*.orig" -print0 | xargs -0 rm -f 276 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f 277 find $bouncycastle_dir -type f -name "*~" -print0 | xargs -0 rm -f
|
D | Android.mk | 86 …`(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -… 87 …find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' | sed 's/"org.bouncycastle/\no… 88 …find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ | sed -e 's/…
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.SlackBuild | 39 …find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded … 40 …find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneed…
|
/external/slf4j/ |
D | goVersion.sh | 4 find . -name "pom.xml" |xargs perl version.pl ${VER} 6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
|
/external/skia/platform_tools/android/bin/ |
D | android_kill_skia | 11 …$ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL shell k… 13 … $ADB $DEVICE_SERIAL shell ps | grep skia | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell kill
|
D | android_gdb_app | 20 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs -r $ADB $DEVICE_SERIAL sh… 22 …$ADB $DEVICE_SERIAL shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB $DEVICE_SERIAL shell…
|
D | android_gdbserver | 79 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill 80 $ADB shell ps | grep ${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill
|
D | android_perf | 73 $ADB shell ps | grep skia_launcher | awk '{print $2}' | xargs $ADB shell kill
|
/external/lldb/test/ |
D | Makefile | 12 find . -type d -depth 1 | xargs -J % find % \ 22 find . -type d -depth 1 | xargs -J % find % \
|
/external/libvpx/ |
D | update_libvpx.sh | 115 echo "$add" | xargs -I {} git add {} 116 echo "$delete" | xargs -I {} git rm {}
|
/external/llvm/utils/buildit/ |
D | build_llvm | 313 -print | xargs -n 1 -P ${SYSCTL} ${DSYMUTIL} 339 find $DEST_DIR -name \*.a -print | xargs ranlib || exit 1 340 find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1 348 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 211 volatile Word* xargs = (volatile Word*) xargsV; in mythread_wrapper() local 212 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper() 213 void* arg = (void*)xargs[1]; in mythread_wrapper() 232 xargs[2] = 0; in mythread_wrapper() 252 volatile Word xargs[3]; in pthread_create_WRK() local 258 xargs[0] = (Word)start; in pthread_create_WRK() 259 xargs[1] = (Word)arg; in pthread_create_WRK() 260 xargs[2] = 1; /* serves as a spinlock -- sigh */ in pthread_create_WRK() 268 VALGRIND_HG_DISABLE_CHECKING(&xargs, sizeof(xargs)); in pthread_create_WRK() 270 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]); in pthread_create_WRK() [all …]
|
/external/bison/build-aux/ |
D | 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 \
|
/external/eigen/scripts/ |
D | buildtests.in | 13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
|
/external/valgrind/docs/internals/ |
D | directory-structure.txt | 63 find . -name '*.h' | xargs grep <pattern> 67 -not -path '*.svn\/*' | xargs grep "$1"
|
/external/clang/test/Modules/ |
D | 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/skia/experimental/PdfViewer/scripts/ |
D | test_all_pdfs.sh | 61 ls -1 $1/*.pdf | xargs experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | Makefile | 277 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \ 282 find . -name '*.[ch]' | xargs etags \
|
/external/parameter-framework/tools/coverage/ |
D | aplog2coverage.sh | 126 xargs --null grep --extended-regexp "$filterRegex" |
|
/external/apache-harmony/ |
D | run-harmony-tests | 14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
|
/external/parameter-framework/tools/xmlGenerator/ |
D | lightRoutingUpdate.sh | 58 xargs test 0 -eq 2> /dev/null
|
/external/elfutils/src/src/ |
D | make-debug-archive.in | 23 XARGS=/usr/bin/xargs
|
/external/toybox/toys/pending/ |
D | README | 15 vmstat, login, du, vconfig, chroot, cut, touch, modinfo, xargs
|
/external/lldb/tools/lldb-perf/common/clang/ |
D | build-clang.sh | 28 ….TXT autoconf bindings test unittests utils ; find . -type d -name .svn -print0 | xargs -0 rm -rf )
|
123