Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/external/jetty/src/resources/org/eclipse/jetty/http/
Dmime.properties1 ai = application/postscript
5 apk = application/vnd.android.package-archive
11 bcpio = application/x-bcpio
12 bin = application/octet-stream
13 cab = application/x-cabinet
14 cdf = application/x-netcdf
15 class = application/java-vm
16 cpio = application/x-cpio
17 cpt = application/mac-compactpro
18 crt = application/x-x509-ca-cert
[all …]
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrirc3 <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 …]
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31application 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 …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java45 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() local
101 …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() local
108application.getPackageManager().getApplicationInfo("com.xtremelabs.robolectric", 0).name); in packageManager_shouldKnowApplicationName()
116 …Robolectric.shadowOf(Robolectric.application).setComponentNameAndServiceForBindService(expectedCom… in bindServiceShouldCallOnServiceConnectedWhenNotPaused()
[all …]
DPendingIntentTest.java38 …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 …]
DShadowAutoCompleteTextViewTest.java24 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()
DLocalBroadcastManagerTest.java21 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()
DBitmapFactoryTest.java22 …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()
/external/deqp/framework/platform/ios/
DtcuIOSAppDelegate.m33 - (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/skia/experimental/SimpleiOSApp/iPad/
DAppDelegate_iPad.m19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)laun…
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31application 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 {
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Duploading.rst6 Console. Once you have registered an application ID for your application, you
9 your application by clicking the Deploy button.
12 Once you register an application ID, you can delete it, but you can't
13 re-register that same application ID after it has been deleted. You can
31 To create a new application, click the "Create an Application" button. Follow
32 the instructions to register an application ID, a name unique to this
33 application. If you elect to use the free appspot.com domain name, the full
34 URL for the application will be ``http://application-id.appspot.com/``. You can
38 Edit the ``app.yaml`` file, then change the value of the ``application:``
39 setting from ``helloworld`` to your registered application ID.
[all …]
Dusingwebapp2.rst6 code that uses it by hand. Web application frameworks handle these details
7 for you, so you can focus your development efforts on your application's
11 CGI adaptor). You can bundle a framework of your choosing with your application
12 code by copying its code into your application directory.
14 App Engine includes a simple web application framework of its own, called
17 to bundle a single file with your application code to use it. We will use
20 Follow these steps to bundle the ``webapp2`` framework with your application:
22 - Create a file ``webapp2.py`` inside your application directory. Paste the
30 A ``webapp2`` application has three parts:
38 Let's rewrite our friendly greeting as a ``webapp2`` application. Edit
[all …]
Dhelloworld.rst7 for your application, it runs the application with the request data in
9 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 reside
33 An App Engine application has a configuration file called ``app.yaml``. Among
42 application: helloworld
53 application:
55 - The application identifier is ``helloworld``. When you register your
56 application with App Engine in the final step, you will select a unique
59 - This is version number ``1`` of this application's code. If you adjust this
[all …]
Dusingusers.rst7 SDK. One such service is the Users service, which lets your application
9 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 local
42 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 application
46 When your application is running on App Engine, users will be directed to the
47 Google Accounts sign-in page, then redirected back to your application after
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DApplicationResolver.java24 Application application; in resolveApplication() local
26 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() local
73 application = applicationClass.newInstance(); in newApplicationInstance()
77 return application; in newApplicationInstance()
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_auth/
Dtest_auth_digest.py12 def application(environ, start_response): function
30 application = AuthDigestHandler(application,realm,backwords) variable
31 application = HTTPExceptionHandler(application) variable
36 raw_interactive(application,path, accept='text/html')
43 raw_interactive(application,path,
66 server = serve(application)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Drecursive.py66 def __init__(self, application, global_conf=None): argument
67 self.application = application
71 self.application,
75 self.application,
79 self.application,
85 return self.application(environ, start_response)
244 def __init__(self, application, environ, start_response): argument
245 self.application = application
308 return self.application(environ, self.start_response)
327 app_iter = self.application(environ, start_response)
[all …]
Dgzipper.py23 def __init__(self, application, compress_level=6): argument
24 self.application = application
31 return self.application(environ, start_response)
33 app_iter = self.application(environ,
91 def filter_factory(application, **conf): argument
96 def filter(application): argument
97 return middleware(application)
Dtransaction.py21 def __init__(self, application): argument
22 self.application = application
28 return catch_errors(self.application, environ, start_response,
77 def BasicTransactionHandler(application, factory): argument
106 return catch_errors(application, environ, basictrans_start_response,
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DApplicationResolverTest.java37 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in shouldAssignThePackageNameFromTheManifest() local
38 assertEquals("com.wacka.wa", application.getPackageName()); in shouldAssignThePackageNameFromTheManifest()
43 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in shouldAssignTheApplicationNameFromTheManifest() local
44 … assertEquals("com.xtremelabs.robolectric.TestApplication", application.getApplicationInfo().name); in shouldAssignTheApplicationNameFromTheManifest()
49 …Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithReceivers.xml"… in shouldRegisterReceiversFromTheManifest() local
50 List<ShadowApplication.Wrapper> receivers = shadowOf(application).getRegisteredReceivers(); in shouldRegisterReceiversFromTheManifest()
DRobolectricTestRunnerTest.java24 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()
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Durl-parsing-with-wsgi.txt38 application, and the server that calls that application. The
39 application and request are objects, while the server and response are
43 *application* and a *request*. The request actually gets modified as
57 we do see are very minimal. An application doesn't have any
62 more important what we *do*. "Finding" an application is probably an
63 intermediate step, but "running" the application is our ultimate goal,
64 and the only real judge of success. An application that isn't run is
77 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 …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DResourceLoaderTest.java48 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()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dmulti.py49 def __init__(self, application): argument
50 self.application = application
51 self.default = application
55 self.binding[name] = factory(self.application, *args, **kwargs)
Dform.py91 def __init__(self, application, authfunc, template=None): argument
92 self.application = application
99 return self.application(environ, start_response)
113 return self.application(environ, start_response)

12345678910>>...31