Home
last modified time | relevance | path

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

12345678910>>...362

/external/python/cpython3/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 …]
/external/mime-support/
Dmime.types26 application/activemessage
27 application/andrew-inset ez
28 application/annodex anx
29 application/applefile
30 application/atom+xml atom
31 application/atomcat+xml atomcat
32 application/atomicmail
33 application/atomserv+xml atomsrv
34 application/batch-SMTP
35 application/bbolin lin
[all …]
/external/mesa3d/src/util/
D00-mesa-defaults.conf5 Application bugs worked around in this file:
33 <!ELEMENT device (application | engine)+>
35 <!ELEMENT application (option+)>
36 <!ATTLIST application name CDATA #REQUIRED
59 <application name="Unigine Sanctuary" executable="Sanctuary">
63 </application>
65 <application name="Unigine Tropics" executable="Tropics">
69 </application>
71 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
75 </application>
[all …]
/external/ImageMagick/www/source/
Dmime.xml20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa…
21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte…
22 …<mime type="application/mac-binhex40" description="Macintosh BinHex-encoded file" data-type="strin…
23 … type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="0" m…
24 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=…
25 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=…
26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.…
27 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From…
28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" />
29 …<mime type="application/oda" acronym="ODA" description="Office Document Architecture" priority="10…
[all …]
/external/ImageMagick/config/
Dmime.xml20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa…
21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte…
22 …<mime type="application/mac-binhex40" description="Macintosh BinHex-encoded file" data-type="strin…
23 … type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="0" m…
24 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=…
25 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=…
26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.…
27 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From…
28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" />
29 …<mime type="application/oda" acronym="ODA" description="Office Document Architecture" priority="10…
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/android/internal/
DAndroidTestEnvironmentCreateApplicationTest.java10 import android.app.Application;
43 "<application android:name=\"org.robolectric.BogusTestApplication\"/>)"), in shouldThrowWhenManifestContainsBadApplicationClassName()
51 Application application = createApplication(newConfigWith(""), null, new ApplicationInfo()); in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName() local
52 assertThat(application.getClass()).isEqualTo(Application.class); in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName()
57 Application application = in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName() local
60 "<application android:name=\"org.robolectric.shadows.testing.TestApplication\"/>"), in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName()
63 assertThat(application.getClass()).isEqualTo(TestApplication.class); in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName()
68 Application application = ApplicationProvider.getApplicationContext(); in shouldAssignThePackageNameFromTheManifest() local
70 assertThat(application.getPackageName()).isEqualTo("org.robolectric"); in shouldAssignThePackageNameFromTheManifest()
71 assertThat(application.getClass()).isEqualTo(TestApplication.class); in shouldAssignThePackageNameFromTheManifest()
[all …]
/external/autotest/client/common_lib/
Dmagic.py161 [0, 'leshort', '=', 1538, 'application/x-alan-adventure-game'],
162 [0, 'string', '=', 'TADS', 'application/x-tads-game'],
163 [0, 'short', '=', 420, 'application/x-executable-file'],
164 [0, 'short', '=', 421, 'application/x-executable-file'],
165 [0, 'leshort', '=', 603, 'application/x-executable-file'],
166 [0, 'string', '=', 'Core\001', 'application/x-executable-file'],
167 [0, 'string', '=', 'AMANDA: TAPESTART DATE', 'application/x-amanda-header'],
168 [0, 'belong', '=', 1011, 'application/x-executable-file'],
169 [0, 'belong', '=', 999, 'application/x-library-file'],
178 [0, 'long', '=', 100554, 'application/x-apl-workspace'],
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/
DParallelUniverseCreateApplicationTest.java7 import android.app.Application;
36 … newConfigWith("<application android:name=\"org.robolectric.BogusTestApplication\"/>)"), null); in shouldThrowWhenManifestContainsBadApplicationClassName()
42 .isInstanceOf(Application.class); in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName()
48 …newConfigWith("<application android:name=\"org.robolectric.shadows.testing.TestApplication\"/>"), … in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName()
53 Application application = ApplicationProvider.getApplicationContext(); in shouldAssignThePackageNameFromTheManifest() local
55 assertThat(application.getPackageName()).isEqualTo("org.robolectric"); in shouldAssignThePackageNameFromTheManifest()
56 assertThat(application).isInstanceOf(TestApplication.class); in shouldAssignThePackageNameFromTheManifest()
62 shadowOf((Application) ApplicationProvider.getApplicationContext()) in shouldRegisterReceiversFromTheManifest()
67 "<application>" in shouldRegisterReceiversFromTheManifest()
73 + "</application>"); in shouldRegisterReceiversFromTheManifest()
[all …]
/external/python/cpython3/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 '.bin' : 'application/octet-stream',
438 '.a' : 'application/octet-stream',
439 '.dll' : 'application/octet-stream',
[all …]
/external/python/cpython2/Lib/
Dmimetypes.py406 '.a' : 'application/octet-stream',
407 '.ai' : 'application/postscript',
414 '.bcpio' : 'application/x-bcpio',
415 '.bin' : 'application/octet-stream',
419 '.cdf' : 'application/x-cdf',
420 '.cdf' : 'application/x-netcdf',
421 '.cpio' : 'application/x-cpio',
422 '.csh' : 'application/x-csh',
425 '.dll' : 'application/octet-stream',
426 '.doc' : 'application/msword',
[all …]
/external/cronet/net/data/fuzzer_dictionaries/
Dnet_mime_sniffer_fuzzer.dict132 "application/octet-stream"
267 "application"
305 "application/xhtml+xml"
307 "application/atom+xml"
308 "application/rss+xml"
315 "application/unknown"
317 "application/x-chrome-extension"
321 "application/msword"
322 "application/vnd.ms-excel"
323 "application/vnd.ms-powerpoint"
[all …]
/external/openscreen/cast/receiver/
Dapplication_agent.h31 // implementation of the CastV2 application control protocol to launch receiver
39 // application messages asking about application availability are received and
41 // may request the LAUNCH of an Application (and later a STOP).
44 // application is running. In addition, it attempts to launch an "idle screen"
45 // Application whenever no other Application is running. The "idle screen"
46 // Application is usually some kind of screen saver or wallpaper/clock display.
47 // Registering the "idle screen" Application is optional, and if it's not
55 class Application {
57 // Returns the one or more application IDs that are supported. This list
58 // must not mutate while the Application is registered.
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
D_Activity_.java5 import android.app.Application;
38 Application application, in attach() argument
55 Application application, in attach() argument
73 Application application, in attach() argument
92 Application application, in attach() argument
112 Application application, in attach() argument
133 Application application, in attach() argument
155 Application application, in attach() argument
176 Application application, in callAttach() argument
191 application, in callAttach()
[all …]
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
DApplication.vcp1 # Microsoft eMbedded Visual Tools Project File - Name="Application" - Package Owner=<4>
5 # TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301
6 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601
8 CFG=Application - Win32 (WCE emulator) Debug
12 !MESSAGE NMAKE /f "Application.vcn".
17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug"
21 !MESSAGE "Application - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application")
22 !MESSAGE "Application - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application")
23 !MESSAGE "Application - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application")
24 !MESSAGE "Application - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application")
[all …]
/external/pdfium/testing/resources/javascript/xfa_specific/
Dbug_1137668.in15 <script contentType="application/x-javascript">
86 <script contentType="application/x-javascript">
90 <script contentType="application/x-javascript">
94 <script contentType="application/x-javascript">
100 <script contentType="application/x-javascript">
104 <script contentType="application/x-javascript">
121 <script contentType="application/x-javascript">
125 <script contentType="application/x-javascript">
129 <script contentType="application/x-javascript">
146 <script contentType="application/x-javascript">
[all …]
/external/dagger2/java/dagger/android/
DAndroidInjection.java23 import android.app.Application;
41 * @throws RuntimeException if the {@link Application} doesn't implement {@link
46 Application application = activity.getApplication(); in inject() local
47 if (!(application instanceof HasAndroidInjector)) { in inject()
51 application.getClass().getCanonicalName(), in inject()
55 inject(activity, (HasAndroidInjector) application); in inject()
70 * <li>Uses the {@link android.app.Application} if it implements {@link HasAndroidInjector}.
76 * @throws IllegalArgumentException if no parent fragment, activity, or application implements
116 * @throws RuntimeException if the {@link Application} doesn't implement {@link
121 Application application = service.getApplication(); in inject() local
[all …]
/external/robolectric/errorprone/src/test/java/org/robolectric/errorprone/bugpatterns/
DDeprecatedMethodsCheckTest.java37 " Context application;", in replaceShadowApplicationGetInstance()
40 " application = XShadowApplication.getInstance().getApplicationContext();", in replaceShadowApplicationGetInstance()
53 " Context application;", in replaceShadowApplicationGetInstance()
55 " shadowOf(RuntimeEnvironment.application).runBackgroundTasks();", in replaceShadowApplicationGetInstance()
56 " application = RuntimeEnvironment.application;", in replaceShadowApplicationGetInstance()
79 + " shadowOf(RuntimeEnvironment.application).getLatestAlertDialog();", in replaceShadowApplicationGetLatestStuff()
80 " XShadowDialog d = shadowOf(RuntimeEnvironment.application).getLatestDialog();", in replaceShadowApplicationGetLatestStuff()
82 + " shadowOf(RuntimeEnvironment.application).getLatestPopupMenu();", in replaceShadowApplicationGetLatestStuff()
125 "import android.app.Application;", in inlineShadowVars()
133 " Application application = RuntimeEnvironment.application;", in inlineShadowVars()
[all …]
/external/python/google-api-python-client/docs/
Doauth-installed.md16 To use OAuth 2.0 in a locally-installed application, first create application credentials for your …
18application needs to access a user's data with a Google API, your application sends the user to Go…
20 …ode to your application, either in the title bar of the browser or in the query string of an HTTP …
22 Finally, your application can use the access token to call Google APIs.
26 - When creating a client ID, you specify that your application is an Installed application. This re…
27 … obtained from the API Console are embedded in the source code of your application. In this contex…
28 - The authorization code can be returned to your application in the title bar of the browser or in …
30 ## Creating application credentials
32 All applications that use OAuth 2.0 must have credentials that identify the application to the OAut…
34 To obtain application credentials for your project, complete these steps:
[all …]
Dauth.md3 …d. For all API calls, your application needs to be authenticated. When an API accesses a user's pr…
11 … calls do not access any private user data. Your application must authenticate itself as an applic…
13 … authenticate your application, use an [API key](api-keys.md) for your API Console project. Every …
19 … must grant your application access. Therefore, your application must be authenticated, the user m…
21 …r application requests access to user data, the request must include one or more scopes. The user …
23application access, the OAuth 2.0 authorization server provides your application with refresh and …
27application and are used to acquire tokens. They are created for your project on the [API Console]…
29 - [Web application](https://developers.google.com/accounts/docs/OAuth2WebServer) client IDs
30 - [Installed application](https://developers.google.com/accounts/docs/OAuth2InstalledApp) client IDs
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java10 import android.app.Application;
90 RuntimeEnvironment.application = null; in setUpApplicationState()
150 // PackageParser.parseBaseApkCommon() relies on an initial Application object in order to in setUpApplicationState()
172 // Bit of a hack... Context.createPackageContext() is called before the application is created. in setUpApplicationState()
215 Application application = createApplication(appManifest, config); in setUpApplicationState() local
216 RuntimeEnvironment.application = application; in setUpApplicationState()
219 createInstrumentation(activityThread, applicationInfo, application); in setUpApplicationState()
221 if (application != null) { in setUpApplicationState()
243 .setField(ActivityThread.class, activityThread, "mInitialApplication", application); in setUpApplicationState()
244 ShadowApplication shadowApplication = Shadow.extract(application); in setUpApplicationState()
[all …]
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DAppDelegate.cs24 // 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 …]
/external/openscreen/cast/cast_core/api/v2/
Dcore_application_service.proto19 // This service is implemented by the CastCore and used by Cast application in
20 // Runtime to report status and request additional application information. This
21 // service is scoped per application.
23 // Returns application config. Idempotent call. Errors are signaled through
28 // Send a Cast V2 message to core application.
31 // Notifies Cast Core on the application state changes. The callback must be
32 // called by the Runtime whenever the internal state of the application
34 // application upon failures.
65 // Cast application config.
69 // CastMedia service info for this application in CastCore.
[all …]
/external/python/google-api-python-client/docs/dyn/
Dappengine_v1beta.apps.html117application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud …
120 <p class="firstline">Gets information about an application.</p>
123Application resource. You can update the following fields: auth_domain - Google authentication dom…
126 …ecreates the required App Engine features for the specified App Engine application, for example a …
135application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud …
141 { # An Application resource contains the top-level configuration of an App Engine application.
142 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
143 …be used for storing files associated with this application. This bucket is associated with the app…
144 …t;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
145 …A String&quot;, # Google Cloud Storage bucket that can be used by this application to store conten…
[all …]
Dappengine_v1.apps.html117application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud …
120 <p class="firstline">Gets information about an application.</p>
123Application resource. You can update the following fields: auth_domain - Google authentication dom…
126 …ecreates the required App Engine features for the specified App Engine application, for example a …
135application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud …
141 { # An Application resource contains the top-level configuration of an App Engine application.
142 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
143 …be used for storing files associated with this application. This bucket is associated with the app…
144 …t;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
145 …A String&quot;, # Google Cloud Storage bucket that can be used by this application to store conten…
[all …]
Dappengine_v1beta5.apps.html97 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require…
100 <p class="firstline">Gets information about an application.</p>
103 <p class="firstline">Updates the specified Application resource. You can update the following field…
112 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields:
114 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor…
120 { # An Application resource contains the top-level configuration of an App Engine application.
121 …e Apps authentication domain that controls which users can access this application.Defaults to ope…
122 …be used for storing files associated with this application. This bucket is associated with the app…
123 … String&quot;, # A Google Cloud Storage bucket that can be used by the application to store conten…
124 …faultCookieExpiration&quot;: &quot;A String&quot;, # Cookie expiration policy for this application.
[all …]

12345678910>>...362