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:host_os
(Results
1 - 23
of
23
) sorted by relevance
/third_party/node/
H
A
D
android_configure.py
58
host_os
= "darwin"
variable
62
host_os
= "linux"
variable
72
GYP_DEFINES += "
host_os
=" +
host_os
+ " OS=android"
/third_party/node/deps/v8/tools/
H
A
D
android-sync.sh
55
host_os
=$(uname -s)
56
case "${
host_os
}" in
64
echo "$0: Host platform ${
host_os
} is not supported" >& 2
/third_party/eudev/
H
A
D
configure
722
host_os
5254
host_os
=$*
5256
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
6095
case $
host_os
in
6239
case $
host_os
in
6426
case $
host_os
in
6572
case $
host_os
in
6978
case $
host_os
i
[all...]
H
A
D
ltmain.sh
3488
case $
host_os
in
4362
case $
host_os
in
5906
case $
host_os
in
5948
case $
host_os
in
6367
case $
host_os
in
8685
case $
host_os
in
9680
case $
host_os
in
/third_party/libevdev/
H
A
D
configure
724
host_os
4771
host_os
=$*
4773
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
5785
case $
host_os
in
6048
case $
host_os
in
6235
case $
host_os
in
6392
case $
host_os
in
6846
case $
host_os
i
[all...]
/third_party/skia/third_party/externals/libpng/
H
A
D
configure
696
host_os
4204
host_os
=$*
4206
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
5412
case $
host_os
in
5553
case $
host_os
in
5740
case $
host_os
in
5883
case $
host_os
in
6290
case $
host_os
i
[all...]
H
A
D
ltmain.sh
3441
case $
host_os
in
4315
case $
host_os
in
5858
case $
host_os
in
5900
case $
host_os
in
6319
case $
host_os
in
8633
case $
host_os
in
9628
case $
host_os
in
/third_party/skia/third_party/externals/microhttpd/
H
A
D
configure
772
host_os
3268
host_os
=$*
3270
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
5312
case $
host_os
in
5453
case $
host_os
in
5576
if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$
host_os
-$host_cpu" = "openbsd2.8-powerpc"; then
5638
case $
host_os
in
5781
case $
host_os
i
[all...]
H
A
D
ltmain.sh
2125
case $
host_os
in
2994
case $
host_os
in
4480
case $
host_os
in
4522
case $
host_os
in
4941
case $
host_os
in
8142
case $
host_os
in
/third_party/node/deps/cares/
H
A
D
configure
726
host_os
6367
host_os
=$*
6369
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
7381
case $
host_os
in
7641
case $
host_os
in
7828
case $
host_os
in
7982
case $
host_os
in
8436
case $
host_os
i
[all...]
H
A
D
ltmain.sh
3686
case $
host_os
in
4563
case $
host_os
in
6107
case $
host_os
in
6149
case $
host_os
in
6568
case $
host_os
in
8916
case $
host_os
in
9914
case $
host_os
in
/third_party/lame/
H
A
D
configure
749
host_os
2668
host_os
=$*
2670
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
4957
case $
host_os
in
5824
case $
host_os
in
5968
case $
host_os
in
6155
case $
host_os
in
6301
case $
host_os
i
[all...]
H
A
D
ltmain.sh
3441
case $
host_os
in
4315
case $
host_os
in
5858
case $
host_os
in
5900
case $
host_os
in
6319
case $
host_os
in
8633
case $
host_os
in
9628
case $
host_os
in
/third_party/gn/misc/vim/syntax/
H
A
D
gn.vim
20
syn keyword gnPredefVar default_toolchain host_cpu
host_os
/third_party/gn/src/gn/
H
A
D
variables.cc
46
const char kHostOs[] = "
host_os
";
48
"
host_os
: [string] The operating system that GN is running on.";
50
R"(
host_os
: [string] The operating system that GN is running on.
187
In many cases, this is the same as "
host_os
", but in the case of
206
(e.g., setting it to the value of "
host_os
") if it is not set via the command
/third_party/libabigail/
H
A
D
ltmain.sh
2105
case $
host_os
in
2974
case $
host_os
in
4460
case $
host_os
in
4502
case $
host_os
in
4921
case $
host_os
in
8116
case $
host_os
in
/third_party/curl/
H
A
D
ltmain.sh
3686
case $
host_os
in
4563
case $
host_os
in
6107
case $
host_os
in
6149
case $
host_os
in
6568
case $
host_os
in
8916
case $
host_os
in
9914
case $
host_os
in
/third_party/node/deps/cares/config/
H
A
D
ltmain.sh
3686
case $
host_os
in
4563
case $
host_os
in
6107
case $
host_os
in
6149
case $
host_os
in
6568
case $
host_os
in
8916
case $
host_os
in
9914
case $
host_os
in
/third_party/libevdev/build-aux/
H
A
D
ltmain.sh
3687
case $
host_os
in
4564
case $
host_os
in
6108
case $
host_os
in
6150
case $
host_os
in
6569
case $
host_os
in
8912
case $
host_os
in
9907
case $
host_os
in
/third_party/icu/icu4c/source/
H
A
D
configure
725
host_os
2840
host_os
=$*
2842
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
/third_party/skia/third_party/externals/icu/source/
H
A
D
configure
725
host_os
2828
host_os
=$*
2830
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
/third_party/ffmpeg/
H
A
D
configure
2575
host_os
3872
host_os
=$target_os_default
4485
HOSTEXESUF=$(exesuf $
host_os
)
/third_party/python/
H
A
D
configure
989
host_os
3590
host_os
=$*
3592
case $
host_os
in *\ *)
host_os
=`echo "$
host_os
" | sed 's/ /-/g'`;; esac
Completed in 153 milliseconds