Home
last modified time | relevance | path

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

123

/third_party/boost/libs/hana/test/detail/
Dpreprocessor.cpp39 constexpr char const* xyz = BOOST_HANA_PP_STRINGIZE(xyz); in main() local
42 constexpr char const* xyz = BOOST_HANA_PP_STRINGIZE(foo{bar, baz}); in main() local
45 constexpr char const* xyz = BOOST_HANA_PP_STRINGIZE(foo, bar, baz); in main() local
/third_party/boost/libs/compute/test/
Dtest_extents.cpp30 compute::extents<3> xyz = compute::dim(1, 2, 3); in BOOST_AUTO_TEST_CASE() local
46 compute::extents<3> xyz; in BOOST_AUTO_TEST_CASE() local
62 compute::extents<3> xyz = compute::dim(5, 6, 7); in BOOST_AUTO_TEST_CASE() local
/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/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/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/grpc/test/core/json/corpus/
Dtest9.json1 {"alpha":null,"beta":false,"gamma":2.3,"xyz":"abc","negative":-133} string
/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/boost/libs/multi_index/test/
Dtest_composite_key.cpp309 struct xyz struct
311 xyz(int x_=0,int y_=0,int z_=0):x(x_),y(y_),z(z_){} in xyz() function
313 int x;
314 int y;
315 int z;
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesWithVariousOperators02.ts4 let xyz: "XYZ" = "XYZ"; variable
DstringLiteralTypesWithVariousOperators01.ts4 let xyz: "XYZ" = "XYZ"; variable
/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/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/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()

123