/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); 147 p_ind->replace_child(p_child_ret, b_it, e_it, this); 148 apply_update(p_ind, (node_update*)this); 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); 151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it); 155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end()); 159 apply_update(p_ind, (node_update*)this); 160 return p_ind; [all...] |
/external/opencv/cv/src/ |
cvshapedescr.cpp | 564 int p_max = 2, p_ind; local 603 p_ind = 0; 641 if( p_ind >= p_max ) 644 p_are[p_ind] = a00 / 2.; 645 p_ind++; 672 if( p_ind >= p_max ) 675 p_are[p_ind] = a00 / 2.; 676 p_ind++; 703 if( p_ind >= p_max ) 706 p_are[p_ind] = a00 / 2. [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 215 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind) 222 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE)); [all...] |
gatt_int.h | 595 extern tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB *p_tcb, tGATT_VALUE *p_ind);
|