Home
last modified time | relevance | path

Searched refs:web (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/external/autotest/contrib/
Dmove_cq_hosts.sh15 …./cli/atest host list --web=$FROM_HOST --parse $1 | awk -F '|' '{ print $5 }' | sed 's/Labels=//' …
19 ./cli/atest host list --web=$FROM_HOST $1 | sed 1d | awk '{ print $4; }'
23 ./cli/atest host mod --web=$FROM_HOST -l $1
27 ./cli/atest label create --web=$TO_HOST $1
31 ./cli/atest label create -t --web=$TO_HOST $1
35 ./cli/atest host create --web=$TO_HOST -b $2 $1
39 ./cli/atest host delete --web=$FROM_HOST $1
42 HOSTS_TO_MOVE=$(./cli/atest host list --web=$FROM_HOST -b $POOL | sed 1d | awk '{ print $1 }')
Dtask_runner.sh70 $AT_DIR/cli/atest host delete $hostnames --web $AFE
71 $AT_DIR/cli/atest label delete $labels --web $AFE
73 $AT_DIR/cli/atest host create $hostnames --web $AFE
74 $AT_DIR/cli/atest label add -m $hostnames $labels --web $AFE
126 $AT_DIR/cli/atest shard delete $SHARD_NAME --web $AFE
128 $AT_DIR/cli/atest shard create $SHARD_NAME -l $SHARD_BOARD --web $AFE
/external/python/cpython2/Doc/howto/
Dwebservers.rst2 HOWTO Use Python in the web
9 This document shows how Python fits into the web. It presents some ways
10 to integrate Python with a web server, and general practices useful for
11 developing web sites.
15 which focuses on user-generated content on web sites. It has always been
16 possible to use Python for creating web sites, but it was a rather tedious task.
19 some of the methods used to combine Python with a web server to create
26 While this HOWTO tries to give an overview of Python in the web, it cannot
36 When a user enters a web site, their browser makes a connection to the site's
37 web server (this is called the *request*). The server looks up the file in the
[all …]
/external/libvncserver/webclients/novnc/include/web-socket-js/
DREADME.txt6 http://github.com/gimite/web-socket-ruby/tree/master
8 $ ruby web-socket-ruby/samples/echo_server.rb example.com 10081
10 - Publish the web-socket-js directory with your Web server (e.g. put it in ~/public_html).
26 -- It's likely an issue of web-socket-js specific configuration (e.g. 3 and 4 below).
28 -- Check "Supported environment" section below. Your browser may not be supported by web-socket-js.
34 3. Make sure you do NOT open your HTML page as local file e.g. file:///.../sample.html. web-socket-…
36 4. If you are NOT using web-socket-ruby as your WebSocket server, you need to place Flash socket po…
38 5. Check if sample.html bundled with web-socket-js works.
59 If you use web-socket-ruby available at
60 http://github.com/gimite/web-socket-ruby/tree/master
[all …]
/external/javassist/sample/rmi/
DCounter.java24 AppletServer web = new AppletServer(args[0]); in main() local
25 web.exportObject("counter", new Counter()); in main()
26 web.run(); in main()
/external/skia/site/dev/testing/
Dct.md18 …hes through Alexa's [top 1 million](http://s3.amazonaws.com/alexa-static/top-1m.csv.zip) web pages.
24web application has been created on Google Compute Engine that automates the process of capturing …
26 The framework also contains the ability to run lua scripts on the SKP repository to scrape web page…
34 Note: The top 1M web pages includes potentially offensive content. Please use caution when visiting…
41 The Chromium Perf page in CT has been used to gather perf data over the top 10k web pages for the f…
82 … recreate pagesets, recreate webpage archives, capture SKPs) using the GCE web application [here](…
84 2. Each task is exposed by the web application in JSON. The CT master polls the web application and…
92 …o requested it. The scripts also update the status of the task to completed on the web application.
Dindex.md8 Skia [Gold](https://gold.skia.org) is a web interface for triaging these results.
11 accessible via the Skia [Perf](https://perf.skia.org) web interface.
/external/javassist/sample/evolve/
DDemoServer.java3 import javassist.tools.web.*;
30 DemoServer web = new DemoServer(Integer.parseInt(args[0])); in main() local
31 web.run(); in main()
/external/javassist/src/main/javassist/tools/web/
DWebserver.java16 package javassist.tools.web;
79 Webserver web = new Webserver(args[0]); in main() local
80 web.run(); in main()
392 Webserver web; field in ServiceThread
396 web = w; in ServiceThread()
402 web.process(sock); in run()
/external/bison/build-aux/
Dgnu-web-doc-update37 release, to update the web documentation at
136 tmp_branch=web-doc-$version-$$
163 make web-manual
167 tmp=$(mktemp -d web-doc-update.XXXXXX) || exit 1
/external/libusb/doc/
DMakefile.am8 scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusb/htdocs
/external/okhttp/okcurl/
DREADME.md4 _A curl for the next-generation web._
7 SPDY and HTTP/2) against web servers.
/external/curl/tests/data/
Dtest55478 this is what we post to the silly web server
83 this is what we post to the silly web server
109 this is what we post to the silly web server
114 this is what we post to the silly web server
Dtest50846 s/^(this is what we post to the silly web server)\r\n/$1\n/ if($has_charconv)
55 this is what we post to the silly web server
/external/guava/guava-tests/benchmark/com/google/common/base/
DCharMatcherBenchmark.java66 @Param("false") boolean web; field in CharMatcherBenchmark
81 new Random(), forceSlow, web); in setUp()
106 String matchingChars, Random rand, boolean forceSlow, boolean web) { in checkString() argument
108 if (web) { in checkString()
/external/libvncserver/webclients/novnc/
DLICENSE.txt25 The intent is to allow easy integration of noVNC into existing web
26 sites and web applications.
54 include/web-socket-js/ : New BSD license (3-clause). Source code at
55 http://github.com/gimite/web-socket-js
/external/okhttp/okhttp-ws/
DREADME.md4 RFC6455-compliant web socket implementation.
14 Start the web socket by calling `enqueue` on `WebSocketCall` with the `WebSocketListener`.
/external/autotest/server/site_tests/buffet_WebServerSanity/
Dcontrol12 This test verifies that the web server running on the device responds to simple
14 payload. This verifies the web server operation as well as the firewall to
/external/curl/docs/
DHISTORY.md61 August, LDAP:// and FILE:// support added. The curl web site gets 1300 visits
80 August, the curl web site gets 4000 visits weekly.
110 ports collections. The curl web site gets 8000 visits weekly. Curl Corporation
121 June, the curl web site gets 13000 visits weekly. curl and libcurl is
145 to the curl.haxx.se site. Five official web mirrors.
154 June: curl 7.12.0 introduced IDN support. 10 official web mirrors.
166 Amount of public web site mirrors: 12
179 More than 100,000 unique visitors of the curl web site. 25 mirrors.
DHTTP-COOKIES.md35 there is a URL mention that will link to the web version of this document.
95 These days a lot of the web is built up by javascript. The webbrowser loads
102 Often, if you want to mimic what a browser does on such web sites, you can
103 record web browser HTTP traffic when using such a site and then repeat the
/external/python/cpython2/Tools/webchecker/
DREADME4 This is a simple web tree checker, useful to find bad links in a web
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
DREADME4 lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipa…
9 lynx -display_charset=utf-8 -dump -nolist http://www.whatwg.org/specs/web-apps/current-work/multipa…
/external/owasp/sanitizer/tools/findbugs/doc/
DperformingARelease.txt20 rsync -avz web/ username,findbugs@web.sourceforge.net:htdocs/
/external/autotest/site_utils/
Dtest_that_unittest.py44 self.assertEqual('server:port', args.web)
58 self.assertEqual('server:port', args.web)
/external/tcpdump/tests/
Dprint-AA.out47 <H2>If you are just browsing the web</h2>
49 <P>The owner of this web site has not put up any web pages yet.
65 apache</A> web server package was successful.</P>
67 <P><STRONG>You should replace this page with your own web pages as
135 service for web site monitoring and statistic collection.

12345678910>>...20