/art/libartbase/base/ |
D | safe_map.h | 30 template <typename K, typename V, typename Comparator = std::less<K>, 31 typename Allocator = std::allocator<std::pair<const K, V>>> 34 typedef SafeMap<K, V, Comparator, Allocator> Self; 37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare; 38 typedef typename ::std::map<K, V, Comparator, Allocator>::value_compare value_compare; 39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type; 40 typedef typename ::std::map<K, V, Comparator, Allocator>::iterator iterator; 41 typedef typename ::std::map<K, V, Comparator, Allocator>::const_iterator const_iterator; 42 typedef typename ::std::map<K, V, Comparator, Allocator>::size_type size_type; 43 typedef typename ::std::map<K, V, Comparator, Allocator>::key_type key_type; [all …]
|
D | scoped_arena_containers.h | 65 template <typename K, typename V, typename Comparator = std::less<K>> 67 SafeMap<K, V, Comparator, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>; 87 template <typename K, typename V, class Hash = std::hash<K>, class KeyEqual = std::equal_to<K>> 89 std::unordered_map<K, V, Hash, KeyEqual, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>; 91 template <typename K, typename V, class Hash = std::hash<K>, class KeyEqual = std::equal_to<K>> 93 std::unordered_multimap<K, 97 ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
|
D | hash_set.h | 422 template <typename K> 423 iterator find(const K& key) { in find() 427 template <typename K> 428 const_iterator find(const K& key) const { in find() 432 template <typename K> 433 iterator FindWithHash(const K& key, size_t hash) { in FindWithHash() 437 template <typename K> 438 const_iterator FindWithHash(const K& key, size_t hash) const { in FindWithHash() 625 template <typename K> 626 size_t FindIndex(const K& element, size_t hash) const { in FindIndex() [all …]
|
D | arena_containers.h | 67 template <typename K, typename V, typename Comparator = std::less<K>> 69 SafeMap<K, V, Comparator, ArenaAllocatorAdapter<std::pair<const K, V>>>;
|
/art/test/031-class-attributes/src/ |
D | FancyClass.java | 20 public class FancyClass<K,V> extends HashMap<K,V> implements Map<K,V> {
|
/art/test/Interfaces/ |
D | Interfaces.java | 26 interface K extends J { interface in Interfaces 36 class B implements K {
|
/art/test/800-smali/smali/ |
D | b_27799205_6.smali | 13 .method public static test([Ldo/not/resolve/K;)Ldo/not/resolve/K;
|
D | b_27799205_1.smali | 11 .method public static test([Ljava/lang/Object;[Ldo/not/resolve/K;Z)V
|
D | b_27799205_2.smali | 11 .method public static test([Ljava/lang/Object;[Ldo/not/resolve/K;Z)V
|
D | b_27799205_4.smali | 13 .method public static test([I[Ldo/not/resolve/K;Z)V
|
D | b_27799205_5.smali | 13 .method public static test(Ldo/not/resolve/L;[Ldo/not/resolve/K;Z)V
|
D | b_27799205_3.smali | 13 .method public static test(Ljava/lang/Integer;[Ldo/not/resolve/K;Z)V
|
/art/test/960-default-smali/src/ |
D | L.java | 17 class L extends K { }
|
D | K.java | 17 class K implements Foo { } class
|
/art/test/960-default-smali/ |
D | expected.txt | 85 Testing for type K 86 K-interface Foo.bar()='foobar' 87 K-virtual K.bar()='foobar' 88 End testing for type K 91 L-virtual K.bar()='foobar' 97 M-virtual K.bar()='BAZ!'
|
/art/test/031-class-attributes/ |
D | expected.txt | 209 …genericSignature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/HashMap<TK;TV;>;Ljava/util/… 211 genericSuperclass: java.util.HashMap<K, V> 229 genericInterfaces: [1] java.util.Map<K, V> 230 typeParameters: [2] K, V
|
/art/compiler/driver/ |
D | compiler_options_map.def | 29 // Default values are only used by Map::GetOrDefault(K<T>).
|
/art/dex2oat/ |
D | dex2oat_options.def | 29 // Default values are only used by Map::GetOrDefault(K<T>).
|
/art/runtime/ |
D | class_linker_test.cc | 1251 Handle<mirror::Class> K( in TEST_F() local 1259 EXPECT_TRUE(J->IsAssignableFrom(K.Get())); in TEST_F() 1260 EXPECT_TRUE(K->IsAssignableFrom(B.Get())); in TEST_F() 1267 ArtMethod* Kj1 = K->FindInterfaceMethod("j1", void_sig, kRuntimePointerSize); in TEST_F() 1268 ArtMethod* Kj2 = K->FindInterfaceMethod("j2", void_sig, kRuntimePointerSize); in TEST_F() 1269 ArtMethod* Kk = K->FindInterfaceMethod("k", void_sig, kRuntimePointerSize); in TEST_F() 1307 mirror::Class::FindStaticField(soa.Self(), K.Get(), "foo", "Ljava/lang/String;"); in TEST_F()
|
D | runtime_options.def | 29 // Default values are only used by Map::GetOrDefault(K<T>).
|
/art/imgdiag/ |
D | imgdiag.cc | 154 template <typename K, typename V, typename D> 155 static std::vector<std::pair<V, K>> SortByValueDesc( in SortByValueDesc() 156 const std::map<K, D> map, in SortByValueDesc() argument 160 std::vector<std::pair<V, K>> value_key_vector;
|
/art/test/dexdump/ |
D | checkers.txt | 544 name : 'K' 991 … |028a: iput v4, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1176 00210c: 1a02 2a00 |0048: const-string v2, "K" // string@002a 1323 … |00c8: iput v0, v10, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1587 … |0124: iput v0, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1632 … |0170: iget v0, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1634 … |0174: iget v0, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1636 … |0178: iput v0, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1637 … |017a: iget v4, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c 1688 … |01d7: iput v0, v9, Lcom/google/android/checkers/CheckersView;.K:I // field@000c [all …]
|