Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 98) sorted by relevance

1234

/external/antlr/antlr-3.4/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()
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/antlr-3.4/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()
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/antlr-3.4/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()
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/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of()
67 K k1, V v1, K k2, V v2) { in of()
82 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableBiMap.java61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
80 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
91 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableMap.java74 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of()
84 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
94 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java67 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of()
77 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
89 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
116 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableSetMultimap.java72 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { in of()
83 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
96 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
110 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
125 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.cpp27 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/clang/test/CXX/class/class.union/
Dp2-0x.cpp6 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/webkit/Source/WebCore/platform/graphics/filters/
DFEComposite.cpp38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, fl… in FEComposite()
48 …FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float … in create()
66 float FEComposite::k1() const in k1() function in WebCore::FEComposite
71 bool FEComposite::setK1(float k1) in setK1()
120 float k1, float k2, float k3, float k4) in computeArithmeticPixels()
154 float k1, float k2, float k3, float k4) in arithmetic()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
48 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java62 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of()
72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
84 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableMap.java72 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of()
77 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
82 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
88 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()
DImmutableSetMultimap.java67 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { in of()
78 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
91 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
120 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.java60 long k1 = bb.getLong(); in process() local
66 private void bmix64(long k1, long k2) { in bmix64()
87 long k1 = 0; in processRemaining() local
DMurmur3_32HashFunction.java56 int k1 = bb.getInt(); in process() local
70 int k1 = 0; in processRemaining() local
/external/openssl/crypto/des/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt()
120 register unsigned char *out, long length, DES_key_schedule k1, in DES_ede2_ofb64_encrypt()
Drpw.c64 DES_cblock k,k1; in main() local
/external/openssl/include/openssl/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
/external/skia/src/effects/
DSkArithmeticMode.cpp7 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) { in SkArithmeticMode_scalar()
39 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, in arith()
59 SkScalar k1 = fK[0] / 255; in xfer32() local
153 SkXfermode* SkArithmeticMode::Create(SkScalar k1, SkScalar k2, in Create()
/external/openssh/
Dcipher-3des1.c56 EVP_CIPHER_CTX k1, k2, k3; member
67 u_char *k1, *k2, *k3; in ssh1_3des_init() local

1234