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

<<31323334353637383940>>

  /external/bison/examples/calc++/
position.hh 157 ** \param pos a reference to the position to redirect
161 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
163 if (pos.filename)
164 ostr << *pos.filename << ':';
165 return ostr << pos.line << '.' << pos.column;
  /external/chromium/net/base/
mime_sniffer.cc 306 const char* pos; local
307 for (pos = content; pos < end; ++pos) {
308 if (!IsAsciiWhitespace(*pos))
315 // |pos| now points to first non-whitespace character (or at end).
316 return CheckForMagicNumbers(pos, end - pos,
365 const char* pos = content; local
377 for (int i = 0; i < kMaxTagIterations && pos < end; ++i)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
PositionList.java 88 SourcePosition pos = insn.getPosition(); local
90 if (pos.equals(noInfo) || pos.sameLine(cur)) {
98 cur = pos;
99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 109 #define list_for_each(pos, head) \
110 for (pos = (head)->next; pos != (head); pos = pos->next)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
SimpleDERReader.java 20 int pos; field in class:SimpleDERReader
41 pos = off;
50 return buffer[pos++];
60 System.arraycopy(buffer, pos, b, 0, len);
62 pos += len;
  /external/harfbuzz_ng/src/
test.cc 113 hb_glyph_position_t *pos = &positions[i]; local
118 pos->x_offset,
119 pos->x_offset,
120 pos->x_advance,
121 pos->y_advance);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestLightRadius.java 48 float pos, vel=1; field in class:TestLightRadius
98 pos += tpf * vel * 5f;
99 if (pos > 15){
101 }else if (pos < -15){
105 pl.setPosition(new Vector3f(pos, 2, 0));
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 89 int pos = mPos; local
91 String s = mBuffer[pos];
95 pos = (pos + 1) % mBufferSize;
96 } while (pos != start);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
JarUtils.java 67 final int pos = path.lastIndexOf('/'); local
68 final String dirName = (pos >= 0) ? path.substring(0, pos) : "";
69 final String name = (pos >= 0) ? path.substring(pos + 1) : path;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 129 for (size_type pos = 0; pos < old_size; ++pos)
130 if (m_entries[pos].m_stat == valid_entry_status)
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 130 for (size_type pos = 0; pos < old_size; ++pos)
131 if (m_entries[pos].m_stat == valid_entry_status)
132 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 130 for (size_type pos = 0; pos < old_size; ++pos)
131 if (m_entries[pos].m_stat == valid_entry_status)
132 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 129 for (size_type pos = 0; pos < old_size; ++pos)
130 if (m_entries[pos].m_stat == valid_entry_status)
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 129 for (size_type pos = 0; pos < old_size; ++pos)
130 if (m_entries[pos].m_stat == valid_entry_status)
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 129 for (size_type pos = 0; pos < old_size; ++pos)
130 if (m_entries[pos].m_stat == valid_entry_status)
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 129 for (size_type pos = 0; pos < old_size; ++pos)
130 if (m_entries[pos].m_stat == valid_entry_status)
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
insert_store_hash_fn_imps.hpp 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
61 entry* const p_e = m_entries + pos;
70 std::make_pair(pos, pos_hash_pair.second) :
76 ins_pos = pos;
84 return std::make_pair(pos, pos_hash_pair.second);
resize_fn_imps.hpp 130 for (size_type pos = 0; pos < old_size; ++pos)
131 if (m_entries[pos].m_stat == valid_entry_status)
132 resize_imp_reassign(m_entries + pos, a_entries_resized,

Completed in 883 milliseconds

<<31323334353637383940>>