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

<<111112113114115116117118119120>>

  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 83 char *s, *pos; local
92 pos = s;
93 while (*pos) {
94 if (*pos == '\n' || *pos == '\r') {
95 *pos = '\0';
98 pos++;
  /frameworks/base/tools/orientationplot/
orientationplot.py 44 self.pos = 0
48 index = self.buffer.find('\n', self.pos)
50 result = self.buffer[self.pos:index]
51 self.pos = index + 1
54 self.buffer = self.buffer[self.pos:]
55 self.pos = 0
68 self.pos = 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /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/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 415 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
416 entry_pointer p_e = m_entries[pos];
434 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
472 insert_new_imp(const_reference r_val, size_type pos)
475 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
482 p_e->m_p_next = m_entries[pos];
483 m_entries[pos] = p_e;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 373 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
374 entry_pointer p_e = m_entries[pos];
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
429 insert_new_imp(const_reference r_val, size_type pos)
432 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
438 p_e->m_p_next = m_entries[pos];
439 m_entries[pos] = p_e;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 415 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
416 entry_pointer p_e = m_entries[pos];
434 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
472 insert_new_imp(const_reference r_val, size_type pos)
475 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
482 p_e->m_p_next = m_entries[pos];
483 m_entries[pos] = p_e;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 414 const size_type pos = ranged_hash_fn_base::operator()(r_key); local
415 entry_pointer p_e = m_entries[pos];
433 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
471 insert_new_imp(const_reference r_val, size_type pos)
474 pos = ranged_hash_fn_base::operator()(PB_DS_V2F(r_val));
481 p_e->m_p_next = m_entries[pos];
482 m_entries[pos] = p_e;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 128 size_t pos = url.rfind('/');
129 if (pos == string::npos || !pos)
131 pos = url.rfind('/', pos - 1);
132 if (pos == string::npos)
135 return url.substr(pos + 1);
198 size_t pos = url.rfind('/');
199 if (pos == string::npos) {
201 pos = url.rfind('\\')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 157 HashTableIterator(HashTableType* table, PointerType pos, PointerType end) : m_iterator(table, pos, end) { }
158 HashTableIterator(HashTableType* table, PointerType pos, PointerType end, HashItemKnownGoodTag tag) : m_iterator(table, pos, end, tag) { }
353 iterator makeIterator(ValueType* pos) { return iterator(this, pos, m_table + m_tableSize); }
354 const_iterator makeConstIterator(ValueType* pos) const { return const_iterator(this, pos, m_table + m_tableSize); }
355 iterator makeKnownGoodIterator(ValueType* pos) { return iterator(this, pos, m_table + m_tableSize, HashItemKnownGood);
    [all...]
  /external/chromium_org/third_party/libxml/src/
uri.c 2244 int pos = 0; local
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 922 size_t pos = 0; local
925 sizes[i] = pos;
928 if (pos >= size)
930 if (p[pos * 2] == 0 && p[pos * 2 + 1] == 0)
932 pos++;
934 pos++;
936 sizes[i] = pos;
937 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE;
1257 Int64 pos = 0 local
    [all...]
  /external/libxml2/
uri.c 2244 int pos = 0; local
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 170 virtual bool handleOccurrence(unsigned pos, StringRef ArgName,
235 void setPosition(unsigned pos) { Position = pos; }
268 bool addOccurrence(unsigned pos, StringRef ArgName,
    [all...]
  /external/lzma/C/
7zIn.c 922 size_t pos = 0; local
925 sizes[i] = pos;
928 if (pos >= size)
930 if (p[pos * 2] == 0 && p[pos * 2 + 1] == 0)
932 pos++;
934 pos++;
936 sizes[i] = pos;
937 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE;
1257 Int64 pos = 0; local
    [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 262 pos = self._read_position
266 channel_id = ord(self._data[pos])
272 self._data[pos:pos+4])[0] & 0x1fffffff
278 struct.unpack('!H', self._data[pos+1:pos+3])[0])
284 self._data[pos:pos+2])[0] & 0x3fff
325 pos = self._read_position
327 if pos + 8 > len(self._data)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 884 const u8 *pos, *end, *mdie = NULL, *ftie = NULL; local
887 pos = sm->assoc_resp_ies;
888 end = pos + sm->assoc_resp_ies_len;
889 while (pos + 2 < end) {
890 if (pos + 2 + pos[1] > end)
892 switch (*pos) {
894 mdie = pos;
897 ftie = pos;
900 pos += 2 + pos[1]
1038 const u8 *pos; local
2376 char *pos = buf, *end = buf + buflen; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 138 FieldPosition pos; local
140 test->format(bla, result, pos, status);
173 virtual UnicodeString& format(int64_t number,UnicodeString& appendTo,FieldPosition& pos) const {
174 return NumberFormat::format(number, appendTo, pos);
196 FieldPosition pos; local
198 if (stub.format(num, agent, pos) != UnicodeString("agent3")){
366 ParsePosition pos(0);
368 fmt.parse(s, af, pos);
390 if (pos.getIndex() == s.length())
402 errln((UnicodeString)"FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + a)
2177 FieldPosition pos; local
2213 FieldPosition pos; local
5889 FieldPosition pos; local
    [all...]

Completed in 1505 milliseconds

<<111112113114115116117118119120>>