/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
TWord.java | 15 public TWord(String text, int line, int pos) 19 setPos(pos);
|
/external/kernel-headers/original/linux/ |
plist.h | 159 #define plist_for_each(pos, head) \ 160 list_for_each_entry(pos, &(head)->node_list, plist.node_list) 170 #define plist_for_each_safe(pos, n, head) \ 171 list_for_each_entry_safe(pos, n, &(head)->node_list, plist.node_list) 176 * @pos: the type * to use as a loop counter. 180 #define plist_for_each_entry(pos, head, mem) \ 181 list_for_each_entry(pos, &(head)->node_list, mem.plist.node_list) 187 * @pos: the type * to use as a loop counter. 192 #define plist_for_each_entry_safe(pos, n, head, m) \ 193 list_for_each_entry_safe(pos, n, &(head)->node_list, m.plist.node_list [all...] |
/external/libppp/src/ |
iplist.c | 58 list->cur.pos = -1; 130 if (list->cur.pos == -1) { 139 list->cur.pos = -1; 144 list->cur.pos++; 169 list->cur.pos = -1; 173 iplist_setcurpos(struct iplist *list, long pos) 175 if (pos < 0 || (unsigned)pos >= list->nItems) { 176 list->cur.pos = -1; 182 list->cur.pos = 0 [all...] |
/external/skia/src/core/ |
SkBuffer.cpp | 31 size_t pos = this->pos(); local 32 size_t n = SkAlign4(pos) - pos; 62 size_t pos = this->pos(); local 63 size_t n = SkAlign4(pos) - pos;
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ft.c | 70 u8 *pos = buf; local 75 *pos++ = WLAN_EID_MOBILITY_DOMAIN; 76 *pos++ = MOBILITY_DOMAIN_ID_LEN + 1; 77 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN); 78 pos += MOBILITY_DOMAIN_ID_LEN; 82 *pos++ = capab; 84 return pos - buf; 94 u8 *pos = buf, *ielen; local 101 *pos++ = WLAN_EID_FAST_BSS_TRANSITION; 102 ielen = pos++ 457 u8 *subelem, *pos; local 793 u8 *pos, *end; local 1192 u8 *resp_ies, *pos; local 1482 const u8 *pos, *end, *start; local [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
InputStreamReaderTest.java | 33 PipedOutputStream pos = new PipedOutputStream(pin); local 34 pos.write("hello".getBytes("UTF-8"));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
substr.pass.cpp | 13 // size_type pos, size_type n = npos, 26 test(S str, unsigned pos) 32 S s2(str, pos); 34 assert(pos <= str.size()); 35 unsigned rlen = str.size() - pos; 37 assert(T::compare(s2.data(), str.data() + pos, rlen) == 0); 43 assert(pos > str.size()); 49 test(S str, unsigned pos, unsigned n) 55 S s2(str, pos, n); 57 assert(pos <= str.size()) [all...] |
/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_/ |
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/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_/ |
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/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_/ |
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/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;
|