Home
last modified time | relevance | path

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

1234567

/third_party/typescript/tests/baselines/reference/
DkeyofAndForIn.js6 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
DtypeofClass.js7 var k1: K; variable
20 var k1; variable
DspliceTuples.js4 let k1: [number, string, boolean]; variable
37 var k1; variable
DgenericObjectRest.js58 function f3(obj, k1, k2) { argument
61 function f4(obj, k1, k2) { argument
DdeepKeysIndexing.js63 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
DcheckJsxChildrenProperty9.js5 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
DiterableArrayPattern25.js2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]) { }
DiterableArrayPattern27.js2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
DcheckJsxChildrenProperty1.js16 let k1 = variable
DiterableArrayPattern29.js2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
DiterableArrayPattern28.js2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
DiterableArrayPattern26.js2 function takeFirstTwoEntries(...[[k1, v1], [k2, v2]]: [string, number][]) { }
DcheckJsxChildrenProperty10.js20 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
DcheckJsxChildrenProperty11.js20 let k1 = <div> <h2> Hello </h2> <h1> world </h1></div>; variable
/third_party/python/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
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/
DPMurHash.cpp150 #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/
DStructs.java42 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/
Ddes.h54 # 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/
Ddes.h61 # 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/
Ddes.h61 # 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/
DSkBlenders.cpp12 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/
DdeclarationEmitClassMemberWithComputedPropertyName.ts5 const k1 = Symbol(); constant
39 export const t1 = Foo[k1]; constant
DtypeofClass.ts6 var k1: K; variable
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DiterableArrayPattern30.ts2 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/
Dkey_remapping_in_mapped_types_1.ts34 let k1: I1Type = { variable

1234567