| /third_party/python/Lib/test/ |
| D | mime.types | 14 application/1d-interleaved-parityfec 15 application/3gpp-ims+xml 16 application/activemessage 17 application/andrew-inset ez 18 application/applefile 19 application/atom+xml atom 20 application/atomcat+xml atomcat 21 application/atomicmail 22 application/atomsvc+xml atomsvc 23 application/auth-policy+xml apxml [all …]
|
| /third_party/mesa3d/src/util/ |
| D | 00-mesa-defaults.conf | 5 Application bugs worked around in this file: 33 <!ELEMENT device (application | engine)+> 36 <!ELEMENT application (option+)> 37 <!ATTLIST application name CDATA #REQUIRED 60 <application name="Unigine Sanctuary" executable="Sanctuary"> 64 </application> 66 <application name="Unigine Tropics" executable="Tropics"> 70 </application> 72 <application name="Unigine Heaven (32-bit)" executable="heaven_x86"> 76 </application> [all …]
|
| /third_party/node/deps/npm/node_modules/mime-db/ |
| D | db.json | 2 "application/1d-interleaved-parityfec": { 5 "application/3gpdash-qoe-report+xml": { 9 "application/3gpp-ims+xml": { 13 "application/a2l": { 16 "application/activemessage": { 19 "application/activity+json": { 23 "application/alto-costmap+json": { 27 "application/alto-costmapfilter+json": { 31 "application/alto-directory+json": { 35 "application/alto-endpointcost+json": { [all …]
|
| D | HISTORY.md | 4 * Add extension `.owl` to `application/rdf+xml` 6 - Removes extension `.woff` from `application/font-woff` 11 * Add extension `.csl` to `application/vnd.citationstyles.style+xml` 12 * Add extension `.es` to `application/ecmascript` 23 * Remove `application/font-woff2` 29 * Update `text/hjson` to registered `application/hjson` 35 * Add `application/raml+yaml` with extension `.raml` 36 * Add `application/wasm` with extension `.wasm` 45 * Add `application/vnd.ms-outlook` 46 * Add `application/x-arj` [all …]
|
| /third_party/glib/gio/tests/desktop-files/usr/applications/ |
| D | file-roller.desktop | 33 Type=Application 37 …application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;ap…
|
| D | mimeinfo.cache | 2 application/mxf=totem.desktop; 3 application/ogg=totem.desktop; 4 application/oxps=evince.desktop;evince-previewer.desktop; 5 application/pdf=evince.desktop;evince-previewer.desktop; 6 application/pkcs10=gcr-viewer.desktop; 7 application/pkcs10+pem=gcr-viewer.desktop; 8 application/pkcs12=gcr-viewer.desktop; 9 application/pkcs12+pem=gcr-viewer.desktop; 10 application/pkcs7-mime=gcr-viewer.desktop; 11 application/pkcs7-mime+pem=gcr-viewer.desktop; [all …]
|
| D | gcr-viewer.desktop | 3 …application/pkcs12;application/pkcs12+pem;application/pkcs7-mime;application/pkcs7-mime+pem;applic… 5 Type=Application
|
| /third_party/glib/gio/ |
| D | gapplication.c | 48 * @short_description: Core application class 51 * A #GApplication is the foundation of an application. It wraps some 53 * foundation for higher-level application classes such as 58 * a "use count" for the primary application instance. The use count can 60 * it drops to zero, the application exits. Higher-level classes such as 61 * #GtkApplication employ the use count to ensure that the application 66 * providing a unique application ID. If given, only one application 69 * desktop login. When your application is launched again, its 78 * application is not expected to manually register itself and check 81 * application instance, possibly connecting signal handlers, then [all …]
|
| D | gapplication.h | 59 void (* startup) (GApplication *application); 61 void (* activate) (GApplication *application); 63 void (* open) (GApplication *application, 68 int (* command_line) (GApplication *application, 75 * @application: a #GApplication 92 gboolean (* local_command_line) (GApplication *application, 96 void (* before_emit) (GApplication *application, 98 void (* after_emit) (GApplication *application, 100 void (* add_platform_data) (GApplication *application, 102 void (* quit_mainloop) (GApplication *application); [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
| D | FlutterPluginAppLifeCycleDelegate.mm | 13 @selector(application:didReceiveRemoteNotification:fetchCompletionHandler:), 14 @selector(application:performFetchWithCompletionHandler:)}; 101 - (BOOL)application:(UIApplication*)application 108 if (![delegate application:application didFinishLaunchingWithOptions:launchOptions]) { 116 - (BOOL)application:(UIApplication*)application 123 if (![delegate application:application willFinishLaunchingWithOptions:launchOptions]) { 132 UIApplication* application = [UIApplication sharedApplication]; 139 _debugBackgroundTask = [application 142 [application endBackgroundTask:_debugBackgroundTask]; 146 "There are no errors with your Flutter application.\n\n" [all …]
|
| D | FlutterAppDelegate.mm | 31 - (BOOL)application:(UIApplication*)application 33 return [_lifeCycleDelegate application:application willFinishLaunchingWithOptions:launchOptions]; 36 - (BOOL)application:(UIApplication*)application 38 return [_lifeCycleDelegate application:application didFinishLaunchingWithOptions:launchOptions]; 62 - (void)application:(UIApplication*)application 64 [_lifeCycleDelegate application:application 69 - (void)application:(UIApplication*)application 71 [_lifeCycleDelegate application:application 77 - (void)application:(UIApplication*)application 79 [_lifeCycleDelegate application:application didReceiveLocalNotification:notification]; [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeFromPropertyAssignment8.types | 19 my.app.Application = (function () { 20 >my.app.Application = (function () {var Application = function () { //...};return Application;})… 21 >my.app.Application : () => void 25 >Application : () => void 26 >(function () {var Application = function () { //...};return Application;})() : () => void 27 >(function () {var Application = function () { //...};return Application;}) : () => () => void 28 >function () {var Application = function () { //...};return Application;} : () => () => void 30 var Application = function () { 31 >Application : () => void 36 return Application; [all …]
|
| D | typeFromPropertyAssignment8_1.types | 19 my.app.Application = (function () { 20 >my.app.Application = (function () {var Application = function () { //...};return Application;})… 21 >my.app.Application : () => void 25 >Application : () => void 26 >(function () {var Application = function () { //...};return Application;})() : () => void 27 >(function () {var Application = function () { //...};return Application;}) : () => () => void 28 >function () {var Application = function () { //...};return Application;} : () => () => void 30 var Application = function () { 31 >Application : () => void 36 return Application; [all …]
|
| D | typeFromPropertyAssignment10_1.types | 92 === tests/cases/conformance/salsa/application.js === 93 Outer.app.Application = (function () { 94 …Application = (function () { /** * Application main class. * Will be instantiated & ini… 95 >Outer.app.Application : typeof Application 99 >Application : typeof Application 100 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 101 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 102 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 105 * Application main class. 108 var Application = function () { [all …]
|
| D | typeFromPropertyAssignment10.types | 92 === tests/cases/conformance/salsa/application.js === 93 Outer.app.Application = (function () { 94 …Application = (function () { /** * Application main class. * Will be instantiated & ini… 95 >Outer.app.Application : typeof Application 99 >Application : typeof Application 100 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 101 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 102 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 105 * Application main class. 108 var Application = function () { [all …]
|
| D | typeFromPropertyAssignment8_1.symbols | 14 my.app.Application = (function () { 15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 21 var Application = function () { 22 >Application : Symbol(Application, Decl(a.js, 4, 3)) 26 return Application; 27 >Application : Symbol(Application, Decl(a.js, 4, 3)) 30 my.app.Application() 31 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 35 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) [all …]
|
| D | typeFromPropertyAssignment8.symbols | 14 my.app.Application = (function () { 15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 21 var Application = function () { 22 >Application : Symbol(Application, Decl(a.js, 4, 3)) 26 return Application; 27 >Application : Symbol(Application, Decl(a.js, 4, 3)) 30 my.app.Application() 31 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 35 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/ |
| D | FlutterPluginAppLifeCycleDelegate.h | 29 * @return `NO` if any plugin vetoes application launch. 31 - (BOOL)application:(UIApplication*)application 37 * @return `NO` if any plugin vetoes application launch. 39 - (BOOL)application:(UIApplication*)application 45 - (void)application:(UIApplication*)application 48 "See -[UIApplicationDelegate application:didRegisterUserNotificationSettings:] deprecation", 54 - (void)application:(UIApplication*)application 60 - (void)application:(UIApplication*)application 67 - (void)application:(UIApplication*)application 70 "See -[UIApplicationDelegate application:didReceiveLocalNotification:] deprecation", [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/dvb/ |
| D | camapplication.c | 2 * camapplication.c - GStreamer CAM (EN50221) Application Layer 33 /* Application Info */ 120 cam_al_install (CamAL * al, CamALApplication * application) in cam_al_install() argument 123 GINT_TO_POINTER (application->resource_id)) != NULL) in cam_al_install() 126 application->al = al; in cam_al_install() 129 GINT_TO_POINTER (application->resource_id), application); in cam_al_install() 135 cam_al_uninstall (CamAL * al, CamALApplication * application) in cam_al_uninstall() argument 140 GINT_TO_POINTER (application->resource_id)); in cam_al_uninstall() 153 _cam_al_application_init (CamALApplication * application) in _cam_al_application_init() argument 155 application->sessions = NULL; in _cam_al_application_init() [all …]
|
| D | camapplicationinfo.c | 2 * camapplicationinfo.h - CAM (EN50221) Application Info resource 33 static CamReturn session_request_impl (CamALApplication * application, 35 static CamReturn open_impl (CamALApplication * application, 37 static CamReturn close_impl (CamALApplication * application, 39 static CamReturn data_impl (CamALApplication * application, 46 CamALApplication *application; in cam_application_info_new() local 49 application = CAM_AL_APPLICATION (info); in cam_application_info_new() 50 _cam_al_application_init (application); in cam_application_info_new() 51 application->resource_id = CAM_AL_APPLICATION_INFO_ID; in cam_application_info_new() 52 application->session_request = session_request_impl; in cam_application_info_new() [all …]
|
| /third_party/python/Lib/ |
| D | mimetypes.py | 432 '.js' : 'application/javascript', 433 '.mjs' : 'application/javascript', 434 '.json' : 'application/json', 435 '.webmanifest': 'application/manifest+json', 436 '.doc' : 'application/msword', 437 '.dot' : 'application/msword', 438 '.wiz' : 'application/msword', 439 '.bin' : 'application/octet-stream', 440 '.a' : 'application/octet-stream', 441 '.dll' : 'application/octet-stream', [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtpstreamdepay.c | 30 …* gst-launch-1.0 tcpclientsrc port=5678 host=127.0.0.1 do-timestamp=true ! "application/x-rtp-stre… 48 GST_STATIC_CAPS ("application/x-rtp; application/x-rtcp;" 49 "application/x-srtp; application/x-srtcp") 55 GST_STATIC_CAPS ("application/x-rtp-stream; application/x-rtcp-stream;" 56 "application/x-srtp-stream; application/x-srtcp-stream") 120 if (gst_structure_has_name (structure, "application/x-rtp-stream")) in gst_rtp_stream_depay_set_sink_caps() 121 gst_structure_set_name (structure, "application/x-rtp"); in gst_rtp_stream_depay_set_sink_caps() 122 else if (gst_structure_has_name (structure, "application/x-rtcp-stream")) in gst_rtp_stream_depay_set_sink_caps() 123 gst_structure_set_name (structure, "application/x-rtcp"); in gst_rtp_stream_depay_set_sink_caps() 124 else if (gst_structure_has_name (structure, "application/x-srtp-stream")) in gst_rtp_stream_depay_set_sink_caps() [all …]
|
| /third_party/grpc/examples/csharp/HelloworldXamarin/iOS/ |
| D | AppDelegate.cs | 24 // The UIApplicationDelegate for the application. This class is responsible for launching the 25 …// User Interface of the application, as well as listening (and optionally responding) to applicat… 37 … public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) in FinishedLaunching() argument 39 // Override point for customization after application launch. in FinishedLaunching() 40 // If not required for your application you can safely delete this method in FinishedLaunching() 45 public override void OnResignActivation(UIApplication application) in OnResignActivation() argument 47 // Invoked when the application is about to move from active to inactive state. in OnResignActivation() 49 … // or when the user quits the application and it begins the transition to the background state. in OnResignActivation() 53 public override void DidEnterBackground(UIApplication application) in DidEnterBackground() argument 55 …hod to release shared resources, save user data, invalidate timers and store the application state. in DidEnterBackground() [all …]
|
| /third_party/openh264/test/build/ios/codec_unittest/codec_unittest/ |
| D | AppDelegate.m | 13 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun… 15 // Override point for customization after application launch. 18 - (void)applicationWillResignActive:(UIApplication *)application 20 …application is about to move from active to inactive state. This can occur for certain types of te… 24 - (void)applicationDidEnterBackground:(UIApplication *)application 26 … user data, invalidate timers, and store enough application state information to restore your appl… 27 …// If your application supports background execution, this method is called instead of application… 30 - (void)applicationWillEnterForeground:(UIApplication *)application 35 - (void)applicationDidBecomeActive:(UIApplication *)application 37 …tasks that were paused (or not yet started) while the application was inactive. If the application… [all …]
|
| /third_party/mesa3d/src/util/tests/drirc_configdir/ |
| D | 00-test.conf | 4 <!ELEMENT device (application | engine)+> 6 <!ELEMENT application (option+)> 7 <!ATTLIST application name CDATA #REQUIRED 28 <application name="Application 1" executable="app1"> 30 </application> 32 <application name="Application 2" executable="app2"> 34 </application> 36 …<application name="Application 2" application_name_match="Versioned App.*" application_versions="0… 38 </application> 40 …<application name="Application 2" application_name_match="Versioned App.*" application_versions="2… [all …]
|