/external/python/cpython3/Tools/peg_generator/pegen/ |
D | grammar_parser.py | 46 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/ |
D | 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`
|
/external/curl/src/ |
D | tool_msgs.c | 58 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/ |
D | functions | 22 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/ |
D | Decoder.java | 83 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/ |
D | 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/openssh/regress/ |
D | cfgmatch.sh | 125 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/ |
D | 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
|
/external/curl/ |
D | 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` 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/ |
D | mod.rs | 48 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/ |
D | mirror-permissions-unix.test | 13 # 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
|
D | respect-umask.test | 12 # 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
|
D | mirror-permissions-win.test | 11 # 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/ |
D | kprobe_eventname.tc | 9 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/ |
D | 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`
|
/external/openssh/contrib/aix/ |
D | buildbff.sh | 78 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/ |
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/eigen/bench/btl/data/ |
D | mk_new_gnuplot.sh | 7 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/ |
D | clone_helper.sh | 58 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/ |
D | build_omnetpp | 55 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/ |
D | test_timeout.sh | 25 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/ |
D | check_protobuf_pod_version.sh | 23 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/ |
D | find-unrun-tests.sh | 3 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/ |
D | rpc_driver.c | 32 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/ |
D | RstripExtension.py | 23 cut = len(txt.rstrip()) 26 if cut < raw: 27 text.delete('%i.%i' % (cur, cut), '%i.end' % cur)
|