/third_party/typescript/tests/baselines/reference/ |
D | privateNamesUnique-2.js | 26 var _x; variable 32 _x = new WeakMap(); variable 40 var _x; variable 49 _x = new WeakMap(); variable
|
D | privateNameConstructorSignature.js | 28 var _x; variable 40 _x = new WeakMap(); variable
|
D | privateNameBadSuper.js | 12 var _x; variable 23 _x = new WeakMap(); variable
|
D | privateNameDeclarationMerging.js | 25 var _x; variable 40 _x = new WeakMap(); variable
|
D | privateNamesInNestedClasses-2.js | 27 var _x; variable 44 _x = new WeakMap(); variable
|
D | privateNameNestedClassFieldShadowing.js | 25 var _x; variable 44 _x = new WeakMap(); variable
|
D | parseGenericArrowRatherThanLeftShift.js | 10 function foo(_x) { } argument
|
D | privateNameComputedPropertyName2(target=es2015).js | 19 var _x; variable
|
D | importHelpersES6.js | 33 _x = new WeakMap(); variable
|
/third_party/googletest/googlemock/test/ |
D | gmock-pp_test.cc | 63 #define GMOCK_PP_INTERNAL_VAR_TEST_1(_x) 1 argument 64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2 argument 65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3 argument
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | make_2d_point.cpp | 23 struct mypoint { float _x, _y; }; member 25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstdrawhelpers.h | 24 #define draw_dot(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 28 #define draw_dot_c(_vd, _x, _y, _st, _c) G_STMT_START { \ argument 32 #define draw_dot_aa(_vd, _x, _y, _st, _c, _f) G_STMT_START { \ argument
|
/third_party/libwebsockets/lib/event-libs/libev/ |
D | private-lib-event-libs-libev.h | 27 #define LWS_EV_REFCOUNT_STATIC_HANDLE_NEW(_x, _ctx) \ argument 30 #define LWS_EV_REFCOUNT_STATIC_HANDLE_TO_CONTEXT(_x) \ argument 32 #define LWS_EV_REFCOUNT_STATIC_HANDLE_DESTROYED(_x) \ argument
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | private-lib-event-libs-libuv.h | 40 #define LWS_UV_REFCOUNT_STATIC_HANDLE_NEW(_x, _pt) \ argument 43 #define LWS_UV_REFCOUNT_STATIC_HANDLE_TO_PT(_x) \ argument 45 #define LWS_UV_REFCOUNT_STATIC_HANDLE_DESTROYED(_x) \ argument
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/ |
D | vec.h | 33 vec2(T _x, T _y) in vec2() 54 vec3(T _x, T _y, T _z) in vec3() 86 vec4(T _x, T _y, T _z, T _w) in vec4()
|
/third_party/libwebsockets/lib/system/metrics/ |
D | private-lib-system-metrics.h | 87 #define lws_metrics_priv_to_pub(_x) ((lws_metric_pub_t *)&(_x)[1]) argument 92 #define lws_metrics_priv_to_pub(_x) ((lws_metric_pub_t *)NULL) argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | test-sort.c | 14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y)) argument
|
/third_party/mindspore/tests/ut/python/parallel/ |
D | test_reshape_optimized.py | 37 _x = Tensor(np.ones([128, 64, 32]), dtype=ms.float32) variable
|
D | test_reshape_skip_redistribution.py | 42 _x = Tensor(np.ones([64, 64]), dtype=ms.float32) variable
|
D | test_auto_parallel_activation.py | 37 _x = Tensor(np.ones([64, 32]), dtype=ms.float32) variable
|
D | test_batchparallel_replace_shape.py | 40 _x = Tensor(np.ones([128, 64, 32]), dtype=ms.float32) variable
|
D | test_onehot_2dim.py | 43 _x = Tensor(np.ones([16, 48]), dtype=ms.float32) variable
|
D | test_auto_parallel_shard_propagation2.py | 39 _x = Tensor(np.ones([64, 32]), dtype=ms.float32) variable
|
D | test_auto_parallel_shard_propagation3.py | 41 _x = Tensor(np.ones([64, 32000]), dtype=ms.float32) variable
|
D | test_reluv2.py | 39 _x = Tensor(np.ones([32, 16, 48, 64]), dtype=ms.float32) variable
|