Searched refs:modulo (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/module/foundation/ |
D | ADebug.cpp | 127 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/ |
D | AdapterViewAnimator.java | 352 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()
|
D | StackView.java | 432 int index = modulo(i, getWindowSize()); in showOnly()
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | ADebug.h | 168 bool allow, const char *name, uint64_t modulo, uint64_t limit,
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 216 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/ |
D | boot-image-profile.txt | 10277 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10280 HSPLandroid/icu/util/MutableCodePointTrie$MixedBlocks;->modulo(II)I
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 65631 Landroid/widget/AdapterViewAnimator;->modulo(II)I
|