HomeSort by relevance Sort by last modified time
    Searched full:hash_map (Results 151 - 175 of 203) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 85 base::hash_map<std::string, UrlCheckResult> badurls;
safe_browsing_service.h 271 typedef base::hash_map<SBPrefix, GetHashRequestors> GetHashRequests;
  /external/chromium/net/disk_cache/
backend_impl.h 268 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 96 typedef hash_map<const Tuple*,
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 26 using std::hash_map;
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 194 typedef base::hash_map<std::string, std::string> SerializedFrameContentMap;
197 typedef base::hash_map<std::string, bool> SerializationFinishStatusMap;
    [all...]
  /external/qemu-pc-bios/bochs/
config.h.in 933 // set if you do have <hash_map>, used in bx_debug/dbg_main.c
936 // set if you do have <hash_map.h>, used in bx_debug/dbg_main.c
  /external/v8/src/
isolate.h     [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 710 hash_map (&files, set_intermediate);
998 hash_map (&files, print_file);
variable.c 578 hash_map (&list->set->table, free_variable_name_and_value);
638 hash_map (&set->table, free_variable_name_and_value);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 187 // Used only by MSVC and platforms where hash_map is not available.
208 // Used only by MSVC and platforms where hash_map is not available.
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
283 typedef hash_map<const char*, const FileDescriptor*,
286 typedef hash_map<PointerStringPair, const FieldDescriptor*,
289 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
292 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
295 // This is a map rather than a hash_map, since we use it to iterate
    [all...]
extension_set.h 478 // a map rather than hash_map here because we expect most ExtensionSets will
479 // only contain a small number of extensions whereas hash_map is optimized
    [all...]
dynamic_message.cc 432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
  /external/chromium/net/tools/flip_server/
epoll_server.h 11 #include <ext/hash_map> // it is annoying that gcc does this. oh well.
    [all...]
epoll_server.cc 46 // This removes the need to store hash_map::iterator in the list just so that
  /external/llvm/test/Transforms/IndVarSimplify/
2004-04-05-InvokeCastCrash.ll 6 %"struct.__gnu_cxx::hash_map<const llvm::Value*,int,__gnu_cxx::hash<const llvm::Value*>,std::equal_to<const llvm::Value*>,std::allocator<int> >" = type { %"struct.__gnu_cxx::hashtable<std::pair<const llvm::Value* const, int>,const llvm::Value*,__gnu_cxx::hash<const llvm::Value*>,std::_Select1st<std::pair<const llvm::Value* const, int> >,std::equal_to<const llvm::Value*>,std::allocator<int> >" }
28 %"struct.llvm::MachineFunctionInfo" = type { %"struct.__gnu_cxx::hash_set<const llvm::Constant*,__gnu_cxx::hash<const llvm::Constant*>,std::equal_to<const llvm::Constant*>,std::allocator<const llvm::Constant*> >", %"struct.__gnu_cxx::hash_map<const llvm::Value*,int,__gnu_cxx::hash<const llvm::Value*>,std::equal_to<const llvm::Value*>,std::allocator<int> >", i32, i32, i32, i32, i32, i32, i32, i1, i1, i1, %"struct.llvm::MachineFunction"* }
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 249 // map instead of hash_map so that files are written in order (good when
609 typedef hash_map<string, MemoryOutputDirectory*> OutputDirectoryMap;
    [all...]
importer_unittest.cc 96 hash_map<string, const char*> files_;
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 307 typedef base::hash_map<std::string, int> HashType;
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 134 typedef base::hash_map<int64, const BookmarkNode*> BookmarkIdMap;
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 35 // hash_map template because we know that there will be exactly one
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h.pump 270 // undefined (e.g. hash_map).
  /external/protobuf/
CHANGES.txt 314 * Now works on systems that don't have hash_map.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 

Completed in 1509 milliseconds

1 2 3 4 5 67 8 9