HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 1 - 25 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/scripts/
findglobals.sh 6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
  /external/elfutils/tests/
run-linkmap-cut.sh 25 testfiles linkmap-cut-lib.so linkmap-cut linkmap-cut.core
29 testrun ${abs_top_builddir}/src/stack --core=linkmap-cut.core -e linkmap-cut -m >bt || true
31 grep -q '^#0 0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib\.so$' bt
32 grep -q '^#1 0x00000000004006b4 main - linkmap-cut$' bt
  /external/selinux/scripts/
Lindent 4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
  /external/syslinux/devel/
Nindent 4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.sh 33 figures=($(echo "$plots" | cut -f 2 | sort | uniq))
37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
39 linetypes=($(echo "$data_sets" | grep "#" | cut -d '#' -f 2 | \
40 cut -d '@' -f 1 | uniq))
53 y_label=$(echo "$data_sets" | grep "#" | cut -d '#' -f 1 | \
54 cut -d ' ' -f 1 | cut -d '/' -f 3 | sed 's/[0-9]/#/g' | \
55 cut -d '#' -f 3 | head -n 1 | sed 's/_/ /g')
69 linetype=$(echo "$set" | grep "#" | cut -d '#' -f 2 | cut -d '@' -f 1
    [all...]
plot_bars.sh 35 figures=($(echo "$bars" | cut -f 2 | sort | uniq))
56 title=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 3 | \
58 y_label=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 4 | \
62 num_flows=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | \
66 x_label_1=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
67 | cut -f 1 | sort | uniq | head -n 1 )
70 x_label_2=$(echo "$log" | grep "BAR.$figure" | cut -f 3 | sed 's/_/\t/g' \
71 | cut -f 1 | sort | uniq | sed -n 2p)
107 file_name=$(echo "$labels" | grep "^LABEL.$figure" | cut -f 5 | head -n 1)
119 data_sets=$(echo "$bars" | grep "LIMITERRORBAR.$figure" | cut -f 3 |
    [all...]
  /build/make/core/combo/
HOST_CROSS_windows-x86.mk 21 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OBJDUMP) -x $(1) | grep "^Name" | cut -f3 -d" " > $(2)
22 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)NM) -g -f p $(1) | cut -f1-2 -d" " >> $(2)
HOST_CROSS_windows-x86_64.mk 21 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OBJDUMP) -x $(1) | grep "^Name" | cut -f3 -d" " > $(2)
22 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)NM) -g -f p $(1) | cut -f1-2 -d" " >> $(2)
  /external/swiftshader/third_party/LLVM/utils/
GetRepositoryPath 18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
GetSourceVersion 20 git svn info | grep 'Revision:' | cut -d: -f2-
  /external/curl/src/
tool_msgs.c 54 size_t cut = width-1; local
56 while(!ISSPACE(ptr[cut]) && cut) {
57 cut--;
59 if(0 == cut)
60 /* not a single cutting position was found, just cut it at the
62 cut = width-1;
64 (void)fwrite(ptr, cut + 1, 1, config->errors);
66 ptr += cut+1; /* skip the space too */
67 len -= cut;
    [all...]
  /external/libunwind/tests/
perf-startup 5 warmup=$(./forker 2000 /bin/true | cut -f1 -d' ')
7 nsec1=$(./forker 2000 /bin/true | cut -f1 -d' ')
10 nsec2=$(LD_PRELOAD=$LIBUNWIND ./forker 2000 /bin/true | cut -f1 -d' ')
13 nsec3=$(LD_PRELOAD=$LIBUNWIND_PLAT ./forker 2000 /bin/true | cut -f1 -d' ')
  /external/llvm/utils/
GetRepositoryPath 18 svn info | grep '^URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
  /external/curl/scripts/
contributors.sh 38 # cut off the email parts
41 # cut off spaces first and last on the line
49 cut -d: -f2- | \
50 cut '-d<' -f1 | \
  /external/libvpx/libvpx/tools/
author_first_release.sh 13 cut -f2- |
  /external/v8/tools/
v8-rolls.sh 53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
65 cut -d" " -f1
74 h=$(echo $msg | cut -d" " -f1)
75 d=$(echo $msg | cut -d" " -f2)
76 t=$(echo $msg | cut -d" " -f3)
77 a=$(echo $msg | cut -d" " -f5)
78 a1=$(echo $a | cut -d"@" -f1)
79 a2=$(echo $a | cut -d"@" -f2)
  /frameworks/base/data/sounds/
generate-all-audio.sh 44 cut -d : -f 2 |
45 cut -d \ -f 1 |
53 cut -d : -f 1 |
  /external/ltp/testcases/kernel/controllers/
test_controllers.sh 42 CPU_CONTROLLER=`grep -w cpu /proc/cgroups | cut -f1`;
43 CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`;
44 MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`;
45 MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`;
46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;
47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;
48 FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;
49 FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;
50 CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1`
51 CPUACCOUNT_CONTROLLER_VALUE=`grep -w cpuacct /proc/cgroups | cut -f4
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.sh 50 cut -c 1-8 -- "$STEM".disasm \
57 cut -c 29- -- "$STEM".disasm \
66 cut -c 11-28 -- "$STEM".disasm \
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 83 int cut = header.indexOf('"', pos); local
84 if (cut == -1)
87 result.put(key, header.substring(pos, cut));
88 pos = cut + 2;
96 int cut = header.indexOf(';', pos); local
97 if (cut == -1) {
101 result.put(key, header.substring(pos, cut));
102 pos = cut + 1;
105 int cut = header.indexOf('=', pos); local
107 if (cut == -1
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
incremental_test.sh 54 cut -d ' ' -f 2- > actual
59 cut -d : -f 2- |
60 cut -d ' ' -f 3- |
  /external/ltp/tools/pounder21/build_scripts/
ipmitool 40 Maj_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $1}'`
41 Min_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $2}'`
42 Pat_ver=`ipmitool -V | cut -b 18- | awk -F "." '{print $3}'`
  /dalvik/dx/tests/108-string-annotation/
run 19 --dump-to=- *.class | cut -f 2 -d '|' | awk '
  /external/eigen/bench/
bench_multi_compilers.sh 16 compiler=`echo ${CLIST[$i]} | cut -d " " -f 1`
  /frameworks/webview/chromium/tools/
webview_command_line 21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"

Completed in 1287 milliseconds

1 2 3 4 5 6 7 8 91011>>