/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/aosp/ |
H A D | ByteArrayTimSort.kt | 276 val destIndex = dest * entrySize in mergeLo() constant 309 val destIndex = dest * entrySize in mergeLo() constant 321 val destIndex = dest * entrySize in mergeLo() constant 351 var destIndex = dest * entrySize in mergeLo() variable 437 var destIndex = dest * entrySize in mergeHi() variable 452 val destIndex = dest * entrySize in mergeHi() constant 471 val destIndex = dest * entrySize in mergeHi() constant 483 val destIndex = dest * entrySize in mergeHi() constant 535 val destIndex = dest * entrySize in mergeHi() constant 557 val destIndex = dest * entrySize in mergeHi() constant
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ustrcase.cpp | 49 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError() 63 appendResult(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult() 136 appendUChar(char16_t *dest, int32_t destIndex, int32_t destCapacity, char16_t c) { in appendUChar() 146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() 164 appendUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged() 222 int32_t destIndex = 0; in toLower() local 317 int32_t destIndex = 0; in toUpper() local 417 … char16_t *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, in maybeTitleDutchIJ() 507 int32_t destIndex=0; in ustrcase_internalToTitle() local 1109 int32_t destIndex=0; in toUpper() local [all …]
|
H A D | utext.cpp | 508 int64_t destIndex, in utext_copy() 1963 int64_t destIndex, in repTextCopy() 2227 int64_t destIndex, in unistrTextCopy()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ustrcase.cpp | 49 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError() 63 appendResult(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult() 136 appendUChar(char16_t *dest, int32_t destIndex, int32_t destCapacity, char16_t c) { in appendUChar() 146 appendNonEmptyUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() 164 appendUnchanged(char16_t *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged() 222 int32_t destIndex = 0; in toLower() local 317 int32_t destIndex = 0; in toUpper() local 417 … char16_t *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, in maybeTitleDutchIJ() 507 int32_t destIndex=0; in ustrcase_internalToTitle() local 1109 int32_t destIndex=0; in toUpper() local [all …]
|
H A D | utext.cpp | 508 int64_t destIndex, in utext_copy() 1963 int64_t destIndex, in repTextCopy() 2227 int64_t destIndex, in unistrTextCopy()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | testutil.cpp | 91 int32_t destIndex = destLength; in srcIndexFromDest() local 118 int32_t destIndex = destLength; in destIndexFromSrc() local 251 int32_t destIndex = 0; in checkEditsIter() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | testutil.cpp | 91 int32_t destIndex = destLength; in srcIndexFromDest() local 118 int32_t destIndex = destLength; in destIndexFromSrc() local 251 int32_t destIndex = 0; in checkEditsIter() local
|
/aosp_15_r20/system/chre/util/include/chre/util/ |
H A D | segmented_queue_impl.h | 330 size_t destIndex, in moveElements() 380 size_t destIndex, in doMove() 388 size_t destIndex, in doMove()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
H A D | MediaCarouselScrollHandler.kt | 442 var destIndex = if (flungTowardEnd) currentIndex + 1 else currentIndex in onFling() variable 581 val destIndex = Math.min(mediaContent.getChildCount() - 1, destIndex) in scrollToPlayer() constant
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 933 int destIndex = destLength; in srcIndexFromDest() local 960 int destIndex = destLength; in destIndexFromSrc() local 1080 int destIndex = 0; in checkEditsIter() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 930 int destIndex = destLength; in srcIndexFromDest() local 957 int destIndex = destLength; in destIndexFromSrc() local 1077 int destIndex = 0; in checkEditsIter() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | TextureStorage9.cpp | 238 const gl::ImageIndex &destIndex) in generateMipmap() 521 const gl::ImageIndex &destIndex) in generateMipmap()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | HighRegisterPrefix.java | 141 private static SimpleInsn moveInsnFor(RegisterSpec src, int destIndex) { in moveInsnFor()
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | HighRegisterPrefix.java | 142 private static SimpleInsn moveInsnFor(RegisterSpec src, int destIndex) { in moveInsnFor()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/escape/ |
H A D | CharEscaper.java | 103 int destIndex = 0; in escapeSlow() local
|
H A D | UnicodeEscaper.java | 163 int destIndex = 0; in escapeSlow() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/escape/ |
H A D | CharEscaper.java | 103 int destIndex = 0; in escapeSlow() local
|
H A D | UnicodeEscaper.java | 163 int destIndex = 0; in escapeSlow() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 116 int destIndex = destString.indexOf('@'); in TestNFS4MixedPrep() local
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/stringprep/ |
H A D | TestStringPrep.java | 113 int destIndex = destString.indexOf('@'); in TestNFS4MixedPrep() local
|
/aosp_15_r20/system/chre/util/include/chre/util/system/ |
H A D | atomic_spsc_queue.h | 268 size_t destIndex = dest->size(); in extract() local
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
H A D | UnicodeEscaper.java | 166 int destIndex = 0; in escapeSlow() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 427 int32_t srcIndex, replIndex, destIndex; member
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 427 int32_t srcIndex, replIndex, destIndex; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 427 int32_t srcIndex, replIndex, destIndex; member
|