/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/mesa3d/src/util/ |
D | drirc | 4 Application bugs worked around in this file: 32 <application name="Unigine Sanctuary" executable="Sanctuary"> 35 </application> 37 <application name="Unigine Tropics" executable="Tropics"> 40 </application> 42 <application name="Unigine Heaven (32-bit)" executable="heaven_x86"> 46 </application> 48 <application name="Unigine Heaven (64-bit)" executable="heaven_x64"> 52 </application> 54 <application name="Unigine Valley (32-bit)" executable="valley_x86"> [all …]
|
/external/ImageMagick/config/ |
D | mime.xml | 20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa… 21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte… 22 …<mime type="application/mac-binhex40" description="Macintosh BinHex-encoded file" data-type="strin… 23 … type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="0" m… 24 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=… 25 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=… 26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.… 27 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From… 28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" /> 29 …<mime type="application/oda" acronym="ODA" description="Office Document Architecture" priority="10… [all …]
|
/external/ImageMagick/www/source/ |
D | mime.xml | 20 …<mime type="application/andrew-inset" acronym="ATK" description="Andrew Toolkit" priority="100" pa… 21 …<mime type="application/illustrator" description="Adobe Illustrator document" priority="100" patte… 22 …<mime type="application/mac-binhex40" description="Macintosh BinHex-encoded file" data-type="strin… 23 … type="application/mathematica" description="Mathematica Notebook" data-type="string" offset="0" m… 24 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=… 25 …<mime type="application/mathematica" description="Mathematica Notebook" data-type="string" offset=… 26 …<mime type="application/mathematica" description="Mathematica Notebook" priority="100" pattern="*.… 27 …<mime type="application/mbox" description="mailbox file" data-type="string" offset="0" magic="From… 28 <mime type="application/octet-stream" description="unknown" priority="100" pattern="*.bin" /> 29 …<mime type="application/oda" acronym="ODA" description="Office Document Architecture" priority="10… [all …]
|
/external/autotest/client/common_lib/ |
D | magic.py | 155 [0L, 'leshort', '=', 1538L, 'application/x-alan-adventure-game'], 156 [0L, 'string', '=', 'TADS', 'application/x-tads-game'], 157 [0L, 'short', '=', 420L, 'application/x-executable-file'], 158 [0L, 'short', '=', 421L, 'application/x-executable-file'], 159 [0L, 'leshort', '=', 603L, 'application/x-executable-file'], 160 [0L, 'string', '=', 'Core\001', 'application/x-executable-file'], 161 [0L, 'string', '=', 'AMANDA: TAPESTART DATE', 'application/x-amanda-header'], 162 [0L, 'belong', '=', 1011L, 'application/x-executable-file'], 163 [0L, 'belong', '=', 999L, 'application/x-library-file'], 172 [0L, 'long', '=', 100554L, 'application/x-apl-workspace'], [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/internal/ |
D | ParallelUniverseCreateApplicationTest.java | 7 import android.app.Application; 36 … newConfigWith("<application android:name=\"org.robolectric.BogusTestApplication\"/>)"), null); in shouldThrowWhenManifestContainsBadApplicationClassName() 42 .isInstanceOf(Application.class); in shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName() 48 …newConfigWith("<application android:name=\"org.robolectric.shadows.testing.TestApplication\"/>"), … in shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName() 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() 62 shadowOf((Application) ApplicationProvider.getApplicationContext()) in shouldRegisterReceiversFromTheManifest() 67 "<application>" in shouldRegisterReceiversFromTheManifest() 73 + "</application>"); in shouldRegisterReceiversFromTheManifest() [all …]
|
/external/python/cpython3/Lib/ |
D | mimetypes.py | 403 '.a' : 'application/octet-stream', 404 '.ai' : 'application/postscript', 411 '.bcpio' : 'application/x-bcpio', 412 '.bin' : 'application/octet-stream', 415 '.cdf' : 'application/x-netcdf', 416 '.cpio' : 'application/x-cpio', 417 '.csh' : 'application/x-csh', 420 '.dll' : 'application/octet-stream', 421 '.doc' : 'application/msword', 422 '.dot' : 'application/msword', [all …]
|
/external/python/cpython2/Lib/ |
D | mimetypes.py | 406 '.a' : 'application/octet-stream', 407 '.ai' : 'application/postscript', 414 '.bcpio' : 'application/x-bcpio', 415 '.bin' : 'application/octet-stream', 419 '.cdf' : 'application/x-cdf', 420 '.cdf' : 'application/x-netcdf', 421 '.cpio' : 'application/x-cpio', 422 '.csh' : 'application/x-csh', 425 '.dll' : 'application/octet-stream', 426 '.doc' : 'application/msword', [all …]
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/ |
D | Application.vcp | 1 # Microsoft eMbedded Visual Tools Project File - Name="Application" - Package Owner=<4> 5 # TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301 6 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601 8 CFG=Application - Win32 (WCE emulator) Debug 12 !MESSAGE NMAKE /f "Application.vcn". 17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug" 21 !MESSAGE "Application - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application") 22 !MESSAGE "Application - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application") 23 !MESSAGE "Application - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application") 24 !MESSAGE "Application - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application") [all …]
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | AppDelegate.cs | 24 // The UIApplicationDelegate for the application. This class is responsible for launching the 25 …// User Interface of the application, as well as listening (and optionally responding) to applicat… 37 … public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) in FinishedLaunching() argument 39 // Override point for customization after application launch. in FinishedLaunching() 40 // If not required for your application you can safely delete this method in FinishedLaunching() 45 public override void OnResignActivation(UIApplication application) in OnResignActivation() argument 47 // Invoked when the application is about to move from active to inactive state. in OnResignActivation() 49 … // or when the user quits the application and it begins the transition to the background state. in OnResignActivation() 53 public override void DidEnterBackground(UIApplication application) in DidEnterBackground() argument 55 …hod to release shared resources, save user data, invalidate timers and store the application state. in DidEnterBackground() [all …]
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 10 import android.app.Application; 90 RuntimeEnvironment.application = null; in setUpApplicationState() 163 // Bit of a hack... Context.createPackageContext() is called before the application is created. in setUpApplicationState() 190 Application application = createApplication(appManifest, config); in setUpApplicationState() local 191 RuntimeEnvironment.application = application; in setUpApplicationState() 194 createInstrumentation(activityThread, applicationInfo, application); in setUpApplicationState() 196 if (application != null) { in setUpApplicationState() 218 .setField(ActivityThread.class, activityThread, "mInitialApplication", application); in setUpApplicationState() 219 ShadowApplication shadowApplication = Shadow.extract(application); in setUpApplicationState() 224 ReflectionHelpers.ClassParameter.from(Context.class, application)); in setUpApplicationState() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | fitness_v1.users.dataSources.html | 112 …device and the application that collected and/or transformed the data. It also holds useful metada… 114 …eam identifier, so that data collected by updated versions of the same application/device can stil… 116 …r. Setting the stream name is optional, but should be done whenever an application exposes two str… 132 "application": { # Information about an application which feeds sensor data into the platform. 133 …"packageName": "A String", # Package name for this application. This is used as a unique identifie… 134 …"version": "A String", # Version of the application. You should update this field whenever the app… 135 …application. This is required for REST clients, but we do not enforce uniqueness of this name. It … 136 "detailsUrl": "A String", # An optional URI that can be used to link back to the application. 155 …# - The application's package name or name. Package name is used when the data source was created … 157 … the stream identifier. In particular, the version of the hardware/the application isn't used. Thi… [all …]
|
D | appengine_v1beta4.apps.html | 94 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require… 97 <p class="firstline">Gets information about an application.</p> 100 <p class="firstline">Updates the specified Application resource. You can update the following field… 104 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields: 106 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor… 112 { # An Application resource contains the top-level configuration of an App Engine application. 113 …"defaultHostname": "A String", # Hostname used to reach the application, as resolved by App Engine… 114 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu… 115 …be used for storing files associated with this application. This bucket is associated with the app… 116 …"defaultBucket": "A String", # Google Cloud Storage bucket that can be used by this application to… [all …]
|
D | appengine_v1beta5.apps.html | 94 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require… 97 <p class="firstline">Gets information about an application.</p> 100 <p class="firstline">Updates the specified Application resource. You can update the following field… 104 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields: 106 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor… 112 { # An Application resource contains the top-level configuration of an App Engine application. 113 …"defaultHostname": "A String", # Hostname used to reach the application, as resolved by App Engine… 114 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu… 115 …be used for storing files associated with this application. This bucket is associated with the app… 116 …": "A String", # A Google Cloud Storage bucket that can be used by the application to store conten… [all …]
|
D | appengine_v1.apps.html | 94 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require… 97 <p class="firstline">Gets information about an application.</p> 100 <p class="firstline">Updates the specified Application resource. You can update the following field… 103 …ecreates the required App Engine features for the specified App Engine application, for example a … 107 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields: 109 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor… 115 { # An Application resource contains the top-level configuration of an App Engine application. 116 …"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engin… 117 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu… 118 …be used for storing files associated with this application. This bucket is associated with the app… [all …]
|
D | appengine_v1beta.apps.html | 109 <p class="firstline">Creates an App Engine application for a Google Cloud Platform project. Require… 112 <p class="firstline">Gets information about an application.</p> 115 <p class="firstline">Updates the specified Application resource. You can update the following field… 118 …ecreates the required App Engine features for the specified App Engine application, for example a … 122 <pre>Creates an App Engine application for a Google Cloud Platform project. Required fields: 124 …oud.google.com/appengine/docs/locations) where you want the App Engine application located.For mor… 130 { # An Application resource contains the top-level configuration of an App Engine application. 131 …"defaultHostname": "A String", # Hostname used to reach this application, as resolved by App Engin… 132 …"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@Outpu… 133 …Google Container Registry domain used for storing managed build docker images for this application. [all …]
|
D | fitness_v1.users.sessions.html | 124 "application": { # The application that created the session. 125 …"packageName": "A String", # Package name for this application. This is used as a unique identifie… 126 …"version": "A String", # Version of the application. You should update this field whenever the app… 127 …application. This is required for REST clients, but we do not enforce uniqueness of this name. It … 128 … "detailsUrl": "A String", # An optional URI that can be used to link back to the application. 142 "application": { # The application that created the session. 143 …"packageName": "A String", # Package name for this application. This is used as a unique identifie… 144 …"version": "A String", # Version of the application. You should update this field whenever the app… 145 …application. This is required for REST clients, but we do not enforce uniqueness of this name. It … 146 … "detailsUrl": "A String", # An optional URI that can be used to link back to the application. [all …]
|
D | games_v1.applications.html | 79 …lass="firstline">Retrieves the metadata of the application with the given ID. If the requested app… 82 <p class="firstline">Indicate that the the currently authenticated user is playing your application… 85 <p class="firstline">Verifies the auth token provided with this request is for the application with… 89 …<pre>Retrieves the metadata of the application with the given ID. If the requested application is … 92 applicationId: string, The application ID from the Google Play developer console. (required) 95 platformType: string, Restrict application details returned to the specific platform. 104 { # This is a JSON template for the Application resource. 105 …ategory": { # This is a JSON template for an application category object. # The category of the ap… 110 …"kind": "games#application", # Uniquely identifies the type of this resource. Value is always the … 111 "description": "A String", # The description of the application. [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 9339c173e9a4821813910b92c6caab43.00002675.honggfuzz.cov | 15 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 18 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 21 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 24 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 27 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 9339c173e9a4821813910b92c6caab43.00002675.honggfuzz.cov | 15 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 18 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 21 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 24 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;… 27 …^^^^^^^xt/html,application/xhtml+xml,application/xml;q=html,application/xhtml+xml,application/xml;…
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ContextUtils.java | 7 import android.app.Application; 19 * This class provides Android application context related utility methods. 37 * Get the Android application context. 39 * Under normal circumstances there is only one application context in a process, so it's safe 44 * Do not downcast the context returned by this method to Application (or any subclass). It may 45 * not be an Application object; it may be wrapped in a ContextWrapper. The only assumption you 53 * Initializes the java application context. 56 * before any other clients make use of the application context through this class. 58 * @param appContext The application context. 63 // started, in which case the browser process re-sets the application context. in initApplicationContext() [all …]
|
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/ |
D | DemoApplicationModule.java | 18 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/doc/tutorial/ |
D | xmltutorial.xml | 97 <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-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/owasp/sanitizer/tools/findbugs/doc/manual/ |
D | building.html | 3 …application">FindBugs</span>™ 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 …]
|