Home
last modified time | relevance | path

Searched defs:newOffset (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dbuilder.ts85 const newOffset = this.computeOffset(byteWidth); constant
91 const newOffset = this.computeOffset(byteWidth); constant
102 const newOffset = this.computeOffset(length); constant
119 const newOffset = this.computeOffset(length + 1); constant
136 const newOffset = this.computeOffset(length + 1); constant
147 const newOffset = this.computeOffset(byteWidth); constant
493 const newOffset = this.computeOffset(byteWidth); constant
516 const newOffset = this.computeOffset(byteWidth); constant
539 const newOffset = this.computeOffset(byteWidth); constant
H A Dstack-value.ts27 const newOffset = this.builder.computeOffset(byteWidth); constant
/aosp_15_r20/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java103 public void putTypeListOffset(int oldOffset, int newOffset) { in putTypeListOffset()
110 public void putAnnotationOffset(int oldOffset, int newOffset) { in putAnnotationOffset()
117 public void putAnnotationSetOffset(int oldOffset, int newOffset) { in putAnnotationSetOffset()
124 public void putAnnotationSetRefListOffset(int oldOffset, int newOffset) { in putAnnotationSetRefListOffset()
131 public void putAnnotationDirectoryOffset(int oldOffset, int newOffset) { in putAnnotationDirectoryOffset()
138 public void putEncodedArrayValueOffset(int oldOffset, int newOffset) { in putEncodedArrayValueOffset()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp295 int32_t newOffset = mSlotsOffset - size; in allocRow() local
315 size_t newOffset = mSlotsOffset + size; in freeLastRow() local
330 size_t newOffset = mAllocOffset + alignedSize; in alloc() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
H A Dutf8collationiterator.cpp34 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
133 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
H A Dutf16collationiterator.cpp49 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
191 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Duitercollationiterator.cpp34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
89 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
H A Dutf8collationiterator.cpp34 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
133 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
H A Dutf16collationiterator.cpp49 UTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
191 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
/aosp_15_r20/external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/
H A DSwipeRefresh.kt180 val newOffset = (available.y * DragMultiplier + state.indicatorOffset).coerceAtLeast(0f) in onScroll() constant
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js343 set: function(newOffset) { argument
436 set: function(newOffset) { argument
449 set: function(newOffset) { argument
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeStaticLayoutTest.java1079 final int newOffset = layout.getOffsetToRightOf(state.selectionStart); in moveCursorToRightCursorableOffset() local
1089 final int newOffset = layout.getOffsetToLeftOf(state.selectionStart); in moveCursorToLeftCursorableOffset() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutTest.java1015 final int newOffset = layout.getOffsetToRightOf(state.mSelectionStart); in moveCursorToRightCursorableOffset() local
1023 final int newOffset = layout.getOffsetToLeftOf(state.mSelectionStart); in moveCursorToLeftCursorableOffset() local
/aosp_15_r20/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
H A DKDocFormatterTest.kt154 val newOffset = findSamePosition(source, initialOffset, reformatted) in testWithOffset() constant
179 val newOffset = findSamePosition(source, initialOffset, reformatted) in testWordBreaking() constant
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java433 final int newOffset = layout.getOffsetToRightOf(state.mSelectionStart); in moveCursorToRightCursorableOffset() local
440 final int newOffset = layout.getOffsetToLeftOf(state.mSelectionStart); in moveCursorToLeftCursorableOffset() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DDraggableHandler.kt286 val newOffset = in <lambda>() constant
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DIterCollationIterator.java32 public void resetToOffset(int newOffset) { in resetToOffset()
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
H A DIterCollationIterator.java30 public void resetToOffset(int newOffset) { in resetToOffset()
/aosp_15_r20/frameworks/base/native/graphics/jni/
H A Daassetstreamadaptor.cpp98 const off64_t newOffset = AAsset_seek64(mAAsset, size, SEEK_CUR); in read() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/
DCollationElementIterator.java244 public void setOffset(int newOffset) in setOffset()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DCollationElementIterator.java244 public void setOffset(int newOffset) in setOffset()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DCollationElementIterator.java244 public void setOffset(int newOffset) in setOffset()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DCollationElementIterator.java232 public void setOffset(int newOffset) { throw new RuntimeException("Stub!"); } in setOffset()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DCollationElementIterator.java232 public void setOffset(int newOffset) { throw new RuntimeException("Stub!"); } in setOffset()

12345678910>>...40