Home
last modified time | relevance | path

Searched refs:P0 (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DcrashIntypeCheckObjectCreationExpression.types5 public injectRequestService<P0, P1, P2>(service: P0) {
6 >injectRequestService : <P0, P1, P2>(service: P0) => void
7 >service : P0
11 >this.injectBuildService : <P0>(service: P0) => void
13 >injectBuildService : <P0>(service: P0) => void
16 >service : P0
18 public injectBuildService<P0>(service: P0) {
19 >injectBuildService : <P0>(service: P0) => void
20 >service : P0
DtemplateLiteralTypes1.types263 …rop<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & …
264P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>…
266 >path : `${P0}.${P1}.${P2}`
268 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p…
269P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>…
271 >path : `${P0}.${P1}`
273 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0];
274P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>…
276 >path : P0
279P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>…
[all …]
DcrashIntypeCheckObjectCreationExpression.symbols5 public injectRequestService<P0, P1, P2>(service: P0) {
7 >P0 : Symbol(P0, Decl(crashIntypeCheckObjectCreationExpression.ts, 1, 32))
11 >P0 : Symbol(P0, Decl(crashIntypeCheckObjectCreationExpression.ts, 1, 32))
19 public injectBuildService<P0>(service: P0) {
21 >P0 : Symbol(P0, Decl(crashIntypeCheckObjectCreationExpression.ts, 4, 30))
23 >P0 : Symbol(P0, Decl(crashIntypeCheckObjectCreationExpression.ts, 4, 30))
DcrashIntypeCheckInvocationExpression.types5 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) {
6 >doCompile : <P0, P1, P2>(fileset: P0, moduleType: P1) => any
7 >fileset : P0
13 export var compileServer = task<number, number, any>(<P0, P1, P2>() => {
15 >task<number, number, any>(<P0, P1, P2>() => { var folder = path.join(), fileset = nake.f…
17P0, P1, P2>() => { var folder = path.join(), fileset = nake.fileSetSync<number, number, …
36 >doCompile : <P0, P1, P2>(fileset: P0, moduleType: P1) => any
DcrashIntypeCheckInvocationExpression.symbols5 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) {
7 >P0 : Symbol(P0, Decl(crashIntypeCheckInvocationExpression.ts, 1, 19))
11 >P0 : Symbol(P0, Decl(crashIntypeCheckInvocationExpression.ts, 1, 19))
18 export var compileServer = task<number, number, any>(<P0, P1, P2>() => {
20 >P0 : Symbol(P0, Decl(crashIntypeCheckInvocationExpression.ts, 5, 54))
DcrashInresolveReturnStatement.types25 function createWorkItemDialog<P0>(dialogType: P0) {
26 >createWorkItemDialog : <P0>(dialogType: P0) => void
27 >dialogType : P0
37 >createWorkItemDialog : <P0>(dialogType: P0) => void
DcrashInresolveReturnStatement.symbols23 function createWorkItemDialog<P0>(dialogType: P0) {
25 >P0 : Symbol(P0, Decl(crashInresolveReturnStatement.ts, 10, 30))
27 >P0 : Symbol(P0, Decl(crashInresolveReturnStatement.ts, 10, 30))
DcrashIntypeCheckObjectCreationExpression.js3 public injectRequestService<P0, P1, P2>(service: P0) { property in BuildWorkspaceService
6 public injectBuildService<P0>(service: P0) { field in BuildWorkspaceService
DcrashIntypeCheckObjectCreationExpression.errors.txt6 public injectRequestService<P0, P1, P2>(service: P0) {
11 public injectBuildService<P0>(service: P0) {
DtemplateLiteralTypes1.js133 …rop<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & …
134 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p…
135 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0];
DcrashIntypeCheckInvocationExpression.js3 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) {
7 export var compileServer = task<number, number, any>(<P0, P1, P2>() => {
DcrashIntypeCheckInvocationExpression.errors.txt9 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) {
13 export var compileServer = task<number, number, any>(<P0, P1, P2>() => {
DtemplateLiteralTypes1.symbols447 …rop<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & …
450 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 131, 27))
454 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 131, 27))
457 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 131, 27))
462 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 131, 27))
466 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 131, 27))
470 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p…
473 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 132, 27))
477 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 132, 27))
481 >P0 : Symbol(P0, Decl(templateLiteralTypes1.ts, 132, 27))
[all …]
DtemplateLiteralTypes1.errors.txt151 …rop<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & …
152 …declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, …
153 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0];
DcrashInresolveReturnStatement.js12 function createWorkItemDialog<P0>(dialogType: P0) {
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts135 …rop<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & …
136 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p…
137 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0];
/third_party/typescript/tests/cases/compiler/
DcrashIntypeCheckObjectCreationExpression.ts3 public injectRequestService<P0, P1, P2>(service: P0) {
6 public injectBuildService<P0>(service: P0) {
DcrashIntypeCheckInvocationExpression.ts3 function doCompile<P0, P1, P2>(fileset: P0, moduleType: P1) {
7 export var compileServer = task<number, number, any>(<P0, P1, P2>() => {
DcrashInresolveReturnStatement.ts11 function createWorkItemDialog<P0>(dialogType: P0) {
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c301 #define ADD_TO_OUT(A, B, C, D, E, P0, P1, P2) \ argument
302 "ulw %[temp0], " #A "(%[" #P0 "]) \n\t" \
303 "ulw %[temp1], " #B "(%[" #P0 "]) \n\t" \
304 "ulw %[temp2], " #C "(%[" #P0 "]) \n\t" \
305 "ulw %[temp3], " #D "(%[" #P0 "]) \n\t" \
314 "addiu %[" #P0 "], %[" #P0 "], 16 \n\t" \
323 "bne %[" #P0 "], %[LoopEnd], 1b \n\t" \
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap11.c24 #define P0 "ffffffff" macro
40 memcpy(p, P0, 8); in run_test()
46 if (memcmp(P0, buf, 8)) { in run_test()
55 if (memcmp(p, P0, 8)) in run_test()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeUniquePtr.hpp175 template<typename T, typename P0>
176 inline MovePtr<T> newMovePtr (P0 p0) { return MovePtr<T>(new T(p0)); } in newMovePtr()
177 template<typename T, typename P0, typename P1>
178 inline MovePtr<T> newMovePtr (P0 p0, P1 p1) { return MovePtr<T>(new T(p0, p1)); } in newMovePtr()
179 template<typename T, typename P0, typename P1, typename P2>
180 inline MovePtr<T> newMovePtr (P0 p0, P1 p1, P2 p2) { return MovePtr<T>(new T(p0, p1, p2)); } in newMovePtr()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp859 const float4 &P0 = v0.position; in setupLine() local
862 if(P0.w <= 0 && P1.w <= 0) in setupLine()
872 float dx = W * (P1.x / P1.w - P0.x / P0.w); in setupLine()
873 float dy = H * (P1.y / P1.w - P0.y / P0.w); in setupLine()
887 P[0] = P0; in setupLine()
890 P[3] = P0; in setupLine()
897 float dx0h = dx * P0.w / H; in setupLine()
898 float dy0w = dy * P0.w / W; in setupLine()
946 P[0] = P0; in setupLine()
947 P[1] = P0; in setupLine()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp99 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup()
112 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup()
143 if ((Hexagon::P0 == DstReg || Hexagon::P1 == DstReg) && in getCompoundCandidateGroup()
157 if (Hexagon::P0 == Src1Reg || Hexagon::P1 == Src1Reg) in getCompoundCandidateGroup()
178 assert((PredReg == Hexagon::P0) || (PredReg == Hexagon::P1) || in getCompoundOp()
186 return (PredReg == Hexagon::P0) ? fp0_jump_nt : fp1_jump_nt; in getCompoundOp()
188 return (PredReg == Hexagon::P0) ? fp0_jump_t : fp1_jump_t; in getCompoundOp()
190 return (PredReg == Hexagon::P0) ? tp0_jump_nt : tp1_jump_nt; in getCompoundOp()
192 return (PredReg == Hexagon::P0) ? tp0_jump_t : tp1_jump_t; in getCompoundOp()
/third_party/ffmpeg/libavcodec/
Dcavsdsp.c40 #define P0 p0_p[-1*stride] macro
47 int p0 = P0; in loop_filter_l2()
54 P0 = (P1 + p0 + s) >> 2; in loop_filter_l2()
57 P0 = (2*P1 + s) >> 2; in loop_filter_l2()
68 int p0 = P0; in loop_filter_l1()
73 P0 = av_clip_uint8(p0+delta); in loop_filter_l1()
76 delta = av_clip(((P0-P1)*3+P2-Q0+4)>>3, -tc, tc); in loop_filter_l1()
80 delta = av_clip(((Q1-Q0)*3+P0-Q2+4)>>3, -tc, tc); in loop_filter_l1()
88 int p0 = P0; in loop_filter_c2()
95 P0 = (P1 + p0 + s) >> 2; in loop_filter_c2()
[all …]

12345