Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wget
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/backends/tools/
H
A
D
update-upstreams.sh
12
if type
wget
2>/dev/null >/dev/null ; then
13
wget
--output-document $(echo $1 | sed 's,.*/,,') $1
/third_party/libsnd/Scripts/
H
A
D
static-deps-build.mk
45
@echo "It requires all the normal build tools require to build libsndfile plus
wget
."
62
(cd $(tarball_dir) &&
wget
$(download_url)flac/$(flac_tarball) -O $(flac_tarball))
66
(cd $(tarball_dir) &&
wget
$(download_url)ogg/$(ogg_tarball) -O $(ogg_tarball))
70
(cd $(tarball_dir) &&
wget
$(download_url)vorbis/$(vorbis_tarball) -O $(vorbis_tarball))
74
(cd $(tarball_dir) &&
wget
https://archive.mozilla.org/pub/opus/$(opus_tarball) -O $(opus_tarball))
/third_party/skia/third_party/externals/icu/scripts/
H
A
D
eucjp_gen.sh
105
wget
-N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
106
wget
-N -r -nd https://encoding.spec.whatwg.org/index-jis0212.txt
H
A
D
euckr_gen.sh
67
wget
-N -r -nd https://encoding.spec.whatwg.org/index-euc-kr.txt
H
A
D
sjis_gen.sh
128
wget
-N -r -nd https://encoding.spec.whatwg.org/index-jis0208.txt
H
A
D
big5_gen.sh
100
wget
-N -r -nd https://encoding.spec.whatwg.org/index-big5.txt
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H
A
D
presubmit.bat
56
wget
-q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-7.3.0-2-any.pkg.tar.xz
57
wget
-q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-libs-7.3.0-2-any.pkg.tar.xz
69
wget
-q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
37
WGET="$(command -v
wget
)"
48
wget
-O $SHFILE "https://www.alsa-project.org/alsa-info.sh" >/dev/null 2>&1
861
# Check if
wget
is installed, and supports --post-file.
862
if !
wget
--help 2>/dev/null | grep -q post-file; then
863
# We couldn't find a suitable
wget
. If --upload was passed, tell the user to upload manually.
868
dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find '
wget
' in your PATH\n 2. Your version of
wget
is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
870
dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.pastebin.ca'.\nPossible reasons are:\n\n 1. Couldn't find '
wget
' in your PATH\n 2. Your version of
wget
is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.pastebin.ca/upload.php' and submit your post." 25 100
877
echo " 1. Couldn't find '
wget
' i
[all...]
/third_party/libphonenumber/java/script/
H
A
D
download-junit-jars.sh
14
wget
"$download_url" -P lib
/third_party/rust/crates/libc/ci/
H
A
D
android-sysimage.sh
17
wget
-q --tries=5 "${URL}/${name}"
/third_party/ffmpeg/tools/
H
A
D
target_dec_fate.sh
58
wget
-O "$1/$FILE" "https://oss-fuzz.com/download?testcase_id=$FILE_ID" || rm "$1/$FILE"
/third_party/icu/vendor/double-conversion/
H
A
D
pull-from-upstream.sh
23
wget
-O "$filename" "$url";
/third_party/node/deps/v8/tools/jsfunfuzz/
H
A
D
fuzz-harness.sh
38
wget
-q -O "$jsfunfuzz_file" $JSFUNFUZZ_URL || exit 1
/third_party/rust/crates/bindgen/ci/
H
A
D
test.sh
55
wget
--no-verbose $base_url/${LLVM}.tar.xz
/third_party/mesa3d/.gitlab-ci/container/
H
A
D
lava_build.sh
11
if
wget
-q --method=HEAD "https://${MINIO_PATH}/done"; then
115
wget
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
init-stage2.sh
66
wget
-S --progress=dot:giga -O /lava-files/${KERNEL_IMAGE_NAME} \
/third_party/mesa3d/.gitlab-ci/container/debian/
H
A
D
x86_test-vk.sh
47
wget
\
106
wget
"https://github.com/doitsujin/dxvk/releases/download/v${DXVK_VERSION}/dxvk-${DXVK_VERSION}.tar.gz"
/third_party/node/deps/v8/tools/dev/
H
A
D
update-vscode.sh
133
wget
"$DOWNLOAD_URL" -O "$DOWNLOAD_FILE" || die "Downloading failed."
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
H
A
D
test.sh
54
wget
$OLD_VERSION_PROTOC -O old_protoc
/third_party/mesa3d/.gitlab-ci/piglit/
H
A
D
piglit-traces.sh
98
if
wget
-q --method=HEAD "https://${__MINIO_PATH}/${__DESTINATION_FILE_PATH}" 2>/dev/null; then
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release-bazel/
H
A
D
build.bat
33
wget
-q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/
H
A
D
build.bat
33
wget
-q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
/third_party/protobuf/php/tests/
H
A
D
compatibility_test.sh
94
wget
$OLD_VERSION_PROTOC -O old_protoc
/third_party/skia/third_party/externals/harfbuzz/
H
A
D
git.mk
197
wget
$(GIT_MK_URL) -O $(top_srcdir)/git.mk
/third_party/libwebsockets/scripts/
H
A
D
attack.sh
339
wget
-O/tmp/lwsdump http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html http://localhost:7681/test.html 2>&1 | grep "Downloaded: 8 files" > /tmp/lwscap
Completed in 7 milliseconds
1
2