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:HOME
(Results
1 - 25
of
35
) sorted by relevance
1
2
/third_party/node/deps/v8/tools/dev/
H
A
D
update-vscode.sh
44
VSCODE_DIR="$
HOME
/vscode"
45
BACKUP_DIR="$
HOME
/vscode.prev"
46
DOWNLOADS_DIR="$
HOME
/Downloads"
48
DESKTOP_FILE_DIR="$
HOME
/.local/share/applications"
65
if [ "$P" == "$
HOME
/bin" -o \
66
"$P" == "$
HOME
/local/bin" -o \
67
"$P" == "$
HOME
/.local/bin" ]; then
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
170
if [[ -e "$
HOME
/.asoundrc" ]] || [[ -e "/etc/asound.conf" ]] || [[ -e "$
HOME
/.asoundrc.asoundconf" ]]; then
176
if [[ -e "$
HOME
/.asoundrc" ]]
180
cat "$
HOME
/.asoundrc" >> "$FILE"
185
if [[ -e "$
HOME
/.asoundrc.asoundconf" ]]
189
cat "$
HOME
/.asoundrc.asoundconf" >> "$FILE"
/third_party/vulkan-loader/tests/
H
A
D
loader_envvar_tests.cpp
206
fs::path
HOME
= "/home/fake_home";
in TEST()
local
207
EnvVarWrapper home_env_var{"
HOME
",
HOME
.str()};
in TEST()
310
fs::path
HOME
= "/home/fake_home";
in TEST()
local
311
EnvVarWrapper home_env_var{"
HOME
",
HOME
.str()};
in TEST()
313
vk_layer_path += (
HOME
/ "/ with spaces/:::::/tandy:").str();
in TEST()
323
EXPECT_TRUE(env.debug_log.find((
HOME
/ "/ with spaces/").str()));
in TEST()
355
fs::path
HOME
= "/home/fake_home";
in TEST()
local
356
EnvVarWrapper home_env_var{"
HOME
", HOM
in TEST()
[all...]
/third_party/node/test/parallel/
H
A
D
test-os.js
212
} else if (!common.isWindows && process.env.
HOME
) {
213
assert.strictEqual(home, process.env.
HOME
);
214
delete process.env.
HOME
;
216
process.env.
HOME
= home;
H
A
D
test-npm-install.js
47
HOME
: homeDir };
/third_party/icu/tools/unicode/c/genregexcasing/
H
A
D
Makefile
9
ICU_HOME=$(
HOME
)/icu/icu/trunk/source
/third_party/protobuf/examples/
H
A
D
list_people.py
21
elif phone_number.type == addressbook_pb2.Person.
HOME
:
H
A
D
ListPeople.java
24
case
HOME
:
in Print()
H
A
D
add_person.py
35
phone_number.type = addressbook_pb2.Person.
HOME
H
A
D
list_people.cc
32
case tutorial::Person::
HOME
:
in ListPeople()
H
A
D
add_person.cc
50
phone_number->set_type(tutorial::Person::
HOME
);
in PromptForAddress()
H
A
D
AddPerson.java
46
phoneNumber.setType(Person.PhoneType.
HOME
);
in PromptForAddress()
/third_party/elfutils/tests/
H
A
D
run-debuginfod-find.sh
238
# $
HOME
/.cache should be created.
239
testrun env
HOME
=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
245
# $
HOME
/.cache should be found.
246
testrun env
HOME
=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID
252
# $XDG_CACHE_HOME should take priority over $
HOME
.cache.
253
testrun env
HOME
=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
259
# A cache at the old default location ($
HOME
/.debuginfod_client_cache) should take
260
# priority over $
HOME
/.cache, $XDG_CACHE_HOME.
263
# Add a file that doesn't exist in $
HOME
/.cache, $XDG_CACHE_HOME.
266
filename=`testrun env
HOME
[all...]
/third_party/node/test/internet/
H
A
D
test-corepack-yarn-install.js
45
HOME
: homeDir };
/third_party/rust/crates/bindgen/ci/
H
A
D
test.sh
50
export LLVM_DIRECTORY="$
HOME
/.llvm/${LLVM}"
/third_party/rust/crates/libc/ci/
H
A
D
run-docker.sh
18
echo "${
HOME
}"
54
sh -c "
HOME
=/tmp PATH=\$PATH:/rust/bin exec ci/run.sh ${1}"
86
sh -c "
HOME
=/tmp RUSTUP_HOME=/tmp PATH=\$PATH:/rust/bin rustup default nightly \
/third_party/node/deps/npm/test/fixtures/
H
A
D
sandbox.js
132
? /\{
HOME
\}\/npm-cache(\r?\n|"|\/|$)/g
133
: /\{
HOME
\}\/\.npm(\n|"|\/|$)/g
143
.split(normalize(this.home)).join('{
HOME
}')
212
HOME
: this.home,
/third_party/json/docs/docset/
H
A
D
Makefile
49
docset_root=$${XDG_DATA_HOME:-$$
HOME
/.local/share}/Zeal/Zeal/docsets; \
/third_party/node/tools/
H
A
D
test-npm-package.js
68
npmOptions.env.
HOME
= tmpDir.path;
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H
A
D
options.js
57
cache: `${process.env.
HOME
}/.npm/_cacache`,
/third_party/pulseaudio/scripts/
H
A
D
benchmark_memory_usage.sh
75
msg " 1. Add autospawn=no to $
HOME
/.pulse/client.conf"
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H
A
D
gradlew
168
if [ "$(uname)" = "Darwin" ] && [ "$
HOME
" = "$PWD" ]; then
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H
A
D
gradlew
168
if [ "$(uname)" = "Darwin" ] && [ "$
HOME
" = "$PWD" ]; then
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H
A
D
gradlew
168
if [ "$(uname)" = "Darwin" ] && [ "$
HOME
" = "$PWD" ]; then
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
Makefile
16
PREFIX ?= $(
HOME
)
Completed in 8 milliseconds
1
2