Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 2143) sorted by relevance

12345678910>>...86

/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c201 static void clear_streams (PlaybackApp * app);
202 static void find_interface_elements (PlaybackApp * app);
204 PlaybackApp * app);
206 PlaybackApp * app);
208 static void video_sink_activate_cb (GtkEntry * entry, PlaybackApp * app);
209 static void text_sink_activate_cb (GtkEntry * entry, PlaybackApp * app);
210 static void audio_sink_activate_cb (GtkEntry * entry, PlaybackApp * app);
211 static void buffer_size_activate_cb (GtkEntry * entry, PlaybackApp * app);
212 static void buffer_duration_activate_cb (GtkEntry * entry, PlaybackApp * app);
214 PlaybackApp * app);
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/waylandsink/
Dwayland-threads.c47 App *app = user_data; in message_cb() local
61 g_main_loop_quit (app->loop); in message_cb()
77 App *app = user_data; in bus_sync_handler() local
81 context = gst_wayland_display_handle_context_new (app->display); in bus_sync_handler()
98 App *app = data; in registry_handle() local
101 app->compositor = in registry_handle()
102 wl_registry_bind (app->registry, id, &wl_compositor_interface, in registry_handle()
114 App *app = data; in wl_main_thread_run() local
115 while (wl_display_dispatch_queue (app->display, app->queue) != -1) in wl_main_thread_run()
122 build_pipeline (App * app, gint num_buffers) in build_pipeline() argument
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment8_1.types8 my.app = my.app ?? {};
9 >my.app = my.app ?? {} : typeof my.app
10 >my.app : typeof my.app
12 >app : typeof my.app
13 >my.app ?? {} : {}
14 >my.app : typeof my.app
16 >app : typeof my.app
19 my.app.Application = (function () {
20 >my.app.Application = (function () {var Application = function () { //...};return Application;})…
21 >my.app.Application : () => void
[all …]
DtypeFromPropertyAssignment8.types8 my.app = my.app || {};
9 >my.app = my.app || {} : typeof my.app
10 >my.app : typeof my.app
12 >app : typeof my.app
13 >my.app || {} : {}
14 >my.app : typeof my.app
16 >app : typeof my.app
19 my.app.Application = (function () {
20 >my.app.Application = (function () {var Application = function () { //...};return Application;})…
21 >my.app.Application : () => void
[all …]
DtypeFromPropertyAssignment10.types8 Outer.app = Outer.app || {};
9 >Outer.app = Outer.app || {} : typeof Outer.app
10 >Outer.app : typeof Outer.app
12 >app : typeof Outer.app
13 >Outer.app || {} : {}
14 >Outer.app : typeof Outer.app
16 >app : typeof Outer.app
20 Outer.app.SomeView = (function () {
21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
22 >Outer.app.SomeView : () => void
[all …]
DtypeFromPropertyAssignment10_1.types8 Outer.app = Outer.app ?? {};
9 >Outer.app = Outer.app ?? {} : typeof Outer.app
10 >Outer.app : typeof Outer.app
12 >app : typeof Outer.app
13 >Outer.app ?? {} : {}
14 >Outer.app : typeof Outer.app
16 >app : typeof Outer.app
20 Outer.app.SomeView = (function () {
21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
22 >Outer.app.SomeView : () => void
[all …]
DtypeFromPropertyAssignment8.symbols6 my.app = my.app || {};
7 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
9 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
10 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
12 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
14 my.app.Application = (function () {
15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
16 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
18 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
[all …]
DtypeFromPropertyAssignment8_1.symbols6 my.app = my.app ?? {};
7 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
9 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
10 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
12 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
14 my.app.Application = (function () {
15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
16 >my.app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
18 >app : Symbol(my.app, Decl(a.js, 0, 18), Decl(a.js, 3, 3))
19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22))
[all …]
DtypeFromPropertyAssignment10_1.symbols6 Outer.app = Outer.app ?? {};
7 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
9 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
10 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
12 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
15 Outer.app.SomeView = (function () {
16 >Outer.app.SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
17 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
19 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
20 >SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
[all …]
DtypeFromPropertyAssignment10.symbols6 Outer.app = Outer.app || {};
7 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
9 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
10 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
12 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
15 Outer.app.SomeView = (function () {
16 >Outer.app.SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
17 >Outer.app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6…
19 >app : Symbol(Outer.app, Decl(module.js, 0, 24), Decl(someview.js, 0, 6), Decl(someview.js, 6, 6), …
20 >SomeView : Symbol(Outer.app.SomeView, Decl(someview.js, 0, 0))
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream.c80 read_data (App * app) in read_data() argument
86 if (app->offset >= app->length) { in read_data()
88 g_signal_emit_by_name (app->appsrc, "end-of-stream", &ret); in read_data()
96 if (app->offset + len > app->length) in read_data()
97 len = app->length - app->offset; in read_data()
101 app->data, app->length, app->offset, len, NULL, NULL)); in read_data()
104 app->offset, len); in read_data()
105 g_signal_emit_by_name (app->appsrc, "push-buffer", buffer, &ret); in read_data()
112 app->offset += len; in read_data()
120 start_feed (GstElement * playbin, guint size, App * app) in start_feed() argument
[all …]
Dappsrc-ra.c69 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() argument
74 if (app->offset >= app->length) { in feed_data()
76 g_signal_emit_by_name (app->appsrc, "end-of-stream", &ret); in feed_data()
83 if (app->offset + size > app->length) in feed_data()
84 size = app->length - app->offset; in feed_data()
88 app->data, app->length, app->offset, size, NULL, NULL)); in feed_data()
91 GST_BUFFER_OFFSET (buffer) = app->offset; in feed_data()
92 GST_BUFFER_OFFSET_END (buffer) = app->offset + size; in feed_data()
95 app->offset, size); in feed_data()
96 g_signal_emit_by_name (app->appsrc, "push-buffer", buffer, &ret); in feed_data()
[all …]
Dappsrc-seekable.c73 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() argument
79 if (app->offset >= app->length) { in feed_data()
81 g_signal_emit_by_name (app->appsrc, "end-of-stream", &ret); in feed_data()
89 if (app->offset + len > app->length) in feed_data()
90 len = app->length - app->offset; in feed_data()
94 app->data, app->length, app->offset, len, NULL, NULL)); in feed_data()
97 app->offset, len); in feed_data()
98 g_signal_emit_by_name (app->appsrc, "push-buffer", buffer, &ret); in feed_data()
101 app->offset += len; in feed_data()
109 seek_data (GstElement * appsrc, guint64 position, App * app) in seek_data() argument
[all …]
Dappsrc-stream2.c80 feed_data (GstElement * appsrc, guint size, App * app) in feed_data() argument
86 if (app->offset >= app->length) { in feed_data()
88 g_signal_emit_by_name (app->appsrc, "end-of-stream", &ret); in feed_data()
96 if (app->offset + len > app->length) in feed_data()
97 len = app->length - app->offset; in feed_data()
101 app->data, app->length, app->offset, len, NULL, NULL)); in feed_data()
104 app->offset, len); in feed_data()
105 g_signal_emit_by_name (app->appsrc, "push-buffer", buffer, &ret); in feed_data()
108 app->offset += len; in feed_data()
117 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source() argument
[all …]
Dappsrc_ex.c51 App *app = &s_app; in main() local
56 app->pipe = gst_pipeline_new (NULL); in main()
57 g_assert (app->pipe); in main()
59 app->src = gst_element_factory_make ("appsrc", NULL); in main()
60 g_assert (app->src); in main()
61 gst_bin_add (GST_BIN (app->pipe), app->src); in main()
63 app->id = gst_element_factory_make ("identity", NULL); in main()
64 g_assert (app->id); in main()
65 gst_bin_add (GST_BIN (app->pipe), app->id); in main()
67 app->sink = gst_element_factory_make ("appsink", NULL); in main()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c51 struct _app *app = data; in context_handler() local
76 g_mutex_lock (&app->mutex); in context_handler()
77 gst_object_replace (&app->display, display); in context_handler()
79 g_mutex_unlock (&app->mutex); in context_handler()
98 g_mutex_lock (&app->mutex); in context_handler()
99 if (!app->display) { in context_handler()
100 g_mutex_unlock (&app->mutex); in context_handler()
109 gst_structure_set (s, "gst-display", GST_TYPE_OBJECT, app->display, in context_handler()
111 gst_printerrln ("%s", GST_OBJECT_NAME (app->display)); in context_handler()
114 g_mutex_unlock (&app->mutex); in context_handler()
[all …]
Dmain.c38 struct _app *app = data; in context_handler() local
54 gst_structure_set (s, "va-display", G_TYPE_POINTER, app->va_dpy, NULL); in context_handler()
71 draw_unlocked (GtkWidget * widget, struct _app *app) in draw_unlocked() argument
82 buffer = gst_sample_get_buffer (app->sample); in draw_unlocked()
83 caps = gst_sample_get_caps (app->sample); in draw_unlocked()
107 va_status = vaPutSurface (app->va_dpy, surface, in draw_unlocked()
133 struct _app *app = data; in draw_cb() local
136 g_mutex_lock (&app->mutex); in draw_cb()
137 if (app->sample) in draw_cb()
138 ret = draw_unlocked (widget, app); in draw_cb()
[all …]
/third_party/pixman/demos/
Dscale.c48 get_widget (app_t *app, const char *name) in get_widget() argument
50 GtkWidget *widget = GTK_WIDGET (gtk_builder_get_object (app->builder, name)); in get_widget()
151 get_value (app_t *app, const named_int_t table[], const char *box_name) in get_value() argument
153 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value()
159 copy_to_counterpart (app_t *app, GObject *object) in copy_to_counterpart() argument
172 GObject *x = gtk_builder_get_object (app->builder, xy_map[i]); in copy_to_counterpart()
173 GObject *y = gtk_builder_get_object (app->builder, xy_map[i + 1]); in copy_to_counterpart()
207 rescale (GtkWidget *may_be_null, app_t *app) in rescale() argument
221 GTK_TOGGLE_BUTTON (get_widget (app, "lock_checkbutton")))) in rescale()
223 copy_to_counterpart (app, G_OBJECT (may_be_null)); in rescale()
[all …]
Ddither.c48 get_widget (app_t *app, const char *name) in get_widget() argument
50 GtkWidget *widget = GTK_WIDGET (gtk_builder_get_object (app->builder, name)); in get_widget()
85 get_value (app_t *app, const named_int_t table[], const char *box_name) in get_value() argument
87 GtkComboBox *box = GTK_COMBO_BOX (get_widget (app, box_name)); in get_value()
93 rescale (GtkWidget *may_be_null, app_t *app) in rescale() argument
95 app->dither = get_value (app, dithers, "dithering_combo_box"); in rescale()
96 app->format = get_value (app, formats, "target_format_combo_box"); in rescale()
99 get_widget (app, "drawing_area"), app->width + 0.5, app->height + 0.5); in rescale()
102 get_widget (app, "drawing_area")); in rescale()
108 app_t *app = data; in on_expose() local
[all …]
/third_party/glib/gio/tests/
Dgapplication.c308 GApplication *app;
311 app = g_application_new ("org.gtk.Test-Application",
313 g_signal_connect (app, "activate", G_CALLBACK (nonunique_activate), NULL);
314 ok = g_application_register (app, NULL, NULL);
317 g_object_unref (app);
321 g_application_activate (app);
323 return app;
370 GObject *app; in properties() local
382 app = g_object_new (G_TYPE_APPLICATION, in properties()
386 g_object_get (app, in properties()
[all …]
/third_party/weston/clients/
Dweston-debug.c79 stream_alloc(struct debug_app *app, const char *name, const char *desc) in stream_alloc() argument
102 stream->should_bind = app->opt.bind_all; in stream_alloc()
103 wl_list_insert(app->stream_list.prev, &stream->link); in stream_alloc()
115 stream_find(struct debug_app *app, const char *name, const char *desc) in stream_find() argument
119 wl_list_for_each(stream, &app->stream_list, link) { in stream_find()
128 return stream_alloc(app, name, desc); in stream_find()
143 destroy_streams(struct debug_app *app) in destroy_streams() argument
148 wl_list_for_each_safe(stream, tmp, &app->stream_list, link) in destroy_streams()
156 struct debug_app *app = data; in debug_advertise() local
157 (void) stream_find(app, name, desc); in debug_advertise()
[all …]
/third_party/gstreamer/gstreamer/tests/examples/streamiddemux/
Dstreamiddemux-stream.c51 set_blocked (App * app, gboolean blocked) in set_blocked() argument
56 gst_pad_remove_probe (app->queue_srcpad[i], app->blocked_id[i]); in set_blocked()
61 sink_do_reconfigure (App * app) in sink_do_reconfigure() argument
72 gst_element_request_pad_simple (app->stream_synchronizer, "sink_%u"); in sink_do_reconfigure()
79 filesink_sinkpad[i] = gst_element_get_static_pad (app->filesink[i], "sink"); in sink_do_reconfigure()
81 gst_pad_link_full (app->queue_srcpad[i], sync_sinkpad[i], in sink_do_reconfigure()
93 App *app = user_data; in blocked_cb() local
98 if (blockedpad == app->queue_srcpad[i]) in blocked_cb()
99 app->pad_blocked[i] = TRUE; in blocked_cb()
103 if (app->queue_srcpad[i] == FALSE) { in blocked_cb()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c97 PlayoutApp *app; member
121 static void playout_app_free (PlayoutApp * app);
122 static PlayoutItem *playout_item_new (PlayoutApp * app, const gchar * fn);
125 static void playout_app_add_item (PlayoutApp * app, const gchar * fn);
128 static gboolean playout_app_activate_next_item (PlayoutApp * app);
129 static gboolean playout_app_activate_next_item_early (PlayoutApp * app);
130 static PlayoutItem *playout_app_get_current_item (PlayoutApp * app);
134 playout_app_add_audio_sink (PlayoutApp * app) in playout_app_add_audio_sink() argument
141 app->audio_mixer = gst_element_factory_make ("audiomixer", "audio_mixer"); in playout_app_add_audio_sink()
146 app->audio_sink = gst_element_factory_make ("autoaudiosink", NULL); in playout_app_add_audio_sink()
[all …]
/third_party/openssl/test/ssl-tests/
D27-ticket-appdata.conf5 test-0 = 0-session-ticket-app-data12
6 test-1 = 1-session-ticket-app-data12
7 test-2 = 2-session-ticket-app-data13
8 test-3 = 3-session-ticket-app-data13
11 [0-session-ticket-app-data12]
12 ssl_conf = 0-session-ticket-app-data12-ssl
14 [0-session-ticket-app-data12-ssl]
15 server = 0-session-ticket-app-data12-server
16 client = 0-session-ticket-app-data12-client
17 resume-server = 0-session-ticket-app-data12-server
[all …]
/third_party/openssl/test/recipes/
D90-test_store.t94 ok(!run(app(["openssl", "storeutl", "-noout", $file])));
95 ok(!run(app(["openssl", "storeutl", "-noout",
100 ok(!run(app(["openssl", "storeutl", "-noout",
107 ok(run(app(["openssl", "storeutl", "-noout", $file])));
108 ok(run(app(["openssl", "storeutl", "-noout", to_abs_file($file)])));
113 ok(run(app(["openssl", "storeutl", "-noout",
115 ok(run(app(["openssl", "storeutl", "-noout",
117 ok(run(app(["openssl", "storeutl", "-noout",
119 ok(!run(app(["openssl", "storeutl", "-noout",
124 ok(run(app(["openssl", "storeutl", "-noout", "-passin",
[all …]

12345678910>>...86