HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 201 - 225 of 356) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/main/java/java/text/
MessageFormat.java 544 * on input: an optional alignment field; on output: the offsets
693 * on input: an optional alignment field; on output: the offsets
1227 int[] offsets = new int[offsetsLength]; local
1249 int[] offsets = (int[]) fields.get("offsets", null); local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 469 long[] offsets = new long[stripCount]; local
471 offsets[i] = offset;
475 offsets);
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 95 // Comparison function for sorting TermMatches by their offsets.
677 std::vector<size_t> offsets; local
679 offsets.push_back(i->offset);
680 return offsets;
686 const std::vector<size_t>& offsets) {
687 DCHECK_EQ(matches.size(), offsets.size());
689 std::vector<size_t>::const_iterator offset_iter = offsets.begin();
    [all...]
in_memory_url_index.h 168 // Extract and return the offsets from |matches|.
171 // Replace the offsets in |matches| with those given in |offsets|, deleting
175 const std::vector<size_t>& offsets);
  /external/chromium/base/
string_util.h 517 // number less one. Eg $$->$, $$$->$$, etc. The offsets parameter here can be
521 std::vector<size_t>* offsets);
526 std::vector<size_t>* offsets);
  /external/harfbuzz/src/
harfbuzz-khmer.c 620 syllable.offsets = item->offsets + first_glyph;
harfbuzz-myanmar.c 488 syllable.offsets = item->offsets + first_glyph;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-khmer.c 620 syllable.offsets = item->offsets + first_glyph;
harfbuzz-myanmar.c 489 syllable.offsets = item->offsets + first_glyph;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdataindexsizeerrsubstringoffsetgreater.js 85 desired exception since the offsets value is greater
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdataindexsizeerrsubstringoffsetgreater.js 85 desired exception since the offsets value is greater
  /libcore/luni/src/main/java/libcore/io/
Posix.java 130 public native int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
204 public native int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
  /bionic/libc/kernel/common/linux/
videodev.h 222 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /development/ndk/platforms/android-3/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /external/icu4c/common/
ucnv_lmb.c     [all...]
ucnv_u8.c 224 int32_t *myOffsets = args->offsets;
345 args->offsets = myOffsets;
467 int32_t *myOffsets = args->offsets;
598 args->offsets = myOffsets;
746 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 577 static const int32_t offsets[]={ local
586 /* BOCU-1 fromUnicode never calls callbacks, so this only tests single-byte and offsets behavior */
590 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
620 int32_t offsets[]={ local
632 /* CESU-8 fromUnicode never calls callbacks, so this only tests conversion and offsets behavior */
634 /* without offsets */
643 /* with offsets */
647 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
1001 int32_t offsets[]={ local
1051 int32_t offsets[]={ local
1493 static const int32_t offsets[]={ 0, 0, 0, 1, 1, 1, 1, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6 }; local
1516 static const int32_t offsets[]={ local
1543 static const int32_t offsets[]={ local
1704 static const int32_t offsets[]={ local
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 160 __u32 x,y; /* Offsets into image */
193 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /external/quake/quake/src/QW/client/
d_edge.c 246 pface->texinfo->texture->offsets[0]);
gl_model.h 89 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
  /external/quake/quake/src/QW/server/
model.c 309 mt->offsets[j] = LittleLong (mt->offsets[j]);
321 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
  /external/quake/quake/src/WinQuake/
d_edge.cpp 242 pface->texinfo->texture->offsets[0]);
gl_model.h 86 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 11 # offsets into the results returned by the uname syscall
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf

Completed in 3306 milliseconds

1 2 3 4 5 6 7 891011>>