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

<<81828384858687888990>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 438 insert_new_imp(const_reference r_val, size_type pos)
440 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
443 pos = find_ins_pos(PB_DS_V2F(r_val),
446 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
447 entry* const p_e = m_entries + pos;
488 const size_type pos = find_ins_pos(key, local
491 entry_pointer p_e = &m_entries[pos];
493 return insert_new_imp(value_type(key, mapped_type()), pos)->second;
525 const size_type pos = ranged_probe_fn_base::operator()(key, local
528 entry* const p_e = m_entries + pos;
569 const size_type pos = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 392 insert_new_imp(const_reference r_val, size_type pos)
394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
397 pos = find_ins_pos(PB_DS_V2F(r_val),
400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
402 entry* const p_e = m_entries + pos;
445 const size_type pos = find_ins_pos(key, local
448 entry_pointer p_e = &m_entries[pos];
450 return insert_new_imp(value_type(key, mapped_type()), pos)->second;
483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local
485 entry* const p_e = m_entries + pos;
529 const size_type pos = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 438 insert_new_imp(const_reference r_val, size_type pos)
440 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
443 pos = find_ins_pos(PB_DS_V2F(r_val),
446 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
447 entry* const p_e = m_entries + pos;
488 const size_type pos = find_ins_pos(key, local
491 entry_pointer p_e = &m_entries[pos];
493 return insert_new_imp(value_type(key, mapped_type()), pos)->second;
525 const size_type pos = ranged_probe_fn_base::operator()(key, local
528 entry* const p_e = m_entries + pos;
569 const size_type pos = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 437 insert_new_imp(const_reference r_val, size_type pos)
439 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
442 pos = find_ins_pos(PB_DS_V2F(r_val),
445 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status);
446 entry* const p_e = m_entries + pos;
487 const size_type pos = find_ins_pos(key, local
490 entry_pointer p_e = &m_entries[pos];
492 return insert_new_imp(value_type(key, mapped_type()), pos)->second;
524 const size_type pos = ranged_probe_fn_base::operator()(key, local
527 entry* const p_e = m_entries + pos;
568 const size_type pos = local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 138 pos = locale.find('@')
139 if pos >= 0:
140 modifier = locale[pos:]
141 locale = locale[:pos]
145 pos = locale.find('.')
146 if pos >= 0:
147 codeset = locale[pos:]
148 locale = locale[:pos]
152 pos = locale.find('_')
153 if pos >= 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 84 pos = fp.tell()
87 fp.seek(pos)
108 pos = fp.tell()
test_univnewlines2k.py 74 pos = fp.tell()
77 fp.seek(pos)
112 pos = fp.tell()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 138 pos = locale.find('@')
139 if pos >= 0:
140 modifier = locale[pos:]
141 locale = locale[:pos]
145 pos = locale.find('.')
146 if pos >= 0:
147 codeset = locale[pos:]
148 locale = locale[:pos]
152 pos = locale.find('_')
153 if pos >= 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines.py 84 pos = fp.tell()
87 fp.seek(pos)
108 pos = fp.tell()
test_univnewlines2k.py 74 pos = fp.tell()
77 fp.seek(pos)
112 pos = fp.tell()
  /sdk/emulator/qtools/
gtrace.cpp 25 long pos = ftell(ftrace_); local
26 long pos_end = (pos + 0x1fff) & ~0x1fff;
27 if (pos_end > pos) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 550 Position CompositeEditCommand::positionOutsideTabSpan(const Position& pos)
552 if (!isTabSpanTextNode(pos.anchorNode()))
553 return pos;
555 switch (pos.anchorType()) {
559 return pos;
563 return positionInParentBeforeNode(pos.anchorNode());
565 return positionInParentAfterNode(pos.anchorNode());
568 Node* tabSpan = tabSpanNode(pos.containerNode());
570 if (pos.offsetInContainerNode() <= caretMinOffset(pos.containerNode())
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 520 int pos = mPreferences.getInt("curpos", 0); local
521 if (pos < 0 || pos >= mPlayListLen) {
526 mPlayPos = pos;
1048 int pos = getNextPosition(false); local
1304 Integer pos = mHistory.remove(histsize - 1); local
1413 int pos = getNextPosition(force); local
1442 long pos = position(); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 120 (s)->string = (s)->pos = sourceString;
183 return s == NULL || s->pos == s->endp;
197 backup->pos = data->pos;
237 data->pos = backup->pos;
247 data->pos = data->writableBuffer.getTerminatedBuffer() +
248 (data->pos - backup->bufferaddress);
253 (int32_t)(data->pos - backup->bufferaddress);
254 data->pos = data->writableBuffer.getTerminatedBuffer() + (data->writableBuffer.length() - temp)
7053 uint32_t *pos; member in struct:ucol_CEBuf
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 148 int pos = DTM.NULL; local
150 while ((null == iterator) || (DTM.NULL != (pos = iterator.nextNode())))
153 ? xctxt.getDTM(pos).getStringValue(pos) : arg.xstr();
163 if (null == arg1Expr && DTM.NULL != pos)
165 DTM baseDTM = xctxt.getDTM(pos);
  /external/chromium/net/websockets/
websocket_handshake.cc 286 int pos = rand_(0, s.length()); local
288 s = s.substr(0, pos).append(1, randomCharacterInSecWebSocketKey[chpos]) +
289 s.substr(pos);
292 int pos = rand_(1, s.length() - 1); local
293 s = s.substr(0, pos) + " " + s.substr(pos);
  /external/chromium_org/chrome_frame/test/
test_server.h 68 std::string::size_type pos = path_.find('?'); local
69 if (pos != std::string::npos)
70 ret = path_.substr(pos + 1);
201 std::string::size_type pos = path.find('?'); local
202 if (pos != std::string::npos)
203 path = path.substr(0, pos);
  /external/chromium_org/content/common/android/
address_parser_internal.cc 383 for (int pos = 0; true; ) {
385 words->at(state_word).end, &state_names[state].string[pos]))
388 pos += words->at(state_word).end - words->at(state_word).begin + 1;
389 if (pos >= state_names[state].length) {
421 size_t pos = it - word.begin; local
422 if (IsAsciiDigit(*it) || (*it == '-' && pos == kZipDigits))
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 98 size_t pos = m_serviceType.find(";"); local
99 if (pos != kNotFound)
100 m_serviceType = m_serviceType.left(pos);
169 size_t pos = serviceType.find(";"); local
170 if (pos != kNotFound)
171 serviceType = serviceType.left(pos);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_util.c 89 /* Project 'pos' to screen space (or back again), overwrite with results:
91 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos )
97 brw_math_invert(p, get_element(pos, W), get_element(pos, W));
102 brw_MUL(p, brw_writemask(pos, WRITEMASK_XYZ), pos, brw_swizzle1(pos, W));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 152 GLint pos = (t << twidth_log2) + s; \
153 pos = pos + pos + pos; /* multiply by 3 */ \
154 rgba[i][RCOMP] = texture[pos+2]; \
155 rgba[i][GCOMP] = texture[pos+1]; \
156 rgba[i][BCOMP] = texture[pos+0]; \
213 GLint pos = (t << twidth_log2) + s; \
214 pos = pos + pos + pos; /* multiply by 3 */
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 56 int pos = 0; local
57 while (pos < version.size() &&
58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
59 ++pos;
61 version.erase(pos);
  /external/harfbuzz_ng/src/
hb-old.cc 317 item.item.pos = 0;
398 hb_glyph_position_t *pos = &buffer->pos[i]; local
401 pos->x_advance = info->mask;
402 pos->x_offset = info->var1.u32;
403 pos->y_offset = info->var2.u32;
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 442 * @param pos
447 public int getLineNumber(int pos) {
457 return ainfo.toLineNumber(pos);
488 int pos = iterator.skipSuperConstructor(); local
489 if (pos >= 0) { // not this()
491 int mref = ByteArray.readU16bit(code, pos + 1);
495 ByteArray.write16bit(mref2, code, pos + 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 89 /* Project 'pos' to screen space (or back again), overwrite with results:
91 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos )
97 brw_math_invert(p, get_element(pos, W), get_element(pos, W));
102 brw_MUL(p, brw_writemask(pos, WRITEMASK_XYZ), pos, brw_swizzle1(pos, W));

Completed in 2078 milliseconds

<<81828384858687888990>>