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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimFileHandler.java 40 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
IccFileHandler.java 323 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
330 + " lowOffset = " + lowOffset + " length = " + length);
339 highOffset, lowOffset, length, null, null, mAid, response);
  /external/skia/src/effects/
SkBlurImageFilter.cpp 56 static void getBox3Params(SkScalar s, int *kernelSize, int* kernelSize3, int *lowOffset,
63 *lowOffset = *highOffset = (d - 1) / 2;
67 *lowOffset = *highOffset - 1;
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 326 int32_t lowOffset;
420 list[listSize].lowOffset = low;
440 return order->lowOffset;
491 list[i].lowOffset != other.list[i].lowOffset ||
530 s += sprintf(s, "(%d, %d)", order->lowOffset, order->highOffset);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 95 milliseconds