/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
D | h264bsdFillRow7.s | 27 fill RN 1 label 67 STRB tmp1, [fill], #1 87 ; STR tmp2, [fill], #4 91 ; STR tmp2, [fill], #4 95 ; STR tmp2, [fill],#4 99 ; STR tmp2, [fill],#4 103 ; STR tmp2, [fill], #4 107 ; STR tmp2, [fill], #4 111 ; STR tmp2, [fill], #4 115 ; STR tmp2, [fill], #4 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
D | h264bsdFillRow7.S | 27 #define fill r1 macro 58 STRB tmp1, [fill], #1 79 VST1 {qTmp0}, [fill]! 80 VST1 {qTmp1}, [fill]! 86 VST1 {dTmp0,dTmp1,dTmp2}, [fill]! 87 STR tmp2, [fill],#4 92 VST1 {dTmp0,dTmp1,dTmp2}, [fill]! 98 VST1 {qTmp0}, [fill]! 99 STR tmp2, [fill],#4 104 VST1 {qTmp0}, [fill]! [all …]
|
/frameworks/base/core/java/android/preference/ |
D | MultiCheckPreference.java | 112 Arrays.fill(mSetValues, false); in setEntryValues() 113 Arrays.fill(mOrigValues, false); in setEntryValues() 162 Arrays.fill(mSetValues, false); in setValues() 163 Arrays.fill(mOrigValues, false); in setValues()
|
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
D | SurfaceFlingerHelper.java | 82 Arrays.fill(mDeltaVsync, -1); in clearBuffer() 83 Arrays.fill(mDelta2Vsync, -1); in clearBuffer() 84 Arrays.fill(mNormalizedDelta2Vsync, -1.0); in clearBuffer() 85 Arrays.fill(mRoundNormalizedDelta2Vsync, -1); in clearBuffer()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 115 Arrays.fill(questionMarks, "?"); in updateWithAddress() 165 Arrays.fill(questionMarks, "?"); in updateWithPhoneNumber() 236 Arrays.fill(questionMarks, "?"); in update()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.h | 73 u8 * fill, 204 u8 *fill,
|
D | h264bsd_reconstruct.c | 2134 u8 *fill, in FillRow1() argument 2141 ASSERT(fill); in FillRow1() 2143 H264SwDecMemcpy(fill, ref, (u32)center); in FillRow1() 2169 u8 *fill, in h264bsdFillRow7() argument 2177 ASSERT(fill); in h264bsdFillRow7() 2184 *fill++ = tmp; in h264bsdFillRow7() 2187 *fill++ = *ref++; in h264bsdFillRow7() 2194 *fill++ = tmp; in h264bsdFillRow7() 2221 u8 *fill, in h264bsdFillBlock() argument 2242 ASSERT(fill); in h264bsdFillBlock() [all …]
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | InputStreamBuffer.java | 172 return fill(index); in has() 259 private boolean fill(final int index) { in fill() method in InputStreamBuffer
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 24 using ::std::fill;
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 773 Arrays.fill(mInitialMotionX, 0); in clearMotionHistory() 774 Arrays.fill(mInitialMotionY, 0); in clearMotionHistory() 775 Arrays.fill(mLastMotionX, 0); in clearMotionHistory() 776 Arrays.fill(mLastMotionY, 0); in clearMotionHistory() 777 Arrays.fill(mInitialEdgesTouched, 0); in clearMotionHistory() 778 Arrays.fill(mEdgeDragsInProgress, 0); in clearMotionHistory() 779 Arrays.fill(mEdgeDragsLocked, 0); in clearMotionHistory()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | CursorWindowTest.java | 105 Arrays.fill(blob, value); in doTestValues()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 509 Arrays.fill(mItemTops, Integer.MAX_VALUE); in recycleOffscreenViews() 510 Arrays.fill(mItemBottoms, Integer.MIN_VALUE); in recycleOffscreenViews() 673 Arrays.fill(mItemTops, offset); in populate() 674 Arrays.fill(mItemBottoms, offset); in populate() 754 Arrays.fill(mItemBottoms, Integer.MIN_VALUE); in layoutChildren() 1315 Arrays.fill(mItemTops, top); in resetStateForGridTop() 1316 Arrays.fill(mItemBottoms, top); in resetStateForGridTop()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteProgram.java | 188 Arrays.fill(mBindArgs, null); in clearBindings()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_tab.jd | 314 <li>Unselected tab icons have the same fill gradient and effects as 338 <p><strong>Figure 3. </strong>Safeframe and fill gradient for unselected tab 350 <p><strong>Figure 4. </strong>Safeframe and fill gradient for tab icons in 407 <p>The selected tab icons have the same fill gradient and effects as the menu 422 <tr><td><em>1.</em></td><td>Front part:</td><td>Use fill gradient from color palette.</td></tr> 441 … | b 163<br><em>2: </em>r 120 | g 120 | b 120<br>Used as color fill on unselected tab i…
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 62 to fill any remaining space in the parent view. 69 area required by its content. The other two will expand equally to fill the space remaining after
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | JsonReaderTest.java | 244 Arrays.fill(pad, '5'); in testBufferBoundary() 256 Arrays.fill(pad, '5'); in testTruncatedBufferBoundary() 282 Arrays.fill(longNumber, '9'); in testLongNumericLiterals() 906 Arrays.fill(array, c); in repeat()
|
/frameworks/base/core/java/android/net/arp/ |
D | ArpPeer.java | 74 Arrays.fill(L2_BROADCAST, (byte) 0xFF); in ArpPeer()
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 120 <p>Because the {@link android.widget.LinearLayout} is the root view in the layout, it should fill 198 element would fill the screen, because it would match the size of the parent {@link 287 something longer. So, it would be nice to fill the unused screen width 306 given the space they require. So, to fill the remaining space in your layout with the {@link 319 ultimately irrelevant because the weight value requires another width calculation to fill the
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | SmsManager.java | 315 Arrays.fill(pdu, (byte)0xff); in deleteMessageFromIcc()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | supports-screens-element.jd | 32 <p>An application "supports" a given screen size if it resizes properly to fill the entire screen. 100 system to fill the screen. 112 system to fill the screen.
|
/frameworks/base/core/java/android/print/ |
D | PrinterCapabilitiesInfo.java | 66 Arrays.fill(mDefaults, DEFAULT_UNDEFINED); in PrinterCapabilitiesInfo()
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 1719 Arrays.fill(mReceivedPointerDownX, 0); in clear() 1720 Arrays.fill(mReceivedPointerDownY, 0); in clear() 1721 Arrays.fill(mReceivedPointerDownTime, 0); in clear()
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 25 space on the screen is constrained, the text field might fill all space above the input method.
|