/toolchain/binutils/binutils-2.25/ld/emulparams/ |
elf32ppc.sh | 19 if grep -q 'ld_elf32_spu_emulation' ldemul-list.h; then
|
/system/extras/tests/workloads/ |
defs.sh | 67 if echo $chk1 $chk2 | grep -q processLocalOption; then 80 if ls /etc/* 2>/dev/null | grep -q android.hardware; then 89 devInfo=$(adb devices -l | grep -v ^List | head -1) 91 devInfo=$(adb devices -l | grep $deviceName) 202 s=$(grep "Binder.*tracing_mark_write.*launching" $traceout 2>/dev/null | head -1| tr [\(\)\[\]
:] " ") 205 s=$(grep activityPause $traceout | head -1 2>/dev/null| tr [\(\)\[\]
:] " ") 221 f=$(grep "surfaceflinger.*tracing_mark_write.*$_app" $traceout 2>/dev/null | 222 grep -v Starting | head -1 | tr [\(\)\[\]
:] " ") 228 f=$(grep " <...>-$pid.*tracing_mark_write.*$_app" $traceout 2>/dev/null | 229 grep -v Starting | head -1 | tr [\(\)\[\]
:] " " [all...] |
/cts/apps/CameraITS/build/ |
envsetup.sh | 31 python -V 2>&1 | grep -q "Python 2.7" || \ 44 python "pymodules/its/$M.py" 2>&1 | grep -q "OK" || \
|
/cts/hostsidetests/theme/ |
generate_images.sh | 28 OUTPUT=`$1 |& grep error`
|
/external/autotest/site_utils/admin/ |
start_dev_server.sh | 37 ps $(cat ${PID_FILE}) | grep -q devserver.py || start_dev_server
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
bugzillaLogin.sh | 14 OUT=$(curl -k 2>&1| grep unknown) 24 VALUES=$(grep Set-Cookie $HEADERS | sed -e 's/.\{1,\}Bugzilla_\(login\(cookie\)\?=[0-9]\{1,\}\).\{1,\}/\1/')
|
/external/elfutils/tests/ |
run-macro-test.sh | 39 | grep macro_info > readelf.macros.out || 46 | grep GNU_macros > readelf.macros.out ||
|
/external/harfbuzz_ng/src/ |
check-header-guards.sh | 14 echo "$x" | grep -q '[^h]$' && continue; 17 lines=`grep -w "$tag" "$x" | wc -l | sed 's/[ ]*//g'`
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
ptr_flg.pass.cpp | 50 test("\\(a\\)", std::regex_constants::grep, 1); 51 test("\\(a[bc]\\)", std::regex_constants::grep, 1); 52 test("\\(a\\([bc]\\)\\)", std::regex_constants::grep, 2); 53 test("(a([bc]))", std::regex_constants::grep, 0);
|
ptr_size_flg.pass.cpp | 51 test("\\(a\\)", 5, std::regex_constants::grep, 1); 52 test("\\(a[bc]\\)", 9, std::regex_constants::grep, 1); 53 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::grep, 2); 54 test("(a([bc]))", 9, std::regex_constants::grep, 0);
|
/external/llvm/utils/ |
GetSourceVersion | 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/external/srtp/test/ |
rtpw_test.sh | 36 ps | grep -q $receiver_pid 53 ps | grep -q $sender_pid
|
/external/tlsdate/tests/ |
common.sh | 16 grep -q "$1" "$(mydir)"/"run-err"
|
/external/v8/tools/ |
plot-timer-events | 30 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'` 42 `echo "$arg" | grep -q "^--distortion"` 56 t_1_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \ 58 t_1_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \ 60 n_1=`grep "timer-event\|tick" $calibration_log | wc -l` 64 t_2_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \ 66 t_2_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \ 68 n_2=`grep "timer-event\|tick" $calibration_log | wc -l`
|
/external/valgrind/tests/ |
check_makefile_consistency | 79 if ! echo "${parsed_makefile}" 2>/dev/null | grep '^ *EXTRA_DIST *=' | 80 grep -qw "$f" 89 if ! echo "${parsed_makefile}" 2>/dev/null | grep '^ *dist_noinst_SCRIPTS *=' | 90 grep -qw "$f"
|
/external/vboot_reference/utility/ |
tpm-dad-lock | 33 if grep -q communication $e; then 37 if ! grep -q dictionary $e; then
|
/external/zlib/ |
update_zlib.sh | 13 grep 'http://zlib.net/zlib-[0-9].*.tar.gz' | \ 39 grep -A21 'Copyright notice:' src/README | tail -20 > NOTICE
|
/frameworks/base/data/sounds/ |
generate-all-audio.sh | 43 grep \\\$\(LOCAL_PATH\).*: | 51 grep \\\$\(LOCAL_PATH\).*:$DEST |
|
/frameworks/base/packages/Keyguard/scripts/ |
copy_profile_icons.sh | 3 for user in `adb $* shell ls /data/system/users | grep -v xml` 7 for photo in `adb $* shell ls /data/system/users | grep -v xml`
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
ptr_flg.pass.cpp | 50 test("\\(a\\)", std::regex_constants::grep, 1); 51 test("\\(a[bc]\\)", std::regex_constants::grep, 1); 52 test("\\(a\\([bc]\\)\\)", std::regex_constants::grep, 2); 53 test("(a([bc]))", std::regex_constants::grep, 0);
|
ptr_size_flg.pass.cpp | 51 test("\\(a\\)", 5, std::regex_constants::grep, 1); 52 test("\\(a[bc]\\)", 9, std::regex_constants::grep, 1); 53 test("\\(a\\([bc]\\)\\)", 13, std::regex_constants::grep, 2); 54 test("(a([bc]))", 9, std::regex_constants::grep, 0);
|
/system/bt/tools/scripts/ |
change_types.sh | 66 process_files `find ./ | grep -E "${FILES}"`
|
/system/extras/ANRdaemon/ |
ANRdaemon_get_trace.sh | 11 PID=$(adb $DEVICE shell "ps | grep anrd") 24 adb $DEVICE shell "lsof $PID" | grep $TRACE_FILE > /dev/null 28 adb $DEVICE shell "lsof $PID" | grep "$TRACE_FILE" > /dev/null
|
/system/update_engine/ |
local_coverage_rate | 54 ' | grep '^.*\/trunk\/src\/platform\/update_engine\/' | \
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_farcall_arm_thumb.sh | 29 if ! grep -q "$2" "$1"
|