Home
last modified time | relevance | path

Searched full:wget (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/external/libmtp/
Dsync-usbids.sh6 WGET=`which wget`
7 if [ "x$WGET" != "x" ]; then
8 wget -O usb.ids http://www.linux-usb.org/usb.ids
12 echo "Could not sync to linux-usb USB ID list. No WGET."
Dautogen.sh49 WGET=`which wget`
50 if [ "x$WGET" != "x" ]; then
54 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
56 wget -O tmpfile http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
/external/bcc/tools/
Dtcpconnlat_example.txt11 1201 wget 4 10.153.223.157 23.23.100.231 80 1.65
12 1201 wget 4 10.153.223.157 23.23.100.231 443 1.60
14 1690 wget 4 10.153.223.157 66.220.156.68 80 1.10
15 1690 wget 4 10.153.223.157 66.220.156.68 443 0.95
16 1690 wget 4 10.153.223.157 66.220.156.68 443 0.99
22 The first line shows a connection from the "wget" process to the IPv4
Dgethostlatency_example.txt10 06:10:24 28011 wget 90.00 www.iovisor.org
11 06:10:28 28127 wget 0.00 www.iovisor.org
12 06:10:41 28404 wget 9.00 www.netflix.com
/external/harfbuzz_ng/.circleci/
Dconfig.yml10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
30 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo
31 …- run: wget https://packages.macports.org/llvm-gcc42/llvm-gcc42-2336.11_3+universal.darwin_15.i386…
42 - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel
43 …- run: wget https://packages.macports.org/apple-gcc42/apple-gcc42-5666.3_15+universal.darwin_15.i3…
104 …- run: wget http://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf free…
133 - run: apt update || true; apt install -y wget gnupg
134 - run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
149 - run: apt update || true; apt install -y wget gnupg
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Dcpu-ppc64le-jupyter.Dockerfile51 RUN apt-get update && apt-get install -y wget libhdf5-dev
70 …PACKAGE=$(wget -qO- ${BASE}"api/xml?xpath=//fileName&wrapper=artifacts" | grep -o "[^<>]*cp${MAJOR…
71 wget ${BASE}"artifact/tensorflow_pkg/"${PACKAGE}; \
83 RUN apt-get install -y --no-install-recommends wget
85 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
86 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
88 RUN apt-get autoremove -y && apt-get remove -y wget
Dgpu-ppc64le-jupyter.Dockerfile88 RUN apt-get update && apt-get install -y wget libhdf5-dev
107 …PACKAGE=$(wget -qO- ${BASE}"api/xml?xpath=//fileName&wrapper=artifacts" | grep -o "[^<>]*cp${MAJOR…
108 wget ${BASE}"artifact/tensorflow_pkg/"${PACKAGE}; \
120 RUN apt-get install -y --no-install-recommends wget
122 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
123 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
125 RUN apt-get autoremove -y && apt-get remove -y wget
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu-jupyter.Dockerfile77 wget \
99wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
100wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
114 RUN apt-get install -y --no-install-recommends wget
116 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
117 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
119 RUN apt-get autoremove -y && apt-get remove -y wget
Ddevel-gpu-jupyter.Dockerfile58 wget \
110 wget \
132wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
133wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
147 RUN apt-get install -y --no-install-recommends wget
149 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
150 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
152 RUN apt-get autoremove -y && apt-get remove -y wget
Dcpu-jupyter.Dockerfile65 RUN apt-get install -y --no-install-recommends wget
67 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
68 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
70 RUN apt-get autoremove -y && apt-get remove -y wget
/external/toybox/toys/pending/
Dwget.c1 /* wget.c - Simple downloader to get the resource file in HTTP server
6 USE_WGET(NEWTOY(wget, "f:", TOYFLAG_USR|TOYFLAG_BIN))
8 config WGET
9 bool "wget"
12 usage: wget -f filename URL
17 wget -f index.html http://www.example.com
18 wget -f sample.jpg http://www.example.com:8080/sample.jpg
134 char ua[18] = "toybox wget/", ver[6], hostname[1024], port[6], path[1024]; in wget_main()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D397d1215d90f656cc07575774156e3e8.00001a9d.honggfuzz.cov2 Useq-Agent: Wget/�.15 Vlimux-gou)
4 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
6 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
8 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
D49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov2 UAccept-Encoding:seq-Agent: Wget/�.15 Vlimux-gou)
6 Useq-Agent: Wget/�.15 Vlimux-gou)
10 Useq-Agent: Wget/�.15 Vlimux-gou)
/external/swiftshader/third_party/subzero/
Dfetch-torture-tests.sh6 wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \
9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \
15 wget -O - \
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D397d1215d90f656cc07575774156e3e8.00001a9d.honggfuzz.cov2 Useq-Agent: Wget/�.15 Vlimux-gou)
4 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
6 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
8 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
D49995e3987b5ff46c5b5236f5cf1bcf7.00000170.honggfuzz.cov2 UAccept-Encoding:seq-Agent: Wget/�.15 Vlimux-gou)
6 Useq-Agent: Wget/�.15 Vlimux-gou)
10 Useq-Agent: Wget/�.15 Vlimux-gou)
Dc9404bb475d3920979b335cec1a9c84b.0000899c.honggfuzz.cov7 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
9 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
11 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
13 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
24 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
72 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
83 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
85 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
92 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
103 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
[all …]
D9fcc205dbd0dc35f9289e5947d3037d9.0000899c.honggfuzz.cov7 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
9 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
11 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
13 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
24 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
72 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
83 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
85 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
92 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
103 …������������������°���������������������������������������������������������� Wget/�.15 Vlimux-gou)
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Djupyter.partial.Dockerfile7 RUN apt-get install -y --no-install-recommends wget
9 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_cla…
10 RUN wget https://raw.githubusercontent.com/tensorflow/docs/master/site/en/tutorials/keras/basic_tex…
12 RUN apt-get autoremove -y && apt-get remove -y wget
/external/mesa3d/
D.travis.yml422 wget -nv https://dl.bintray.com/xquartz/downloads/XQuartz-${XQUARTZ_VERSION}.dmg
457 wget $XORG_RELEASES/util/$XORGMACROS_VERSION.tar.bz2
461 wget $XORG_RELEASES/proto/$GLPROTO_VERSION.tar.bz2
465 wget $XORG_RELEASES/proto/$DRI2PROTO_VERSION.tar.bz2
469 wget $XCB_RELEASES/$XCBPROTO_VERSION.tar.bz2
473 wget $XCB_RELEASES/$LIBXCB_VERSION.tar.bz2
477 wget $XORG_RELEASES/lib/$LIBPCIACCESS_VERSION.tar.bz2
481 wget http://dri.freedesktop.org/libdrm/$LIBDRM_VERSION.tar.bz2
485 wget $XORG_RELEASES/lib/$LIBXSHMFENCE_VERSION.tar.bz2
489 wget http://people.freedesktop.org/~aplattner/vdpau/$LIBVDPAU_VERSION.tar.bz2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/debian8/
DDockerfile19 build-essential python wget subversion unzip && \
23 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \
33 wget "https://cmake.org/files/v3.7/cmake-3.7.2-SHA-256.txt.asc" && \
34 wget "https://cmake.org/files/v3.7/cmake-3.7.2-SHA-256.txt" && \
36 wget "https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz" && \
/external/protobuf/protoc-artifacts/
DDockerfile5 wget \
17 RUN wget -q --no-cookies --no-check-certificate \
24 RUN wget -q http://apache.cs.utah.edu/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz -O…
29 RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d
/external/autotest/client/site_tests/network_RackWiFiConnect/
Dnetwork_RackWiFiConnect.py51 wget_cmd = 'wget -O /tmp/wget.log %s' % url
55 logging.debug('Able to wget URL.')
57 logging.error('Could not wget URL; trying again.')
58 grep_url_cmd = 'cat /tmp/wget.log | grep %s' % pattern
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile5 wget \
27wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
28wget -O /bazel/LICENSE.txt "https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE" && \
/external/parameter-framework/upstream/
Dappveyor.yml31 - cinst cmake.portable wget 7zip.commandline
41wget --no-check-certificate https://01.org/sites/default/files/libxml2-x86_64-3eaedba1b64180668fda…
44wget --no-check-certificate https://01.org/sites/default/files/libxml2-x86_64-debug-3eaedba1b64180…
47 wget --no-check-certificate https://01.org/sites/default/files/asio-1.10.6.tar.gz &&
52wget --no-check-certificate https://raw.github.com/philsquared/Catch/v1.2.1/single_include/catch.h…

12345678910>>...22