Home
last modified time | relevance | path

Searched full:application (Results 1 – 25 of 4454) sorted by relevance

12345678910>>...179

/third_party/python/Lib/test/
Dmime.types14 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/
D00-mesa-defaults.conf5 Application bugs worked around in this file:
33 <!ELEMENT device (application | engine)+>
36 <!ELEMENT application (option+)>
37 <!ATTLIST application name CDATA #REQUIRED
61 <application name="Unigine Sanctuary" executable="Sanctuary">
65 </application>
67 <application name="Unigine Tropics" executable="Tropics">
71 </application>
74 <application name="Xwayland" executable="Xwayland">
76 </application>
[all …]
Ddriconf_static.py44 class Application(object): class
46 self.cname = cname('application')
76 for application in xml.findall('application'):
77 self.applications.append(Application(application))
173 % for application in device.applications:
174 ${render_options(application.cname + '_options', application.options)}
179 % for application in device.applications:
180 { .name = "${application.name}",
181 % if application.executable:
182 .executable = "${application.executable}",
[all …]
/third_party/mesa3d/src/amd/vulkan/
D00-radv-defaults.conf5 Application bugs worked around in this file:
12 <!ELEMENT device (application | engine)+>
15 <!ELEMENT application (option+)>
16 <!ATTLIST application name CDATA #REQUIRED
60 … <application name="Shadow Of The Tomb Raider (Native)" application_name_match="ShadowOfTheTomb">
63 </application>
65 … <application name="Shadow Of The Tomb Raider (DX11/DX12)" application_name_match="SOTTR.exe">
68 </application>
70 <application name="RAGE 2" executable="RAGE2.exe">
72 </application>
[all …]
/third_party/cups-filters/mime/
Dbraille.convs26 text/plain application/vnd.cups-brf 0 texttobrf
28 text/html application/vnd.cups-brf 10 texttobrf
29 application/xhtml application/vnd.cups-brf 10 texttobrf
30 application/xml application/vnd.cups-brf 10 texttobrf
31 application/sgml application/vnd.cups-brf 10 texttobrf
33 application/vnd.cups-brf application/vnd.cups-paged-brf 0 brftopagedbrf
34 application/vnd.cups-ubrl application/vnd.cups-paged-ubrl 0 brftopagedbrf
36 application/vnd.recordare.musicxml+xml application/vnd.cups-brf 30 musicxmltobrf
38 application/vnd.oasis.opendocument.chart application/vnd.cups-brf 30 texttobrf
39 application/vnd.oasis.opendocument.formula application/vnd.cups-brf 30 texttobrf
[all …]
Dcupsfilters.convs.in45 application/vnd.adobe-reader-postscript application/vnd.cups-postscript 66 pstops
47 application/pdf application/vnd.cups-pdf 66 pdftopdf
48 application/x-cshell application/pdf 32 texttopdf
49 application/x-csource application/pdf 32 texttopdf
50 application/x-perl application/pdf 32 texttopdf
51 application/x-shell application/pdf 32 texttopdf
52 text/plain application/pdf 32 texttopdf
53 text/html application/pdf 32 texttopdf
54 image/pwg-raster application/pdf 32 rastertopdf
55 image/gif application/vnd.cups-pdf 65 imagetopdf
[all …]
Dbraille.types25 application/vnd.cups-brf brf
26 application/vnd.cups-ubrl
31 application/vnd.cups-paged-brf
32 application/vnd.cups-paged-ubrl
34 application/sgml sgml
36 application/vnd.recordare.musicxml+xml xml contains(0,1000,"<score-partwise")
38 application/vnd.oasis.opendocument.chart odc
39 application/vnd.oasis.opendocument.database odb
40 application/vnd.oasis.opendocument.formula odf
41 application/vnd.oasis.opendocument.graphics odg
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment8_1.types19 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 …]
DtypeFromPropertyAssignment8.types19 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 …]
DtypeFromPropertyAssignment10_1.types92 === tests/cases/conformance/salsa/application.js ===
93 Outer.app.Application = (function () {
94Application = (function () { /** * Application main class. * Will be instantiated & ini…
95 >Outer.app.Application : typeof Application
99 >Application : typeof Application
100Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
101Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
102Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
105 * Application main class.
108 var Application = function () {
[all …]
DtypeFromPropertyAssignment10.types92 === tests/cases/conformance/salsa/application.js ===
93 Outer.app.Application = (function () {
94Application = (function () { /** * Application main class. * Will be instantiated & ini…
95 >Outer.app.Application : typeof Application
99 >Application : typeof Application
100Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
101Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
102Application main class. * Will be instantiated & initialized by HTML page */ var Applic…
105 * Application main class.
108 var Application = function () {
[all …]
DtypeFromPropertyAssignment8.symbols14 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 …]
DtypeFromPropertyAssignment8_1.symbols14 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 …]
DtypeFromPropertyAssignment10_1.symbols7 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
9 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
10 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
12 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
17 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
19 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
34 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
36 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
50 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
52 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
[all …]
DtypeFromPropertyAssignment10.symbols7 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
9 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
10 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
12 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
17 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
19 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
34 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
36 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
50 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
52 …(someview.js, 0, 6), Decl(someview.js, 6, 6), Decl(someview.js, 15, 6), Decl(application.js, 0, 6))
[all …]
/third_party/mesa3d/src/util/tests/drirc_configdir/
D00-test.conf4 <!ELEMENT device (application | engine)+>
6 <!ELEMENT application (option+)>
7 <!ATTLIST application name CDATA #REQUIRED
29 <application name="Application 1" executable="app1">
31 </application>
33 <application name="Application 2" executable="app2">
35 </application>
37 …<application name="Application 2" application_name_match="Versioned App.*" application_versions="0…
39 </application>
41 …<application name="Application 2" application_name_match="Versioned App.*" application_versions="2…
[all …]
/third_party/python/Lib/
Dmimetypes.py430 '.js' : 'application/javascript',
431 '.mjs' : 'application/javascript',
432 '.json' : 'application/json',
433 '.webmanifest': 'application/manifest+json',
434 '.doc' : 'application/msword',
435 '.dot' : 'application/msword',
436 '.wiz' : 'application/msword',
437 '.nq' : 'application/n-quads',
438 '.nt' : 'application/n-triples',
439 '.bin' : 'application/octet-stream',
[all …]
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
DAppDelegate.m40 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…
41 // Override point for customization after application launch.
45 - (void)applicationWillResignActive:(UIApplication *)application {
46application is about to move from active to inactive state. This can occur for certain types of te…
50 - (void)applicationDidEnterBackground:(UIApplication *)application {
51 … user data, invalidate timers, and store enough application state information to restore your appl…
52 …// If your application supports background execution, this method is called instead of application…
55 - (void)applicationWillEnterForeground:(UIApplication *)application {
59 - (void)applicationDidBecomeActive:(UIApplication *)application {
60 …tasks that were paused (or not yet started) while the application was inactive. If the application
[all …]
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSAppDelegate.m21 * \brief iOS Application Delegate.
33 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…
35 DE_UNREF(application && launchOptions);
61 - (void)applicationWillResignActive:(UIApplication *)application
63 DE_UNREF(application);
67 - (void)applicationDidEnterBackground:(UIApplication *)application
69 DE_UNREF(application);
72 - (void)applicationWillEnterForeground:(UIApplication *)application
74 DE_UNREF(application);
77 - (void)applicationDidBecomeActive:(UIApplication *)application
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc59 When an application releases ownership of a resource to an external queue
63 then, when the application re-acquires ownership, the Vulkan implementation
72 If the application had the ability to inform that Vulkan implementation that
76 For example, suppose the application renders to an image, then transfers
81 Suppose the application knows that the external queue family did not modify
91 On such systems, the application may suffer the performance overhead each time
94 Specifically, the overhead is likely to occur when the application transitions
103 - The solution must provide the application a way to inform the implementation
105 application's most recent release of ownership to the external queue family
106 until the application's current ownership acquire operation.
[all …]
/third_party/ffmpeg/libavcodec/
Dxvmc.h49 It is used as a test that the application correctly uses the API,
51 - application - set during initialization
60 - application - set the pointer during initialization
67 - application - set the pointer during initialization
74 - application - set during initialization
80 - application - set during initialization
87 - application - set during initialization
94 - application - set during initialization
100 It has to be freed by XvMCDestroySurface() on application exit.
102 - application - set during initialization
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_tiled_rendering.txt81 This extension allows the application to specify a rectangular tile
91 One typical use case could involve an application only rendering to select
93 to as "application tiling"), leaving all other portions of the render target
95 portions of the render target, the application must request an EGL (or other
97 destructive swap may only be used safely if the application renders to the
102 and without application tiling within a single frame. Rendering without
103 application tiling ("normal" rendering) is most efficient when all of the
106 a prior resolve, or via application tiling), then that resolve becomes much
110 resolves, so it is recommended that applications avoid mixing application
114 application tiling. An implicit resolve will occur (if needed) at the start
[all …]
/third_party/openGLES/extensions/QCOM/
DQCOM_tiled_rendering.txt81 This extension allows the application to specify a rectangular tile
91 One typical use case could involve an application only rendering to select
93 to as "application tiling"), leaving all other portions of the render target
95 portions of the render target, the application must request an EGL (or other
97 destructive swap may only be used safely if the application renders to the
102 and without application tiling within a single frame. Rendering without
103 application tiling ("normal" rendering) is most efficient when all of the
106 a prior resolve, or via application tiling), then that resolve becomes much
110 resolves, so it is recommended that applications avoid mixing application
114 application tiling. An implicit resolve will occur (if needed) at the start
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_image_drm_format_modifier.txt99 The application must convert between elink:VkFormat and DRM format when it
104 application must use information from the external API to accurately map the
118 * *Negotiation.* The application negotiates with _modifier_-aware,
141 * *Import.* The application imports an image with a _modifier_.
144 In this pattern, the application receives from an external source the
153 Before creating the image, the application first verifies that the physical
159 Then the application creates the image by chaining
164 * *Export.* The application creates an image and allocates its memory.
165 Then the application exports to _modifier_-aware consumers the image's
175 When choosing the image's creation parameters, the application usually
[all …]
DVK_EXT_image_drm_format_modifier.adoc99 The application must convert between elink:VkFormat and DRM format when it
104 application must use information from the external API to accurately map the
118 * *Negotiation.* The application negotiates with _modifier_-aware,
141 * *Import.* The application imports an image with a _modifier_.
144 In this pattern, the application receives from an external source the
153 Before creating the image, the application first verifies that the physical
159 Then the application creates the image by chaining
164 * *Export.* The application creates an image and allocates its memory.
165 Then the application exports to _modifier_-aware consumers the image's
175 When choosing the image's creation parameters, the application usually
[all …]

12345678910>>...179