Home
last modified time | relevance | path

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

123

/third_party/typescript/tests/baselines/reference/
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.js99 'xyz': [1, '2', { toString() { return '3'; } }, 4], property
118 'xyz': [1, 2, 3, 4] property
132 'xyz': [1, 2, 3, 4], property
193 '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/node/deps/npm/node_modules/color-convert/
Dconversions.js206 convert.rgb.xyz = function (rgb) { function
421 convert.xyz.rgb = function (xyz) { argument
453 convert.xyz.lab = function (xyz) { argument
476 convert.lab.xyz = function (lab) { function
/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/types/stringLiteral/
DstringLiteralTypesWithVariousOperators02.ts4 let xyz: "XYZ" = "XYZ"; variable
DstringLiteralTypesWithVariousOperators01.ts4 let xyz: "XYZ" = "XYZ"; variable
/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp332 const std::string& xyz) in getShaderImageCoordinates()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfjpeg2000.c173 gboolean xyz = TRUE; in mxf_jpeg2000_create_caps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp332 const std::string& xyz) in getShaderImageCoordinates()
/third_party/skia/src/codec/
DSkAndroidCodec.cpp23 static void load_gamut(SkPoint rgb[], const skcms_Matrix3x3& xyz) { in load_gamut()

123