Home
last modified time | relevance | path

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

12345678910>>...135

/external/webkit/LayoutTests/http/conf/
Dmime.types12 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 …]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/
Dwebkit1 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 …]
Dmozilla2 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 …]
/external/okhttp/src/main/java/libcore/net/
DMimeUtils.java46 add("application/andrew-inset", "ez");
47 add("application/dsptype", "tsp");
48 add("application/futuresplash", "spl");
49 add("application/hta", "hta");
50 add("application/mac-binhex40", "hqx");
51 add("application/mac-compactpro", "cpt");
52 add("application/mathematica", "nb");
53 add("application/msaccess", "mdb");
54 add("application/oda", "oda");
55 add("application/ogg", "ogg");
[all …]
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/
DTestData.h35 {":/application_atom+xml", "application/unknown", false, "text/xml"},
36 {":/application_atom+xml", "application/unknown", true, "text/xml"},
41 {":/application_atom+xml", "application/xml", false, 0},
42 {":/application_atom+xml", "application/xml", true, 0},
43 {":/application_atom+xml", "text/html", false, "application/atom+xml"},
47 {":/application_atom+xml", "application/pdf", false, 0},
48 {":/application_atom+xml", "application/pdf", true, 0},
49 {":/application_atom+xml", "application/postscript", false, 0},
50 {":/application_atom+xml", "application/postscript", true, 0},
51 {":/application_atom+xml", "application/ogg", false, 0},
[all …]
/external/webkit/Source/WebCore/manual-tests/qt/
Dplugin-painting.html15 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
16 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
17 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
18 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
19 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
20 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
21 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
22 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
23 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
24 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="position: relative; "…
[all …]
/external/webkit/Source/WebCore/platform/network/mac/
DWebCoreURLResponse.mm39 // <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/qemu/distrib/sdl-1.2.15/Xcode/
Dstationary.csh10 …ools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templ…
12 …pMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templ…
14 … "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templ…
16 …Mac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templ…
22 sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder…
Duninstall.csh19 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Application"
20 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Cocoa Application"
21 …rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Custom Cocoa Application"
22 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL OpenGL Application"
/external/chromium/net/base/
Dmime_sniffer_unittest.cc59 EXPECT_EQ("application/octet-stream", mime_type); in TEST()
69 "application/octet-stream", "application/octet-stream" }, in TEST()
75 "", "application/octet-stream" }, in TEST()
81 "application/octet-stream", "application/octet-stream" }, in TEST()
95 "", "application/x-chrome-extension" }, in TEST()
98 "", "application/x-chrome-extension" }, in TEST()
101 "", "application/x-chrome-extension" }, in TEST()
106 "text/plain", "application/x-chrome-extension" }, in TEST()
109 "application/octet-stream", "application/x-chrome-extension" }, in TEST()
114 "", "application/x-chrome-extension" }, in TEST()
[all …]
/external/chromium/chrome/browser/
Dbackground_application_list_model.cc45 // Background application representation, private to the
47 class BackgroundApplicationListModel::Application class in BackgroundApplicationListModel
50 Application(BackgroundApplicationListModel* model,
53 virtual ~Application();
109 BackgroundApplicationListModel::Application::~Application() { in ~Application()
112 BackgroundApplicationListModel::Application::Application( in Application() function in BackgroundApplicationListModel::Application
121 void BackgroundApplicationListModel::Application::OnImageLoaded( in OnImageLoaded()
131 void BackgroundApplicationListModel::Application::RequestIcon( in RequestIcon()
168 Application* application = FindApplication(extension); in AssociateApplicationData() local
169 if (!application) { in AssociateApplicationData()
[all …]
Dbackground_application_list_model.h58 // releasing it if the associated background application is unloaded.
87 // Contains data associated with a background application that is not
89 class Application;
91 // Associates extension id strings with Application objects.
92 typedef std::map<std::string, Application*> ApplicationMap;
100 // Returns the Application associated with |extension| or NULL.
101 const Application* FindApplication(const Extension* extension) const;
103 // Returns the Application associated with |extension| or NULL.
104 Application* FindApplication(const Extension* extension);
112 // application, e. g. the Icon, has changed.
[all …]
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/
DReadme SDL Developer.txt121 /Library/Application Support/Developer/Shared/Xcode/Project Templates/Application
124 /Library/Application Support/Apple/Developer Tools/Project Templates/Appllcation
128 ~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Application
133 /Library/Application Support/Developer/2.5/Xcode/Project Templates/Application
134 /Library/Application Support/Developer/3.1/Xcode/Project Templates/Application
135 /Library/Application Support/Developer/3.2/Xcode/Project Templates/Application
138 …ch of the SDL/Xcode template directories into the correct location (e.g. "SDL OpenGL Application").
141 /Library/Application Support/Developer/Shared/Xcode/Project Templates/Application
143 SDL Application
144 SDL Cocoa Application
[all …]
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
Dinstall.sh37 if [ -e "/Library/Application Support/Apple/Developer Tools" ] ; then
39 PBXDIR="/Library/Application Support/Apple/Developer Tools"
46 mkdir -p "$PBXDIR/Project Templates/Application"
49 cp -r "$ROOT/Project Stationary/SDL Application" "$PBXDIR/Project Templates/Applicatio…
50 cp -r "$ROOT/Project Stationary/SDL Cocoa Application" "$PBXDIR/Project Templates/Applicatio…
51 cp -r "$ROOT/Project Stationary/SDL Custom Cocoa Application" "$PBXDIR/Project Templates/Applicatio…
52 cp -r "$ROOT/Project Stationary/SDL OpenGL Application" "$PBXDIR/Project Templates/Applicatio…
53 cp "$ROOT/Project Stationary/Application.trgttmpl" "$PBXDIR/Target Templates/SDL/"
/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/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/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/webkit/LayoutTests/fast/xpath/py-dom-xpath/
Dpaths.html17 'application/xml');
23 'application/xml');
29 'application/xml');
40 'application/xml');
53 'application/xml');
64 'application/xml');
74 'application/xml');
81 'application/xml');
91 'application/xml');
100 'application/xml');
[all …]
Dabbreviations.html17 'application/xml');
21 doc = (new DOMParser).parseFromString('<doc>This is <i>some</i> text.</doc>', 'application/xml');
24 doc = (new DOMParser).parseFromString('<doc name="foo" value="bar" />', 'application/xml');
28 …er).parseFromString('<doc><para id="1" /><para id="2" /><para id="3" /></doc>', 'application/xml');
38 'application/xml');
51 'application/xml');
60 'application/xml');
70 'application/xml');
81 'application/xml');
88 'application/xml');
[all …]
/external/libvpx/
Dusage.dox24 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/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/webkit/LayoutTests/http/tests/appcache/
Dorigins-with-appcache-expected.txt1application 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
/external/eigen/
DCOPYING.LGPL20 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 …]
/external/bluetooth/bluedroid/test/bluedroidtest/
DREADME.txt1 Bluedroid Test Application
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/Source/WebCore/platform/
DMIMETypeRegistry.cpp91 supportedImageMIMETypes->remove("application/octet-stream"); in initializeSupportedImageMIMETypes()
92 supportedImageResourceMIMETypes->remove("application/octet-stream"); in initializeSupportedImageMIMETypes()
95 supportedImageMIMETypes->remove("application/pdf"); in initializeSupportedImageMIMETypes()
96 supportedImageMIMETypes->remove("application/postscript"); in initializeSupportedImageMIMETypes()
199 …Mozilla 1.8 accepts application/javascript, application/ecmascript, and application/x-javascript, … in initializeSupportedJavaScriptMIMETypes()
208 "application/javascript", in initializeSupportedJavaScriptMIMETypes()
209 "application/ecmascript", in initializeSupportedJavaScriptMIMETypes()
210 "application/x-javascript", in initializeSupportedJavaScriptMIMETypes()
226 "application/vnd.wap.wmlc", in initializeSupportedNonImageMimeTypes()
233 "application/xml", in initializeSupportedNonImageMimeTypes()
[all …]

12345678910>>...135