Searched refs:cut (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/data/sounds/
H A Dgenerate-all-audio.sh44 cut -d : -f 2 |
45 cut -d \ -f 1 |
53 cut -d : -f 1 |
/frameworks/webview/chromium/tools/
H A Dwebview_command_line21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
/frameworks/av/include/media/stagefright/
H A DSkipCutBuffer.h27 * utility class to cut the start and end off a stream of data in MediaBuffers
33 // 'cut' is the number of bytes to cut from the end
34 SkipCutBuffer(int32_t skip, int32_t cut);
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) { argument
29 mBackPadding = cut;
32 mCapacity = cut + 4096;
34 ALOGV("skipcutbuffer %d %d %d", skip, cut, mCapacity);
/frameworks/webview/chromium/tools/WebViewShell/
H A Drun_startup_time_test.sh22 adb shell kill -9 `adb shell ps | grep com.android.webview.chromium.shell | tr -s " " " " | cut -d" " -f2`
/frameworks/wilhelm/tools/permute/
H A Dpermute.c95 // choose a random cut point within the slop region
97 unsigned cut = r % slop; local
99 unsigned leftLength = s->mMinSegmentLengthFrames + cut;
101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java463 return cut("b=", ':');
493 return cut("a=", ':');
549 private String[] cut(String prefix, char delimiter) { method in class:SimpleSessionDescription.Fields
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp166 unsigned cut = atoi(value); local
167 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
169 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java118 /** The mode of changing cut. */
173 private static final int ID_CUT = android.R.id.cut;
559 /** Start to cut styled text */
/frameworks/base/core/java/android/widget/
H A DEditor.java2815 menu.add(0, TextView.ID_CUT, 0, com.android.internal.R.string.cut).
H A DTextView.java281 // System wide time for last cut or copy action.
8628 static final int ID_CUT = android.R.id.cut;
8634 * this will be one of {@link android.R.id#selectAll}, {@link android.R.id#cut},
8755 * passing {@link android.R.id#selectAll}, {@link android.R.id#cut}, {@link android.R.id#copy}

Completed in 537 milliseconds