Home
last modified time | relevance | path

Searched refs:out_args (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/gio/tests/
Dgdbus-introspection.c78 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()
Dgdbus-test-codegen.c95 …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/
Dgn_main.cc26 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/
Dgdbusintrospection.c65 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 …]
Dgdbusintrospection.h90 GDBusArgInfo **out_args; member
Dgdbusmethodinvocation.c417 type = _g_dbus_compute_complete_signature (invocation->method_info->out_args); in g_dbus_method_invocation_return_value_internal()
Dgdbus-tool.c1376 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()
Dgdbusproxy.c2674 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/
Dparse_test.cc227 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/
Dparse_test.cc232 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/
Dlibfdk-aacenc.c358 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/
Dcodegen_docbook.py53 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:
Dcodegen.py258 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 …]
Ddbustypes.py271 self.out_args = []
307 for a in self.out_args:
Dcodegen_main.py83 arg_obj = find_arg(method_obj.out_args, arg)
Dparser.py208 self._cur_object.out_args.append(arg)
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c435 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()