/libcore/support/src/test/java/tests/support/ |
Support_UnmodifiableMapTest.java | 130 Iterator<?> it = keySet.iterator(); local 131 while (it.hasNext()) { 134 keySet.contains(it.next())); 145 for (int counter = 0; it.hasNext(); counter++) { 148 objArray[counter] == it.next()); 154 for (int counter = 0; it.hasNext(); counter++) { 157 objArray[counter] == it.next());
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-typed-test.cc | 71 for (DefinedTestIter it = defined_test_names_.begin(); 72 it != defined_test_names_.end(); 73 ++it) { 74 if (name == *it) { 88 for (DefinedTestIter it = defined_test_names_.begin(); 89 it != defined_test_names_.end(); 90 ++it) { 91 if (tests.count(*it) == 0) { 92 errors << "You forgot to list test " << *it << ".\n"; local
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
dynamic_patricia_trie_gc_event_listeners.cpp | 56 // Current PtNode is no longer needed. Mark it as deleted. 123 // Current PtNode is not written in new buffer because it has been deleted. 146 DynamicPatriciaTrieWritingHelper::PtNodePositionRelocationMap::const_iterator it = local 148 if (it != mDictPositionRelocationMap->mPtNodePositionRelocationMap.end()) { 149 parentPos = it->second; 162 DynamicPatriciaTrieWritingHelper::PtNodeArrayPositionRelocationMap::const_iterator it = local 164 if (it != mDictPositionRelocationMap->mPtNodeArrayPositionRelocationMap.end()) { 165 childrenPos = it->second;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 point_iterator it = find(r_key); local 47 if (it == base_type::end()) 49 erase(it); 56 erase(iterator it) 59 if (it == base_type::end()) 60 return it; 93 iterator it = base_type::begin(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 node_iterator it = node_begin(); local 50 while (it != end_it) 52 node_iterator l_it = it.get_l_child(); 59 return (*it); 61 it = l_it; 66 it = it.get_r_child() 86 const_node_iterator it = node_begin(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 point_iterator it = find(r_key); local 47 if (it == base_type::end()) 49 erase(it); 56 erase(iterator it) 59 if (it == base_type::end()) 60 return it; 93 iterator it = base_type::begin(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 node_iterator it = node_begin(); local 50 while (it != end_it) 52 node_iterator l_it = it.get_l_child(); 59 return (*it); 61 it = l_it; 66 it = it.get_r_child() 86 const_node_iterator it = node_begin(); local [all...] |
/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/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/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/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |
/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/rb_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 point_iterator it = find(r_key); local 47 if (it == base_type::end()) 49 erase(it); 56 erase(iterator it) 59 if (it == base_type::end()) 60 return it; 93 iterator it = base_type::begin(); local [all...] |
/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/tree_policy/ |
order_statistics_imp.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 node_iterator it = node_begin(); local 50 while (it != end_it) 52 node_iterator l_it = it.get_l_child(); 59 return (*it); 61 it = l_it; 66 it = it.get_r_child() 86 const_node_iterator it = node_begin(); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 point_iterator it = find(r_key); local 47 if (it == base_type::end()) 49 erase(it); 56 erase(iterator it) 59 if (it == base_type::end()) 60 return it; 93 iterator it = base_type::begin(); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 node_iterator it = node_begin(); local 50 while (it != end_it) 52 node_iterator l_it = it.get_l_child(); 59 return (*it); 61 it = l_it; 66 it = it.get_r_child() 86 const_node_iterator it = node_begin(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 point_iterator it = find(r_key); local 47 if (it == base_type::end()) 49 erase(it); 56 erase(iterator it) 59 if (it == base_type::end()) 60 return it; 93 iterator it = base_type::begin(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/ |
order_statistics_imp.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 46 node_iterator it = node_begin(); local 50 while (it != end_it) 52 node_iterator l_it = it.get_l_child(); 59 return (*it); 61 it = l_it; 66 it = it.get_r_child() 86 const_node_iterator it = node_begin(); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 124 template<typename It> 125 It 127 erase_imp(It it) 130 if (it == end()) 133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));) 187 point_iterator it = find(r_key); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 6 // software; you can redistribute it and/or modify it under the terms 11 // This library is distributed in the hope that it will be useful, but 33 // purpose. It is provided "as is" without express or implied 150 for (typename internal_node::iterator it = 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 153 ++it) 155 node_pointer p_child =* it; 170 erase(const_iterator it) 174 if (it == end() 251 iterator it = begin(); local [all...] |