Searched refs:cut (Results 1 - 14 of 14) 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/media/libstagefright/
H A DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) { argument
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize
40 || cut * frameSize > INT32_MAX - 4096) {
41 ALOGW("out of range skip/cut: %zu/%zu, using passthrough instead",
42 skip, cut);
46 cut *= frameSize;
49 mBackPadding = cut;
50 mCapacity = cut + 4096;
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity);
/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 frames to cut from the end
35 SkipCutBuffer(size_t skip, size_t cut, size_t num16Channels);
/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/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java262 cut(0, deltax, deltay);
267 cut(1, deltax, deltay);
272 cut(2, deltax, deltay);
281 public void cut(int side, float fractionx, float fractiony) { method in class:VrView
/frameworks/rs/
H A Dupdate_rs_prebuilts.sh26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java261 getActivity().getString(com.android.internal.R.string.cut));
285 getActivity().getString(com.android.internal.R.string.cut));
303 getActivity().getString(com.android.internal.R.string.cut));
321 getActivity().getString(com.android.internal.R.string.cut));
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp175 unsigned cut = atoi(value); local
176 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
178 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.java2536 com.android.internal.R.string.cut)
3719 com.android.internal.R.string.cut).
H A DTextView.java323 // System wide time for last cut, copy or text changed action.
9329 static final int ID_CUT = android.R.id.cut;
9338 * this will be one of {@link android.R.id#selectAll}, {@link android.R.id#cut},
9488 * {@link android.R.id#cut}, {@link android.R.id#copy}, {@link android.R.id#paste},
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 775 milliseconds