Home
last modified time | relevance | path

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

12345678910>>...154

/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/autotest/client/common_lib/
Dmagic.py154 [0L, 'leshort', '=', 1538L, 'application/x-alan-adventure-game'],
155 [0L, 'string', '=', 'TADS', 'application/x-tads-game'],
156 [0L, 'short', '=', 420L, 'application/x-executable-file'],
157 [0L, 'short', '=', 421L, 'application/x-executable-file'],
158 [0L, 'leshort', '=', 603L, 'application/x-executable-file'],
159 [0L, 'string', '=', 'Core\001', 'application/x-executable-file'],
160 [0L, 'string', '=', 'AMANDA: TAPESTART DATE', 'application/x-amanda-header'],
161 [0L, 'belong', '=', 1011L, 'application/x-executable-file'],
162 [0L, 'belong', '=', 999L, 'application/x-library-file'],
171 [0L, 'long', '=', 100554L, 'application/x-apl-workspace'],
[all …]
/external/chromium-trace/catapult/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/v1/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/catapult/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 …]
/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/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/robolectric/v1/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/chromium-trace/catapult/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
Dlayer1.py49 change information about an application, respectively.
58 instances to which application revisions can be deployed. You can
65 represent Amazon EC2 instances to which application revisions are
78 + Application revisions (also known simply as revisions ), which
82 and similar) along with an Application Specification file (AppSpec
85 execute.) An application revision is uniquely identified by its
86 Amazon S3 object key and its ETag, version, or both. Application
88 application revisions by calling GetApplicationRevision,
90 information about application revisions and to inform AWS
91 CodeDeploy about an application revision, respectively.
[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/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DApp.xaml.cs13 public partial class App : Application
16 /// Provides easy access to the root frame of the Phone Application.
18 /// <returns>The root frame of the Phone Application.</returns>
22 /// Constructor for the Application object.
42 Application.Current.Host.Settings.EnableFrameRateCounter = true; in App()
45 //Application.Current.Host.Settings.EnableRedrawRegions = true; in App()
49 //Application.Current.Host.Settings.EnableCacheVisualization = true; in App()
52 // the application's idle detection. in App()
53 …// Caution:- Use this under debug mode only. Application that disables user idle detection will co… in App()
60 // Code to execute when the application is launching (eg, from Start)
[all …]
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVXaml/
DApp.xaml.cs13 public partial class App : Application
16 /// Provides easy access to the root frame of the Phone Application.
18 /// <returns>The root frame of the Phone Application.</returns>
22 /// Constructor for the Application object.
42 Application.Current.Host.Settings.EnableFrameRateCounter = true; in App()
45 //Application.Current.Host.Settings.EnableRedrawRegions = true; in App()
49 //Application.Current.Host.Settings.EnableCacheVisualization = true; in App()
52 // the application's idle detection. in App()
53 …// Caution:- Use this under debug mode only. Application that disables user idle detection will co… in App()
60 // Code to execute when the application is launching (eg, from Start)
[all …]
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DApp.xaml.cs13 public partial class App : Application
16 /// Provides easy access to the root frame of the Phone Application.
18 /// <returns>The root frame of the Phone Application.</returns>
22 /// Constructor for the Application object.
42 Application.Current.Host.Settings.EnableFrameRateCounter = true; in App()
45 //Application.Current.Host.Settings.EnableRedrawRegions = true; in App()
49 //Application.Current.Host.Settings.EnableCacheVisualization = true; in App()
52 // the application's idle detection. in App()
53 …// Caution:- Use this under debug mode only. Application that disables user idle detection will co… in App()
60 // Code to execute when the application is launching (eg, from Start)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
Dlayer1.py85 Creates an application that has one configuration template
86 named default and no application versions.
89 :param application_name: The name of the application.
95 :param description: Describes the application.
107 """Creates an application version for the specified application.
110 :param application_name: The name of the application. If no
111 application is found with this name, and AutoCreateApplication is
116 Must be unique per application. If an application version already
117 exists with this label for the specified application, AWS Elastic
130 sample application will be used.
[all …]
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
DDemoApplicationModule.java18 import android.app.Application;
28 * {@link android.app.Application} to create.
32 private final Application application; field in DemoApplicationModule
34 public DemoApplicationModule(Application application) { in DemoApplicationModule() argument
35 this.application = application; in DemoApplicationModule()
39 * Expose the application to the graph.
41 @Provides @Singleton Application application() { in application() method in DemoApplicationModule
42 return application; in application()
46 return (LocationManager) application.getSystemService(LOCATION_SERVICE); in provideLocationManager()
/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/opencv3/doc/tutorials/introduction/android_binary_package/
Ddev_with_OCV_on_Android.markdown36 #### Application Development with Async Initialization
38 Using async initialization is a **recommended** way for application development. It uses the OpenCV
48 -# In application project add a reference to the OpenCV Java SDK in
89 It this case application works with OpenCV Manager in asynchronous fashion. OnManagerConnected
93 BaseLoaderCallback implementation treat application context as Activity and calls Activity.finish()
97 #### Application Development with Static Initialization
99 According to this approach all OpenCV binaries are included into your application package. It is
110 -# In the application project add a reference to the OpenCV4Android SDK in
115 -# If your application project **doesn't have a JNI part**, just copy the corresponding OpenCV
119 In case of the application project **with a JNI part**, instead of manual libraries copying you
[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/opencv3/3rdparty/include/ffmpeg_/libavcodec/
Dxvmc.h46 It is used as a test that the application correctly uses the API,
48 - application - set during initialization
57 - application - set the pointer during initialization
64 - application - set the pointer during initialization
71 - application - set during initialization
77 - application - set during initialization
84 - application - set during initialization
91 - application - set during initialization
97 It has to be freed by XvMCDestroySurface() on application exit.
99 - application - set during initialization
[all …]
/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/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 {

12345678910>>...154