HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2251 - 2275 of 4804) sorted by null

<<919293949596979899100>>

  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 1307 Position pos = Post; local
1484 unsigned char pos = position[i]; local
1497 unsigned char pos = position[i]; local
1726 int pos = 0; local
    [all...]
harfbuzz-arabic.c 857 static HB_UChar16 prevChar(const HB_UChar16 *str, int pos)
859 /*qDebug("leftChar: pos=%d", pos); */
860 const HB_UChar16 *ch = str + pos - 1;
861 pos--;
862 while(pos > -1) {
865 pos--;
871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos)
873 const HB_UChar16 *ch = str + pos + 1;
874 pos++
935 int pos = i + from; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 213 unsigned int *pos)
217 (*pos)++;
224 unsigned int *pos,
227 if (*pos == number) {
231 (*pos)++;
244 unsigned int pos = 0; local
247 iptcb_get_number, seek, &pos) == 0) {
252 return pos;
340 unsigned int pos, end; local
354 pos = end / 2
451 struct list_head *pos; local
691 struct list_head *pos; local
723 struct list_head *pos; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /external/svox/pico/lib/
picoos.c 918 int pos; /* denotes the position in the buffer */ member in struct:picoos_buffer
975 static picoos_uint8 LSetPos (picoos_File f, unsigned int pos);
978 static picoos_uint8 LGetPos (picoos_File f, picoos_uint32 * pos);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 510 const int num_attribs = 2; /*pos + tex coord */
565 int *pos,
591 pos[0], pos[1], /* src */
592 pos[4], pos[5], /* dst */
599 pos[0], pos[1], /* src */
600 pos[2], pos[3], /* mask *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.c 443 const int num_attribs = 2; /*pos + tex coord*/
500 int *pos,
527 pos[0], pos[1], /* src */
528 pos[4], pos[5], /* dst */
535 pos[0], pos[1], /* src */
536 pos[2], pos[3], /* mask *
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 90 for (std::vector<Row>::const_iterator pos = Rows.begin(),
91 end = Rows.end(); pos != end; ++pos)
92 pos->dump(OS);
144 LineTableConstIter pos = LineTableMap.find(offset); local
145 if (pos != LineTableMap.end())
146 return &pos->second;
153 std::pair<LineTableIter, bool> pos = local
155 if (pos.second) {
160 pos.first->second = state
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 510 const int num_attribs = 2; /*pos + tex coord */
565 int *pos,
591 pos[0], pos[1], /* src */
592 pos[4], pos[5], /* dst */
599 pos[0], pos[1], /* src */
600 pos[2], pos[3], /* mask *
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 443 const int num_attribs = 2; /*pos + tex coord*/
500 int *pos,
527 pos[0], pos[1], /* src */
528 pos[4], pos[5], /* dst */
535 pos[0], pos[1], /* src */
536 pos[2], pos[3], /* mask *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFileReaderThread.c 475 static void AudioFileManager_SetPosition (AudioFileManager *afm, SInt64 pos)
477 if (pos < 0 || pos >= afm->mFileLength) {
479 (unsigned int)pos, (unsigned int)afm->mFileLength);
480 pos = 0;
483 afm->mReadFilePosition = pos;
486 static void AudioFileManager_SetEndOfFile (AudioFileManager *afm, SInt64 pos)
488 if (pos <= 0 || pos > afm->mFileLength) {
490 pos = afm->mFileLength
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 190 M4OSA_Int8 i, M4OSA_FilePosition pos,
199 if( (pos < apContext->buffer[i].filepos)
200 || (pos > (apContext->buffer[i].filepos + apContext->buffer[i].size - 1)) )
205 offset = pos - apContext->buffer[i].filepos;
220 M4OSA_Int8 i, M4OSA_FilePosition pos)
238 M4OSA_TRACE3_4("BufferFill i = %d pos = %ld read = %ld old = %ld", i, pos,
242 if(pos >= apContext->fileSize)
247 tempPos = (M4OSA_FilePosition) (pos / bufferSize);
352 M4OSA_FilePosition pos)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 512 private int pos = -3; // so first call to next() leaves pos at 0 field in class:NativeDecimalFormat.FieldPositionIterator
565 // if pos == data.length, we've already returned false once
566 if (data == null || pos == data.length) {
569 pos += 3;
570 return pos < data.length;
574 if (data == null || pos < 0 || pos == data.length) {
580 return data[pos];
585 return fields[data[pos]];
    [all...]
  /external/harfbuzz/src/
harfbuzz-arabic.c 857 static HB_UChar16 prevChar(const HB_UChar16 *str, int pos)
859 /*qDebug("leftChar: pos=%d", pos); */
860 const HB_UChar16 *ch = str + pos - 1;
861 pos--;
862 while(pos > -1) {
865 pos--;
871 static HB_UChar16 nextChar(const HB_UChar16 *str, hb_uint32 len, hb_uint32 pos)
873 const HB_UChar16 *ch = str + pos + 1;
874 pos++
935 int pos = i + from; local
    [all...]
  /external/icu4c/common/
rbbi.cpp 503 int64_t pos = utext_getNativeIndex(fText); local
509 utext_setNativeIndex(fText, pos);
510 if (utext_getNativeIndex(fText) != pos) {
549 int32_t pos = (int32_t)utext_nativeLength(fText); local
550 utext_setNativeIndex(fText, pos);
551 return pos;
586 int32_t pos = fCachedBreakPositions[fPositionInCache]; local
587 utext_setNativeIndex(fText, pos);
588 return pos;
621 int32_t pos = fCachedBreakPositions[fPositionInCache] local
717 int32_t pos = fCachedBreakPositions[fPositionInCache]; local
959 int32_t pos = (int32_t)UTEXT_GETNATIVEINDEX(fText); local
    [all...]
  /external/linux-tools-perf/util/ui/browsers/
hists.c 1033 struct perf_evsel *pos; local
1051 pos = menu->selection;
1053 ev_name = event_name(pos);
1054 key = perf_evsel__hists_browse(pos, help, ev_name, true);
1069 if (pos->node.next == &evlist->entries)
1070 pos = list_entry(evlist->entries.next, struct perf_evsel, node);
1072 pos = list_entry(pos->node.next, struct perf_evsel, node);
1075 if (pos->node.prev == &evlist->entries)
1076 pos = list_entry(evlist->entries.prev, struct perf_evsel, node)
1096 struct perf_evsel *pos; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 637 int pos = 0; local
639 views[pos] = topPanel;
640 light[pos] = false;
641 pos++;
649 views[pos] = (contentPanel.getVisibility() == View.GONE)
651 light[pos] = mListView != null;
652 pos++;
654 views[pos] = customPanel;
655 light[pos] = mForceInverseBackground;
656 pos++
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 80 setpos(pos) -- seek to the specified position
107 setmark(id, pos, name)
405 def setpos(self, pos):
406 if pos < 0 or pos > self._nframes:
408 self._soundpos = pos
415 pos = self._soundpos * self._framesize
416 if pos:
417 self._ssnd_chunk.seek(pos + 8)
519 pos = _read_long(chunk
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 80 setpos(pos) -- seek to the specified position
107 setmark(id, pos, name)
405 def setpos(self, pos):
406 if pos < 0 or pos > self._nframes:
408 self._soundpos = pos
415 pos = self._soundpos * self._framesize
416 if pos:
417 self._ssnd_chunk.seek(pos + 8)
519 pos = _read_long(chunk
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 2237 int pos = 1; local
    [all...]
  /external/libvorbis/lib/
vorbisfile.c     [all...]
  /external/openssl/ssl/
ssltest.c 2237 int pos = 1; local
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 213 var pos = keyData['p' + j];
214 if (!pos) {
217 if (LABEL_TO_KEY_TEXT[pos]) {
218 return LABEL_TO_KEY_TEXT[pos];
220 keyLabel = hex2char(pos);
264 var pos = keyData['p' + j];
265 if (LABEL_TO_KEY_TEXT[pos]) {
266 return LABEL_TO_KEY_TEXT[pos];
268 if (pos && pos.length > 0)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 286 pos = self._read_position
290 channel_id = ord(self._data[pos])
297 self._data[pos:pos+4])[0] & 0x1fffffff
304 struct.unpack('!H', self._data[pos+1:pos+3])[0])
311 self._data[pos:pos+2])[0] & 0x3fff
344 pos = self._read_position
347 return ord(self._data[pos])
    [all...]
  /external/qemu/android/skin/
region.c 222 runs[0] = rect->pos.y;
223 runs[1] = rect->pos.y + rect->size.h;
224 runs[2] = rect->pos.x;
225 runs[3] = rect->pos.x + rect->size.w;
370 r->bounds.pos.x = r->bounds.pos.y = 0;
382 r->bounds.pos.x = x1;
383 r->bounds.pos.y = y1;
407 r->bounds.pos.x = box->x1;
408 r->bounds.pos.y = box->y1
    [all...]

Completed in 1498 milliseconds

<<919293949596979899100>>