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:DEPS_DIR
(Results
1 - 17
of
17
) sorted by relevance
/third_party/node/tools/dep_updaters/
H
A
D
update-uvwasi.sh
6
DEPS_DIR
="$BASE_DIR/deps"
22
CURRENT_MAJOR_VERSION=$(grep "#define UVWASI_VERSION_MAJOR" "$
DEPS_DIR
/uvwasi/include/uvwasi.h" | sed -n "s/^.*MAJOR \(.*\)/\1/p")
23
CURRENT_MINOR_VERSION=$(grep "#define UVWASI_VERSION_MINOR" "$
DEPS_DIR
/uvwasi/include/uvwasi.h" | sed -n "s/^.*MINOR \(.*\)/\1/p")
24
CURRENT_PATCH_VERSION=$(grep "#define UVWASI_VERSION_PATCH" "$
DEPS_DIR
/uvwasi/include/uvwasi.h" | sed -n "s/^.*PATCH \(.*\)/\1/p")
55
mv "$
DEPS_DIR
/uvwasi/"*.gyp "$WORKSPACE/"
56
rm -rf "$
DEPS_DIR
/uvwasi/"
59
unzip "$UVWASI_ZIP.zip" -d "$
DEPS_DIR
/uvwasi/"
62
mv "$WORKSPACE/"*.gyp "$
DEPS_DIR
/uvwasi/"
63
cd "$
DEPS_DIR
/uvwasi/"
66
cp -r "$UVWASI_ZIP/include" "$
DEPS_DIR
/uvwas
[all...]
H
A
D
update-openssl.sh
37
rm -rf "$
DEPS_DIR
/openssl/openssl"
38
mv "$WORKSPACE/openssl" "$
DEPS_DIR
/openssl/"
57
make -C "$
DEPS_DIR
/openssl/config" clean
60
sed -i 's/#ifdef/%ifdef/g' "$
DEPS_DIR
/openssl/openssl/crypto/perlasm/x86asm.pl"
61
sed -i 's/#endif/%endif/g' "$
DEPS_DIR
/openssl/openssl/crypto/perlasm/x86asm.pl"
62
make -C "$
DEPS_DIR
/openssl/config"
91
DEPS_DIR
="$BASE_DIR/deps"
H
A
D
update-simdutf.sh
6
DEPS_DIR
="$BASE_DIR/deps"
20
CURRENT_VERSION=$(grep "#define SIMDUTF_VERSION" "$
DEPS_DIR
/simdutf/simdutf.h" | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
57
mv "$
DEPS_DIR
/simdutf/"*.gyp "$
DEPS_DIR
/simdutf/README.md" "$WORKSPACE/"
58
rm -rf "$
DEPS_DIR
/simdutf"
59
mv "$WORKSPACE" "$
DEPS_DIR
/simdutf"
H
A
D
update-libuv.sh
6
DEPS_DIR
="$BASE_DIR/deps"
21
VERSION_H="$
DEPS_DIR
/uv/include/uv/version.h"
61
mv "$
DEPS_DIR
/uv/"*.gyp "$
DEPS_DIR
/uv/"*.gypi "$WORKSPACE/uv/"
62
rm -rf "$
DEPS_DIR
/uv"
63
mv "$WORKSPACE/uv" "$
DEPS_DIR
/"
H
A
D
update-c-ares.sh
6
DEPS_DIR
="$BASE_DIR/deps"
59
cp -R "$
DEPS_DIR
/cares/config" "$WORKSPACE/cares"
60
cp "$
DEPS_DIR
/cares/.gitignore" "$WORKSPACE/cares"
61
cp "$
DEPS_DIR
/cares/cares.gyp" "$WORKSPACE/cares"
64
rm -rf "$
DEPS_DIR
/cares"
65
mv "$WORKSPACE/cares" "$
DEPS_DIR
/"
H
A
D
update-ada.sh
6
DEPS_DIR
="$BASE_DIR/deps"
45
mv "$
DEPS_DIR
/ada/"*.gyp "$
DEPS_DIR
/ada/README.md" "$WORKSPACE/"
46
rm -rf "$
DEPS_DIR
/ada"
47
mv "$WORKSPACE" "$
DEPS_DIR
/ada"
H
A
D
update-npm.sh
6
DEPS_DIR
="$BASE_DIR/deps"
13
NPM="$
DEPS_DIR
/npm/bin/npm-cli.js"
44
rm -rf "$
DEPS_DIR
/npm"
46
mkdir "$
DEPS_DIR
/npm"
48
tar zxvf "$NPM_TGZ" --strip-component=1 -C "$
DEPS_DIR
/npm"
H
A
D
update-googletest.sh
8
DEPS_DIR
="$BASE_DIR/deps"
63
rm -rf "$
DEPS_DIR
/googletest/$(basename "$p")"
64
cp -R "$WORKTREE/$p" "$
DEPS_DIR
/googletest/$(basename "$p")"
70
sed "/'googletest_sources': \[/q" "$
DEPS_DIR
/googletest/googletest.gyp"
78
sed -ne '/\]/,$ p' "$
DEPS_DIR
/googletest/googletest.gyp"
81
echo "$NEW_GYP" >"$
DEPS_DIR
/googletest/googletest.gyp"
H
A
D
update-nghttp2.sh
6
DEPS_DIR
="$BASE_DIR/deps"
70
cp "$
DEPS_DIR
/nghttp2/lib/includes/config.h" "$WORKSPACE/nghttp2/lib/includes"
73
cp "$
DEPS_DIR
/nghttp2/nghttp2.gyp" "$WORKSPACE/nghttp2"
76
rm -rf "$
DEPS_DIR
/nghttp2"
77
mv "$WORKSPACE/nghttp2" "$
DEPS_DIR
/"
H
A
D
update-base64.sh
6
DEPS_DIR
="$BASE_DIR/deps"
55
rm -rf "$
DEPS_DIR
/base64/base64"
56
mv "$WORKSPACE/base64" "$
DEPS_DIR
/base64/"
60
echo "// Intentionally empty" > "$
DEPS_DIR
/base64/base64/lib/config.h"
64
echo "# Intentionally empty" > "$
DEPS_DIR
/base64/base64/.gitignore"
H
A
D
update-brotli.sh
6
DEPS_DIR
="$BASE_DIR/deps"
60
cp "$
DEPS_DIR
/brotli/brotli.gyp" "$WORKSPACE/brotli"
63
rm -rf "$
DEPS_DIR
/brotli"
64
mkdir "$
DEPS_DIR
/brotli"
67
mv "$WORKSPACE/brotli/c" "$WORKSPACE/brotli/LICENSE" "$WORKSPACE/brotli/brotli.gyp" "$
DEPS_DIR
/brotli"
H
A
D
update-llhttp.sh
7
DEPS_DIR
="${BASE_DIR}/deps"
63
rm -rf "$
DEPS_DIR
/llhttp"
64
cp -a release "$
DEPS_DIR
/llhttp"
72
rm -rf "$
DEPS_DIR
/llhttp"
73
cp -a "llhttp-release-v$NEW_VERSION" "$
DEPS_DIR
/llhttp"
H
A
D
update-ngtcp2.sh
6
DEPS_DIR
="$BASE_DIR/deps"
22
NGTCP2_VERSION_H="$
DEPS_DIR
/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h"
65
cp -R lib/* "$
DEPS_DIR
/ngtcp2/ngtcp2/lib/"
67
cp -R crypto/* "$
DEPS_DIR
/ngtcp2/ngtcp2/crypto/"
H
A
D
update-cjs-module-lexer.sh
7
DEPS_DIR
="$BASE_DIR/deps"
11
NPM="$
DEPS_DIR
/npm/bin/npm-cli.js"
49
rm -rf "$
DEPS_DIR
/cjs-module-lexer"
51
mv node_modules/cjs-module-lexer "$
DEPS_DIR
/cjs-module-lexer"
H
A
D
update-nghttp3.sh
6
DEPS_DIR
="$BASE_DIR/deps"
22
NGHTTP3_VERSION_H="$
DEPS_DIR
/ngtcp2/nghttp3/lib/includes/nghttp3/version.h"
61
cp -R lib/* "$
DEPS_DIR
/ngtcp2/nghttp3/lib/"
H
A
D
update-histogram.sh
6
DEPS_DIR
="$BASE_DIR/deps"
59
cp "$WORKSPACE/histogram/include/hdr/hdr_histogram_version.h" "$WORKSPACE/histogram/include/hdr/hdr_histogram.h" "$
DEPS_DIR
/histogram/include/hdr"
61
cp "$WORKSPACE/histogram/src/hdr_atomic.h" "$WORKSPACE/histogram/src/hdr_malloc.h" "$WORKSPACE/histogram/src/hdr_tests.h" "$WORKSPACE/histogram/src/hdr_histogram.c" "$
DEPS_DIR
/histogram/src"
/third_party/node/tools/
H
A
D
update-llhttp.sh
7
DEPS_DIR
="${BASE_DIR}/deps"
44
rm -rf "$
DEPS_DIR
/llhttp"
45
cp -a release "$
DEPS_DIR
/llhttp"
52
rm -rf "$
DEPS_DIR
/llhttp"
53
cp -a "llhttp-release-v$LLHTTP_VERSION" "$
DEPS_DIR
/llhttp"
Completed in 3 milliseconds