/aosp12/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
H A D | FuzzerMultiple.java | 37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestInvokeCustomWithConcurrentThreads.java | 30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_component.cpp | 121 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local 130 int32_t nextIndex = (destIndex + 1) % MAX_MONTH_CACHE_NUM; in JumpToMonth() local 176 auto nextIndex = currentMonthIndex_; in RequestMonthData() local
|
/aosp12/build/soong/ui/build/ |
H A D | proc_sync_test.go | 77 nextIndex int member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_animation_test_ng.cpp | 263 int32_t nextIndex = 1; variable 417 int32_t nextIndex = 1; variable 645 int32_t nextIndex = 1; variable
|
H A D | swiper_test_ng.cpp | 603 int32_t nextIndex = 1; variable 1082 int32_t nextIndex = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.h | 44 uint16_t nextIndex = 0; // the conflicy Node index in array member
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
H A D | EventLogArray.java | 41 private int nextIndex; field in EventLogArray
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_multi_font_manager.cpp | 97 uint8_t nextIndex = AddNewFont(fontListId, fontIds, size, index); in UpdateFont() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_pattern.cpp | 118 int32_t nextIndex = GetNextIndex(index); in SetShowingIndex() local 263 int32_t nextIndex = GetNextIndex(nowImageIndex_); in OnDirtyLayoutWrapperSwap() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | TimeLimitedMotionEventBuffer.java | 218 public int nextIndex() { in nextIndex() method in TimeLimitedMotionEventBuffer.Iter
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | RichInputMethodManager.java | 155 final int nextIndex = (currentIndex + 1) % enabledSubtypes.size(); in switchToNextInputSubtypeInThisIme() local 205 final int nextIndex = (currentIndex + i) % count; in getNextNonAuxiliaryIme() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 1271 int32_t nextIndex = 0; in GetShiftDistance() local 1310 double TextPickerColumnPattern::GetSelectedDistance(int32_t index, int32_t nextIndex, ScrollDirecti… in GetSelectedDistance() 1331 double TextPickerColumnPattern::GetUpCandidateDistance(int32_t index, int32_t nextIndex, ScrollDire… in GetUpCandidateDistance() 1356 double TextPickerColumnPattern::GetDownCandidateDistance(int32_t index, int32_t nextIndex, ScrollDi… in GetDownCandidateDistance() 1384 int32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
H A D | dynamic_pt_updating_helper.cpp | 51 const size_t nextIndex = matchedCodePointCount + j; in addUnigramWord() local
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/ |
H A D | PackedTableReader.java | 266 int nextIndex = mIndex + 1; in getNext() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 1229 void SwiperPattern::OnAnimationTranslateZero(int32_t nextIndex, bool stopAutoPlay) in OnAnimationTranslateZero() 1262 int32_t currentIndex, int32_t nextIndex, const AnimationCallbackInfo& info) const in FireAnimationStartEvent() 2867 auto nextIndex = currentIndex_; in ComputeSwipePageNextIndex() local 2919 auto nextIndex = currentIndex_; in ComputeNextIndexByVelocity() local 3017 auto nextIndex = ComputeNextIndexByVelocity(static_cast<float>(dragVelocity), true); in CheckDragOutOfBoundary() local 3044 float translate, int32_t nextIndex, float velocity, bool stopAutoPlay) in PlayPropertyTranslateAnimation() 3334 …d SwiperPattern::PlayIndicatorTranslateAnimation(float translate, std::optional<int32_t> nextIndex) in PlayIndicatorTranslateAnimation() 3381 float startPos, float endPos, int32_t nextIndex, bool restartAutoPlay, float velocity) in PlayTranslateAnimation() 4365 void SwiperPattern::TriggerEventOnFinish(int32_t nextIndex) in TriggerEventOnFinish() 4554 … int32_t nextIndex, bool restartAutoPlay, bool isFinishAnimation, bool forceStop, bool isInterrupt) in OnTranslateFinish() [all …]
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
H A D | InputMethodSubtypeSwitchingControllerTest.java | 183 final int nextIndex = (currentIndex + 1) % numItems; in assertRotationOrder() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 972 int32_t nextIndex = currentIndex; in CalcScrollIndex() local 996 uint32_t nextIndex = 0; in GetShiftDistance() local 1064 uint32_t nextIndex = 0; in GetShiftDistanceForLandscape() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | StackStateAnimator.java | 252 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer.cpp | 454 int32_t nextIndex = item->GetSectionIndex(); in MoveSection() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 82 int32_t nextIndex = FindFocusNodeIndex(nextFocusNode); in IsEqualNextFocusNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.cpp | 1034 auto nextIndex = curIndex; in GetNextFocusNode() local 1226 WeakPtr<FocusHub> ListPattern::ScrollAndFindFocusNode(int32_t nextIndex, int32_t curIndex, int32_t&… in ScrollAndFindFocusNode() 1236 bool ListPattern::ScrollListForFocus(int32_t nextIndex, int32_t curIndex, int32_t nextIndexInGroup) in ScrollListForFocus() 1263 bool ListPattern::ScrollListItemGroupForFocus(int32_t nextIndex, int32_t& nextIndexInGroup, int32_t… in ScrollListItemGroupForFocus()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 1455 int32_t nextIndex = GetNextIndex(index); in UpdateItemOpacity() local 1490 int32_t nextIndex = GetNextIndex(index); in UpdateItemPosition() local 1751 int32_t nextIndex = fromIndex; in UpdateChildPosition() local 1784 int32_t nextIndex = 0; in Tick() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/attention/ |
H A D | AttentionManagerService.java | 440 int nextIndex = (mStartIndex + mSize) % ATTENTION_CACHE_BUFFER_SIZE; in add() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GsmCdmaConnection.java | 304 int nextIndex = findNextPCharOrNonPOrNonWCharIndex(phoneNumber, currIndex); in formatDialString() local
|