/external/skia/src/gpu/effects/ |
D | GrArithmeticFP.h | 21 float k3() const { return fK3; } in k3() function 24 static std::unique_ptr<GrFragmentProcessor> Make(float k1, float k2, float k3, float k4, in Make() 35 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP()
|
D | GrArithmeticFP.cpp | 30 auto k3 = _outer.k3(); in emitCode() local 62 auto k3 = _outer.k3(); in onSetData() local
|
/external/skqp/src/gpu/effects/ |
D | GrArithmeticFP.h | 21 float k3() const { return fK3; } in k3() function 24 static std::unique_ptr<GrFragmentProcessor> Make(float k1, float k2, float k3, float k4, in Make() 35 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor, in GrArithmeticFP()
|
D | GrArithmeticFP.cpp | 30 auto k3 = _outer.k3(); in emitCode() local 62 auto k3 = _outer.k3(); in onSetData() 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/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedMapFauxverideShim.java | 79 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 109 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 | 75 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 96 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 | 92 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() 119 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 | 98 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 109 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/clang/test/CodeGenCXX/ |
D | vtable-layout-extreme.cpp | 29 int k3; member in Test1::C3 205 int k3; member in Test1::C9
|
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 8 …static int k3 = k2; // expected-error {{non-const static data member must be initialized out of li… member 16 int U1::k3; member in U1
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableBiMap.java | 47 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 59 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 | 87 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 114 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 | 60 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 66 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 72 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 | 97 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 126 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/Lexer/ |
D | cxx1y_binary_literal.cpp | 19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
|
/external/skqp/src/effects/ |
D | SkArithmeticImageFilter.cpp | 36 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl() 101 k3 = k[2], in arith_span() local 118 const Sk4f k3 = k[2], in arith_transparent() local 271 float k3 = d->fRandom->nextF(); in TestCreate() local 445 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make()
|
/external/skia/src/effects/ |
D | SkArithmeticImageFilter.cpp | 36 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl() 101 k3 = k[2], in arith_span() local 118 const Sk4f k3 = k[2], in arith_transparent() local 271 float k3 = d->fRandom->nextF(); in TestCreate() local 447 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p17.cpp | 19 void k3() { in k3() function
|
/external/clang/test/Modules/ |
D | template-specialization-visibility.cpp | 17 int k3 = implicit_inst_member_class_template.n; variable
|
/external/clang/test/PCH/ |
D | cxx11-enum-template.cpp | 23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-n… variable
|
/external/libvpx/libvpx/vpx_dsp/ |
D | deblock.c | 71 unsigned char k1, k2, k3; in vpx_post_proc_down_and_across_mb_row_c() local 95 unsigned char k1, k2, k3; in vpx_post_proc_down_and_across_mb_row_c() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X9FieldElement.java | 31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) in X9FieldElement()
|
D | X9FieldID.java | 64 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID()
|
/external/clang/test/Parser/ |
D | cxx1z-fold-expressions.cpp | 10 int k3 = (... + 2); // expected-error {{does not contain any unexpanded parameter packs}} variable
|