HomeSort by relevance Sort by last modified time
    Searched full:web (Results 276 - 300 of 4110) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/resources/META-INF/
MANIFEST.MF 13 Specification-Vendor: World Wide Web Consortium
15 Implementation-Vendor: World Wide Web Consortium
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSource.java 30 * Called by QSB to get web suggestions for a query.
35 * Called by external apps to get web suggestions for a query.
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.pom 30 sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo
37 sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo-snapshots
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
LICENSE.txt 62 freemarker/ext/jsp/web-app_2_2.dtd
63 freemarker/ext/jsp/web-app_2_3.dtd
64 freemarker/ext/jsp/web-app_2_4.xsd
65 freemarker/ext/jsp/web-app_2_5.xsd
66 freemarker/ext/jsp/web-jsptaglibrary_1_1.dtd
67 freemarker/ext/jsp/web-jsptaglibrary_1_2.dtd
68 freemarker/ext/jsp/web-jsptaglibrary_2_0.xsd
69 freemarker/ext/jsp/web-jsptaglibrary_2_1.xsd
  /developers/samples/android/content/webview/PermissionRequest/
template-params.xml 27 This sample shows how to handle PermissionRequest coming from web apps inside of a
75 [onPermissionRequest][1]. This method is called when the web content
81 handling cancellation of the PermissionRequest by the web content.
84 the web content by [grant][3] or [deny][4] respectively.
90 This sample provides the web content from the assets folder in the
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
target-config.js 62 'src/web-animations-next-player.js',
92 // This object specifies the source and test files for different Web Animation build targets.
94 'web-animations': {
102 'web-animations-next': {
110 'web-animations-next-lite': {
web-animations.html 18 web-animations*.dev.html instead or depend on
19 web-animations*.min.js in the web-animations-js
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
WebAsset.java 26 * Immutable value type that names a web asset.
28 * <p>A web asset can be named by its protocol, domain, and port using this JSON string:
29 * { "namespace": "web",
33 * { "namespace": "web",
116 * Checks that the input is a valid web asset.
  /frameworks/base/docs/html/reference/android/support/test/espresso/web/model/
SimpleAtom.ElementReferencePlacement.html 249 extends Enum&lt;<a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">SimpleAtom.ElementReferencePlacement</a>&gt;
275 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Enum&lt;<a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">android.support.test.espresso.web.model.SimpleAtom.ElementReferencePlacement</a>&gt;
286 <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.web.model.SimpleAtom.ElementReferencePlacement
326 <td><code><a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">SimpleAtom.ElementReferencePlacement</a></code>&nbsp;</td>
338 <td><code><a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">SimpleAtom.ElementReferencePlacement</a></code>&nbsp;</td>
383 <a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">SimpleAtom.ElementReferencePlacement</a></code>
388 <a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html#valueOf(java.lang.String)">valueOf</a>(String name)
405 <a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html">ElementReferencePlacement[]</a></code>
410 <a href="/reference/android/support/test/espresso/web/model/SimpleAtom.ElementReferencePlacement.html#values()">values</a>(
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
GettingStarted.md 11 $ git clone https://github.com/chromium/web-page-replay.git
15 $ cd web-page-replay
51 web-page-replay-read-only\third_party\ipfw_win32\netipfw.inf
56 First you must record the web page or pages that you wish to replay.
58 1. Open the web browser you wish to use and clear its cache so that all
66 3. Load the web page or pages in the open web browser. Be sure to wait
78 2. Load recorded pages in a web browser. A 404 will be served for any pages
108 and the port that web page replay is configured to listen to (default
118 By default, Web Page Replay, creates a self-signed certificate to serv
    [all...]
Contributing.md 3 1. Thanks for considering contributing to Web Page Replay. You're awesome!
4 2. Style Guide - The source code of Web Page Replay follows the [Google
7 guidelines. You may also wish to email web-page-replay-dev at
  /external/javassist/sample/rmi/
webdemo.html 7 host that executes the web server distributing that applet. However,
19 recording the current number is contained by the web server
84 with the object by the web server. Once the reference is obtained, it
115 it must be registered with the web server. A <code>AppletServer</code>
125 AppletServer web = new AppletServer(args[0]);
126 <font color="red">web.exportObject("counter", new Counter());</font>
127 web.run();
135 the object with the name "counter". The web server starts the service
193 If the web browser running the applet
196 then the web server
    [all...]
  /frameworks/base/docs/html/guide/webapps/
debugging.jd 1 page.title=Debugging Web Apps
8 <li>You can debug your web app using console methods in JavaScript</li>
30 <p>If you are testing your web app with a device running Android 4.4 or higher,
31 you can remotely debug your web pages in {@link android.webkit.WebView} with
39 debugging web pages with Firebug or Web Inspector, then you're probably familiar
41 of the same APIs, so you can receive logs from your web page when debugging in Android's Browser
63 the output appears in logcat. For example, if your web page executes the following
88 expect from other web browsers.</p>
142 in your web page, Android calls the appropriate {@lin
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py 37 ('Run a local web server to handle redirects during '
41 ('Host name to use when running a local web server to '
45 ('Port to use when running a local web server to '
56 user's default web browser. The server asks the user to grant your
66 Host name to use when running a local web server to handle
70 Port to use when running a local web server to handle redirects
75 Run a local web server to handle redirects during OAuth authorization.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_clientsecrets.py 46 ('{"web": {}}', 'Missing'),
47 ('{"web": {"client_id": "dkkd"}}', 'Missing'),
49 "web": {
112 self.assertEqual('web', client_type)
125 self.cache_mock.cache[NONEXISTENT_FILE] = { 'web': 'secret info' }
129 self.assertEqual('web', client_type)
145 self.assertEqual('web', client_type)
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 20 import javassist.tools.web.*;
29 * An AppletServer object is a web server that an ObjectImporter
33 * JVM, this web server sends proxy classes for the requested classes.
46 * Constructs a web server.
57 * Constructs a web server.
68 * Constructs a web server.
131 * Processes a request from a web browser (an ObjectImporter).
  /frameworks/base/docs/html/reference/android/support/test/
lists.js 125 { id:123, label:"android.support.test.espresso.web.action", link:"reference/android/support/test/espresso/web/action/package-summary.html", type:"package", deprecated:"false" },
126 { id:124, label:"android.support.test.espresso.web.action.AtomAction", link:"reference/android/support/test/espresso/web/action/AtomAction.html", type:"class", deprecated:"false" },
127 { id:125, label:"android.support.test.espresso.web.action.EnableJavascriptAction", link:"reference/android/support/test/espresso/web/action/EnableJavascriptAction.html", type:"class", deprecated:"false" },
128 { id:126, label:"android.support.test.espresso.web.assertion", link:"reference/android/support/test/espresso/web/assertion/package-summary.html", type:"package", deprecated:"false" },
129 { id:127, label:"android.support.test.espresso.web.assertion.TagSoupDocumentParser", link:"reference/android/support/test/espresso/web/assertion/TagSoupDocumentParser.html", type:"class", deprecated:"false" }
    [all...]
  /cts/tests/tests/widget/res/layout/
textview_autolink.xml 28 android:autoLink="web"/>
48 android:autoLink="web|email"/>
53 android:autoLink="web|phone"/>
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 34 // A handle to the simple SSL web server
38 * Start the SSL web server and set an on-going notification
49 * Stop the SSL web server and remove the on-going notification
  /external/chromium-trace/catapult/third_party/Paste/docs/
index.txt 38 Paste: making the web sticky.
44 Python Paste: the web extruded into the form of a snake.
47 Paste: a doughy substance from which to make metaphorical web cupcakes.
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
devenvironment.rst 8 The Python SDK includes a web server application that simulates the App Engine
20 `the Python web site <http://www.python.org/>`_. Mac OS X 10.5 Leopard users
29 - `dev_appserver.py <http://code.google.com/appengine/docs/python/tools/devserver.html>`_, the development web server
  /packages/apps/TV/src/com/android/tv/dialog/
WebDialogFragment.java 32 * A DialogFragment that shows a web view.
43 * Create a new WebDialogFragment to show a particular web page.
80 Log.d(TAG, "Loading web content from " + url);
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
webapp.json 0 {"web-app": {
33 "searchEngineRobotsDb": "WEB-INF/robots.db",
88 "taglib-location": "/WEB-INF/tlds/cofax.tld"}}
  /developers/build/prebuilts/gradle/BasicContactables/.google/
packaging.yaml 14 icon: screenshots/icon-web.png
  /developers/build/prebuilts/gradle/BasicSyncAdapter/.google/
packaging.yaml 14 icon: screenshots/icon-web.png

Completed in 1528 milliseconds

<<11121314151617181920>>