Home
last modified time | relevance | path

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

12345678910>>...24

/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/skqp/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/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/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/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/curl/tests/data/
Dtest64378 this is what we post to the silly web server
83 this is what we post to the silly web server
108 this is what we post to the silly web server
113 this is what we post to the silly web server
Dtest55477 this is what we post to the silly web server
82 this is what we post to the silly web server
108 this is what we post to the silly web server
113 this is what we post to the silly web server
Dtest64580 this is what we post to the silly web server
85 this is what we post to the silly web server
115 this is what we post to the silly web server
120 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/libusb/doc/
DMakefile.am8 scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusb/htdocs
/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/okcurl/
DREADME.md4 _A curl for the next-generation web._
7 SPDY and HTTP/2) against web servers.
/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.
109 ports collections. The curl web site gets 8000 visits weekly. Curl Corporation
120 June: the curl web site gets 13000 visits weekly. curl and libcurl is
144 to the curl.haxx.se site. Five official web mirrors.
153 June: curl 7.12.0 introduced IDN support. 10 official web mirrors.
165 Amount of public web site mirrors: 12
178 More than 100,000 unique visitors of the curl web site. 25 mirrors.
289 The web site serves 3100 GB/month
DREADME.win3216 those pages are also provided as web pages on the curl web site.
/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/scapy/doc/scapy/
DMakefile14 .PHONY: help clean html web pickle htmlhelp latex changes linkcheck
42 web: pickle target
/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/python/cpython2/Tools/webchecker/
DREADME4 This is a simple web tree checker, useful to find bad links in a web

12345678910>>...24