HomeSort by relevance Sort by last modified time
    Searched full:hash_map (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 47 #include <hash_map>
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 35 // Allows us to use URLFetchers in a hash_map with gcc (MSVC is okay without
347 typedef base::hash_map<const URLFetcher*,
safe_browsing_service_browsertest.cc 126 base::hash_map<std::string, Hits>::const_iterator
147 base::hash_map<std::string, Hits> badurls_;
193 // We return a result from the prefilled full_hashes_ hash_map to simulate
  /external/chromium/net/websockets/
websocket_handshake_handler_unittest.cc 316 // Note that order of sec-websocket-* is sensitive with hash_map order.
389 // Note that order of sec-websocket-* is sensitive with hash_map order.
  /external/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 280 // Again, using hash_map does not earn us much here. page_cycler_test intl2
281 // gave us a 'better' result with map than with hash_map even though they're
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 59 * hash_set, hash_map, hash_multiset, hash_multimap,
584 // this is for hash_map::operator[]
  /external/chromium/base/metrics/
stats_table.h 136 typedef hash_map<std::string, int> CountersMap;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 30 #include <ext/hash_map>
determinize.h 26 #include <ext/hash_map>
27 using __gnu_cxx::hash_map;
457 typedef hash_map<Subset *, StateId, SubsetKey, SubsetEqual>
  /ndk/sources/host-tools/make-3.81/
hash.h 73 void hash_map __P((struct hash_table *ht, hash_map_func_t map));
hash.c 224 hash_map (struct hash_table *ht, hash_map_func_t map) function
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 53 // hash_map and hash_set are available under Visual C++.
55 # define GTEST_HAS_HASH_MAP_ 1 // Indicates that hash_map is available.
56 # include <hash_map> // NOLINT
219 using ::stdext::hash_map;
801 hash_map<int, char> map1;
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 53 // hash_map and hash_set are available under Visual C++.
55 # define GTEST_HAS_HASH_MAP_ 1 // Indicates that hash_map is available.
56 # include <hash_map> // NOLINT
219 using ::stdext::hash_map;
801 hash_map<int, char> map1;
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 246 typedef base::hash_map<int, Delegate*> CallbackMap;
  /external/chromium/chrome/browser/net/
passive_log_collector.h 153 typedef base::hash_map<uint32, SourceInfo> SourceIDToInfoMap;
  /external/chromium/net/http/
http_transaction_unittest.cc 21 typedef base::hash_map<std::string, const MockTransaction*> MockTransactionMap;
  /external/stlport/stlport/stl/debug/
_hashtable.h 34 // hash_set, hash_map, hash_multiset, and hash_multimap,
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 34 // hash_set, hash_map, hash_multiset, and hash_multimap,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 34 // hash_set, hash_map, hash_multiset, and hash_multimap,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 34 // hash_set, hash_map, hash_multiset, and hash_multimap,

Completed in 1081 milliseconds

1 2 3 4 56 7 8 9