/third_party/nghttp2/src/ |
D | http2_test.cc | 333 auto res = http2::parse_link_header(StringRef::from_lit("<url>")); in test_http2_parse_link_header() local 338 auto res = in test_http2_parse_link_header() local 345 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 352 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 360 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 368 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 375 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 382 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 389 auto res = http2::parse_link_header( in test_http2_parse_link_header() local 397 auto res = http2::parse_link_header( in test_http2_parse_link_header() local [all …]
|
/third_party/boost/libs/test/test/writing-test-ts/ |
D | assertion-construction-test.cpp | 243 predicate_result const& res = EXPR_TYPE( 1 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 249 predicate_result const& res = EXPR_TYPE( 0 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 255 predicate_result const& res = EXPR_TYPE( true ).evaluate(); in BOOST_AUTO_TEST_CASE() local 261 predicate_result const& res = EXPR_TYPE( 1.5 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 266 predicate_result const& res = EXPR_TYPE( "abc" ).evaluate(); in BOOST_AUTO_TEST_CASE() local 271 predicate_result const& res = EXPR_TYPE( 1>2 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 285 predicate_result const& res = EXPR_TYPE( 1>2 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 291 predicate_result const& res = EXPR_TYPE( 100 < 50 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 297 predicate_result const& res = EXPR_TYPE( 5 <= 4 ).evaluate(); in BOOST_AUTO_TEST_CASE() local 303 predicate_result const& res = EXPR_TYPE( 10>=20 ).evaluate(); in BOOST_AUTO_TEST_CASE() local [all …]
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 18 $res = $LastExitCode variable 24 if ($res -ne 0) { variable 25 $res = 1 variable 40 if ($res -eq 0) { variable 41 $res = 2 variable 46 if ($res -ne 0) { variable 48 exit $res variable
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 18 $res = $LastExitCode variable 24 if ($res -ne 0) { variable 25 $res = 1 variable 40 if ($res -eq 0) { variable 41 $res = 2 variable 46 if ($res -ne 0) { variable 48 exit $res variable
|
/third_party/glib/glib/tests/ |
D | test-printf.c | 36 gint res; in test_retval_and_trunc() local 77 gint res; in test_d() local 204 gint res; in test_d_invalid() local 222 gint res; in test_o() local 263 gint res; in test_u() local 296 gint res; in test_x() local 355 gint res; in test_X() local 414 gint res; in test_f() local 473 gint res; in test_e() local 530 gint res; in test_c() local [all …]
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 7 VkExtent2D res; local 15 VkExtent3D res; local 24 VkOffset2D res; local 32 VkOffset3D res; local 41 VkDispatchIndirectCommand res; local 50 VkDrawIndexedIndirectCommand res; local 61 VkDrawIndirectCommand res; local 71 VkImageSubresourceRange res; local 82 VkAllocationCallbacks res; local 94 VkMemoryRequirements res; local [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_all/ |
D | one_pass.cpp | 57 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 72 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 86 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 99 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 112 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 125 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 143 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 154 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 166 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 177 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local
|
D | variadic_pass.cpp | 66 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 88 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 109 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 130 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 151 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 183 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 200 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 217 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 235 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 252 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local [all …]
|
D | iterators_pass.cpp | 68 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 94 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 120 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 146 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 172 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 211 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 233 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 257 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 280 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 302 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local [all …]
|
/third_party/boost/libs/thread/test/sync/futures/when_any/ |
D | one_pass.cpp | 50 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 65 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 79 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 92 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 105 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 116 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 127 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local 139 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 150 boost::csbl::tuple<boost::shared_future<int> > res = all.get(); in main() local
|
D | variadic_pass.cpp | 64 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 85 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 105 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 125 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 145 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 175 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 191 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 206 boost::csbl::tuple<boost::shared_future<int>,boost::shared_future<int> > res = all.get(); in main() local 223 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 244 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local [all …]
|
D | iterators_pass.cpp | 69 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 95 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 121 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 147 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 173 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 211 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 233 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 257 boost::csbl::vector<boost::shared_future<int> > res = all.get(); in main() local 280 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 303 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | kernel_build_client.cc | 33 auto res = SendRequest(kAkgStart); in AkgStart() local 54 auto res = SendRequest(kAkgAttr); in AkgSendAttr() local 68 auto res = SendRequest(kAkgData); in AkgSendData() local 85 auto res = SendRequest(kAkgWait); in AkgWait() local 94 auto res = SendRequest(kTbePre); in TbePre() local 116 auto res = SendRequest(kTbeStart); in TbeStart() local 132 auto res = SendRequest(kTbeJob); in TbeSendJob() local 148 auto res = SendRequest(kTbeWait); in TbeWait() local 165 auto res = SendRequest(kTbeReset); in TbeReset() local 173 auto res = SendRequest(kFormat); in SelectFormat() local [all …]
|
/third_party/boost/libs/thread/example/ |
D | future_when_all.cpp | 110 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 121 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 130 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 140 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 152 boost::csbl::tuple<boost::future<int>, boost::future<std::string> > res = all.get(); in main() local 168 boost::csbl::vector<boost::future<int> > res = all.get(); in main() local 200 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 209 boost::csbl::tuple<boost::future<int> > res = all.get(); in main() local 219 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local 230 boost::csbl::tuple<boost::future<int>,boost::future<int> > res = all.get(); in main() local [all …]
|
/third_party/boost/boost/vmd/detail/ |
D | sequence_elem.hpp | 175 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_TYPE_TUPLE(res) \ argument 183 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_TYPE_ONLY(res) \ argument 187 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_DATA_TUPLE(res) \ argument 195 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_DATA_ONLY(res) \ argument 205 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_DATA(res,nm) \ argument 215 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_DATA_D(d,res,nm) \ argument 231 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_TYPE(res,nm) \ argument 241 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_GET_RESULT_TYPE_D(d,res,nm) \ argument 251 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_HAS_FAILED_TUPLE(res) \ argument 266 #define BOOST_VMD_DETAIL_SEQUENCE_ELEM_HAS_FAILED(res,nm) \ argument [all …]
|
/third_party/boost/libs/thread/test/sync/futures/async/ |
D | async_pass.cpp | 218 int res; in main() local 242 int res; in main() local 266 int res; in main() local 290 int res; in main() local 315 int res; in main() local 342 int res; in main() local 367 int res; in main() local 392 int res; in main() local 416 int res; in main() local 440 int res; in main() local [all …]
|
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/ |
D | img2col_impl.py | 37 def shape56_0(tik_instance, input_x, res, input_shape, shape_info): argument 64 def shape56_1(tik_instance, input_x, res, input_shape, shape_info): argument 92 def shape56_2(tik_instance, input_x, res, input_shape, shape_info): argument 116 def shape56_3(tik_instance, input_x, res, input_shape, shape_info): argument 144 def shape56_4(tik_instance, input_x, res, input_shape, shape_info): argument 173 def shape28_0(tik_instance, input_x, res, input_shape, shape_info): argument 201 def shape28_1(tik_instance, input_x, res, input_shape, shape_info): argument 240 def shape28_2(tik_instance, input_x, res, input_shape, shape_info): argument 288 def shape28_3(tik_instance, input_x, res, input_shape, shape_info): argument 316 def shape28_4(tik_instance, input_x, res, input_shape, shape_info): argument [all …]
|
D | fused_abs_max1_impl.py | 35 def _update_tik(tik_instance, input_x_ub, broadcast_0_local_ub, block_index, res): argument 76 def shape0(tik_instance, input_x_shape, input_x, res): argument 100 def shape1(tik_instance, input_x_shape, ori_shape, input_x, res): argument 146 def shape2(tik_instance, input_x_shape, input_x, res): argument 171 def shape3_1000(tik_instance, input_x, res): argument 207 def shape3_1001(tik_instance, input_x, res): argument 242 def shape3(tik_instance, input_x_shape, ori_shape, input_x, res): argument 275 def shape4(tik_instance, input_x_shape, input_x, res): argument 302 def shape5(tik_instance, input_x_shape, input_x, res): argument 330 def shape6(tik_instance, ori_shape, input_x, res): argument [all …]
|
D | transpose02314_impl.py | 104 def shape0(tik_instance, input_x, res, dtype): argument 124 def shape1(tik_instance, input_x, res, dtype): argument 153 def shape2(tik_instance, input_x, res, dtype): argument 173 def shape3(tik_instance, input_x, res, dtype): argument 193 def shape4(tik_instance, input_x, res, dtype): argument 213 def shape5(tik_instance, input_x, res, dtype): argument 232 def shape6(tik_instance, input_x, res, dtype): argument 261 def shape7(tik_instance, input_x, res, dtype): argument 277 def shape8(tik_instance, input_x, res, dtype): argument 293 def shape9(tik_instance, input_x, res, dtype): argument [all …]
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/ |
D | resolver.js | 9 resolve('./foo', { basedir: dir }, function (err, res, pkg) { argument 15 resolve('./foo.js', { basedir: dir }, function (err, res, pkg) { argument 21 resolve('./foo', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument 27 … resolve('./foo.js', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument 33 resolve('./foo', { basedir: dir, filename: path.join(dir, 'baz.js') }, function (err, res) { argument 53 resolve('foo', { basedir: dir + '/bar' }, function (err, res, pkg) { argument 59 resolve('foo', { basedir: dir + '/bar' }, function (err, res, pkg) { argument 65 resolve('foo', { basedir: dir + '/bar', 'package': { main: 'bar' } }, function (err, res, pkg) { argument 76 resolve('./baz', { basedir: dir }, function (err, res, pkg) { argument 82 resolve('./baz', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument [all …]
|
/third_party/python/Python/ |
D | Python-ast.c | 795 int res = -1; in ast_type_init() local 5359 int res; in obj2ast_mod() local 5396 int res; in obj2ast_mod() local 5445 int res; in obj2ast_mod() local 5494 int res; in obj2ast_mod() local 5524 int res; in obj2ast_mod() local 5561 int res; in obj2ast_mod() local 5606 int res; in obj2ast_stmt() local 5623 int res; in obj2ast_stmt() local 5640 int res; in obj2ast_stmt() local [all …]
|
/third_party/python/PC/ |
D | msvcrtmodule.c | 357 int res; in msvcrt_ungetch_impl() local 360 res = _ungetch(char_value); in msvcrt_ungetch_impl() local 381 int res; in msvcrt_ungetwch_impl() local 384 res = _ungetwch(unicode_char); in msvcrt_ungetwch_impl() local 409 HANDLE res; in msvcrt_CrtSetReportFile_impl() local 412 res = _CrtSetReportFile(type, file); in msvcrt_CrtSetReportFile_impl() local 434 int res; in msvcrt_CrtSetReportMode_impl() local 437 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode_impl() local 459 long res; in msvcrt_set_error_mode_impl() local 462 res = _set_error_mode(mode); in msvcrt_set_error_mode_impl() local [all …]
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pass.cc | 65 void DoRenormalize(const bool &changed, const FuncGraphPtr &func_graph, const ResourcePtr &res) { in DoRenormalize() 80 bool SimplifyDataStructuresPass(const ResourcePtr &res) { in SimplifyDataStructuresPass() 89 bool TransformTopGraphPass(const ResourcePtr &res) { in TransformTopGraphPass() 108 bool CleanAfterOptAPass(const ResourcePtr &res) { in CleanAfterOptAPass() 117 …GraphPtr PrimBpOptPassStep1(const opt::irpass::OptimizeIRPassLib &irpass, const ResourcePtr &res) { in PrimBpOptPassStep1() 143 …GraphPtr PrimBpOptPassStep2(const opt::irpass::OptimizeIRPassLib &irpass, const ResourcePtr &res) { in PrimBpOptPassStep2() 173 FuncGraphPtr BpropGraphFinalOptPass(const ResourcePtr &res) { in BpropGraphFinalOptPass() 517 void InitOpt(const ResourcePtr &res) { in InitOpt() 547 bool OptPassGroup(const ResourcePtr &res, const std::string &name) { in OptPassGroup() 566 bool OptPassA1A2(const ResourcePtr &res) { return OptPassGroup(res, "a1a2"); } in OptPassA1A2() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspextension.c | 92 gboolean res = TRUE; in gst_rtsp_extension_detect_server() local 105 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_before_send() local 119 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_after_send() local 133 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_parse_sdp() local 146 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_setup_media() local 159 gboolean res = TRUE; in gst_rtsp_extension_configure_stream() local 173 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_get_transports() local 186 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_stream_select() local 200 GstRTSPResult res = GST_RTSP_ENOTIMPL; in gst_rtsp_extension_receive_request() local 213 GstRTSPResult res = GST_RTSP_OK; in gst_rtsp_extension_send() local
|
/third_party/libxml2/python/tests/ |
D | reader2.py | 176 res="" variable 186 res = res + "%s,%s\n" % (reader.NodeType(),reader.Name()) variable 220 res="" variable 236 res = res + "%s %s\n" % (reader.NodeType(),reader.Name()) variable 280 res="" variable 290 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable 325 res="" variable 332 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable
|