Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 108) sorted by relevance

12345

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTokenBucket.java84 fill(); in available()
90 fill(); in has()
105 fill(); in get()
118 private void fill() { in fill() method in TokenBucket
H A DExponentiallyBucketedHistogram.java64 Arrays.fill(mData, 0); in reset()
H A DArtFastDataInput.java84 if (mBufferLim - mBufferPos < len) fill(len); in readUTF()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDualToneHandler.kt96 getColorForDarkIntensity(intensity, lightColor.fill, darkColor.fill)
98 private data class Color(val single: Int, val background: Int, val fill: Int)
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java48 public byte[] fill; field in SparseInputStream.SparseChunk
129 mCur.fill = readFull(mIn, 4); in prepareChunk()
150 Arrays.fill(buf, off, off + n, (byte) 0); in read()
176 ret = Byte.toUnsignedInt(mCur.fill[(4 - ((int) mLeft & 0x3)) & 0x3]); in read()
/aosp14/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java129 Arrays.fill(mSetValues, false); in setEntryValues()
130 Arrays.fill(mOrigValues, false); in setEntryValues()
179 Arrays.fill(mSetValues, false); in setValues()
180 Arrays.fill(mOrigValues, false); in setValues()
/aosp14/frameworks/base/libs/hwui/
H A DProfileData.cpp162 mJankTypeCounts.fill(0); in reset()
163 mFrameCounts.fill(0); in reset()
164 mGPUFrameCounts.fill(0); in reset()
165 mSlowFrameCounts.fill(0); in reset()
/aosp14/system/core/libsparse/
H A Dbacked_block.cpp44 } fill; member
97 return bb->fill.val; in backed_block_fill_val()
203 if (a->fill.val != b->fill.val) { in merge_bb()
283 bb->fill.val = fill_val; in backed_block_add_fill()
H A Dsimg_dump.py157 fill = struct.unpack("<I", fill_bin)
158 curtype = format("Fill with 0x%08X" % (fill))
/aosp14/frameworks/base/core/java/android/text/
H A DSpanSet.java84 Arrays.fill(spans, numberOfSpans, prevNumberOfSpans, null); in init()
119 Arrays.fill(spans, 0, numberOfSpans, null); in recycle()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuSpeedReader.java89 Arrays.fill(mDeltaSpeedTimesMs, 0); in readDelta()
116 Arrays.fill(speedTimeMs, 0); in readAbsolute()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java190 Arrays.fill(mLskfHash, (byte) 0); in destroy()
191 Arrays.fill(mKeyClaimant, (byte) 0); in destroy()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyHistogram.java206 Arrays.fill(mInitialTimings, 0); in addTimeTaken()
208 Arrays.fill(mBucketEndPoints, 0); in addTimeTaken()
209 Arrays.fill(mBucketCounters, 0); in addTimeTaken()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBluetoothPowerCalculator.java172 Arrays.fill(powerAndDuration.powerPerKeyMah, 0); in calculatePowerAndDuration()
211 Arrays.fill(powerAndDuration.powerPerKeyMah, 0); in calculatePowerAndDuration()
239 Arrays.fill(powerAndDuration.powerPerKeyMah, 0); in calculatePowerAndDuration()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java79 Arrays.fill(mPrefetchArray, -1); in collectPrefetchPositionsFromView()
118 Arrays.fill(mPrefetchArray, -1); in addPosition()
147 Arrays.fill(mPrefetchArray, -1); in clearPrefetchPositions()
H A DLinearLayoutManager.java558 fill(recycler, mLayoutState, state, false);
568 fill(recycler, mLayoutState, state, false);
576 fill(recycler, mLayoutState, state, false);
583 fill(recycler, mLayoutState, state, false);
593 fill(recycler, mLayoutState, state, false);
601 fill(recycler, mLayoutState, state, false);
707 fill(recycler, mLayoutState, state, false); in layoutForPredictiveAnimations()
716 fill(recycler, mLayoutState, state, false); in layoutForPredictiveAnimations()
1303 + fill(recycler, mLayoutState, state, false); in scrollBy()
1471 int fill(RecyclerView.Recycler recycler, LayoutState layoutState, in fill() method
[all …]
H A DLockscreenCredential.java219 Arrays.fill(mCredential, (byte) 0); in zeroize()
309 Arrays.fill(saltedPassword, (byte) 0); in legacyPasswordToHash()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java155 Arrays.fill(credential, (byte) 0); in retrievePassword()
176 Arrays.fill(mEncryptedPasswords.get(userId), (byte) 0); in removePassword()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/camera2/impl/
H A DCaptureMetadataNativeTest.java43 Arrays.fill(elements, 42); in setLensShadingMap()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/model/
H A DBitOutputStream.java103 Arrays.fill(mBuffer, (byte) 0); in reset()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DSomeProvider.java60 Arrays.fill(valueRaw, '!'); in update()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer_test.cpp40 std::fill(buffer.begin(), buffer.end(), 123); in TEST_F()
/aosp14/system/core/trusty/keymaster/ipc/
H A Dtrusty_keymaster_ipc.cpp61 std::fill(const_cast<volatile uint8_t*>(_v->data()), in ~VectorEraser()
224 std::fill(const_cast<volatile uint8_t*>(&*out_buffer->begin()), in trusty_keymaster_call()
/aosp14/system/core/code_coverage/seccomp_policy/
H A Dcode_coverage.policy.def12 // 1st: uses write() to fill the file
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DCctEvaluator.java103 Arrays.fill(mStepsAtOffsetCcts, 1); in setStepOfOne()

12345