Searched refs:application (Results 1 – 25 of 785) sorted by relevance
12345678910>>...32
1 ai = application/postscript5 apk = application/vnd.android.package-archive11 bcpio = application/x-bcpio12 bin = application/octet-stream13 cab = application/x-cabinet14 cdf = application/x-netcdf15 class = application/java-vm16 cpio = application/x-cpio17 cpt = application/mac-compactpro18 crt = application/x-x509-ca-cert[all …]
3 <application name="Unigine Sanctuary" executable="Sanctuary">6 </application>7 <application name="Unigine Tropics" executable="Tropics">10 </application>11 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">14 </application>15 <application name="Unigine Heaven (64-bit)" executable="heaven_x64">18 </application>19 <application name="Unigine OilRush (32-bit)" executable="OilRush_x86">21 </application>[all …]
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…21 // Override point for customization after application launch.29 - (void)applicationWillResignActive:(UIApplication *)application {31 …application is about to move from active to inactive state. This can occur for certain types of te…37 - (void)applicationDidEnterBackground:(UIApplication *)application {39 … user data, invalidate timers, and store enough application state information to restore your appl…40 …If your application supports background execution, called instead of applicationWillTerminate: whe…45 - (void)applicationWillEnterForeground:(UIApplication *)application {52 - (void)applicationDidBecomeActive:(UIApplication *)application {54 …tasks that were paused (or not yet started) while the application was inactive. If the application…[all …]
45 Robolectric.application = new Application(); in setUp()50 assertThat(new Activity().getApplication(), sameInstance(Robolectric.application)); in shouldBeAContext()51 …ivity().getApplication().getApplicationContext(), sameInstance((Context) Robolectric.application)); in shouldBeAContext()93 Object systemService = Robolectric.application.getSystemService(name); in checkSystemService()95 assertThat(systemService, sameInstance(Robolectric.application.getSystemService(name))); in checkSystemService()100 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in packageManager_shouldKnowPackageName() local101 …assertEquals("com.wacka.wa", application.getPackageManager().getPackageInfo("com.wacka.wa", 0).pac… in packageManager_shouldKnowPackageName()106 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in packageManager_shouldKnowApplicationName() local108 … application.getPackageManager().getApplicationInfo("com.xtremelabs.robolectric", 0).name); in packageManager_shouldKnowApplicationName()116 …Robolectric.shadowOf(Robolectric.application).setComponentNameAndServiceForBindService(expectedCom… in bindServiceShouldCallOnServiceConnectedWhenNotPaused()[all …]
38 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application, 99, intent, 100); in getBroadcast__shouldCreateIntentForBroadcast()44 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getBroadcast__shouldCreateIntentForBroadcast()50 … PendingIntent pendingIntent = PendingIntent.getActivity(Robolectric.application, 99, intent, 100); in getActivity__shouldCreateIntentForBroadcast()56 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getActivity__shouldCreateIntentForBroadcast()62 … PendingIntent pendingIntent = PendingIntent.getService(Robolectric.application, 99, intent, 100); in getService__shouldCreateIntentForBroadcast()68 assertThat(Robolectric.application, equalTo(shadow.getSavedContext())); in getService__shouldCreateIntentForBroadcast()89 PendingIntent pi1 = PendingIntent.getActivity(Robolectric.application, 99, in testEquals()92 PendingIntent pi3 = PendingIntent.getService(Robolectric.application, 99, in testEquals()106 .getBroadcast(Robolectric.application, 99, null, 100)); in parcelIo_shouldGetBackBroadcastIntentWrittenToParcelWithNullIntent()112 .getBroadcast(Robolectric.application, 99, new Intent(), 100)); in parcelIo_shouldGetBackBroadcastIntentWrittenToParcel()[all …]
24 new AutoCompleteTextView(Robolectric.application); in shouldStoreAdapter()25 ArrayAdapter<Object> adapter = new ArrayAdapter<Object>(Robolectric.application, 0); in shouldStoreAdapter()35 new AutoCompleteTextView(Robolectric.application); in shouldHaveDefaultThresholdOfTwo()43 new AutoCompleteTextView(Robolectric.application); in shouldStoreThreshold()53 new AutoCompleteTextView(Robolectric.application); in shouldNotStoreThresholdLessThanOne()63 new AutoCompleteTextView(Robolectric.application); in shouldStoreOnItemClickListener()75 new ReplaceableAutoCompleteTextView(Robolectric.application); in shouldReplaceTextAndUpdateSelection()
21 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application); in shouldGetInstance()23 assertSame(instance, LocalBroadcastManager.getInstance(Robolectric.application)); in shouldGetInstance()28 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application); in shouldSendBroadcasts()48 LocalBroadcastManager instance = LocalBroadcastManager.getInstance(Robolectric.application); in shouldUnregisterReceiver()65 lastInstance = LocalBroadcastManager.getInstance(Robolectric.application); in shouldResetStateBetweenTests1()72 assertNotSame(lastInstance, LocalBroadcastManager.getInstance(Robolectric.application)); in shouldResetStateBetweenTests2()
22 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldSetDescription()31 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldSetDescription()49 …InputStream inputStream = Robolectric.application.getContentResolver().openInputStream(Uri.parse("… in decodeStream_shouldSetDescription()60 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_shouldGetWidthAndHeightFromHints()71 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints()83 …Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an… in decodeResource_canTakeOptions()111 …Bitmap bitmap = MediaStore.Images.Media.getBitmap(Robolectric.application.getContentResolver(), Ur… in decodeUri_shouldGetWidthAndHeightFromHints()121 …InputStream inputStream = Robolectric.application.getContentResolver().openInputStream(Uri.parse("… in decodeStream_shouldGetWidthAndHeightFromHints()
33 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…35 DE_UNREF(application && launchOptions);61 - (void)applicationWillResignActive:(UIApplication *)application63 DE_UNREF(application);67 - (void)applicationDidEnterBackground:(UIApplication *)application69 DE_UNREF(application);72 - (void)applicationWillEnterForeground:(UIApplication *)application74 DE_UNREF(application);77 - (void)applicationDidBecomeActive:(UIApplication *)application79 DE_UNREF(application);[all …]
6 Console. Once you have registered an application ID for your application, you9 your application by clicking the Deploy button.12 Once you register an application ID, you can delete it, but you can't13 re-register that same application ID after it has been deleted. You can31 To create a new application, click the "Create an Application" button. Follow32 the instructions to register an application ID, a name unique to this33 application. If you elect to use the free appspot.com domain name, the full34 URL for the application will be ``http://application-id.appspot.com/``. You can38 Edit the ``app.yaml`` file, then change the value of the ``application:``39 setting from ``helloworld`` to your registered application ID.[all …]
6 code that uses it by hand. Web application frameworks handle these details7 for you, so you can focus your development efforts on your application's11 CGI adaptor). You can bundle a framework of your choosing with your application12 code by copying its code into your application directory.14 App Engine includes a simple web application framework of its own, called17 to bundle a single file with your application code to use it. We will use20 Follow these steps to bundle the ``webapp2`` framework with your application:22 - Create a file ``webapp2.py`` inside your application directory. Paste the30 A ``webapp2`` application has three parts:38 Let's rewrite our friendly greeting as a ``webapp2`` application. Edit[all …]
7 for your application, it runs the application with the request data in9 To respond, the application writes the response to the standard output stream,12 Let's begin by implementing a tiny application that displays a short message.17 Create a directory named ``helloworld``. All files for this application reside33 An App Engine application has a configuration file called ``app.yaml``. Among42 application: helloworld53 application:55 - The application identifier is ``helloworld``. When you register your56 application with App Engine in the final step, you will select a unique59 - This is version number ``1`` of this application's code. If you adjust this[all …]
7 SDK. One such service is the Users service, which lets your application9 use the Google accounts they already have to sign in to your application.10 Let's use the Users service to personalize this application's greeting.31 application = webapp2.WSGIApplication([36 application.run()41 Reload the page in your browser. Your application redirects you to the local42 version of the Google sign-in page suitable for testing your application.43 You can enter any username you'd like in this screen, and your application46 When your application is running on App Engine, users will be directed to the47 Google Accounts sign-in page, then redirected back to your application after[all …]
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…21 // Override point for customization after application launch.29 - (void)applicationWillResignActive:(UIApplication *)application {31 …application is about to move from active to inactive state. This can occur for certain types of te…37 - (void)applicationDidBecomeActive:(UIApplication *)application {39 Restart any tasks that were paused (or not yet started) while the application was inactive.44 - (void)applicationWillTerminate:(UIApplication *)application {46 Called when the application is about to terminate.54 - (void)applicationDidReceiveMemoryWarning:(UIApplication *)application {
24 Application application; in resolveApplication() local26 application = newApplicationInstance(packageName, applicationName); in resolveApplication()28 application = new Application(); in resolveApplication()31 ShadowApplication shadowApplication = shadowOf(application); in resolveApplication()35 shadowApplication.setPackageManager(new RobolectricPackageManager(application, config)); in resolveApplication()38 return application; in resolveApplication()69 Application application; in newApplicationInstance() local73 application = applicationClass.newInstance(); in newApplicationInstance()77 return application; in newApplicationInstance()
12 def application(environ, start_response): function30 application = AuthDigestHandler(application,realm,backwords) variable31 application = HTTPExceptionHandler(application) variable36 raw_interactive(application,path, accept='text/html')43 raw_interactive(application,path,66 server = serve(application)
66 def __init__(self, application, global_conf=None): argument67 self.application = application71 self.application,75 self.application,79 self.application,85 return self.application(environ, start_response)244 def __init__(self, application, environ, start_response): argument245 self.application = application308 return self.application(environ, self.start_response)327 app_iter = self.application(environ, start_response)[all …]
23 def __init__(self, application, compress_level=6): argument24 self.application = application31 return self.application(environ, start_response)33 app_iter = self.application(environ,91 def filter_factory(application, **conf): argument96 def filter(application): argument97 return middleware(application)
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
37 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in shouldAssignThePackageNameFromTheManifest() local38 assertEquals("com.wacka.wa", application.getPackageName()); in shouldAssignThePackageNameFromTheManifest()43 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in shouldAssignTheApplicationNameFromTheManifest() local44 … assertEquals("com.xtremelabs.robolectric.TestApplication", application.getApplicationInfo().name); in shouldAssignTheApplicationNameFromTheManifest()49 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithReceivers.xml"… in shouldRegisterReceiversFromTheManifest() local50 List<ShadowApplication.Wrapper> receivers = shadowOf(application).getRegisteredReceivers(); in shouldRegisterReceiversFromTheManifest()
24 assertNotNull(Robolectric.application); in shouldInitializeAndBindApplicationButNotCallOnCreate()25 assertEquals(MyTestApplication.class, Robolectric.application.getClass()); in shouldInitializeAndBindApplicationButNotCallOnCreate()26 assertFalse(((MyTestApplication) Robolectric.application).onCreateWasCalled); in shouldInitializeAndBindApplicationButNotCallOnCreate()27 assertNotNull(shadowOf(Robolectric.application).getResourceLoader()); in shouldInitializeAndBindApplicationButNotCallOnCreate()63 TextView tv = new TextView(Robolectric.application); in methodBlock_setsI18nStrictModeForClassHandler()76 ResourceLoader loader = Robolectric.shadowOf(Robolectric.application).getResourceLoader(); in createResourceLoader_setsI18nStrictModeForResourceLoader()80 loader.inflateView(Robolectric.application, R.layout.text_views, null); in createResourceLoader_setsI18nStrictModeForResourceLoader()
38 application, and the server that calls that application. The39 application and request are objects, while the server and response are43 *application* and a *request*. The request actually gets modified as57 we do see are very minimal. An application doesn't have any62 more important what we *do*. "Finding" an application is probably an63 intermediate step, but "running" the application is our ultimate goal,64 and the only real judge of success. An application that isn't run is77 The most obvious kind of URL parsing is finding a WSGI application.89 the entire framework/application.91 An example of someplace we might want to use an "application" that[all …]
48 ViewGroup vg = new FrameLayout(Robolectric.application); in shouldThrowExceptionOnI18nStrictModeInflateView()49 resourceLoader.inflateView(Robolectric.application, R.layout.text_views, vg); in shouldThrowExceptionOnI18nStrictModeInflateView()56 resourceLoader.inflateMenu(Robolectric.application, R.menu.test, null); in shouldThrowExceptionOnI18nStrictModeInflateMenu()63 resourceLoader.inflatePreferences(Robolectric.application, R.xml.preferences); in shouldThrowExceptionOnI18nStrictModeInflatePreferences()70 ViewGroup viewGroup = new FrameLayout(Robolectric.application); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath()71 …ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.differen… in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath()88 ViewGroup viewGroup = new FrameLayout(Robolectric.application); in checkForPollutionHelper()89 …ViewGroup view = (ViewGroup) resourceLoader.inflateView(Robolectric.application, R.layout.differen… in checkForPollutionHelper()
49 def __init__(self, application): argument50 self.application = application51 self.default = application55 self.binding[name] = factory(self.application, *args, **kwargs)
91 def __init__(self, application, authfunc, template=None): argument92 self.application = application99 return self.application(environ, start_response)113 return self.application(environ, start_response)