/external/chromium_org/third_party/WebKit/Source/web/painting/ |
ContinuousPainter.cpp | 56 Vector<GraphicsLayer*>::const_iterator it; local 57 for (it = children.begin(); it != children.end(); ++it) 58 setNeedsDisplayRecursive(*it, pageOverlays);
|
/bionic/libc/unistd/ |
alarm.c | 46 struct itimerval it, oitv; local 47 struct itimerval *itp = ⁢
|
/external/chromium_org/net/quic/congestion_control/ |
quic_max_sized_map_test.cc | 34 QuicMaxSizedMap<int, int>::ConstIterator it = test_map.Find(2); local 35 EXPECT_TRUE(it != test_map.End()); 36 EXPECT_EQ(4, it->second); 37 it = test_map.Find(1); 38 EXPECT_TRUE(it != test_map.End()); 39 EXPECT_EQ(2, it->second); 40 ++it; 41 EXPECT_TRUE(it != test_map.End()); 42 EXPECT_EQ(3, it->second); 57 QuicMaxSizedMap<int, int>::ConstIterator it = test_map.Begin() local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/ |
compare.pass.cpp | 29 std::map<Key, int>::iterator it = std::map<Key, int>().find(Key(0)); local
|
/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_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/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_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/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_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 76 iterator it = upper_bound(r_key); local 78 new_other.copy_from_ordered_range(it, end()); 80 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 81 iterator it = upper_bound(r_key); local 83 new_other.copy_from_ordered_range(it, end()); 85 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 76 iterator it = upper_bound(r_key); local 78 new_other.copy_from_ordered_range(it, end()); 80 new_this.copy_from_ordered_range(begin(), it); local
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_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 76 iterator it = upper_bound(r_key); local 78 new_other.copy_from_ordered_range(it, end()); 80 new_this.copy_from_ordered_range(begin(), it); local
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase.h | 53 PropertyMap::iterator it; member in class:FileMetadataPropertyIterator
|
/external/chromium/chrome/browser/ |
resources_util.cc | 29 StringIntMap::const_iterator it = id_map_.find(resource_name); local 30 if (it == id_map_.end()) 32 return it->second;
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session_context.cc | 26 std::vector<SyncEngineEventListener*>::const_iterator it; local 27 for (it = listeners.begin(); it != listeners.end(); ++it) 28 listeners_.AddObserver(*it);
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppauth.cc | 56 std::vector<std::string>::const_iterator it; local 58 // a token is the weakest auth - 15s, service-limited, so prefer it. 59 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-TOKEN"); 60 if (it != mechanisms.end() && !auth_cookie_.empty()) 64 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-COOKIE"); 65 if (it != mechanisms.end() && !auth_cookie_.empty()) 68 it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN"); 69 if (it != mechanisms.end())
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
remove_stale_cache_files.cc | 23 scoped_ptr<FileCache::Iterator> it = cache->GetIterator(); local 24 for (; !it->IsAtEnd(); it->Advance()) { 26 FileError error = resource_metadata->GetResourceEntryById(it->GetID(), 30 (!it->GetValue().is_dirty() && 31 it->GetValue().md5() != entry.file_specific_info().md5())) { 32 FileError error = cache->Remove(it->GetID()); 35 << it->GetID();
|
/external/chromium_org/chrome/browser/ |
fast_shutdown_browsertest.cc | 58 chrome::BrowserIterator it; local 59 it.Next(); 60 chrome::CloseWindow(*it);
|
language_usage_metrics_unittest.cc | 11 std::set<int>::const_iterator it; local 49 it = language_set.begin(); 50 EXPECT_EQ(ENGLISH, *it); 51 EXPECT_EQ(JAPANESE, *++it); 57 it = language_set.begin(); 58 EXPECT_EQ(ENGLISH, *it); 59 EXPECT_EQ(SPANISH, *++it); 60 EXPECT_EQ(JAPANESE, *++it); 79 it = language_set.begin(); 80 EXPECT_EQ(ENGLISH, *it); [all...] |
resources_util.cc | 31 StringIntMap::const_iterator it = id_map_.find(resource_name); local 32 if (it == id_map_.end()) 34 return it->second;
|
/external/chromium_org/chrome/browser/storage_monitor/ |
transient_device_ids.cc | 37 IdMap::const_iterator it = transient_id_map_.find(transient_id); local 38 if (it == transient_id_map_.end()) 40 return it->second;
|