/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProviderOperation.java | 583 private final int fromIndex; field in ContentProviderOperation.BackReference 586 private BackReference(int fromIndex, String fromKey) { in BackReference() 806 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex) { in withValueBackReference() 824 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex, in withValueBackReference() 870 public @NonNull Builder withExtraBackReference(@NonNull String key, int fromIndex) { in withExtraBackReference() 888 public @NonNull Builder withExtraBackReference(@NonNull String key, int fromIndex, in withExtraBackReference() 932 public @NonNull Builder withSelectionBackReference(int index, int fromIndex) { in withSelectionBackReference() 952 public @NonNull Builder withSelectionBackReference(int index, int fromIndex, in withSelectionBackReference()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySavingStats.java | 62 static int fromIndex(int index) { in fromIndex() method 76 static int fromIndex(int index) { in fromIndex() method 91 static int fromIndex(int index) { in fromIndex() method 105 static int fromIndex(int index) { in fromIndex() method
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | NameLookupBuilder.java | 239 private void insertNameVariants(long rawContactId, long dataId, int fromIndex, int toIndex, in insertNameVariants() 302 private void insertNicknamePermutations(long rawContactId, long dataId, int fromIndex, in insertNicknamePermutations()
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | CpuOperationUtils.h | 131 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertNchwToNhwc() local 149 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertNhwcToNchw() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
H A D | SentenceLevelAdapter.java | 91 public int getEndOfWord(final CharSequence sequence, final int fromIndex) { in getEndOfWord()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | EventList.java | 66 int fromIndex = firstIndexOnOrAfter(fromTimestamp); in queryEvents() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | PageIndicator.java | 171 int fromIndex = from >> 1; in animate() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | PageIndicator.java | 178 int fromIndex = from >> 1; in animate() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A D | MoreSuggestions.java | 56 public int layout(final SuggestedWords suggestedWords, final int fromIndex, in layout() 190 public Builder layout(final SuggestedWords suggestedWords, final int fromIndex, in layout()
|
/aosp12/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
H A D | InputPointers.java | 42 final int fromIndex = mTimes.getLength(); in fillWithLastTimeUntil() local
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
H A D | MimeUtility.java | 155 private static int indexOfWsp(String s, int fromIndex) { in indexOfWsp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | TimeLimitedMotionEventBuffer.java | 185 public List<MotionEvent> subList(int fromIndex, int toIndex) { in subList()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
H A D | BinaryDictDecoderUtils.java | 177 static int writeCharArray(final int[] codePoints, final byte[] buffer, final int fromIndex, in writeCharArray()
|
H A D | BinaryDictEncoderUtils.java | 482 /* package */ static int writeChildrenPosition(final byte[] buffer, final int fromIndex, in writeChildrenPosition()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/aosp12/art/test/021-string2/src/ |
H A D | Main.java | 895 public static int $noinline$indexOf(String lhs, int ch, int fromIndex) { in $noinline$indexOf()
|
/aosp12/frameworks/base/media/java/android/service/media/ |
H A D | MediaBrowserService.java | 731 int fromIndex = pageSize * page; in applyOptions() local
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityRecord.java | 424 public void setFromIndex(int fromIndex) { in setFromIndex()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | StackView.java | 235 void transformViewForTransition(int fromIndex, int toIndex, final View view, boolean animate) { in transformViewForTransition()
|
H A D | AdapterViewAnimator.java | 270 void transformViewForTransition(int fromIndex, int toIndex, View view, boolean animate) { in transformViewForTransition()
|
/aosp12/art/test/458-checker-instruct-simplification/src/ |
H A D | Main.java | 2490 public static int $noinline$emptyStringIndexOfAfter(int ch, int fromIndex) { in $noinline$emptyStringIndexOfAfter() 2528 public static int $noinline$singleCharStringIndexOfAfter(int ch, int fromIndex) { in $noinline$singleCharStringIndexOfAfter()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | PasswordTextView.java | 358 void sendAccessibilityEventTypeViewTextChanged(CharSequence beforeText, int fromIndex, in sendAccessibilityEventTypeViewTextChanged()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedStateListDrawable.java | 163 final int fromIndex; in selectTransition() local
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | CpuExecutor.cpp | 412 uint32_t fromIndex = n * fromDim[1] * spatialSize + c * spatialSize + hw; in convertToNhwcImpl() local 426 uint32_t fromIndex = n * spatialSize * fromDim[3] + hw * fromDim[3] + c; in convertFromNhwcImpl() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PositionController.java | 985 private void debugMoveBox(int fromIndex[]) { in debugMoveBox() 1016 public void moveBox(int fromIndex[], boolean hasPrev, boolean hasNext, in moveBox()
|