Home
last modified time | relevance | path

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

12345678910>>...135

/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/chromium-trace/trace-viewer/third_party/Paste/tests/test_util/
Dtest_mimeparse.py15 assert parse('application/xhtml;level=3;q=0.5') == (
16 'application', 'xhtml', {'level': '3', 'q': '0.5'})
17 assert parse('application/xml') == ('application', 'xml', {})
18 assert parse('application/xml;q=1') == ('application', 'xml', {'q': '1'})
19 assert parse('application/xml ; q=1;b=other') == (
20 'application', 'xml', {'q': '1', 'b': 'other'})
21 assert parse('application/xml ; q=2;b=other') == (
22 'application', 'xml', {'q': '2', 'b': 'other'})
23 assert parse('application/xhtml;q=0.5') == (
24 'application', 'xhtml', {'q': '0.5'})
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DApplicationTest.java4 import android.app.Application;
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()
59 Application app1 = ShadowApplication.bind(new Application(), resourceLoader1); in shouldBeBindableToAResourceLoader()
64 Application app2 = ShadowApplication.bind(new Application(), resourceLoader2); in shouldBeBindableToAResourceLoader()
93 Object systemService = Robolectric.application.getSystemService(name); in checkSystemService()
95 assertThat(systemService, sameInstance(Robolectric.application.getSystemService(name))); in checkSystemService()
100Application 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()
[all …]
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Duploading.rst3 Uploading Your Application
6 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
17 Registering the Application
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
[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 …]
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 …]
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/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m17 #pragma mark Application lifecycle
19 - (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 {
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DApplicationResolver.java3 import android.app.Application;
20 public Application resolveApplication() { in resolveApplication()
24 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()
68 private Application newApplicationInstance(String packageName, String applicationName) { in newApplicationInstance()
69 Application application; in newApplicationInstance() local
[all …]
/external/libxml2/doc/tutorial/
Dxmltutorial.xml97 <para>The tutorial is based on a simple <acronym>XML</acronym> application I
125 <para><application>Libxml</application> declares a number of data types we
139 UTF-8 for use with <application>libxml's</application>
141 …url="http://www.xmlsoft.org/encoding.html"><application>libxml</application> encoding support web …
219 was not, <application>libxml</application> will at this point
229 declaration is there, <application>libxml</application> will
288 looking for. It uses the <application>libxml</application> string
343 <application>Libxml2</application> includes support for
344 use of <application>XPath</application> expressions to retrieve sets of
346 <application>XPath</application> <acronym>API</acronym> is <ulink
[all …]
/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/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/owasp/sanitizer/tools/findbugs/doc/manual/
Dbuilding.html3application">FindBugs</span>&#8482; from Source</th></tr><tr><td width="20%" align="left"><a acces…
4 This chapter describes how to build <span class="application">FindBugs</span> from source code. Un…
5 interesting in modifying <span class="application">FindBugs</span>, you will probably want to skip …
8 To compile <span class="application">FindBugs</span> from source, you will need the following:
10 …indbugs/findbugs-2.0.3-source.zip?download" target="_top"><span class="application">FindBugs</span…
14 …<a class="ulink" href="http://ant.apache.org/" target="_top">Apache <span class="application">Ant<…
17 …The version of <span class="application">Ant</span> included as <code class="filename">/usr/bin/an…
19 …<span class="application">FindBugs</span>. We recommend you install a binary distribution of <spa…
20 …class="ulink" href="http://ant.apache.org/" target="_top"><span class="application">Ant</span> web…
21 …Make sure that when you run <span class="application">Ant</span> your <em class="replaceable"><cod…
[all …]
Danttask.html3application">FindBugs</span>&#8482; <span class="application">Ant</span> task</th></tr><tr><td wid…
4 This chapter describes how to integrate <span class="application">FindBugs</span> into a build scri…
5 for <a class="ulink" href="http://ant.apache.org/" target="_top"><span class="application">Ant</spa…
6 and deployment tool. Using the <span class="application">FindBugs</span> <span class="application"…
7 automatically run <span class="application">FindBugs</span> on your Java code.
9 The <span class="application">Ant</span> task was generously contributed by Mike Fagan.
10 …clear: both"><a name="d0e1205"></a>1.&nbsp;Installing the <span class="application">Ant</span> tas…
11 To install the <span class="application">Ant</span> task, simply copy <code class="filename"><em cl…
12 into the <code class="filename">lib</code> subdirectory of your <span class="application">Ant</span…
14 …lign="top"><p>It is strongly recommended that you use the <span class="application">Ant</span> tas…
[all …]
/external/skia/experimental/SimpleiOSApp/iPad/
DAppDelegate_iPad.m17 #pragma mark Application lifecycle
19 - (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/deqp/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 …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DApplicationResolverTest.java3 import android.app.Application;
25 assertEquals(Application.class, in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName()
37Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xm… in shouldAssignThePackageNameFromTheManifest() local
38 assertEquals("com.wacka.wa", application.getPackageName()); in shouldAssignThePackageNameFromTheManifest()
43Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml"))… in shouldAssignTheApplicationNameFromTheManifest() local
44 … assertEquals("com.xtremelabs.robolectric.TestApplication", application.getApplicationInfo().name); in shouldAssignTheApplicationNameFromTheManifest()
49Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithReceivers.xml"… in shouldRegisterReceiversFromTheManifest() local
50 List<ShadowApplication.Wrapper> receivers = shadowOf(application).getRegisteredReceivers(); in shouldRegisterReceiversFromTheManifest()
DRobolectricTestRunnerTest.java11 import android.app.Application;
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()
95 @Override protected Application createApplication() { in createApplication()
100 public static class MyTestApplication extends Application {
/external/libxml2/test/relaxng/
Ddocbook_0.xml7 <!-- replace version above with actual application version number-->
120 <application>GNOME Help Browser</application>, which
148 GNOME application documentation. Most GNOME applications
189 describing the application, where it can be downloaded from,
191 documentation for the application. The #docs IRC channel on
320 application documentation, internal GNOME component
345 application, make sure you find out the latest status of
346 documentation by contacting the application author.
391 If you are an <application>Emacs</application> user you may
393 for editing sgml files in <application>Emacs</application>.
[all …]
/external/libnfc-nxp/src/
DphOsalNfc_Timer.h59 * OSAL timer message .This message type will be posted to calling application thread.
104 * When a timer is created, it is not started by default. The application has to
113 * Application,phOsalNfc;
114 * Application=>phOsalNfc [label="phOsalNfc_Timer_Create()",URL="\ref phOsalNfc_Timer_Create"];
115 * Application<<phOsalNfc [label="Returns Valid timer ID"];
136 * \param[in] Application_callback Application Callback interface to be called
140 * Application,phOsalNfc;
141 * Application=>phOsalNfc [label="phOsalNfc_Timer_Create()", URL="\ref phOsalNfc_Timer_Create"];
142 * Application<<phOsalNfc [label="TIMERID"];
143 …* Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)", URL="\ref phOsalNf…
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java57 * The <code>Application</code> class represents an instance of a
58 * real-time 3D rendering jME application.
60 * An <code>Application</code> provides all the tools that are commonly used in jME3
64 * application.
67 public class Application implements SystemListener { class
69 private static final Logger logger = Logger.getLogger(Application.class.getName());
99 * Create a new instance of <code>Application</code>.
101 public Application(){ in Application() method in Application
120 * If enabled, the application will stop updating
153 url = Application.class.getClassLoader().getResource(assetCfg); in initAssetManager()
[all …]
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageExt.java22 * This method allows applications to associate application context with
24 * data, this the responsibility of the application and is dependent
25 * on the application.
26 * this application data is un-interpreted by the stack.
27 * Beware : when you clone a message, the deepcopy does not apply to the application data
30 * @param applicationData - un-interpreted application data.
39 * Returns the application data associated with the transaction.This
40 * specification does not define the format of this application specific
41 * data. This is the responsibility of the application.
43 * @return application data associated with the message by the application.
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
Dp1.cpp13 x = sizeof(a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
15 x = sizeof(a->foo(), a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
16 …x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit… in test()
17 …x = sizeof(a->var ? a->bitX : a->bitX); // expected-error {{invalid application of 'sizeof' to bit… in test()
18 x = sizeof(a->bitX = 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} in test()
24 …x = sizeof(void); // expected-error {{invalid application of 'sizeof' to an incomplete type 'void'… in test2()
25 x = sizeof(int()); // expected-error {{invalid application of 'sizeof' to a function type}} in test2()
26 …x = sizeof(test2()); // expected-error {{invalid application of 'sizeof' to an incomplete type 'vo… in test2()
27 x = sizeof(test2); // expected-error {{invalid application of 'sizeof' to a function type}} in test2()
/external/jmonkeyengine/engine/src/test/jme3test/app/
DTestApplication.java35 import com.jme3.app.Application;
40 * Test Application functionality, such as create, restart, destroy, etc.
46 System.out.println("Creating application.."); in main()
47 Application app = new Application(); in main()
48 System.out.println("Starting application in LWJGL mode.."); in main()
52 System.out.println("Closing application.."); in main()
57 app = new Application(); in main()
67 System.out.println("Creating offscreen buffer application"); in main()
68 app = new Application(); in main()
/external/elfutils/src/
DCOPYING-LGPLV320 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
50 facility refers to a function or data to be supplied by an Application
56 ensure that, in the event an Application does not supply the
65 The object code form of an Application may incorporate material from
[all …]

12345678910>>...135