/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 114 m_pos(pos)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
erase_no_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry* const p_e = m_entries + pos;
|
resize_no_store_hash_fn_imps.hpp | 53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 54 entry_pointer p_new_e = a_entries_resized + pos;
|
resize_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry_pointer p_new_e = a_entries_resized + pos;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
resize_no_store_hash_fn_imps.hpp | 53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 54 entry_pointer p_new_e = a_entries_resized + pos;
|
resize_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry_pointer p_new_e = a_entries_resized + pos;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 114 m_pos(pos)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
erase_no_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry* const p_e = m_entries + pos;
|
resize_no_store_hash_fn_imps.hpp | 53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 54 entry_pointer p_new_e = a_entries_resized + pos;
|
resize_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry_pointer p_new_e = a_entries_resized + pos;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/ |
erase_no_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry* const p_e = m_entries + pos;
|
resize_no_store_hash_fn_imps.hpp | 53 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 54 entry_pointer p_new_e = a_entries_resized + pos;
|
resize_store_hash_fn_imps.hpp | 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local 55 entry_pointer p_new_e = a_entries_resized + pos;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 97 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
skiplist_test.cc | 232 Key pos = RandomTarget(rnd); local 234 iter.Seek(pos); 243 ASSERT_LE(pos, current) << "should not go backwards"; 245 // Verify that everything in [pos,current) was not present in 247 while (pos < current) { 248 ASSERT_LT(key(pos), K) << pos; local 252 ASSERT_TRUE((gen(pos) == 0) || 253 (gen(pos) > initial_state.Get(key(pos))) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ttls.c | 179 u8 *pos; local 180 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); 181 os_memcpy(pos, data, len); 182 pos += len; 183 AVP_PAD(start, pos); 184 return pos; 192 u8 *avp, *pos; local 202 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); 203 os_memcpy(pos, wpabuf_head(*resp), wpabuf_len(*resp)); 204 pos += wpabuf_len(*resp) 377 u8 *pos; local 420 u8 *buf, *pos, *challenge, *peer_challenge; local 519 u8 *buf, *pos, *challenge; local 601 u8 *buf, *pos; local 655 u8 *buf, *pos, *challenge; local 921 u8 *pos; local 1474 const u8 *pos; local [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client.c | 55 u8 *pos; local 91 pos = key_block; 94 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size); 95 pos += conn->rl.hash_size; 97 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size); 98 pos += conn->rl.hash_size; 101 os_memcpy(conn->rl.write_key, pos, conn->rl.key_material_len); 102 pos += conn->rl.key_material_len; 104 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); 105 pos += conn->rl.key_material_len 144 const u8 *pos, *end; local 310 const u8 *in_end, *pos; local 646 u8 *pos; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-fallback.cc | 187 buffer->pos[i].x_advance = 0; 188 buffer->pos[i].y_advance = 0; 207 hb_glyph_position_t &pos = buffer->pos[i]; local 208 pos.x_offset = pos.y_offset = 0; 219 pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing; 222 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extents.x_bearing; 233 pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_extents.x_bearing; 240 pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing [all...] |
/external/chromium/testing/gtest/scripts/ |
pump.py | 163 def StartsWith(lines, pos, string): 166 return lines[pos.line][pos.column:].startswith(string) 243 def ParseToken(lines, pos, regex, token_type): 244 line = lines[pos.line][pos.column:] 247 return MakeToken(lines, pos, pos + m.end(), token_type) 249 print 'ERROR: %s expected at %s.' % (token_type, pos) 261 def Skip(lines, pos, regex) [all...] |
/external/chromium_org/testing/gtest/scripts/ |
pump.py | 163 def StartsWith(lines, pos, string): 166 return lines[pos.line][pos.column:].startswith(string) 243 def ParseToken(lines, pos, regex, token_type): 244 line = lines[pos.line][pos.column:] 247 return MakeToken(lines, pos, pos + m.end(), token_type) 249 print 'ERROR: %s expected at %s.' % (token_type, pos) 261 def Skip(lines, pos, regex) [all...] |
/external/gtest/scripts/ |
pump.py | 163 def StartsWith(lines, pos, string): 166 return lines[pos.line][pos.column:].startswith(string) 243 def ParseToken(lines, pos, regex, token_type): 244 line = lines[pos.line][pos.column:] 247 return MakeToken(lines, pos, pos + m.end(), token_type) 249 print 'ERROR: %s expected at %s.' % (token_type, pos) 261 def Skip(lines, pos, regex) [all...] |
/external/android-clat/ |
ipv6.c | 37 int icmp6_packet(clat_packet out, int pos, const struct icmp6_hdr *icmp6, size_t len) { 49 return icmp6_to_icmp(out, pos, icmp6, payload, payload_size); 77 int ipv6_packet(clat_packet out, int pos, const char *packet, size_t len) { 79 struct iphdr *ip_targ = (struct iphdr *) out[pos].iov_base; 122 out[pos].iov_len = sizeof(struct iphdr); 155 iov_len = generic_packet(out, pos + 2, next_header, len_left); 157 iov_len = icmp6_packet(out, pos + 2, (const struct icmp6_hdr *) next_header, len_left); 159 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, 162 iov_len = udp_packet(out, pos + 2, (const struct udphdr *) next_header, old_sum, new_sum, 165 iov_len = generic_packet(out, pos + 2, next_header, len_left) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 78 int pos; local 81 pos = ((FormattedHeader) header).getValuePos(); 89 pos = 0; 91 while (pos < buffer.length() && HTTP.isWhitespace(buffer.charAt(pos))) { 92 pos++; 94 int beginIndex = pos; 95 while (pos < buffer.length() && !HTTP.isWhitespace(buffer.charAt(pos))) { 96 pos++ [all...] |