Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/python/cpython3/Lib/test/
Dtest_keywordonlyarg.py10 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/
Dp2-0x.cpp7 static const int k2 = k1; member
15 constexpr int U1::k2; member in U1
24 static double k2; member
28 template<typename T> double U2<T>::k2 = 5.3; member in U2<T>
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp7 static const int k2 = k1; member
15 constexpr int U1::k2; member in U1
24 static double k2; member
28 template<typename T> double U2<T>::k2 = 5.3; member in U2<T>
/external/crosvm/devices/src/virtio/fs/
Dmultikey.rs121 let k2 = 0x1a04_ce4b_8329_14fe; in get() localVariable
134 let k2 = 0x1a04_ce4b_8329_14fe; in update_main_key() localVariable
156 let k2 = 0x1a04_ce4b_8329_14fe; in update_alt_key() localVariable
181 let k2 = 0x1a04_ce4b_8329_14fe; in update_value() localVariable
200 let k2 = 0x1a04_ce4b_8329_14fe; in update_both_keys_main() localVariable
232 let k2 = 0x1a04_ce4b_8329_14fe; in update_both_keys_alt() localVariable
261 let k2 = 0x1a04_ce4b_8329_14fe; in remove() localVariable
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java78 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()
DImmutableBiMap.java57 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/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java104 long k2 = bb.getLong(); in process() local
109 private void bmix64(long k1, long k2) { in bmix64()
126 long k2 = 0; in processRemaining() local
206 private static long mixK2(long k2) { in mixK2()
/external/guava/android/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java104 long k2 = bb.getLong(); in process() local
109 private void bmix64(long k1, long k2) { in bmix64()
126 long k2 = 0; in processRemaining() local
206 private static long mixK2(long k2) { in mixK2()
/external/kmod/testsuite/
Dtest-hash.c51 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/guava/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java112 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()
DImmutableBiMap.java79 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/llvm-project/mlir/lib/Parser/
DToken.h39 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/protobuf/java/util/src/main/java/com/google/protobuf/util/
DStructs.java51 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/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put()
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { in Get()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) in Put()
27 public virtual TValue Get(TKey1 k1, TKey2 k2) in Get()
/external/llvm-project/clang/test/CodeGenCUDA/
Dconstexpr-variables.cu24 static constexpr int k2 = 6; member
26 constexpr int Q::k2; member in Q
/external/vboot_reference/tests/
Dvb20_rsa_padding_tests.c29 void vb2_public_key_to_vb2(struct vb2_public_key *k2, in vb2_public_key_to_vb2()
127 struct vb2_public_key k2; in main() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { in put()
26 public Value get(Key1 k1, Key2 k2) { in get()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h145 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128() local
175 uint32_t k2 = 0; in hash_x86_128() local
242 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); in hash_x64_128() local
260 uint64_t k2 = 0; in hash_x64_128() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java51 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()
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp28 int k2; member in Test1::C3
204 int k2; member in Test1::C9
Dstatic-data-member.cpp99 static const int k2 = 76; member
105 const int U::k2; member in test5::U
/external/llvm-project/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp28 int k2; member in Test1::C3
204 int k2; member in Test1::C9
Dstatic-data-member.cpp99 static const int k2 = 76; member
105 const int U::k2; member in test5::U
/external/llvm-project/clang/test/CXX/over/over.match/over.match.best/
Dp2.cpp11 bool k2 = A<float>() < A<float>(); // prefer more-constrained 'operator<=>' variable

12345678910>>...13