Searched refs:xargs (Results 1 – 25 of 54) sorted by relevance
123
28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all unde…29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not m…30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could no…65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all D…71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining i…80 (find keep -type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items ba…
73 find . -name "*gradle*" | xargs -r git rm -rf74 find . -name "*checkstyle*.xml" | xargs -r git rm -rf75 find . -name "*pmd*.xml" | xargs -r git rm -rf76 find . -name "*findbugs*.xml" | xargs -r git rm -rf77 find . -name "*.iml" | xargs -r git rm -rf
71 xargs grep --no-filename 'external/parameter-framework/asio' >> "$output" || true86 xargs sed -i -e :a -e '/\\$/N' -e 's@\\ *\n@ @' -e ta < "$asio_includes"92 xargs unifdef -x 2 -m -f ../support/android/asio/asio_defines.txt < "$asio_includes"117 xargs git add || fail "Failed to git-add some necessary ASIO headers"
216 find $bouncycastle_dir_orig -type f -print0 | xargs -0 chmod a-w227 find $bouncycastle_dir_orig -name package.html -print0 | xargs -0 rm228 find $bouncycastle_dir -name package.html -print0 | xargs -0 rm265 find . -type f -name "*.orig" -print0 | xargs -0 rm -f276 find $bouncycastle_dir -type f -name "*.orig" -print0 | xargs -0 rm -f277 find $bouncycastle_dir -type f -name "*~" -print0 | xargs -0 rm -f
120 …`(find $(LOCAL_PATH) -name '*.java' | xargs grep '"org.bouncycastle' | egrep ' (put|add)' | sed -…121 …find $(LOCAL_PATH) -name '*.java' | xargs grep ' addHMACAlgorithm' | sed 's/"org.bouncycastle/\no…122 …find . -name '*.java' | xargs grep 'import org.bouncycastle' | grep -v /bouncycastle/ | sed -e 's/…
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…
4 find . -name "pom.xml" |xargs perl version.pl ${VER}6 find . -name "StaticLoggerBinder.java" |xargs perl binderVersion.pl ${VER}
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
79 $ADB shell ps | grep gdbserver | awk '{print $2}' | xargs $ADB shell kill80 $ADB shell ps | grep ${APP_NAME} | awk '{print $2}' | xargs $ADB shell kill
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…
366 volatile Word* xargs = (volatile Word*) xargsV; in mythread_wrapper() local367 void*(*fn)(void*) = (void*(*)(void*))xargs[0]; in mythread_wrapper()368 void* arg = (void*)xargs[1]; in mythread_wrapper()387 xargs[2] = 0; in mythread_wrapper()407 volatile Word xargs[3]; in pthread_create_WRK() local413 xargs[0] = (Word)start; in pthread_create_WRK()414 xargs[1] = (Word)arg; in pthread_create_WRK()415 xargs[2] = 1; /* serves as a spinlock -- sigh */ in pthread_create_WRK()423 VALGRIND_HG_DISABLE_CHECKING(&xargs, sizeof(xargs)); in pthread_create_WRK()427 CALL_FN_W_WWWW(ret, fn, thread,attr,mythread_wrapper,&xargs[0]); in pthread_create_WRK()[all …]
115 echo "$add" | xargs -I {} git add {}116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
313 -print | xargs -n 1 -P ${SYSCTL} ${DSYMUTIL}339 find $DEST_DIR -name \*.a -print | xargs ranlib || exit 1340 find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1348 -print | xargs -n 1 -P ${SYSCTL} $STRIP -arch all -Sl
132 find | xargs chmod o+r &&133 find -type d | xargs chmod o+rx ) || fatal
22 -find . -name "*.pyc" | xargs rm 23 -find . -name "*.orig" | xargs rm
82 git ls-files -z |xargs -0 $ME --name=kfree180 | 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 \
13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
17 ' | sort | ./haveservo | xargs -l1 ./servo-stat
4 find /usr/local/autotest/ -type d | xargs chmod o+x
9 find html5lib/ -name '*.py' -and -not -name 'constants.py' -print0 | xargs -0 flake8 --ignore=E501
63 find . -name '*.h' | xargs grep <pattern>67 -not -path '*.svn\/*' | xargs grep "$1"
31 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 20110101000040 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
126 xargs --null grep --extended-regexp "$filterRegex" |
14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
82 \) -mtime +1 -print0 | xargs -0 rm -rf