Home
last modified time | relevance | path

Searched refs:xargs (Results 1 – 25 of 54) sorted by relevance

123

/external/dbus/
Dcleanup-man-pages.sh28 (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…
/external/glide/
Dupdate_files.sh73 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/parameter-framework/support/android/asio/
Dasio_shrinker.sh71 xargs grep --no-filename 'external/parameter-framework/asio' >> "$output" || true
86 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"
/external/bouncycastle/
Dimport_bouncycastle.sh216 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
DAndroid.mk120 …`(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/…
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild39 …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/
DgoVersion.sh4 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/
Dandroid_kill_skia11 …$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
Dandroid_gdbserver79 $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
Dandroid_gdb_app20 …$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…
/external/valgrind/helgrind/
Dhg_intercepts.c366 volatile Word* xargs = (volatile Word*) xargsV; in mythread_wrapper() local
367 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() local
413 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 …]
/external/libvpx/
Dupdate_libvpx.sh115 echo "$add" | xargs -I {} git add {}
116 echo "$delete" | xargs -I {} git rm --ignore-unmatch {}
/external/llvm/utils/buildit/
Dbuild_llvm313 -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/autotest/utils/
Drelease132 find | xargs chmod o+r &&
133 find -type d | xargs chmod o+rx ) || fatal
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
DMakefile22 -find . -name "*.pyc" | xargs rm
23 -find . -name "*.orig" | xargs rm
/external/bison/build-aux/
Duseless-if-before-free82 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/
Dbuildtests.in13 targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo`
/external/autotest/contrib/
Dservo-inventory17 ' | sort | ./haveservo | xargs -l1 ./servo-stat
/external/autotest/site_utils/admin/scripts/
Dfixperms.sh4 find /usr/local/autotest/ -type d | xargs chmod o+x
/external/chromium-trace/catapult/third_party/html5lib-python/
Dflake8-run.sh9 find html5lib/ -name '*.py' -and -not -name 'constants.py' -print0 | xargs -0 flake8 --ignore=E501
/external/valgrind/docs/internals/
Ddirectory-structure.txt63 find . -name '*.h' | xargs grep <pattern>
67 -not -path '*.svn\/*' | xargs grep "$1"
/external/clang/test/Modules/
Dprune.m31 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
40 // RUN: find %t -name DependsOnModule*.pcm | xargs touch -a -t 201101010000
/external/parameter-framework/upstream/tools/coverage/
Daplog2coverage.sh126 xargs --null grep --extended-regexp "$filterRegex" |
/external/apache-harmony/
Drun-harmony-tests14 xargs grep -h '^package ' | sed 's/^package //' | sed 's/;$//' | sort | uniq | tr "\n" " ")
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.sh82 \) -mtime +1 -print0 | xargs -0 rm -rf

123