| /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
| TrustletSession.cpp | 59 delete (*it).second; 118 CWsm_ptr pWsm = buffers.begin()->second;
|
| /hardware/ti/omap4-aah/camera/inc/ |
| NV12_resize.h | 46 mmInt32 second; member in struct:__anon42503 56 mmInt32 second; member in struct:__anon42504
|
| /hardware/ti/omap4xxx/camera/inc/ |
| NV12_resize.h | 34 mmInt32 second; member in struct:__anon42625 45 mmInt32 second; member in struct:__anon42626
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/ |
| equal_range.pass.cpp | 33 for (Iter j = first; j != i.second; ++j) 35 for (Iter j = i.second; j != last; ++j)
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/ |
| iterator.pass.cpp | 75 assert(i->second == 1); 76 i->second = 2.5; 77 assert(i->second == 2.5); 119 assert(i->second == 1); 162 assert(i->second == 1); 163 i->second = 2.5; 164 assert(i->second == 2.5); 206 assert(i->second == 1);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/ |
| iterator.pass.cpp | 76 assert(i->second == d); 77 i->second = 2.5; 78 assert(i->second == 2.5); 121 assert(i->second == d); 165 assert(i->second == d); 166 i->second = 2.5; 167 assert(i->second == 2.5); 210 assert(i->second == d);
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
| find_const.pass.cpp | 43 assert(i->second == "thirty"); 66 assert(i->second == "thirty");
|
| find_non_const.pass.cpp | 43 assert(i->second == "thirty"); 66 assert(i->second == "thirty");
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
| find_const.pass.cpp | 43 assert(i->second == "thirty"); 66 assert(i->second == "thirty");
|
| find_non_const.pass.cpp | 43 assert(i->second == "thirty"); 66 assert(i->second == "thirty");
|
| iterators.fail.cpp | 47 i->second = "ONE"; 48 assert(i->second == "ONE");
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/ |
| header_read_write_utils.cpp | 127 if (it->first.empty() || it->second.empty()) { 136 if (!buffer->writeCodePointsAndAdvancePosition(&(it->second.at(0)), it->second.size(), 180 return it->second; 207 for (size_t i = 0; i < it->second.size(); ++i) { 208 if (i == 0 && it->second.at(i) == '-') { 211 if (!isdigit(it->second.at(i))) { 216 value += it->second.at(i) - '0';
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| rubystdautodoc.swg | 28 AUTODOC(second, "Return the second element in $class");
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| erase_store_hash_fn_imps.hpp | 59 r_key, r_pos_hash_pair.second)) 82 r_pos_hash_pair.second))
|
| /system/core/fastboot/ |
| bootimg.c | 42 void *second, unsigned second_size, unsigned second_offset, 85 second, second_size);
|
| /external/llvm/lib/Transforms/Vectorize/ |
| BBVectorize.cpp | 522 // for two reasons: First, they cannot be usefully fused. Second, because 744 for (std::vector<Value *>::iterator J = I->second.begin(), 745 JE = I->second.end(); J != JE; ++J) 751 // over the pairs such that two pairs are connected iff the second pair 754 // Note that it only matters that both members of the second pair use some 767 for (std::vector<ValuePair>::iterator J = I->second.begin(), 768 JE = I->second.end(); J != JE; ++J) 800 else if (FixedOrderPairs.count(ValuePair(I->second, I->first))) 801 AllFixedOrderPairs.insert(ValuePair(I->second, I->first)); [all...] |
| /external/chromium_org/chrome/browser/autocomplete/ |
| shortcuts_backend.cc | 127 if (match.destination_url == it->second.match_core.destination_url) { 129 it->second.id, text, MatchToMatchCore(match, profile_), now, 130 it->second.number_of_hits + 1)); 197 it->second->second.match_core.destination_url)) != rows.end()) 213 std::make_pair(base::i18n::ToLower(it->second.text), it->second)); 252 shortcuts_map_.erase(it->second); 272 shortcuts_map_.erase(it->second); 292 (it->second->second.match_core.destination_url == url) [all...] |
| /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
| webrequest_rules_registry.cc | 113 const WebRequestRule::GlobalRuleId& rule_id = i->second; 123 const WebRequestRule::GlobalRuleId& rule_id = i->second; 126 webrequest_rules_[rule_id.first][rule_id.second].get(); 212 const WebRequestConditionSet& conditions = i->second->conditions(); 216 rule_triggers_[(*j)->id()] = i->second.get(); 225 i->second->conditions().GetURLMatcherConditionSets(&all_new_condition_sets); 226 if (i->second->conditions().HasConditionsWithoutUrls()) 227 rules_with_untriggered_conditions_.insert(i->second.get()); 258 CleanUpAfterRule(webrequest_rules_entry->second.get(), 283 CleanUpAfterRule(it->second.get(), &remove_from_url_matcher) [all...] |
| /external/chromium_org/chrome/browser/search_engines/ |
| util.cc | 111 i->second->prepopulate_id()) && 112 default_search_provider->HasSameKeywordAs(i->second->data(), 123 i->second->HasSameKeywordAs(*prepopulated_url->second, 127 } else if (i->second->id() < best->second->id()) { 133 checked_urls.push_back(best->second); 138 service->RemoveKeyword(i->second->id()); 140 removed_keyword_guids->insert(i->second->sync_guid()); 142 delete i->second; [all...] |