HomeSort by relevance Sort by last modified time
    Searched refs:cut (Results 51 - 75 of 517) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/
rbtest.conf 24 cable=$(/usr/sbin/ethtool eth0 | grep Link | cut -f 3 -d ' ')
  /system/update_engine/init/
update-engine.conf 38 echo $(status | cut -f 4 -d ' ') > "${cgroup_dir}/tasks"
  /external/ltp/testcases/kernel/fs/ext4-new-features/
ext4_funcs.sh 36 EXT4_KERNEL_SUPPORT=`grep -w ext4 /proc/filesystems | cut -f2`
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_hotplug.sh 16 echo `egrep [0-9]+: /proc/interrupts | cut -d ':' -f 1`
150 range_low=$(echo $part | cut -d - -f 1)
151 range_high=$(echo $part | cut -d - -f 2)
223 cpu=`echo $cpu_state | cut -d: -f 1`
224 state=`echo $cpu_state | cut -d: -f 2`
241 echo `cd /sys/devices/system/cpu/ && grep 1 */online | cut -d '/' -f 1`
253 echo `cd /sys/devices/system/cpu/ && grep 0 */online | cut -d '/' -f 1`
  /system/netd/libnetdutils/include/netdutils/
Slice.h 95 // Return prefix and suffix of Slice s ending and starting at position cut
96 inline std::pair<const Slice, const Slice> split(const Slice s, size_t cut) {
97 const size_t tmp = std::min(cut, s.size());
101 // Return prefix of Slice s ending at position cut
102 inline const Slice take(const Slice s, size_t cut) {
103 return std::get<0>(split(s, cut));
106 // Return suffix of Slice s starting at position cut
107 inline const Slice drop(const Slice s, size_t cut) {
108 return std::get<1>(split(s, cut));
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh 35 local exist=`grep -w $subsystem /proc/cgroups | cut -f1`
97 cut -f 2 | cut -d " " -f2`
  /external/vboot_reference/scripts/image_signing/
ensure_sane_lsb-release.sh 99 size=$(ls -sk "$lsbfile" | cut -d ' ' -f 1)
148 cut -d = -f 2 |
149 cut -d - -f 1,2)
set_channel.sh 33 local from=$(grep '^CHROMEOS_RELEASE_TRACK=' "${lsb}" | cut -d '=' -f 2)
  /external/ltp/testcases/kernel/power_management/
runpwtests03.sh 122 cut -f8 -d"/" | cut -f1 -d"."`
135 cut -f8 -d"/" | cut -f1 -d"."`
pm_include.sh 89 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
90 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
133 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
134 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'`
144 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
146 | cut -f2 -d':'`
158 | cut -f1 -d'-'`
  /external/mesa3d/bin/
get-fixes-pick-list.sh 33 # The following sed/cut combination is borrowed from GregKH
34 id=`echo ${fixes} | sed -e 's/^[ \t]*//' | cut -f 2 -d ':' | sed -e 's/^[ \t]*//' | cut -f 1 -d ' '`
bugzilla_mesa.sh 42 id=$(echo $i | cut -d'=' -f2)
  /external/curl/
curl-config.in 105 cmajor=`echo $checkfor | cut -d. -f1`
106 cminor=`echo $checkfor | cut -d. -f2`
109 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests 22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
smt_smp_enabled.sh 63 cpu_cores=`cat /proc/cpuinfo | grep "cpu cores" | cut -f 2 -d ':'\
  /external/mesa3d/src/gbm/
gbm-symbols-check 3 FUNCS=$(nm -D --defined-only ${1-.libs/libgbm.so} | grep -o "T .*" | cut -c 3- | while read func; do
  /external/protobuf/jenkins/
build_and_run_docker.sh 19 DOCKER_IMAGE_NAME=$(basename $DOCKERFILE_DIR)_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
  /external/toybox/tests/
pgrep.test 19 proc_parent=`cat /proc/${proc}/stat | cut -d' ' -f4`
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) {
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize
40 || cut * frameSize > INT32_MAX - 4096) {
41 ALOGW("out of range skip/cut: %zu/%zu, using passthrough instead",
42 skip, cut);
46 cut *= frameSize;
49 mBackPadding = cut;
50 mCapacity = cut + 4096;
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity);
  /hardware/google/av/media/sfplugin/
SkipCutBuffer.cpp 27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) {
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize
40 || cut * frameSize > INT32_MAX - 4096) {
41 ALOGW("out of range skip/cut: %zu/%zu, using passthrough instead",
42 skip, cut);
46 cut *= frameSize;
49 mBackPadding = cut;
50 mCapacity = cut + 4096;
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity);
  /cts/tools/vm-tests-tf/etc/
starthosttests 138 mainclass=`echo $myline | cut -d";" -f1`
140 deps=`echo $myline | cut -d";" -f2`
142 jtitle=`echo $myline | cut -d";" -f3`
143 jcomment=`echo $myline | cut -d";" -f4`
144 details=`echo $myline | cut -d";" -f5`
  /external/v8/tools/
v8-info.sh 80 cut -d" " -f1
96 git svn log -1 --oneline $1 | cut -d" " -f1
124 h=$(echo $merge | cut -d" " -f2)
133 first=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f1)))
134 last=$(svn_rev trunk $(v8_hash $(echo $1 | cut -d":" -f2)))
  /external/ltp/testcases/kernel/numa/
numa01.sh 91 nodes_list=$(numactl --show | grep nodebind | cut -d ':' -f 2)
137 Preferred_node=$(echo $nodes_list | cut -d ' ' -f 1)
140 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
173 Preferred_node=$(echo $nodes_list | cut -d ' ' -f 1)
176 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
391 Preferred_node=$(echo $nodes_list | cut -d ' ' -f 1)
393 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
476 Preferred_node=$(echo $nodes_list | cut -d ' ' -f 1)
479 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
  /external/eigen/bench/perf_monitoring/gemm/
run.sh 87 prev=`grep $rev "$name.backup" | cut -c 14-`
124 cut -f1 -d"#" < changesets.txt | grep -E '[[:alnum:]]' | while read rev
130 actual_rev=`hg identify | cut -f1 -d' '`
  /cts/tools/utils/
java-cert-list-generator.sh 57 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`
72 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2`

Completed in 383 milliseconds

1 23 4 5 6 7 8 91011>>