/external/webkit/LayoutTests/http/conf/ |
D | mime.types | 12 application/activemessage 13 application/andrew-inset ez 14 application/applefile 15 application/atom+xml atom 16 application/atomicmail 17 application/batch-smtp 18 application/beep+xml 19 application/cals-1840 20 application/cnrp+xml 21 application/commonground [all …]
|
D | fedora-httpd.conf | 676 AddType application/x-x509-ca-cert .crt 677 AddType application/x-pkcs7-crl .crl 868 AddType application/x-httpd-php .php 869 AddType application/x-httpd-php .bat 870 AddType application/x-httpd-php-source .phps
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/ |
D | webkit | 1 application/andrew-inset 2 application/annodex 3 application/asx 4 application/atom+xml 5 application/ecmascript 6 application/java-archive 7 application/javascript 8 application/json 9 application/mac-compactpro 10 application/mpegurl [all …]
|
D | mozilla | 2 application/applefile 3 application/atom+xml 4 application/compress 5 application/directory 6 application/ecmascript 7 application/gzip 8 application/http-index-format 9 application/java-archive 10 application/javascript 11 application/lolcat [all …]
|
D | dillo | 1 application/octet-stream 2 application/xhtml+xml 3 application/x-www-form-urlencoded
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | WebCoreURLResponse.mm | 39 // <rdar://problem/5321972> Plain text document from HTTP server detected as application/octet-stre… 40 // When we sniff a resource as application/octet-stream but the http response headers had "text/pla… 42 // When the URL's extension is a known binary type, we'll go with application/octet-stream. 328 CFSTR("application/postscript"), 330 CFSTR("application/x-bcpio"), 332 CFSTR("application/x-netcdf"), 333 CFSTR("application/octet-stream"), 334 CFSTR("application/x-gzip"), 335 CFSTR("application/x-cpio"), 336 CFSTR("application/mac-compactpro"), [all …]
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | origins-with-appcache-expected.txt | 1 …application cache. First, it tests that no origins are reported after all application caches are r… 3 Origins with application cache after deletion: 4 Origins with application cache after frame was cached: http_127.0.0.1_8000
|
D | origin-delete-expected.txt | 1 This test checks that application cache groups correctly become obsolete after application cache is…
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | README.txt | 3 The test application provides a small console shell interface that allows 6 application is to allow Bluetooth to be put in DUT Mode for RF/BB BQB test purposes. 8 This application is mutually exclusive with the Java based Bluetooth.apk. Hence 9 before launching the application, it should be ensured that the Settings->Bluetooth is OFF. 11 This application is built as 'bdt' and shall be available in '/system/bin/bdt' 15 1.) Settings->Bluetooth must be OFF for this application to work 23 Launching the test application 55 Exit the test application
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
D | buildbot.tac | 2 from twisted.application import service 10 application = service.Application('buildmaster') 16 application.setComponent(ILogObserver, FileLogObserver(logfile).emit) 20 BuildMaster(basedir, configfile).setServiceParent(application)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | fileutils.h | 270 void SetApplicationName(const std::string& application) { in SetApplicationName() argument 271 application_name_ = application; in SetApplicationName() 273 void GetApplicationName(std::string* application) { in GetApplicationName() argument 274 ASSERT(NULL != application); in GetApplicationName() 275 *application = application_name_; in GetApplicationName() 417 static void SetApplicationName(const std::string& application) { in SetApplicationName() argument 418 EnsureDefaultFilesystem()->SetApplicationName(application); in SetApplicationName() 421 static void GetApplicationName(std::string* application) { in GetApplicationName() argument 422 EnsureDefaultFilesystem()->GetApplicationName(application); in GetApplicationName()
|
D | pathutils.h | 128 inline void SetApplicationName(const std::string& application) { in SetApplicationName() argument 129 Filesystem::SetApplicationName(application); in SetApplicationName() 134 inline void GetApplicationName(std::string* application) { in GetApplicationName() argument 135 Filesystem::GetApplicationName(application); in GetApplicationName()
|
/external/libvpx/ |
D | usage_dx.dox | 4 processes packets of compressed data passed by the application, producing 7 application wishes to associate some data with the frame, the 18 There are two methods for the application to access decoded frame data. Some 20 that allow the application to register a callback to be invoked by the 32 assembled into a full frame. For this reason, the application \ref MUST 36 overall application in some cases, due to improved cache behavior. 40 If the codec does not support callback based decoding, or the application 42 through the vpx_codec_get_frame() iterator. The application initializes the
|
D | usage.dox | 24 A context is a storage area allocated by the calling application that the 27 application. The context structure as seen by the application is of fixed 43 Each supported codec will expose an interface structure to the application 69 initialized in different modes. Most notably, the application may choose to 75 initialization time to ensure the application is using a header file that 107 useful to an application at runtime, but may be of use to vpx for support. 113 (us), that the application wants the codec to spend processing before 116 example, an application sets a <code>deadline</code> of 1000us, and the 119 function are preserved. If, for the same frame, an application instead sets 151 determined, the application calls the vpx_codec_get_mem_map() iterator [all …]
|
/external/chromium/chrome/browser/ |
D | background_application_list_model.cc | 168 Application* application = FindApplication(extension); in AssociateApplicationData() local 169 if (!application) { in AssociateApplicationData() 177 application = new Application(this, extension); in AssociateApplicationData() 178 applications_[extension->id()] = application; in AssociateApplicationData() 179 application->RequestIcon(Extension::EXTENSION_ICON_BITTY); in AssociateApplicationData() 215 const Application* application = FindApplication(extension); in GetIcon() local 216 if (application) in GetIcon() 217 return application->icon_.get(); in GetIcon()
|
/external/jmdns/src/javax/jmdns/impl/ |
D | ServiceInfoImpl.java | 251 String application = aType; in decodeQualifiedNameMapForType() local 261 application = ""; in decodeQualifiedNameMapForType() 266 application = ""; in decodeQualifiedNameMapForType() 292 application = casePreservedType.substring(0, index - 1); in decodeQualifiedNameMapForType() 294 index = application.toLowerCase().indexOf("._sub"); in decodeQualifiedNameMapForType() 297 subtype = removeSeparators(application.substring(0, index)); in decodeQualifiedNameMapForType() 298 application = application.substring(start); in decodeQualifiedNameMapForType() 305 qualifiedNameMap.put(Fields.Application, removeSeparators(application)); in decodeQualifiedNameMapForType() 330 …String application = (qualifiedNameMap.containsKey(Fields.Application) ? qualifiedNameMap.get(Fiel… in checkQualifiedNameMap() local 331 if ((application == null) || (application.length() == 0)) { in checkQualifiedNameMap() [all …]
|
/external/emma/core/res/com/vladium/emma/ |
D | exceptions.properties | 21 the application class [{1}] that you are trying to launch was not loaded \ 27 application class [{0}] could not be loaded 30 application class [{0}] could not be loaded and initialized, most likely due \ 34 application class [{0}] does not have a runnable public main() method
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
D | README | 6 This application implements a sample client for the Chrome Web Store Licensing 18 app.yaml and replace the text INSERT APPLICATION NAME HERE with the application 29 Then deploy your application to App Engine, and you will be able to log in
|
/external/webkit/Tools/RebaselineQueueServer/ |
D | main.py | 41 application = webapp.WSGIApplication([ 53 util.run_wsgi_app(application)
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | quit_app.applescript | 5 -- Quits the application, useful in cases where you want to schedule things. 6 tell application "Chromium"
|
/external/webkit/Tools/TestResultServer/ |
D | main.py | 51 application = webapp.WSGIApplication(routes, debug=True) variable 55 run_wsgi_app(application)
|
/external/openssl/crypto/pkcs7/t/ |
D | nav-smime | 12 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="--… 25 Content-Type: application/x-pkcs7-signature; name="smime.p7s" 74 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="--… 87 Content-Type: application/x-pkcs7-signature; name="smime.p7s" 137 Content-Type: application/x-pkcs7-mime; name="smime.p7m"
|
/external/mesa3d/docs/OLD/ |
D | MESA_trace.spec | 32 Provides the application with means to enable and disable logging 38 The application can add comments and enable or disable tracing of GL 39 operations at any time. The data flow from the application to GL
|
/external/qemu/distrib/sdl-1.2.15/src/main/macosx/ |
D | SDLMain.m | 49 /* Determine the application name */ 81 /* The main class of the application, the application's delegate */ 162 /* Tell the application object that this is now the application menu */ 189 /* Tell the application object that this is now the window menu */ 203 /* Ensure the application object is initialised */ 251 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename 298 /* Hand off to main application code */ 376 * application that creates a Menu bar and steals the focus.
|
/external/clang/test/SemaObjC/ |
D | sizeof-interface.m | 6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} 26 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… 35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… 67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte…
|