Searched refs:cut (Results 1 – 5 of 5) sorted by relevance
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`
148 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`
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`
376 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) { in DrcParams() argument378 mCut = cut; in DrcParams()383 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy, int effectType) { in DrcParams() argument385 mCut = cut; in DrcParams()
2316 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()