/third_party/typescript/tests/baselines/reference/ |
D | keyofAndForIn.js | 6 let k1: K; variable 17 let k1: keyof T; variable 28 let k1: K; variable 41 var k1; variable 51 var k1; variable 61 var k1; variable
|
D | typeofClass.js | 7 var k1: K; variable 20 var k1; variable
|
D | spliceTuples.js | 4 let k1: [number, string, boolean]; variable 37 var k1; variable
|
D | genericObjectRest.js | 58 function f3(obj, k1, k2) { argument 61 function f4(obj, k1, k2) { argument
|
D | deepKeysIndexing.js | 63 Bar.prototype.broken = function (k1, k2, value) { }; argument 64 Bar.prototype.working = function (k1, k2, value) { }; argument 65 Bar.prototype.workaround = function (k1, k2, value) { }; argument
|
D | checkJsxChildrenProperty9.js | 5 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
|
D | iterableArrayPattern25.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]) { }
|
D | iterableArrayPattern27.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
D | checkJsxChildrenProperty1.js | 16 let k1 = variable
|
D | iterableArrayPattern29.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
D | iterableArrayPattern28.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
D | iterableArrayPattern26.js | 2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
|
D | checkJsxChildrenProperty10.js | 20 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
|
D | checkJsxChildrenProperty11.js | 20 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
|
/third_party/python/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 130 def foo(p1,p2=0, *, k1, k2=0): argument 144 def f(self, *, k1=1, k2=2): argument
|
/third_party/skia/third_party/externals/angle2/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
|
/third_party/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()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | des.h | 54 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument 57 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 60 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 63 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | des.h | 61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument 64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
/third_party/openssl/include/openssl/ |
D | des.h | 61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument 64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
|
/third_party/skia/src/effects/ |
D | SkBlenders.cpp | 12 sk_sp<SkBlender> SkBlenders::Arithmetic(float k1, float k2, float k3, float k4, in Arithmetic() 24 float k1, k2, k3, k4; in Arithmetic() member
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitClassMemberWithComputedPropertyName.ts | 5 const k1 = Symbol(); constant 39 export const t1 = Foo[k1]; constant
|
D | typeofClass.ts | 6 var k1: K; variable
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | iterableArrayPattern30.ts | 2 const [[k1, v1], [k2, v2]] = new Map([["", true], ["hello", true]]) constant
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/key_remapping_in_mapped_types/ |
D | key_remapping_in_mapped_types_1.ts | 34 let k1: I1Type = { variable
|