Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar_parser.py46 cut = False
54 if cut: return None
61 cut = False
69 if cut: return None
70 cut = False
76 if cut: return None
83 cut = False
91 if cut: return None
92 cut = False
98 if cut: return None
[all …]
/external/ltp/testcases/kernel/controllers/
Dtest_controllers.sh42 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`
/external/curl/src/
Dtool_msgs.c58 size_t cut = width-1; in voutf() local
60 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
61 cut--; in voutf()
63 if(0 == cut) in voutf()
66 cut = width-1; in voutf()
68 (void)fwrite(ptr, cut + 1, 1, config->errors); in voutf()
70 ptr += cut + 1; /* skip the space too */ in voutf()
71 len -= cut + 1; in voutf()
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/
Dfunctions22 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
23 file=`echo $line | cut -f1 -d:`
28 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
29 file=`echo $line | cut -f1 -d:`
44 echo 0 > `echo $line | cut -f1 -d:`
54 tr=`echo $t | cut -d: -f2`
61 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
63 tr=`echo $t | cut -d: -f2-4`
64 limit=`echo $t | cut -d: -f5`
66 tr=`echo $t | cut -d: -f2`
[all …]
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
DDecoder.java83 int cut = header.indexOf('"', pos); in getHeaderElements() local
84 if (cut == -1) in getHeaderElements()
87 result.put(key, header.substring(pos, cut)); in getHeaderElements()
88 pos = cut + 2; in getHeaderElements()
96 int cut = header.indexOf(';', pos); in getHeaderElements() local
97 if (cut == -1) { in getHeaderElements()
101 result.put(key, header.substring(pos, cut)); in getHeaderElements()
102 pos = cut + 1; in getHeaderElements()
105 int cut = header.indexOf('=', pos); in getHeaderElements() local
107 if (cut == -1) in getHeaderElements()
[all …]
/external/selinux/scripts/
DLindent4 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/openssh/regress/
Dcfgmatch.sh125 config=`echo $i | cut -f1 -d:`
126 criteria=`echo $i | cut -f2 -d:`
127 value=`echo $i | cut -f3 -d:`
139 testcriteria=`echo $i | cut -f2 -d:`
140 expected=/`echo $i | cut -f3 -d:`
143 config=`echo $j | cut -f1 -d:`
144 criteria=`echo $j | cut -f2 -d:`
145 value=`echo $j | cut -f3 -d:`
/external/elfutils/tests/
Drun-linkmap-cut.sh25 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
/external/curl/
Dcurl-config.in105 cmajor=`echo $checkfor | cut -d. -f1`
106 cminor=`echo $checkfor | cut -d. -f2`
109 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
111 vmajor=`echo @CURLVERSION@ | cut -d. -f1`
112 vminor=`echo @CURLVERSION@ | cut -d. -f2`
115 vpatch=`echo @CURLVERSION@ | cut -d. -f3 | cut -d- -f1`
/external/rust/crates/regex-syntax/src/hir/literal/
Dmod.rs48 cut: bool, field
207 lit.cut(); in trim_suffix()
246 candidate.cut = candidate.cut || lit2.cut; in unambiguous_prefixes()
247 lit2.cut = candidate.cut; in unambiguous_prefixes()
252 candidate.cut(); in unambiguous_prefixes()
255 lit3.cut(); in unambiguous_prefixes()
261 lit2.cut(); in unambiguous_prefixes()
264 new_candidate.cut(); in unambiguous_prefixes()
389 self_lit.cut = lits_lit.cut; in cross_product()
414 self.lits[0].cut = i < bytes.len(); in cross_add()
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dmirror-permissions-unix.test13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777
15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666
17 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640
27 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
32 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
37 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
42 # RUN: ls -l /dev/null | cut -f 1 -d ' ' > %tnull.perms
44 # RUN: ls -l /dev/null | cut -f 1 -d ' ' | diff - %tnull.perms
Drespect-umask.test12 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0755
14 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0600
16 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0655
23 # RUN: ls -l %t1 | cut -f 1 -d ' ' | cmp - %t.0755
27 # RUN: ls -l %t2 | cut -f 1 -d ' ' | cmp - %t.0600
31 # RUN: ls -l %t3 | cut -f 1 -d ' ' | cmp - %t.0655
Dmirror-permissions-win.test11 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777
13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666
15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640
21 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
26 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
31 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc9 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
29 grep -m 10 " [tT] .*\.isra\..*$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "
33 grep " [tT] .*\.isra\..*" /proc/kallsyms | cut -f 3 -d " " | while read f; do
44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh16 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`
/external/openssh/contrib/aix/
Dbuildbff.sh78 eval $confvar=`grep "^$confvar=" $objdir/Makefile | cut -d = -f 2`
126 VERSION=`./ssh -V 2>&1 | cut -f 1 -d , | cut -f 2 -d _`
127 MAJOR=`echo $VERSION | cut -f 1 -d p | cut -f 1 -d .`
128 MINOR=`echo $VERSION | cut -f 1 -d p | cut -f 2 -d .`
129 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
206 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
/external/ltp/testcases/kernel/power_management/
Dpm_include.sh89 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/eigen/bench/btl/data/
Dmk_new_gnuplot.sh7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnup…
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0…
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHA…
39 …echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> …
/external/openscreen/third_party/chromium_quic/
Dclone_helper.sh58 cc_file=$(echo $f | cut -f1 -d.).cc
62 d=$(echo $f | cut -f1 -d/)
66 rel_file=$(echo $cc_file | cut -f2- -d/)
82 b=$(echo $f | cut -f1 -d/)/BUILD.gn
/external/toolchain-utils/bestflags/examples/omnetpp/
Dbuild_omnetpp55 user_time=$(cat build_timer$file | grep "user" | cut -d "u" -f 1)
58 checksum=$(readelf -x .text $outfile | md5sum | cut -d " " -f 1)
59 file_size=$(ls -l $outfile | cut -d " " -f 5)
61 size_hex=$(echo $text_section | sed "s/\s\{1,\}/\ /g" | cut -d ' ' -f 6)
/external/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh25 file=$(echo $i | cut -d'|' -f1)
26 timeout=$(echo $i | cut -d'|' -f2)
27 exp_exit=$(echo $i | cut -d'|' -f3)
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_protobuf_pod_version.sh23 version1=$(git describe --tags | cut -f 1 -d'-')
29 v2=$(cat src/objective-c/\!ProtoCompiler.podspec | egrep "v = " | cut -f 2 -d"'")
32 …jective-c/\!ProtoCompiler-gRPCPlugin.podspec | egrep 'dependency.*!ProtoCompiler' | cut -f 4 -d"'")
/external/cldr/tools/java/
Dfind-unrun-tests.sh3 grep 'extends.*TestFmwk' org/unicode/cldr/unittest/*.java | cut -d/ -f5 | cut -d. -f1 | sort | uniq…
4 ant check -Druncheck.arg='-l' | fgrep -- '--' | fgrep -v -- '-- CLDR' | cut -d'-' -f3 | tr -d ' ' …
/external/arm-trusted-firmware/drivers/renesas/common/rpc/
Drpc_driver.c32 uint32_t product, cut, reg, phy_strtim; in rpc_setup() local
38 cut = mmio_read_32(RCAR_PRR) & PRR_CUT_MASK; in rpc_setup()
40 if ((product == PRR_PRODUCT_M3) && (cut < PRR_PRODUCT_30)) in rpc_setup()
/external/python/cpython2/Lib/idlelib/
DRstripExtension.py23 cut = len(txt.rstrip())
26 if cut < raw:
27 text.delete('%i.%i' % (cur, cut), '%i.end' % cur)

12345678910>>...27