/third_party/typescript/tests/baselines/reference/ |
D | deepKeysIndexing.js | 35 K2 extends keys2broken<O, K1>, field in Bar 41 K2 extends keys2working<O, K1>, field in Bar 47 K2 extends keys2workaround<O, K1>, field in Bar
|
D | qualify.js | 96 (function (K2) { argument
|
D | keyofAndIndexedAccess.js | 390 const assignTo2 = <T, K1 extends keyof T, K2 extends keyof T[K1]>(object: T, key1: K1, key2: K2) => constant
|
/third_party/typescript/tests/cases/compiler/ |
D | typeUsedAsTypeLiteralIndex.ts | 13 type K2 = "x" | "y"; alias
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write06.c | 28 #define K2 (K1 * 2) macro
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 26 #define K2 (K1 * 2) macro
|
D | pwrite01.c | 24 #define K2 (K1 * 2) macro
|
/third_party/mbedtls/library/ |
D | cmac.c | 114 unsigned char *K1, unsigned char *K2) in cmac_generate_subkeys() 287 unsigned char K2[MBEDTLS_CIPHER_BLKSIZE_MAX]; in mbedtls_cipher_cmac_finish() local 750 unsigned char K2[MBEDTLS_CIPHER_BLKSIZE_MAX]; in cmac_test_subkeys() local
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
D | pread01.c | 23 #define K2 (K1 * 2) macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_sha1.c | 102 #define K2 0x6ed9eba1 /* 20 <= t <= 39 */ macro
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 55 type K2 = keyof A | keyof B; // 'kind' | 'foo' alias
|
D | intersectionReduction.ts | 55 type K2 = keyof A | keyof B; // 'kind' | 'foo' alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCSerialization.h | 655 static Error serialize(ChannelT &C, const std::map<K2, V2> &M) { in serialize() 672 static Error deserialize(ChannelT &C, std::map<K2, V2> &M) { in deserialize()
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | indexSignatures1.ts | 325 type K2 = keyof Rec2; // Id alias
|
/third_party/openssl/test/ |
D | modes_internal_test.c | 279 # define K2 K1 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 1240 unsigned K2 = getKillRegState(Op2.isKill()); in expandPostRAPseudo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4796 SDValue *K2 = isa<ConstantSDNode>(LHS2) ? &LHS2 : isa<ConstantSDNode>(RHS2) in isSaturatingConditional() local
|