/frameworks/av/media/libstagefright/ |
D | SkipCutBuffer.cpp | 27 SkipCutBuffer::SkipCutBuffer(int32_t skip, int32_t cut) { in SkipCutBuffer() argument 29 if (skip < 0 || cut < 0 || cut > 64 * 1024) { in SkipCutBuffer() 30 ALOGW("out of range skip/cut: %d/%d, using passthrough instead", skip, cut); in SkipCutBuffer() 32 cut = 0; in SkipCutBuffer() 36 mBackPadding = cut; in SkipCutBuffer() 39 mCapacity = cut + 4096; in SkipCutBuffer() 41 ALOGV("skipcutbuffer %d %d %d", skip, cut, mCapacity); in SkipCutBuffer()
|
/frameworks/base/data/sounds/ |
D | generate-all-audio.sh | 44 cut -d : -f 2 | 45 cut -d \ -f 1 | 53 cut -d : -f 1 |
|
/frameworks/webview/chromium/tools/ |
D | webview_command_line | 21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
|
/frameworks/wilhelm/tools/permute/ |
D | permute.c | 97 unsigned cut = r % slop; in split() local 99 unsigned leftLength = s->mMinSegmentLengthFrames + cut; in split() 101 unsigned rightLength = s->mMinSegmentLengthFrames + (slop - cut); in split()
|
/frameworks/av/include/media/stagefright/ |
D | SkipCutBuffer.h | 34 SkipCutBuffer(int32_t skip, int32_t cut);
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 262 cut(0, deltax, deltay); in actionMove() 267 cut(1, deltax, deltay); in actionMove() 272 cut(2, deltax, deltay); in actionMove() 281 public void cut(int side, float fractionx, float fractiony) { in cut() method in VrView
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SimpleSessionDescription.java | 463 return cut("b=", ':'); in getBandwidthTypes() 493 return cut("a=", ':'); in getAttributeNames() 549 private String[] cut(String prefix, char delimiter) { in cut() method in SimpleSessionDescription.Fields
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 166 unsigned cut = atoi(value); in initDecoder() local 167 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut, in initDecoder() 169 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut); in initDecoder()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 42 1. Ensure the filtering is not too aggressive. If the filter cut-off frequency is
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | wear.jd | 275 the physical display area and no text or controls are cut off by the screen edges. 290 area and no text or controls are cut off by the screen edges.
|
D | tv.jd | 180 App does not display any text or functionality that is partially cut off by the
|
D | core.jd | 656 <li>No cut-off letters or words are visible.
|
/frameworks/base/docs/html/design/patterns/ |
D | app-structure.jd | 94 … <li>If your content is searchable, include the Search action in the action bar so people can cut 189 typically dictated by the structure of your app's content, there are several ways you can cut down
|
D | help.jd | 110 … if you have a large amount of content, divide it into multiple screens to cut down on scrolling.<…
|
/frameworks/base/docs/html/ |
D | license.jd | 56 you could quote the text in a book, cut-and-paste sections to your blog, record
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 36 (cut, copy, paste) and data look-up via auto-completion.</p>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 265 // It's best practice to unregister listeners when your app isn't using them to cut down on
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 981 an {@link android.accessibilityservice.AccessibilityService} to select, cut, copy, and paste 984 <p>To specify the selection of text to cut or copy, your accessibility service can use the new 994 <p>You can then cut or copy with {@link android.view.accessibility.AccessibilityNodeInfo#ACTION_CUT…
|
D | android-3.0.jd | 669 <li>{@link android.widget.TextView} now supports keyboard-based cut, copy, paste, and select-all,
|
/frameworks/base/docs/html/tools/help/ |
D | shell.jd | 790 recording, some of the screen is cut off in the recording.</li>
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 173 private static final int ID_CUT = android.R.id.cut;
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3175 com.android.internal.R.string.cut). in populateMenuWithItems()
|
D | TextView.java | 9136 static final int ID_CUT = android.R.id.cut;
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 1243 <li>Fixed compatibility issues with Eclipse 4.x (Juno), including cut/copy/paste
|