Home
last modified time | relevance | path

Searched defs:xyz (Results 1 – 25 of 58) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DtypeSatisfaction_vacuousIntersectionOfContextualTypes.js3 const b: { xyz: "baz" } = { xyz: "foo" } satisfies { xyz: "foo" | "bar" }; property
8 var b = { xyz: "foo" }; property
DassignmentToFunction.js6 function xyz() { function
18 function xyz() { function
DexcessPropertyChecksWithNestedIntersections.js35 xyz: 1 // Great! This causes an error! property
44 xyz: 2 // This should also be an error property
88 xyz: 1 // Great! This causes an error! property
96 xyz: 2 // This should also be an error property
DintersectionTypeMembers.js18 var xyz: X & Y & Z; variable
77 var xyz; variable
DcontextualTypeShouldBeLiteral.js84 let xyz: LikeA | LikeB = { variable
152 var xyz = { variable
DstringLiteralTypesWithVariousOperators02.js3 let xyz: "XYZ" = "XYZ"; variable
DstringLiteralTypesWithVariousOperators01.js3 let xyz: "XYZ" = "XYZ"; variable
/third_party/node/test/parallel/
Dtest-http2-util-headers-list.js103 'xyz': [1, '2', { toString() { return '3'; } }, 4], property
122 'xyz': [1, 2, 3, 4] property
136 'xyz': [1, 2, 3, 4], property
197 'xyz': [1, 2, 3, 4], property
Dtest-http2-sent-headers.js17 stream.sendTrailers({ xyz: 'abc' }); property
/third_party/skia/tests/
DSkStringViewTest.cpp45 skstd::string_view xyz("xyz"); in DEF_TEST() local
135 skstd::string_view xyz("xyz"); in DEF_TEST() local
/third_party/typescript/tests/cases/compiler/
DassignmentToFunction.ts5 function xyz() { function
DrecursiveBaseConstructorCreation2.ts8 declare class xyz extends abc class
DrecursiveBaseConstructorCreation3.ts6 declare class xyz extends abc { class
DcontextualTypeShouldBeLiteral.ts84 let xyz: LikeA | LikeB = { variable
/third_party/typescript/tests/cases/conformance/expressions/typeSatisfaction/
DtypeSatisfaction_vacuousIntersectionOfContextualTypes.ts2 const b: { xyz: "baz" } = { xyz: "foo" } satisfies { xyz: "foo" | "bar" }; constant
/third_party/node/deps/npm/node_modules/color-convert/
Dconversions.js20 xyz: {channels: 3, labels: 'xyz'}, property
206 convert.rgb.xyz = function (rgb) { function
410 convert.xyz.rgb = function (xyz) { argument
442 convert.xyz.lab = function (xyz) { argument
462 convert.lab.xyz = function (lab) { function
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithVariousOperators02.ts4 let xyz: "XYZ" = "XYZ"; variable
DstringLiteralTypesWithVariousOperators01.ts4 let xyz: "XYZ" = "XYZ"; variable
/third_party/node/test/known_issues/
Dtest-http2-trailers-after-session-close.js25 stream.sendTrailers({ xyz: 'abc' }); property
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_nir_lower_txp.c127 unsigned xyz[] = { 0, 1, 2 }; in lima_nir_lower_txp_instr() local
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeMembers.ts17 var xyz: X & Y & Z; variable
/third_party/protobuf/js/
Dproto3_test.js463 complicatedKey: [{xyz: {abc: [3, 4, null, false]}}, "zzz"] property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/declaration_merging/
Ddeclaration_merging_2.ts79 export var xyz = new PointXYZ(1, 1, 1); variable
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp230 dng_vector xyz = m * cameraOne; in NormalizeForwardMatrix() local
570 dng_vector xyz = m * cameraOne; in ValidForwardMatrix() local
/third_party/ffmpeg/libavfilter/
Dfflcms2.c218 cmsHPROFILE xyz; in ff_icc_profile_read_primaries() local

123