/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
D | DoubleKeyMap.cs | 9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put() 23 public virtual TValue Get(TKey1 k1, TKey2 k2) { in Get() 34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { in Get() 41 public virtual ICollection<TValue> Values(TKey1 k1) { in Values() 56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { in KeySet()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
D | DoubleKeyMap`3.cs | 9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) in Put() 27 public virtual TValue Get(TKey1 k1, TKey2 k2) in Get() 39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) in Get() 47 public virtual ICollection<TValue> Values(TKey1 k1) in Values() 64 public virtual ICollection<TKey2> KeySet(TKey1 k1) in KeySet()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
D | DoubleKeyMap.java | 12 public Value put(Key1 k1, Key2 k2, Value v) { in put() 26 public Value get(Key1 k1, Key2 k2) { in get() 32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } in get() 35 public Collection<Value> values(Key1 k1) { in values() 47 public Set<Key2> keySet(Key1 k1) { in keySet()
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Murmur3_32HashFunction.java | 102 int k1 = mixK1(input); in hashInt() local 113 int k1 = mixK1(low); in hashLong() local 128 int k1 = input.charAt(i - 1) | (input.charAt(i) << 16); in hashUnencodedChars() local 135 int k1 = input.charAt(input.length() - 1); in hashUnencodedChars() local 159 int k1 = c0 | (c1 << 8) | (c2 << 16) | (c3 << 24); in hashString() local 197 int k1 = mixK1((int) buffer); in hashString() local 204 int k1 = mixK1((int) buffer); in hashString() local 218 int k1 = mixK1(getIntLittleEndian(input, off + i)); in hashBytes() local 222 int k1 = 0; in hashBytes() local 234 private static int mixK1(int k1) { in mixK1() [all …]
|
D | Murmur3_128HashFunction.java | 103 long k1 = bb.getLong(); in process() local 109 private void bmix64(long k1, long k2) { in bmix64() 125 long k1 = 0; in processRemaining() local 199 private static long mixK1(long k1) { in mixK1()
|
D | SipHashFunction.java | 47 private final long k1; field in SipHashFunction 55 SipHashFunction(int c, int d, long k0, long k1) { in SipHashFunction() 121 SipHasher(int c, int d, long k0, long k1) { in SipHasher()
|
/external/guava/guava/src/com/google/common/hash/ |
D | Murmur3_32HashFunction.java | 102 int k1 = mixK1(input); in hashInt() local 113 int k1 = mixK1(low); in hashLong() local 128 int k1 = input.charAt(i - 1) | (input.charAt(i) << 16); in hashUnencodedChars() local 135 int k1 = input.charAt(input.length() - 1); in hashUnencodedChars() local 159 int k1 = c0 | (c1 << 8) | (c2 << 16) | (c3 << 24); in hashString() local 197 int k1 = mixK1((int) buffer); in hashString() local 204 int k1 = mixK1((int) buffer); in hashString() local 218 int k1 = mixK1(getIntLittleEndian(input, off + i)); in hashBytes() local 222 int k1 = 0; in hashBytes() local 234 private static int mixK1(int k1) { in mixK1() [all …]
|
D | Murmur3_128HashFunction.java | 103 long k1 = bb.getLong(); in process() local 109 private void bmix64(long k1, long k2) { in bmix64() 125 long k1 = 0; in processRemaining() local 199 private static long mixK1(long k1) { in mixK1()
|
D | SipHashFunction.java | 47 private final long k1; field in SipHashFunction 55 SipHashFunction(int c, int d, long k0, long k1) { in SipHashFunction() 121 SipHasher(int c, int d, long k0, long k1) { in SipHasher()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSortedMapFauxverideShim.java | 64 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() 78 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 92 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 107 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 123 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
|
D | ImmutableBiMap.java | 47 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 57 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 68 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 80 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-extreme.cpp | 27 int k1; member in Test1::C3 64 int k1; member in Test1::C7 75 int k1; member in Test1::C8 203 int k1; member in Test1::C9
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | vtable-layout-extreme.cpp | 27 int k1; member in Test1::C3 64 int k1; member in Test1::C7 75 int k1; member in Test1::C8 203 int k1; member in Test1::C9
|
/external/python/cpython3/Lib/test/ |
D | test_keywordonlyarg.py | 10 def keywordonly_sum(*, k1=0, k2): argument 12 def keywordonly_nodefaults_sum(*, k1, k2): argument 14 def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg): argument 16 def mixedargs_sum(a, b=0, *arg, k1, k2=0): argument 18 def mixedargs_sum2(a, b=0, *arg, k1, k2=0, **kwargs): argument 28 def __init__(self, *, k1, k2=0): argument 31 def set(self, p1, *, k1, k2): argument 129 def foo(p1,p2=0, *, k1, k2=0): argument 143 def f(self, *, k1=1, k2=2): argument
|
/external/llvm-project/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 6 static constexpr int k1 = 0; member 14 constexpr int U1::k1; member in U1 23 static const int k1; member 27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in U2<T>
|
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 6 static constexpr int k1 = 0; member 14 constexpr int U1::k1; member in U1 23 static const int k1; member 27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in U2<T>
|
/external/crosvm/devices/src/virtio/fs/ |
D | multikey.rs | 120 let k1 = 0xc6c8_f5e0_b13e_ed40; in get() localVariable 133 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_main_key() localVariable 155 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_alt_key() localVariable 180 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_value() localVariable 199 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_both_keys_main() localVariable 231 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_both_keys_alt() localVariable 260 let k1 = 0xc6c8_f5e0_b13e_ed40; in remove() localVariable
|
/external/angle/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 150 #define DOBLOCK(h1, k1) \ argument 212 uint32_t k1 = READ_UINT32(ptr); in PMurHash32_Process() local 233 uint32_t k1 = READ_UINT32(ptr); in PMurHash32_Process() local 240 uint32_t k1 = c >> 24; in PMurHash32_Process() local 249 uint32_t k1 = c >> 16; in PMurHash32_Process() local 258 uint32_t k1 = c >> 8; in PMurHash32_Process() local 282 uint32_t k1; in PMurHash32_Result() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedMapFauxverideShim.java | 98 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() 112 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 126 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 141 public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 157 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
|
D | ImmutableBiMap.java | 70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 79 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 88 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 97 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 108 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Structs.java | 42 public static Struct of(String k1, Value v1) { in of() 51 public static Struct of(String k1, Value v1, String k2, Value v2) { in of() 60 public static Struct of(String k1, Value v1, String k2, Value v2, String k3, Value v3) { in of()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | hash.h | 88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32() local 104 uint32_t k1 = 0; in hash_x86_32() local 144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128() local 174 uint32_t k1 = 0; in hash_x86_128() local 241 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128() local 259 uint64_t k1 = 0; in hash_x64_128() local
|
/external/kmod/testsuite/ |
D | test-hash.c | 51 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_get_count() local 70 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace() local 100 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace_failing() local 132 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter() local 166 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter_after_del() local 201 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_free() local
|
/external/llvm-project/mlir/lib/Parser/ |
D | Token.h | 39 bool isAny(Kind k1, Kind k2) const { return is(k1) || is(k2); } in isAny() 43 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny() 53 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableBiMap.java | 46 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 51 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 55 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 59 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 64 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
|