|   /external/lldb/include/lldb/Target/ | 
| Memory.h  | 187         typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
  | 
|   /external/lldb/source/Plugins/Platform/MacOSX/ | 
| PlatformDarwinKernel.h  | 101     typedef std::multimap<lldb_private::ConstString, lldb_private::FileSpec> BundleIDToKextMap;
  | 
|   /external/oprofile/libutil++/ | 
| bfd_support.cpp  | 456 	multimap<string, bfd_section *> image_sections; 483 				multimap<string, bfd_section *>::iterator it; 484 				pair<multimap<string, bfd_section *>::iterator, 485 				     multimap<string, bfd_section *>::iterator> range;
  | 
|   /external/stlport/test/eh/ | 
| test_map.cpp  | 22 #include <multimap.h>
  | 
|   /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/ | 
| equal_range.pass.cpp  | 12 // class multimap 27     typedef std::multimap<int, double> M; 105     typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; 185     typedef std::multimap<int, double, std::less<>> M; 226     typedef std::multimap<PC, double, std::less<>> M;
  | 
|   /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/ | 
| container_fwd.hpp  | 94 //multimap class 99 class multimap;
  | 
|   /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ | 
| objectNameManager.h  | 213 typedef std::multimap<void *, ShareGroupPtr> ShareGroupsMap;
  | 
|   /external/chromium_org/chrome/browser/extensions/ | 
| extension_garbage_collector.cc  | 45 typedef std::multimap<std::string, base::FilePath> ExtensionPathsMultimap; 184   std::multimap<std::string, base::FilePath> extension_paths;
  | 
| chrome_app_sorting.h  | 71   typedef std::multimap< 168   // ordinals). The possiblity of collisions means that a multimap must be used
  | 
|   /external/libcxx/test/containers/associative/multimap/multimap.modifiers/ | 
| erase_iter_iter.pass.cpp  | 12 // class multimap 24         typedef std::multimap<int, double> M; 91         typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  | 
| erase_key.pass.cpp  | 12 // class multimap 24         typedef std::multimap<int, double> M; 88         typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  | 
|   /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ | 
| erase_iter_iter.pass.cpp  | 12 // class multimap 24         typedef std::multimap<int, double> M; 91         typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  | 
| erase_key.pass.cpp  | 12 // class multimap 24         typedef std::multimap<int, double> M; 88         typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  | 
|   /external/guava/guava/src/com/google/common/collect/ | 
| LinkedListMultimap.java  | 52  * across non-distinct key values. For example, for the following multimap 55  *   Multimap<K, V> multimap = LinkedListMultimap.create(); 56  *   multimap.put(key1, foo); 57  *   multimap.put(key2, bar); 58  *   multimap.put(key1, baz);}</pre> 73  * through the keys in the order they were first added to the multimap. 78  * added to the multimap. 86  * that are views of the multimap. If the multimap is modified while a     [all...] | 
|   /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ | 
| LinkedListMultimap.java  | 48  * across non-distinct key values. For example, for the following multimap 51  *   Multimap<K, V> multimap = LinkedListMultimap.create(); 52  *   multimap.put(key1, foo); 53  *   multimap.put(key2, bar); 54  *   multimap.put(key1, baz);}</pre> 69  * through the keys in the order they were first added to the multimap. 74  * added to the multimap. 82  * that are views of the multimap. If the multimap is modified while a     [all...] | 
|   /ndk/tests/device/test-libc++-shared-full/jni/ | 
| Android.mk  | 397 $(call gen-test, containers/associative/multimap/empty) 398 $(call gen-test, containers/associative/multimap/iterator) 399 $(call gen-test, containers/associative/multimap/max_size) 400 $(call gen-test, containers/associative/multimap/multimap.cons/alloc) 401 $(call gen-test, containers/associative/multimap/multimap.cons/assign_initializer_list) 402 $(call gen-test, containers/associative/multimap/multimap.cons/compare_alloc) 403 $(call gen-test, containers/associative/multimap/multimap.cons/compare     [all...] | 
|   /ndk/tests/device/test-libc++-static-full/jni/ | 
| Android.mk  | 388 $(call gen-test, containers/associative/multimap/empty) 389 $(call gen-test, containers/associative/multimap/iterator) 390 $(call gen-test, containers/associative/multimap/max_size) 391 $(call gen-test, containers/associative/multimap/multimap.cons/alloc) 392 $(call gen-test, containers/associative/multimap/multimap.cons/assign_initializer_list) 393 $(call gen-test, containers/associative/multimap/multimap.cons/compare_alloc) 394 $(call gen-test, containers/associative/multimap/multimap.cons/compare     [all...] | 
|   /art/runtime/base/ | 
| allocator.h  | 148 class AllocationTrackingMultiMap : public std::multimap<
  | 
|   /external/chromium_org/content/browser/gpu/ | 
| gpu_process_host.h  | 277   typedef std::multimap<int, scoped_refptr<GpuSurfaceTracker::SurfaceRef> >
  | 
|   /external/chromium_org/google_apis/gaia/ | 
| fake_gaia.h  | 123   typedef std::multimap<std::string, AccessTokenInfo> AccessTokenInfoMap;
  | 
|   /external/chromium_org/media/cdm/ppapi/ | 
| cdm_helpers.h  | 82   typedef std::multimap<uint32_t, std::pair<uint32_t, pp::Buffer_Dev> >
  | 
|   /external/chromium_org/media/formats/mp4/ | 
| box_reader.h  | 164   typedef std::multimap<FourCC, BoxReader> ChildMap;
  | 
|   /external/chromium_org/third_party/webrtc/modules/video_render/mac/ | 
| video_render_agl.h  | 166   std::multimap<int, int> _zOrderToChannel;
  | 
| video_render_nsopengl.h  | 180     std::multimap<int, int> _zOrderToChannel;
  | 
|   /external/chromium_org/third_party/webrtc/modules/video_render/windows/ | 
| video_render_direct3d9.h  | 227     std::multimap<int, unsigned int> _d3dZorder;
  |