Home
last modified time | relevance | path

Searched defs:app (Results 1 – 25 of 253) sorted by relevance

1234567891011

/third_party/cef/tests/shared/renderer/
Dclient_app_renderer.h23 virtual void OnWebKitInitialized(CefRefPtr<ClientAppRenderer> app) {} in OnWebKitInitialized()
25 virtual void OnBrowserCreated(CefRefPtr<ClientAppRenderer> app, in OnBrowserCreated()
29 virtual void OnBrowserDestroyed(CefRefPtr<ClientAppRenderer> app, in OnBrowserDestroyed()
33 CefRefPtr<ClientAppRenderer> app) { in GetLoadHandler()
37 virtual void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated()
42 virtual void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased()
47 virtual void OnUncaughtException(CefRefPtr<ClientAppRenderer> app, in OnUncaughtException()
54 virtual void OnFocusedNodeChanged(CefRefPtr<ClientAppRenderer> app, in OnFocusedNodeChanged()
64 CefRefPtr<ClientAppRenderer> app, in OnProcessMessageReceived()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c272 make_playbin_pipeline (PlaybackApp * app, const gchar * location) in make_playbin_pipeline()
292 make_parselaunch_pipeline (PlaybackApp * app, const gchar * description) in make_parselaunch_pipeline()
316 format_value (GtkScale * scale, gdouble value, PlaybackApp * app) in format_value()
367 query_positions (PlaybackApp * app) in query_positions()
397 set_scale (PlaybackApp * app, gdouble value) in set_scale()
410 update_fill (PlaybackApp * app) in update_fill()
452 update_seek_range (PlaybackApp * app) in update_seek_range()
483 update_scale (PlaybackApp * app) in update_scale()
527 end_scrub (PlaybackApp * app) in end_scrub()
537 send_event (PlaybackApp * app, GstEvent * event) in send_event()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream.c80 read_data (App * app) in read_data()
120 start_feed (GstElement * playbin, guint size, App * app) in start_feed()
131 stop_feed (GstElement * playbin, App * app) in stop_feed()
145 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
164 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
186 App *app = &s_app; in main() local
Dappsrc-ra.c69 feed_data (GstElement * appsrc, guint size, App * app) in feed_data()
107 seek_data (GstElement * appsrc, guint64 position, App * app) in seek_data()
120 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
141 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
163 App *app = &s_app; in main() local
Dappsrc-seekable.c73 feed_data (GstElement * appsrc, guint size, App * app) in feed_data()
109 seek_data (GstElement * appsrc, guint64 position, App * app) in seek_data()
122 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
145 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
167 App *app = &s_app; in main() local
Dappsrc-stream2.c80 feed_data (GstElement * appsrc, guint size, App * app) in feed_data()
117 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
135 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
157 App *app = &s_app; in main() local
/third_party/cef/tests/cefclient/renderer/
Dclient_renderer.cc27 void OnWebKitInitialized(CefRefPtr<ClientAppRenderer> app) override { in OnWebKitInitialized()
44 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated()
51 void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased()
58 void OnFocusedNodeChanged(CefRefPtr<ClientAppRenderer> app, in OnFocusedNodeChanged()
73 bool OnProcessMessageReceived(CefRefPtr<ClientAppRenderer> app, in OnProcessMessageReceived()
/third_party/jsframework/runtime/main/app/
Dindex.ts142 const app: App = appMap[packageName]; constant
157 const app: App = appMap[packageName]; constant
171 const app: App = appMap[packageName]; constant
185 const app: App = appMap[packageName]; constant
193 const appPage: Page = pageMap[app.appInstanceId]; constant
/third_party/python/Doc/tools/extensions/
Dglossary_search.py22 def process_glossary_nodes(app, doctree, fromdocname): argument
44 def on_build_finish(app, exc): argument
59 def setup(app): argument
Descape4chm.py26 def escape_for_chm(app, pagename, templatename, context, doctree): argument
36 def fixup_keywords(app, exception): argument
49 def setup(app): argument
/third_party/cef/tests/shared/browser/
Dclient_app_browser.h24 CefRefPtr<ClientAppBrowser> app, in OnBeforeCommandLineProcessing()
27 virtual void OnContextInitialized(CefRefPtr<ClientAppBrowser> app) {} in OnContextInitialized()
30 CefRefPtr<ClientAppBrowser> app, in OnBeforeChildProcessLaunch()
/third_party/gstreamer/gstplugins_bad/tests/examples/
Dplayout.c97 PlayoutApp *app; member
134 playout_app_add_audio_sink (PlayoutApp * app) in playout_app_add_audio_sink()
166 PlayoutApp *app; in playout_app_new() local
208 playout_app_free (PlayoutApp * app) in playout_app_free()
219 playout_app_eos (GstBus * bus, GstMessage * msg, PlayoutApp * app) in playout_app_eos()
226 playout_item_new (PlayoutApp * app, const gchar * fn) in playout_item_new()
739 playout_app_add_item (PlayoutApp * app, const gchar * fn) in playout_app_add_item()
753 PlayoutApp *app; in playout_app_remove_item() local
770 playout_app_get_current_item (PlayoutApp * app) in playout_app_get_current_item()
782 PlayoutApp *app = item->app; in playout_app_prepare_item() local
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/waylandsink/
Dwayland-threads.c47 App *app = user_data; in message_cb() local
77 App *app = user_data; in bus_sync_handler() local
98 App *app = data; in registry_handle() local
114 App *app = data; in wl_main_thread_run() local
122 build_pipeline (App * app, gint num_buffers) in build_pipeline()
146 App *app; in main() local
/third_party/gstreamer/gstplugins_bad/tests/examples/msdk/
Dtest-roi.c42 dispatch_keystroke (AppData * app, const gchar * str) in dispatch_keystroke()
66 AppData *app = data; in cb_msg() local
93 AppData *app = data; in cb_msg_eos() local
101 AppData *app = data; in cb_msg_error() local
121 AppData *app = data; in cb_add_roi() local
149 AppData *app = data; in handle_keyboard() local
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c51 struct _app *app = data; in context_handler() local
132 struct _app *app = data; in message_handler() local
164 config_simple (struct _app *app) in config_simple()
196 build_pipeline (struct _app *app) in build_pipeline()
240 struct _app *app = data; in change_cb_randomly() local
263 struct _app *app = data; in change_dir_randomly() local
314 struct _app *app = data; in change_sharpen_randomly() local
333 struct _app *app = data; in change_crop_randomly() local
389 struct _app app = { NULL, }; in main() local
Dmain.c38 struct _app *app = data; in context_handler() local
71 draw_unlocked (GtkWidget * widget, struct _app *app) in draw_unlocked()
133 struct _app *app = data; in draw_cb() local
148 build_ui (struct _app *app) in build_ui()
166 struct _app *app = data; in new_sample_cb() local
209 build_pipeline (struct _app *app) in build_pipeline()
278 struct _app app = { NULL, }; in main() local
/third_party/icu/icu4c/source/samples/layout/
Dcgnomelayout.c87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
119 GtkWidget *app = GTK_WIDGET(data); in openfile() local
151 GtkWidget *app = newSample("Sample.txt"); in newapp() local
158 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
236 GtkWidget *app; in newSample() local
287 void closeSample(GtkWidget *app) in closeSample()
310 GtkWidget *app; in main() local
Dgnomelayout.cpp93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
125 GtkWidget *app = GTK_WIDGET(data); in openfile() local
157 GtkWidget *app = newSample("Sample.txt"); in newapp() local
164 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
245 GtkWidget *app = gnome_app_new("gnomeLayout", title); in newSample() local
286 void closeSample(GtkWidget *app) in closeSample()
309 GtkWidget *app; in main() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dcgnomelayout.c85 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
117 GtkWidget *app = GTK_WIDGET(data); in openfile() local
149 GtkWidget *app = newSample("Sample.txt"); in newapp() local
156 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
234 GtkWidget *app; in newSample() local
285 void closeSample(GtkWidget *app) in closeSample()
308 GtkWidget *app; in main() local
Dgnomelayout.cpp93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
125 GtkWidget *app = GTK_WIDGET(data); in openfile() local
157 GtkWidget *app = newSample("Sample.txt"); in newapp() local
164 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
245 GtkWidget *app = gnome_app_new("gnomeLayout", title); in newSample() local
286 void closeSample(GtkWidget *app) in closeSample()
309 GtkWidget *app; in main() local
/third_party/skia/gn/
Dgen_plist_ios.py15 app,bundle_prefix = sys.argv[1:3] variable
17 out, app = os.path.split(app) variable
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
Dmain.cc31 void amber_sample_main(android_app* app) { in amber_sample_main()
77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd()
91 void android_main(struct android_app* app) { in android_main()
/third_party/mesa3d/docs/_exts/
Dredirects.py29 def create_redirects(app, exception): argument
45 def setup(app): argument
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitBindingPatternWithReservedWord.js17 app, property
47 export declare const getLocales: <T extends LocaleData>({ app, name, default: defaultLocalesConfig,… property
/third_party/cef/tests/ceftests/
Drouting_test_handler.cc22 void OnWebKitInitialized(CefRefPtr<ClientAppRenderer> app) override { in OnWebKitInitialized()
29 void OnContextCreated(CefRefPtr<ClientAppRenderer> app, in OnContextCreated()
36 void OnContextReleased(CefRefPtr<ClientAppRenderer> app, in OnContextReleased()
43 bool OnProcessMessageReceived(CefRefPtr<ClientAppRenderer> app, in OnProcessMessageReceived()

1234567891011