/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/guava/src/com/google/common/collect/ |
D | ImmutableSortedMapFauxverideShim.java | 53 @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()
|
D | ImmutableBiMap.java | 61 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()
|
D | ImmutableMap.java | 74 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()
|
D | ImmutableListMultimap.java | 67 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()
|
D | ImmutableSetMultimap.java | 72 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/ |
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/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/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEComposite.cpp | 38 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/ |
D | ImmutableBiMap.java | 39 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()
|
D | ImmutableListMultimap.java | 62 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()
|
D | ImmutableMap.java | 72 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()
|
D | ImmutableSetMultimap.java | 67 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/ |
D | Murmur3_128HashFunction.java | 60 long k1 = bb.getLong(); in process() local 66 private void bmix64(long k1, long k2) { in bmix64() 87 long k1 = 0; in processRemaining() local
|
D | Murmur3_32HashFunction.java | 56 int k1 = bb.getInt(); in process() local 70 int k1 = 0; in processRemaining() local
|
/external/openssl/crypto/des/ |
D | des.h | 113 #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
|
D | des_old.h | 138 #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 …]
|
D | ofb64ede.c | 67 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()
|
D | rpw.c | 64 DES_cblock k,k1; in main() local
|
/external/openssl/include/openssl/ |
D | des.h | 113 #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
|
D | des_old.h | 138 #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/ |
D | SkArithmeticMode.cpp | 7 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/ |
D | cipher-3des1.c | 56 EVP_CIPHER_CTX k1, k2, k3; member 67 u_char *k1, *k2, *k3; in ssh1_3des_init() local
|