Home
last modified time | relevance | path

Searched defs:X2 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DpropertyNamedConstructor.js6 class X2 { class
19 function X2() { class in X2
DoverloadOnGenericClassAndNonGenericClass.js7 class X2 { x: string; } class
46 function X2() { class in X2
DmissingTypeArguments1.js9 class X2<T> { class
DexportEqualsProperty.js66 var X2 = require("foobarx"); variable
/third_party/node/deps/openssl/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument
/third_party/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument
/third_party/ffmpeg/libavutil/x86/
Dasm.h131 # define FE_2(P,X,X1,X2) P(X), FE_1(P,X1,X2) argument
132 # define FE_3(P,X,X1,X2,X3) P(X), FE_2(P,X1,X2,X3) argument
133 # define FE_4(P,X,X1,X2,X3,X4) P(X), FE_3(P,X1,X2,X3,X4) argument
134 # define FE_5(P,X,X1,X2,X3,X4,X5) P(X), FE_4(P,X1,X2,X3,X4,X5) argument
135 # define FE_6(P,X,X1,X2,X3,X4,X5,X6) P(X), FE_5(P,X1,X2,X3,X4,X5,X6) argument
136 # define FE_7(P,X,X1,X2,X3,X4,X5,X6,X7) P(X), FE_6(P,X1,X2,X3,X4,X5,X6,X7) argument
137 # define FE_8(P,X,X1,X2,X3,X4,X5,X6,X7,X8) P(X), FE_7(P,X1,X2,X3,X4,X5,X6,X7,X8) argument
138 # define FE_9(P,X,X1,X2,X3,X4,X5,X6,X7,X8,X9) P(X), FE_8(P,X1,X2,X3,X4,X5,X6,X7,X8,X9) argument
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DpropertyNamedConstructor.ts5 class X2 { class
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypesWithExtends2.ts9 type X2<T> = alias
DinferTypesWithExtends1.ts15 type X2<T extends (...args: any[]) => void> = alias
DinferTypes1.ts69 type X2<T> = T extends { a: infer U, b: infer U } ? U : never; alias
/third_party/typescript/tests/cases/compiler/
DoverloadOnGenericClassAndNonGenericClass.ts6 class X2 { x: string; } class
DinferTypeConstraintInstantiationCircularity.ts22 interface X2< interface
DmissingTypeArguments1.ts8 class X2<T> { class
DcontextualTypeShouldBeLiteral.ts26 interface X2 { interface
DintersectionTypeNormalization.ts8 type X2 = A & (C | D) | B & (C | D) alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts28 type X2 = X | { a: string } & null; alias
DintersectionReduction.ts28 type X2 = X | { a: string } & null; alias
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp311 Int X2 = *Pointer<Int>(v2 + OFFSET(Vertex, projected.x)); in generate() local
575 Int X2 = IfThenElse(swap, Xa, Xb); in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp325 Int X2 = *Pointer<Int>(v2 + OFFSET(Vertex,X)); in generate() local
570 Int X2 = IfThenElse(swap, Xa, Xb); in edge() local
/third_party/node/deps/v8/src/bigint/
Dmul-toom.cc67 Digits X2(X, 2 * i, i); in Toom3Main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp48 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp223 const char *X1, const char *X2) { in CloneArgsWithoutX()
/third_party/mbedtls/library/
Daes.c831 #define AES_FROUND(X0, X1, X2, X3, Y0, Y1, Y2, Y3) \ argument
855 #define AES_RROUND(X0, X1, X2, X3, Y0, Y1, Y2, Y3) \ argument

12