HomeSort by relevance Sort by last modified time
    Searched refs:hash_set (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/chrome/renderer/safe_browsing/
scorer.cc 90 const base::hash_set<std::string>& Scorer::page_terms() const {
94 const base::hash_set<uint32>& Scorer::page_words() const {
phishing_term_feature_extractor_unittest.cc 37 base::hash_set<std::string> terms;
51 for (base::hash_set<std::string>::iterator it = terms.begin();
56 base::hash_set<std::string> words;
69 for (base::hash_set<std::string>::iterator it = words.begin();
134 base::hash_set<std::string> term_hashes_;
135 base::hash_set<uint32> word_hashes_;
scorer_unittest.cc 84 // Use std::vector instead of base::hash_set for comparison.
86 // std::hash_set, but std::vector works fine.
92 base::hash_set<std::string> page_terms = scorer->page_terms();
108 base::hash_set<uint32> page_words = scorer->page_words();
  /external/chromium_org/content/browser/
storage_partition_impl_map_unittest.cc 69 scoped_ptr<base::hash_set<base::FilePath> > active_paths(
70 new base::hash_set<base::FilePath>);
storage_partition_impl_map.h 54 void GarbageCollect(scoped_ptr<base::hash_set<base::FilePath> > active_paths,
  /external/chromium_org/android_webview/browser/
icon_helper.h 66 base::hash_set<MissingFaviconURLHash> missing_favicon_urls_;
  /external/chromium_org/base/containers/
hash_tables.h 9 // |base::hash_set|.
12 // base::hash_set<int> my_set;
32 #include <hash_set>
43 // This is a hack to disable the gcc 4.4 warning about hash_map and hash_set
53 #include <hash_set>
56 #include <ext/hash_set>
120 using BASE_HASH_NAMESPACE::hash_set;
  /external/chromium_org/base/test/
multiprocess_test_android.cc 41 std::hash_set<int> fds_to_keep_open;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition.h 30 base::hash_set<std::string> css_selectors;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 91 base::hash_set<unsigned int> modifier_keycodes_;
  /external/chromium_org/net/base/
platform_mime_util_linux.cc 104 base::hash_set<base::FilePath::StringType>* extensions) const {
platform_mime_util_win.cc 45 base::hash_set<base::FilePath::StringType>* extensions) const {
  /external/chromium_org/net/tools/quic/test_tools/
mock_epoll_server.h 81 base::hash_set<AlarmCB*>::size_type NumberOfAlarms() const {
  /external/chromium_org/tools/cygprofile/
cygprofile.h 116 std::hash_set<void*> called_functions_;
  /external/stlport/test/eh/
nc_alloc.cpp 68 # include <hash_set>
70 # include <hash_set.h>
75 # error what do I include to get hash_set?
95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set;
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_unittest.cc 41 const base::hash_set<int32>& add_chunks_deleted,
42 const base::hash_set<int32>& sub_chunks_deleted) {
164 const base::hash_set<int32> no_deletions;
210 const base::hash_set<int32> no_deletions;
265 const base::hash_set<int32> no_deletions;
266 base::hash_set<int32> sub_deletions;
283 base::hash_set<int32> add_deletions;
safe_browsing_store.h 139 const base::hash_set<int32>& add_chunks_deleted,
140 const base::hash_set<int32>& sub_chunks_deleted);
  /external/stlport/test/unit/
hash_test.cpp 12 # include <hash_set>
301 hash_set<int, hash<int>, equal_to<int> > s;
302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42);
364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2;
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
423 hash_set<IncompleteClass> hsinstances;
424 typedef hash_set<IncompleteClass>::iterator hsit;
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 12 # include <hash_set>
301 hash_set<int, hash<int>, equal_to<int> > s;
302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42);
364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2;
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
423 hash_set<IncompleteClass> hsinstances;
424 typedef hash_set<IncompleteClass>::iterator hsit;
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 12 # include <hash_set>
301 hash_set<int, hash<int>, equal_to<int> > s;
302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42);
364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2;
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
423 hash_set<IncompleteClass> hsinstances;
424 typedef hash_set<IncompleteClass>::iterator hsit;
  /external/chromium_org/mojo/services/view_manager/
view_manager_service_impl.h 104 typedef base::hash_set<Id> ViewIdSet;
187 virtual const base::hash_set<Id>& GetRootsForAccessPolicy() const OVERRIDE;
  /external/chromium_org/content/common/
host_shared_bitmap_manager.h 80 base::hash_set<cc::SharedBitmapId> > ProcessMap;
host_shared_bitmap_manager.cc 168 base::hash_set<cc::SharedBitmapId>& res =
180 base::hash_set<cc::SharedBitmapId>& res = proc_it->second;
182 for (base::hash_set<cc::SharedBitmapId>::iterator it = res.begin();
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.h 104 typedef base::hash_set<uint32_t> TextureIdSet;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 73 hash_set<string> MakeKeywordsMap() {
74 hash_set<string> result;
81 hash_set<string> kKeywords = MakeKeywordsMap();

Completed in 1333 milliseconds

1 23 4 5 6 7 8