/external/python/cpython3/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 …]
|
/external/mime-support/ |
D | mime.types | 26 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/ |
D | 00-mesa-defaults.conf | 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> 77 <application name="Unigine Heaven (64-bit)" executable="heaven_x64"> [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/android/internal/ |
D | AndroidTestEnvironmentCreateApplicationTest.java | 50 Application application = AndroidTestEnvironment.createApplication(newConfigWith(""), null, in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName() local 52 assertThat(application.getClass()).isEqualTo(Application.class); in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName() 57 Application application = in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName() local 62 assertThat(application.getClass()).isEqualTo(TestApplication.class); in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName() 67 Application application = ApplicationProvider.getApplicationContext(); in shouldAssignThePackageNameFromTheManifest() local 69 assertThat(application.getPackageName()).isEqualTo("org.robolectric"); in shouldAssignThePackageNameFromTheManifest() 70 assertThat(application.getClass()).isEqualTo(TestApplication.class); in shouldAssignThePackageNameFromTheManifest() 88 Application application = AndroidTestEnvironment.createApplication(appManifest, null, in shouldRegisterReceiversFromTheManifest() local 90 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in shouldRegisterReceiversFromTheManifest() 91 registerBroadcastReceivers(application, appManifest); in shouldRegisterReceiversFromTheManifest() [all …]
|
/external/libcups/test/ |
D | test.convs | 2 application/pdf application/vnd.cups-pdf 100 pdftopdf 3 application/pdf application/postscript 100 pdftops 4 application/pdf application/vnd.cups-raster 100 pdftoraster 5 application/pdf image/urf 100 pdftourf 6 application/postscript application/vnd.cups-raster 100 pstoraster 7 image/jpeg application/pdf 100 imagetopdf 8 text/plain application/pdf 100 texttopdf
|
/external/dagger2/java/dagger/android/ |
D | AndroidInjection.java | 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() 121 Application application = service.getApplication(); in inject() local 122 if (!(application instanceof HasAndroidInjector)) { in inject() 126 application.getClass().getCanonicalName(), in inject() 130 inject(service, (HasAndroidInjector) application); in inject() 143 Application application = (Application) context.getApplicationContext(); in inject() local 144 if (!(application instanceof HasAndroidInjector)) { in inject() [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/ |
D | __init__.py | 73 getbaseclasses(application) 83 getbaseclasses(application) 88 getbaseclasses(application) 90 getbaseclasses(application) 91 getbaseclasses(application) 95 getbaseclasses(application) 104 'capp' : application, 114 'capp' : application, 119 'capp' : application, 121 'capp' : application, [all …]
|
/external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/ |
D | ShadowGoogleAuthUtilTest.java | 65 GoogleAuthUtil.clearToken(RuntimeEnvironment.application, "token"); in canRedirectStaticMethodToImplementation() 66 verify(mockGoogleAuthUtil, times(1)).clearToken(RuntimeEnvironment.application, "token"); in canRedirectStaticMethodToImplementation() 72 RuntimeEnvironment.application, 0, "name"); in getAccountChangeEvents_defaultReturnEmptyList() 79 assertNotNull(GoogleAuthUtil.getAccountId(RuntimeEnvironment.application, "name")); in getAccountId_defaultNotNull() 84 assertNotNull(GoogleAuthUtil.getToken(RuntimeEnvironment.application, "name", "scope")); in getToken_defaultNotNull() 85 assertNotNull(GoogleAuthUtil.getToken(RuntimeEnvironment.application, "name", "scope", in getToken_defaultNotNull() 87 assertNotNull(GoogleAuthUtil.getToken(RuntimeEnvironment.application, new Account("name", in getToken_defaultNotNull() 89 assertNotNull(GoogleAuthUtil.getToken(RuntimeEnvironment.application, new Account("name", in getToken_defaultNotNull() 91 assertNotNull(GoogleAuthUtil.getTokenWithNotification(RuntimeEnvironment.application, in getToken_defaultNotNull() 93 assertNotNull(GoogleAuthUtil.getTokenWithNotification(RuntimeEnvironment.application, in getToken_defaultNotNull() [all …]
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 90 RuntimeEnvironment.application = null; 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() 249 from(Context.class, application)); in setUpApplicationState() 254 Secure.setLocationProviderEnabled(application.getContentResolver(), GPS_PROVIDER, true); in setUpApplicationState() 256 Resources appResources = application.getResources(); in setUpApplicationState() [all …]
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSAppDelegate.m | 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 79 DE_UNREF(application); [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | _Activity_.java | 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() 198 application.getResources().getConfiguration()); in callAttach() [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewAnimatorTest.java | 19 final Application application = ApplicationProvider.getApplicationContext(); field in ShadowViewAnimatorTest 23 viewAnimator = new ViewAnimator(application); in setUp() 33 viewAnimator.addView(new View(application)); in getDisplayedChild_shouldDefaultToZero() 39 viewAnimator.addView(new View(application)); in setDisplayedChild_shouldUpdateDisplayedChildIndex() 40 viewAnimator.addView(new View(application)); in setDisplayedChild_shouldUpdateDisplayedChildIndex() 47 View view0 = new View(application); in getCurrentView_shouldWork() 48 View view1 = new View(application); in getCurrentView_shouldWork() 58 viewAnimator.addView(new View(application)); in showNext_shouldDisplayNextChild() 59 viewAnimator.addView(new View(application)); in showNext_shouldDisplayNextChild() 69 viewAnimator.addView(new View(application)); in showPrevious_shouldDisplayPreviousChild() [all …]
|
D | ShadowBluetoothDeviceTest.java | 42 private final Application application = ApplicationProvider.getApplicationContext(); field in ShadowBluetoothDeviceTest 54 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetUuids() 68 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in getUuids_setUuidsNotCalled_shouldReturnNull() 75 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetBondState() 86 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetCreatedBond() 97 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetPin() 122 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetFetchUuidsWithSdpResult() 132 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canSetAndGetBluetoothClass() 145 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in canCreateAndRemoveBonds() 158 shadowOf(application).grantPermissions(BLUETOOTH_CONNECT); in getCorrectFetchUuidsWithSdpCount() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewAnimatorTest.java | 19 final Application application = ApplicationProvider.getApplicationContext(); field in ShadowViewAnimatorTest 23 viewAnimator = new ViewAnimator(application); in setUp() 33 viewAnimator.addView(new View(application)); in getDisplayedChild_shouldDefaultToZero() 39 viewAnimator.addView(new View(application)); in setDisplayedChild_shouldUpdateDisplayedChildIndex() 40 viewAnimator.addView(new View(application)); in setDisplayedChild_shouldUpdateDisplayedChildIndex() 47 View view0 = new View(application); in getCurrentView_shouldWork() 48 View view1 = new View(application); in getCurrentView_shouldWork() 58 viewAnimator.addView(new View(application)); in showNext_shouldDisplayNextChild() 59 viewAnimator.addView(new View(application)); in showNext_shouldDisplayNextChild() 69 viewAnimator.addView(new View(application)); in showPrevious_shouldDisplayPreviousChild() [all …]
|
D | ShadowCrossProfileAppsTest.java | 36 private final Application application = ApplicationProvider.getApplicationContext(); field in ShadowCrossProfileAppsTest 38 application.getSystemService(CrossProfileApps.class); 39 private final PackageManager packageManager = ((Context) application).getPackageManager(); 154 ComponentName.createRelative(application, ".shadows.TestActivityAlias"); in startMainActivity_launcherActivityInManifest_shouldSucceed() 167 shadowOf(application).denyPermissions(INTERACT_ACROSS_PROFILES); in startMainActivity_launcherActivityInManifest_withoutCrossProfilePermission_shouldSucceed() 170 ComponentName.createRelative(application, ".shadows.TestActivityAlias"); in startMainActivity_launcherActivityInManifest_withoutCrossProfilePermission_shouldSucceed() 184 ComponentName.createRelative(application, ".shadows.TestActivityAlias"); in startMainActivity_launcherActivityInManifest_shouldStillAddStartedMainActivity() 198 ComponentName component = ComponentName.createRelative(application, ".shadows.TestActivity"); in startMainActivity_nonLauncherActivityInManifest_shouldThrowSecurityException() 207 ComponentName.createRelative(application, ".shadows.FakeTestActivity"); in startMainActivity_nonExistentActivity_shouldThrowSecurityException() 214 ComponentName.createRelative(application, ".shadows.TestActivityAlias"); in startMainActivity_userNotAvailable_shouldThrowSecurityException() [all …]
|
/external/webrtc/examples/objcnativeapi/objc/ |
D | NADAppDelegate.m | 22 - (BOOL)application:(UIApplication *)application 33 - (void)applicationWillResignActive:(UIApplication *)application { 34 // Sent when the application is about to move from active to inactive state. This can occur for 36 // when the user quits the application and it begins the transition to the background state. Use 41 - (void)applicationDidEnterBackground:(UIApplication *)application { 43 // enough application state information to restore your application to its current state in case 44 // it is terminated later. If your application supports background execution, this method is 48 - (void)applicationWillEnterForeground:(UIApplication *)application { 53 - (void)applicationDidBecomeActive:(UIApplication *)application { 54 // Restart any tasks that were paused (or not yet started) while the application was inactive. If [all …]
|
/external/openscreen/cast/cast_core/api/v2/ |
D | core_application_service.proto | 19 // 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/nanohttpd/core/src/main/resources/META-INF/nanohttpd/ |
D | default-mimetypes.properties | 21 swf=application/x-shockwave-flash 22 js=application/javascript 23 pdf=application/pdf 24 doc=application/msword 25 ogg=application/x-ogg 26 zip=application/octet-stream 27 exe=application/octet-stream 28 class=application/octet-stream 29 m3u8=application/vnd.apple.mpegurl
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/ |
D | ParallelUniverseCreateApplicationTest.java | 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() 74 Application application = ParallelUniverse.createApplication(appManifest, null); in shouldRegisterReceiversFromTheManifest() local 75 shadowOf(application).callAttach(RuntimeEnvironment.systemContext); in shouldRegisterReceiversFromTheManifest() 76 registerBroadcastReceivers(application, appManifest); in shouldRegisterReceiversFromTheManifest() 78 List<ShadowApplication.Wrapper> receivers = shadowOf(application).getRegisteredReceivers(); in shouldRegisterReceiversFromTheManifest() 90 Application application = ParallelUniverse.createApplication( in shouldLoadConfigApplicationIfSpecified() local 93 assertThat(application).isInstanceOf(TestFakeApp.class); in shouldLoadConfigApplicationIfSpecified() 97 Application application = ParallelUniverse.createApplication( in shouldLoadConfigInnerClassApplication() local [all …]
|
/external/pigweed/pw_console/py/pw_console/ |
D | quit_dialog.py | 49 application: ConsoleApp, 51 self.application = application 62 register = self.application.prefs.register_keybinding 105 self.application.layout.focus(self) 112 self.application.layout.focus(self.last_focused_pane) 115 self.application.focus_main_menu() 119 self.last_focused_pane = self.application.focused_window() 121 self.application.redraw_ui() 124 if hasattr(self.application, 'application'): 125 self.application.application.exit()
|
/external/openscreen/cast/cast_core/api/common/ |
D | application_config.proto | 12 // Generic Cast application config. 14 // Cast application ID. 17 // Cast application name. 20 // Actual application config based on the type of runtime hosting it. 30 // Cast application URL (https). Will be augumented with URL rewrite rules to 45 // Cast application URL (https). Will be augumented with URL rewrite rules to 49 // Collection of requested settings for the application. 53 // Display settings requested by the application. 57 // Contains display settings for an application. 64 // Indicates the resolution height that the application supports/prefers. [all …]
|
/external/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | AppDelegate.m | 40 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun… 41 // Override point for customization after application launch. 45 - (void)applicationWillResignActive:(UIApplication *)application { 46 …application 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 …]
|
/external/python/google-api-python-client/docs/ |
D | auth.md | 3 …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 … 23 …application access, the OAuth 2.0 authorization server provides your application with refresh and … 27 …application 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
|
D | oauth-installed.md | 16 To use OAuth 2.0 in a locally-installed application, first create application credentials for your … 18 …application 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 …]
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | AppDelegate.cs | 37 … public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) in FinishedLaunching() argument 45 public override void OnResignActivation(UIApplication application) in OnResignActivation() argument 53 public override void DidEnterBackground(UIApplication application) in DidEnterBackground() argument 59 public override void WillEnterForeground(UIApplication application) in WillEnterForeground() argument 65 public override void OnActivated(UIApplication application) in OnActivated() argument 71 public override void WillTerminate(UIApplication application) in WillTerminate() argument
|