/third_party/glib/gio/tests/ |
D | gdbus-introspection.c | 78 g_assert (method_info->out_args != NULL); in test_introspection() 79 g_assert (method_info->out_args[0] != NULL); in test_introspection() 80 g_assert (method_info->out_args[1] == NULL); in test_introspection() 81 g_assert_cmpstr (method_info->out_args[0]->signature, ==, "s"); in test_introspection() 189 arginfo = minfo->out_args[0]; in test_generate() 192 g_assert (minfo->out_args[1] == NULL); in test_generate()
|
D | gdbus-test-codegen.c | 95 …g_assert_cmpstr (g_dbus_annotation_info_lookup (method->out_args[5]->annotations, "Key7"), ==, "Va… in test_annotations() 2624 assert_arg_infos_equal (skel_method->out_args, slim_method->out_args); in test_standalone_interface_info()
|
/third_party/gn/src/gn/ |
D | gn_main.cc | 26 std::vector<std::string> out_args; in GetArgs() local 28 out_args.push_back(base::UTF16ToUTF8(arg)); in GetArgs() 29 return out_args; in GetArgs()
|
/third_party/glib/gio/ |
D | gdbusintrospection.c | 65 GPtrArray *out_args; member 315 free_null_terminated_array (info->out_args, (GDestroyNotify) g_dbus_arg_info_unref); in g_dbus_method_info_unref() 466 GDBusArgInfo **out_args, in g_dbus_method_info_set() argument 477 if (out_args != NULL) in g_dbus_method_info_set() 478 info->out_args = out_args; in g_dbus_method_info_set() 662 if (info->annotations == NULL && info->in_args == NULL && info->out_args == NULL) in g_dbus_method_info_generate_xml() 681 for (n = 0; info->out_args != NULL && info->out_args[n] != NULL; n++) in g_dbus_method_info_generate_xml() 682 g_dbus_arg_info_generate_xml (info->out_args[n], in g_dbus_method_info_generate_xml() 919 *out_num_elements = data->out_args->len; in parse_data_steal_out_args() 920 if (data->out_args == NULL) in parse_data_steal_out_args() [all …]
|
D | gdbusintrospection.h | 90 GDBusArgInfo **out_args; member
|
D | gdbusmethodinvocation.c | 417 type = _g_dbus_compute_complete_signature (invocation->method_info->out_args); in g_dbus_method_invocation_return_value_internal()
|
D | gdbus-tool.c | 1376 total_num_args = count_args (o->in_args) + count_args (o->out_args); in dump_method() 1389 for (n = 0; o->out_args != NULL && o->out_args[n] != NULL; n++, m++) in dump_method() 1393 dump_arg (o->out_args[n], in dump_method()
|
D | gdbusproxy.c | 2674 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_internal() 2811 reply_type = _g_dbus_compute_complete_signature (expected_method_info->out_args); in g_dbus_proxy_call_sync_internal()
|
/third_party/abseil-cpp/absl/flags/ |
D | parse_test.cc | 227 auto out_args = InvokeParse(in_argv); in TestParse() local 229 EXPECT_EQ(out_args.size(), 1 + exp_position_args); in TestParse() 230 EXPECT_STREQ(out_args[0], "testbin"); in TestParse() 243 auto out_args = InvokeParse(in_argv); in TEST_F() local 245 EXPECT_EQ(out_args.size(), 1); in TEST_F() 246 EXPECT_STREQ(out_args[0], "testbin"); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | parse_test.cc | 232 auto out_args = InvokeParse(in_argv); in TestParse() local 234 EXPECT_EQ(out_args.size(), 1 + exp_position_args); in TestParse() 235 EXPECT_STREQ(out_args[0], "testbin"); in TestParse() 248 auto out_args = InvokeParse(in_argv); in TEST_F() local 250 EXPECT_EQ(out_args.size(), 1); in TEST_F() 251 EXPECT_STREQ(out_args[0], "testbin"); in TEST_F()
|
/third_party/ffmpeg/libavcodec/ |
D | libfdk-aacenc.c | 358 AACENC_OutArgs out_args = { 0 }; in aac_encode_frame() local 408 &out_args)) != AACENC_OK) { in aac_encode_frame() 416 if (!out_args.numOutBytes) in aac_encode_frame() 423 avpkt->size = out_args.numOutBytes; in aac_encode_frame()
|
/third_party/glib/gio/gdbus-2.0/codegen/ |
D | codegen_docbook.py | 53 for a in _m.out_args: 58 for a in m.out_args: 83 for a in m.out_args: 218 if m.in_args or m.out_args: 231 for a in m.out_args:
|
D | codegen.py | 258 for a in m.out_args: 322 for a in m.out_args: 348 for a in m.out_args: 1241 m.out_args, 1263 if len(m.out_args) > 0: 1744 m.out_args, 1766 if len(m.out_args) == 0: 2595 for a in m.out_args: 2622 for a in m.out_args: 2643 for a in m.out_args: [all …]
|
D | dbustypes.py | 271 self.out_args = [] 307 for a in self.out_args:
|
D | codegen_main.py | 83 arg_obj = find_arg(method_obj.out_args, arg)
|
D | parser.py | 208 self._cur_object.out_args.append(arg)
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 435 AACENC_OutArgs out_args = { 0 }; in gst_fdkaacenc_handle_frame() local 491 err = aacEncEncode (self->enc, &in_desc, &out_desc, &in_args, &out_args); in gst_fdkaacenc_handle_frame() 507 if (!out_args.numOutBytes) in gst_fdkaacenc_handle_frame() 511 gst_buffer_set_size (outbuf, out_args.numOutBytes); in gst_fdkaacenc_handle_frame()
|