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

  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 98 int offset1 = offset; local
114 mArray.write(buffer, offset1, mMaxPacketSize);
115 offset1 += mMaxPacketSize;
116 remainLength = count - offset1;
120 mArray.write(buffer, offset1, remainLength);
PrivateInputStream.java 118 int offset1 = offset; local
122 System.arraycopy(mData, mIndex, b, offset1, currentDataLength);
124 offset1 += currentDataLength;
134 System.arraycopy(mData, mIndex, b, offset1, remainReadLength);
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 160 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2)
168 delta <= offset1 &&
170 offset2 - delta != offset1;
173 int newOffset1 = offset1 - delta;
244 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2)
247 if (offset2 < offset1)
249 int offset = offset1;
250 offset1 = offset2;
255 for (int offset = offset1; offset <= offset2; offset++)
  /external/chromium/third_party/icu/source/test/letest/
cmaps.cpp 58 le_uint32 offset1 = 0, offset10 = 0; local
66 offset1 = SWAPL(esh->encodingOffset);
80 } else if (offset1 != 0) {
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/icu4c/samples/layout/
cmaps.cpp 64 le_uint32 offset1 = 0, offset10 = 0; local
72 offset1 = SWAPL(esh->encodingOffset);
86 } else if (offset1 != 0) {
87 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /external/icu4c/test/letest/
cmaps.cpp 58 le_uint32 offset1 = 0, offset10 = 0; local
66 offset1 = SWAPL(esh->encodingOffset);
80 } else if (offset1 != 0) {
81 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + offset1);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 29 int offset1 = y_position * orgPitch + x_position; local
43 pSrc = currInput->YCbCr[0] + offset1;
44 pDst = video->currPic->Sl + offset1;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 28 int mb_x, mb_y, offset1; local
40 offset1 = (mb_x << 4) + (mb_y << 4) * video->PicWidthInSamplesL;
41 pDst = video->currPic->Sl + offset1;
95 offset1 = (offset1 >> 2) + (mb_x << 2);
96 pDst = video->currPic->Scb + offset1;
132 pDst = video->currPic->Scr + offset1;
163 SaveNeighborForIntraPred(video, offset1);
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 78 cursor->ph_cursor->offset1.x = (short)hot_x;
79 cursor->ph_cursor->offset1.y = (short)hot_y;
  /dalvik/vm/
UtfString.c 499 int len1, len2, offset1, offset2; local
505 offset1 = dvmGetFieldInt((Object*) strObj1, STRING_FIELDOFF_OFFSET);
517 assert(offset1 + len1 <= (int) chars1->length);
520 return memcmp((const u2*) chars1->contents + offset1,
  /external/chromium/third_party/icu/source/test/intltest/
tzregts.cpp 211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1117 int32_t offset1 = pst->getOffset(1, local
    [all...]
tzrulets.cpp 550 int32_t offset1, dst1; local
555 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
563 if (offset1 != offset2 || dst1 != dst2) {
1608 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /external/icu4c/test/intltest/
tzregts.cpp 211 int32_t offset1 = tz->getOffset(1, local
243 ERR_IF_FAIL(offset1 != SToffset)
1106 int32_t offset1 = pst->getOffset(1, local
    [all...]
tzrulets.cpp 561 int32_t offset1, dst1; local
566 rbtz->getOffset(times[i], FALSE, offset1, dst1, status);
574 if (offset1 != offset2 || dst1 != dst2) {
1619 int32_t offset1 = otz->getOffset(GregorianCalendar::AD, 2007, UCAL_JULY, 1, UCAL_SUNDAY, 0, status); local
    [all...]
  /external/svox/pico/lib/
picokdt.c 1566 picoos_uint16 offset1; local
    [all...]
  /external/grub/netboot/
sk_g16.c 755 long offset1, offset0 = inb(ioaddr); local
757 ((offset1 = inb(ioaddr + 1)) == SK_IDHIGH))
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 429 U032 offset1; member in struct:_riva_hw_state
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 1087 milliseconds