Home
last modified time | relevance | path

Searched refs:modulo (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/module/foundation/
DADebug.cpp127 bool allow, const char *name, uint64_t modulo, in getExperimentFlag() argument
139 UNUSED(modulo); in getExperimentFlag()
182 time_t counter = (time(NULL) / timeDivisor) % modulo + plus + serialNum % modulo; in getExperimentFlag()
183 bool enable = allow && (counter % modulo < limit); in getExperimentFlag()
/frameworks/base/core/java/android/widget/
DAdapterViewAnimator.java352 int modulo(int pos, int size) { in modulo() method in AdapterViewAnimator
368 int i = modulo(mCurrentWindowStartUnbounded + relativeIndex, getWindowSize()); in getViewAtRelativeIndex()
417 int index = modulo(i, getWindowSize()); in refreshChildren()
422 updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this); in refreshChildren()
494 int rangeStart = modulo(newWindowStart, getWindowSize()); in showOnly()
495 int rangeEnd = modulo(newWindowEnd, getWindowSize()); in showOnly()
529 int index = modulo(i, getWindowSize()); in showOnly()
552 final int adapterPosition = modulo(i, adapterCount); in showOnly()
576 int adapterStart = modulo(mCurrentWindowStart, adapterCount); in showOnly()
577 int adapterEnd = modulo(mCurrentWindowEnd, adapterCount); in showOnly()
DStackView.java432 int index = modulo(i, getWindowSize()); in showOnly()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DADebug.h168 bool allow, const char *name, uint64_t modulo, uint64_t limit,
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go216 modulo := offset[arch] % field_align
217 if modulo != 0 {
218 offset[arch] += field_align - modulo
228 modulo := offset[arch] % align[arch]
229 if modulo != 0 {
230 offset[arch] += align[arch] - modulo
/frameworks/base/boot/
Dboot-image-profile.txt10277 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
/frameworks/base/config/
Dboot-image-profile.txt10280 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65631 Landroid/widget/AdapterViewAnimator;->modulo(II)I