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

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 51 for (size_type pos = 0; pos < m_num_e; ++pos)
53 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 51 for (size_type pos = 0; pos < m_num_e; ++pos)
53 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 51 for (size_type pos = 0; pos < m_num_e; ++pos)
53 const_entry_pointer p_e =& a_entries[pos];
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 201 int pos; local
205 pos = scanText(i, clipEnd);
206 X.assertTrue(pos > i || state != State.IN_TEXT); // Must make progress.
210 pos = scanTag(i, end);
211 X.assertTrue(pos > i); // Must make progress
215 pos = scanComment(i, end);
217 X.assertTrue(pos > i); // Must make progress
221 pos = scanCDATA(i, end);
222 X.assertTrue(pos > i || state != State.IN_CDATA); // Must make progress
229 i = pos;
322 int pos; local
403 int pos; local
479 int pos; local
502 int pos = skipSpaces(start, end); local
565 int pos; local
663 int pos = tagNameScanner.scanName(nameStart, end); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 201 int pos; local
205 pos = scanText(i, clipEnd);
206 X.assertTrue(pos > i || state != State.IN_TEXT); // Must make progress.
210 pos = scanTag(i, end);
211 X.assertTrue(pos > i); // Must make progress
215 pos = scanComment(i, end);
217 X.assertTrue(pos > i); // Must make progress
221 pos = scanCDATA(i, end);
222 X.assertTrue(pos > i || state != State.IN_CDATA); // Must make progress
229 i = pos;
322 int pos; local
403 int pos; local
479 int pos; local
502 int pos = skipSpaces(start, end); local
565 int pos; local
663 int pos = tagNameScanner.scanName(nameStart, end); local
    [all...]
  /system/core/liblinenoise/
linenoise.c 187 static void refreshLine(int fd, const char *prompt, char *buf, size_t len, size_t pos, size_t cols) {
191 while((plen+pos) >= cols) {
194 pos--;
210 snprintf(seq,64,"\x1b[0G\x1b[%dC", (int)(pos+plen));
216 size_t pos = 0; local
249 if (pos > 0 && len > 0) {
250 memmove(buf+pos-1,buf+pos,len-pos);
251 pos--
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
multipart_unittest.cc 117 size_t pos = 0; local
118 pos = str.find(kTestMultipartBoundary);
119 EXPECT_NE(std::string::npos, pos);
120 pos += kTestMultipartBoundary.length();
122 pos = str.find(kTestData, pos);
123 EXPECT_NE(std::string::npos, pos);
124 pos += sizeof(kTestData);
126 pos = str.find(kTestMultipartBoundary, pos);
    [all...]
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 45 private int pos; field in class:BufferedWriter
138 if (pos > 0) {
139 out.write(buf, 0, pos);
141 pos = 0;
191 if (pos == 0 && count >= this.buf.length) {
195 int available = this.buf.length - pos;
200 System.arraycopy(buffer, offset, this.buf, pos, available);
201 pos += available;
203 if (pos == this.buf.length) {
205 pos = 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 10 pos = f.tell() # get current position
11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
15 f.truncate([size]) # truncate file at to at most size (default: current pos)
40 self.pos = 0
54 def seek(self, pos, mode = 0):
58 pos = pos + self.pos
60 pos = pos + self.le
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 10 pos = f.tell() # get current position
11 f.seek(pos) # set current position
12 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
15 f.truncate([size]) # truncate file at to at most size (default: current pos)
40 self.pos = 0
54 def seek(self, pos, mode = 0):
58 pos = pos + self.pos
60 pos = pos + self.le
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 33 char buf[128], *pos, *pos2; local
48 pos = buf;
49 while (*pos != '\0') {
50 if (*pos == '\n') {
51 *pos = '\0';
54 pos++;
61 pos = buf + 1;
63 vlan_id = strtol(buf, &pos, 10);
64 if (buf == pos || vlan_id < 1 ||
73 while (*pos == ' ' || *pos == '\t'
119 char buf[128], *pos; local
192 char buf[512], *pos, *start, *pos2; local
501 const char *pos; local
714 char *pos, *end; local
790 char *pos; local
823 char *pos; local
885 char *pos, *next; local
931 char *pos, *next; local
1342 char *pos; local
1418 char *pos, *end, *rpos; local
1561 char *pos; local
1595 char *pos; local
3055 char buf[512], *pos; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 182 const char *pos; member in struct:eap_fast_read_ctx
191 char *pos; local
200 if (rc->pos >= rc->end)
202 l_end = rc->pos;
205 len = l_end - rc->pos;
208 os_memcpy(rc->buf, rc->pos, len);
210 rc->pos = l_end + 1;
214 pos = rc->buf;
215 while (*pos != '\0') {
216 if (*pos == '\n' || *pos == '\r')
416 char *pos; local
621 char *buf, *pos; local
704 u8 *pos, *end; local
752 u8 *buf, *end, *pos; local
870 u8 *buf, *pos; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode {
64 if (done.contains(new Integer(pos)))
67 done.add(new Integer(pos));
70 iter.move(pos);
74 pos = iter.next();
75 next = scanOp(pos, iter, sub) && iter.hasNext();
81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode {
82 subroutines[pos] = sub;
84 int opcode = iter.byteAt(pos);
87 scanTableSwitch(pos, iter, sub)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 135 int pos = 0; local
136 while (pos < size) {
137 if (mKeyIconRecords.get(pos).keyCode >= keyCode) break;
138 pos++;
140 mKeyIconRecords.add(pos, iconRecord);
145 int pos = 0; local
146 while (pos < size) {
147 KeyIconRecord iconRecord = mKeyIconRecords.get(pos);
149 pos++;
162 int pos = 0 local
185 int pos = 0; local
195 int pos = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 87 #define NB_POS 16 /* pos in track, mask for sign bit */
118 void dec_1p_N1(int32 index, int16 N, int16 offset, int16 pos[])
135 pos[0] = pos1;
145 void dec_2p_2N1(int32 index, int16 N, int16 offset, int16 pos[])
180 pos[0] = pos1;
181 pos[1] = pos2;
192 void dec_3p_3N1(int32 index, int16 N, int16 offset, int16 pos[])
213 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
219 dec_1p_N1(idx, N, offset, pos + 2);
229 void dec_4p_4N1(int32 index, int16 N, int16 offset, int16 pos[])
    [all...]

Completed in 781 milliseconds

<<11121314151617181920>>