/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwinKernel.h | 101 typedef std::multimap<lldb_private::ConstString, lldb_private::FileSpec> BundleIDToKextMap;
|
/frameworks/base/tools/aapt2/ |
StringPool.h | 202 std::multimap<StringPiece16, Entry*> mIndexedStrings;
|
/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;
|
/external/libcxx/test/std/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; 89 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
erase_iter.pass.cpp | 12 // class multimap 24 typedef std::multimap<int, double> M; 152 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;
|
erase_iter.pass.cpp | 12 // class multimap 24 typedef std::multimap<int, double> M; 152 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 | 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...] |
LinkedHashMultimap.java | 43 * Implementation of {@code Multimap} that does not allow duplicate key-value 45 * which the data was added to the multimap. 49 * multimap. Similarly, {@code get}, {@code removeAll}, and {@code 53 * added to the multimap. 59 * then add the key back to the multimap, that key will come last in the key 62 * <p>The multimap does not store duplicate key-value pairs. Adding a new 65 * <p>Keys and values may be null. All optional multimap methods are supported, 69 * multimap. Concurrent read operations will work correctly. To allow concurrent 70 * update operations, wrap your multimap with a call to {@link 74 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Multimap"> [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedListMultimap.java | 44 * across non-distinct key values. For example, for the following multimap 47 * Multimap<K, V> multimap = LinkedListMultimap.create(); 48 * multimap.put(key1, foo); 49 * multimap.put(key2, bar); 50 * multimap.put(key1, baz);}</pre> 65 * through the keys in the order they were first added to the multimap. 70 * added to the multimap. 78 * that are views of the multimap. If the multimap is modified while a [all...] |
LinkedHashMultimap.java | 39 * Implementation of {@code Multimap} that does not allow duplicate key-value 41 * which the data was added to the multimap. 45 * multimap. Similarly, {@code get}, {@code removeAll}, and {@code 49 * added to the multimap. 55 * then add the key back to the multimap, that key will come last in the key 58 * <p>The multimap does not store duplicate key-value pairs. Adding a new 61 * <p>Keys and values may be null. All optional multimap methods are supported, 65 * multimap. Concurrent read operations will work correctly. To allow concurrent 66 * update operations, wrap your multimap with a call to {@link 70 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Multimap"> [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 | 161 class AllocationTrackingMultiMap : public std::multimap<
|
/art/runtime/jdwp/ |
object_registry.h | 138 std::multimap<int32_t, ObjectRegistryEntry*> object_to_entry_ GUARDED_BY(lock_);
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
ObjectContainerBSDArchive.h | 128 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 325 function reverseMultiMap(multimap) { 327 for (var k in multimap) { 328 if (Object.hasOwnProperty.call(multimap, k)) { 329 var values = multimap[k];
|
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 626 std::pair<std::multimap<unsigned, MachineOperand *>::iterator, 627 std::multimap<unsigned, MachineOperand *>::iterator> 640 for (std::multimap<unsigned, MachineOperand *>::iterator
|
/external/clang/utils/TableGen/ |
ClangASTNodesEmitter.cpp | 28 typedef std::multimap<Record*, Record*> ChildMap;
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 56 std::multimap<int,int> multimap1;
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 56 std::multimap<int,int> multimap1;
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 56 std::multimap<int,int> multimap1;
|