/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/base/libs/hwui/ |
D | GlopBuilder.cpp | 234 mOutGlop->fill.color = c; in setFill() 237 mOutGlop->fill.color = { 1, 1, 1, alpha }; in setFill() 240 mOutGlop->fill.color = { 0, 0, 0, 1 }; in setFill() 244 if (mOutGlop->fill.color.a < 1.0f in setFill() 246 || (mOutGlop->fill.texture.texture && mOutGlop->fill.texture.texture->blend) in setFill() 278 … mOutGlop->fill.filterMode = mDescription.colorOp = ProgramDescription::ColorFilterMode::Blend; in setFill() 280 mOutGlop->fill.filter.color.set(color); in setFill() 282 … mOutGlop->fill.filterMode = mDescription.colorOp = ProgramDescription::ColorFilterMode::Matrix; in setFill() 284 float* colorMatrix = mOutGlop->fill.filter.matrix.matrix; in setFill() 292 float* colorVector = mOutGlop->fill.filter.matrix.vector; in setFill() [all …]
|
D | JankTracker.cpp | 348 mData->jankTypeCounts.fill(0); in reset() 349 mData->frameCounts.fill(0); in reset() 350 mData->slowFrameCounts.fill(0); in reset()
|
/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.8 {qTmp0}, [fill]! 80 VST1.8 {qTmp1}, [fill]! 86 VST1.8 {dTmp0,dTmp1,dTmp2}, [fill]! 87 STR tmp2, [fill],#4 92 VST1.8 {dTmp0,dTmp1,dTmp2}, [fill]! 98 VST1.8 {qTmp0}, [fill]! 99 STR tmp2, [fill],#4 104 VST1.8 {qTmp0}, [fill]! [all …]
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 264 const Glop::Fill& fill = glop.fill; in render() local 271 mCaches->setProgram(fill.program); in render() 273 if (fill.colorEnabled) { in render() 274 fill.program->setColor(fill.color); in render() 277 fill.program->set(orthoMatrix, in render() 283 if (fill.filterMode == ProgramDescription::ColorFilterMode::Blend) { in render() 284 const FloatColor& color = fill.filter.color; in render() 287 } else if (fill.filterMode == ProgramDescription::ColorFilterMode::Matrix) { in render() 289 fill.filter.matrix.matrix); in render() 291 fill.filter.matrix.vector); in render() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TokenBucket.java | 84 fill(); in available() 90 fill(); in has() 105 fill(); in get() 118 private void fill() { in fill() method in TokenBucket
|
D | ExponentiallyBucketedHistogram.java | 64 Arrays.fill(mData, 0); in reset()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | BakedOpDispatcherTests.cpp | 93 auto texture = glop.fill.texture.texture; in RENDERTHREAD_OPENGL_PIPELINE_TEST() 178 EXPECT_EQ(FloatColor({1, 1, 1, 1}), glop.fill.color); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 181 EXPECT_EQ(FloatColor({1, 0, 0, 1}), glop.fill.color); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 245 EXPECT_TRUE(glop.fill.colorEnabled); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 246 EXPECT_EQ(makeFloatColor(Color::Black), glop.fill.color); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 249 EXPECT_FALSE(glop.fill.colorEnabled); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 252 EXPECT_TRUE(glop.fill.colorEnabled); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 257 glop.fill.color) << "Should be transparent green if debugLayersUpdates"; in RENDERTHREAD_OPENGL_PIPELINE_TEST() 260 EXPECT_TRUE(glop.fill.colorEnabled); in RENDERTHREAD_OPENGL_PIPELINE_TEST() 262 ASSERT_EQ(makeFloatColor(expectedColor), glop.fill.color); in RENDERTHREAD_OPENGL_PIPELINE_TEST() [all …]
|
D | GlopBuilderTests.cpp | 93 expectFillEq(expectedGlop.fill, builtGlop.fill); in expectGlopEq() 111 glop->fill.colorEnabled = true; in blackUnitQuadGlop() 112 glop->fill.color.set(Color::Black); in blackUnitQuadGlop() 113 glop->fill.skiaShaderData.skiaShaderType = kNone_SkiaShaderType; in blackUnitQuadGlop() 114 glop->fill.filterMode = ProgramDescription::ColorFilterMode::None; in blackUnitQuadGlop() 115 glop->fill.texture = { nullptr, GL_INVALID_ENUM, GL_INVALID_ENUM, nullptr }; in blackUnitQuadGlop() 143 goldenGlop->fill.texture.filter = GL_NEAREST; in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/ |
D | UpdateParameterTest.java | 180 Arrays.fill(rawUsernameBytes, (byte) 'a'); in validateUpdateParameterWithUsernameExceedingMaxSize() 206 Arrays.fill(rawPasswordBytes, (byte) 'a'); in validateUpdateParameterWithPasswordExceedingMaxSize() 257 Arrays.fill(rawUrlBytes, (byte) 'a'); in validateUpdateParameterWithInvalidTrustRootCertUrl() 312 Arrays.fill(rawUriBytes, (byte) 'a'); in validatePolicyWithInvalidServerUri()
|
/frameworks/base/core/java/android/preference/ |
D | MultiCheckPreference.java | 122 Arrays.fill(mSetValues, false); in setEntryValues() 123 Arrays.fill(mOrigValues, false); in setEntryValues() 172 Arrays.fill(mSetValues, false); in setValues() 173 Arrays.fill(mOrigValues, false); in setValues()
|
/frameworks/base/core/java/android/text/ |
D | SpanSet.java | 80 Arrays.fill(spans, numberOfSpans, prevNumberOfSpans, null); in init() 115 Arrays.fill(spans, 0, numberOfSpans, null); in recycle()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyHistogram.java | 207 Arrays.fill(mInitialTimings, 0); in addTimeTaken() 209 Arrays.fill(mBucketEndPoints, 0); in addTimeTaken() 210 Arrays.fill(mBucketCounters, 0); in addTimeTaken()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | VenueNameElementTest.java | 143 Arrays.fill(textData, (byte) 'a'); in parseBufferWithMaxLengthVenueName() 164 Arrays.fill(textData, (byte) 'a'); in parseBufferWithVenueNameLengthExceedMax()
|
D | HSFriendlyNameElementTest.java | 137 Arrays.fill(textData, (byte) 'a'); in parseBufferWithMaxLengthOperatoreName() 161 Arrays.fill(textData, (byte) 'a'); in parseBufferWithOperatorNameLengthExceedMax()
|
/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 | 2136 u8 *fill, in FillRow1() argument 2144 ASSERT(fill); in FillRow1() 2146 H264SwDecMemcpy(fill, ref, (u32)center); in FillRow1() 2172 u8 *fill, in h264bsdFillRow7() argument 2180 ASSERT(fill); in h264bsdFillRow7() 2187 *fill++ = tmp; in h264bsdFillRow7() 2190 *fill++ = *ref++; in h264bsdFillRow7() 2197 *fill++ = tmp; in h264bsdFillRow7() 2224 u8 *fill, in h264bsdFillBlock() argument 2245 ASSERT(fill); in h264bsdFillBlock() [all …]
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | GapWorker.java | 78 Arrays.fill(mPrefetchArray, -1); in collectPrefetchPositionsFromView() 121 Arrays.fill(mPrefetchArray, -1); in addPosition() 150 Arrays.fill(mPrefetchArray, -1); in clearPrefetchPositions()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | GapWorker.java | 79 Arrays.fill(mPrefetchArray, -1); in collectPrefetchPositionsFromView() 118 Arrays.fill(mPrefetchArray, -1); in addPosition() 147 Arrays.fill(mPrefetchArray, -1); in clearPrefetchPositions()
|
D | LinearLayoutManager.java | 562 fill(recycler, mLayoutState, state, false); 572 fill(recycler, mLayoutState, state, false); 580 fill(recycler, mLayoutState, state, false); 587 fill(recycler, mLayoutState, state, false); 597 fill(recycler, mLayoutState, state, false); 605 fill(recycler, mLayoutState, state, false); 711 fill(recycler, mLayoutState, state, false); in layoutForPredictiveAnimations() 720 fill(recycler, mLayoutState, state, false); in layoutForPredictiveAnimations() 1307 + fill(recycler, mLayoutState, state, false); in scrollBy() 1475 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, in fill() method [all …]
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | InputStreamBuffer.java | 172 return fill(index); in has() 261 private boolean fill(final int index) { in fill() method in InputStreamBuffer
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | InputStreamBuffer.java | 172 return fill(index); in has() 261 private boolean fill(final int index) { in fill() method in InputStreamBuffer
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | ViewDragHelper.java | 782 Arrays.fill(mInitialMotionX, 0); in clearMotionHistory() 783 Arrays.fill(mInitialMotionY, 0); in clearMotionHistory() 784 Arrays.fill(mLastMotionX, 0); in clearMotionHistory() 785 Arrays.fill(mLastMotionY, 0); in clearMotionHistory() 786 Arrays.fill(mInitialEdgesTouched, 0); in clearMotionHistory() 787 Arrays.fill(mEdgeDragsInProgress, 0); in clearMotionHistory() 788 Arrays.fill(mEdgeDragsLocked, 0); in clearMotionHistory()
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 24 using ::std::fill;
|