HomeSort by relevance Sort by last modified time
    Searched refs:destOff (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 702 int destOff = 2;
703 TextUtils.getChars(mockGetChars, start, end, destResult, destOff);
708 assertEquals(destOff, mockGetChars.ReadGetCharsParams().destoff);
716 destOff = 0;
717 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff);
720 assertEquals(mockCharSequence.charAt(start + i), destResult[destOff + i]);
723 for (int i = destOff + (end - start); i < destOriginal.length; i++) {
731 destOff = 2;
732 TextUtils.getChars(mockCharSequence, start, end, destResult, destOff);
851 int destoff; field in class:TextUtilsTest.MockGetChars.GetCharsParams
    [all...]
  /frameworks/rs/
rsAllocation.h 111 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
rsAllocation.cpp 465 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAllocation.h 109 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAllocation.h 109 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAllocation.h 109 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);

Completed in 454 milliseconds