Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/etc/
Dstarthosttests138 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`
Dstarttests148 mainclass=`echo $myline | cut -d";" -f1`
150 deps=`echo $myline | cut -d";" -f2`
152 jtitle=`echo $myline | cut -d";" -f3`
153 jcomment=`echo $myline | cut -d";" -f4`
154 details=`echo $myline | cut -d";" -f5`
/cts/tools/utils/
Djava-cert-list-generator.sh57 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`
/cts/tests/tests/media/src/android/media/cts/
DDecoderTestAacDrc.java376 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) { in DrcParams() argument
378 mCut = cut; in DrcParams()
383 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType) { in DrcParams() argument
385 mCut = cut; in DrcParams()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2316 mTextView.onTextContextMenuItem(android.R.id.cut); in testCutAndPaste()
2321 mTextView.onTextContextMenuItem(android.R.id.cut); in testCutAndPaste()
2426 mTextView.onTextContextMenuItem(android.R.id.cut); in testCutAndPaste_withAndWithoutStyle()