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:IS_WIN
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gn/build/
H
A
D
full_test.py
13
IS_WIN
= sys.platform.startswith('win')
variable
25
gn_to_run = os.path.join(bin_path, 'gn' + ('.exe' if
IS_WIN
else ''))
48
our_gn = os.path.join(orig_dir, 'out', 'gn' + ('.exe' if
IS_WIN
else ''))
/third_party/gn/infra/
H
A
D
recipes.py
115
IS_WIN
= sys.platform.startswith(('win', 'cygwin'))
variable
117
_BAT = '.bat' if
IS_WIN
else ''
261
if
IS_WIN
:
/third_party/skia/infra/bots/
H
A
D
recipes.py
112
IS_WIN
= sys.platform.startswith(('win', 'cygwin'))
variable
114
_BAT = '.bat' if
IS_WIN
else ''
253
if
IS_WIN
:
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
sfdriver.c
481
#define
IS_WIN
( n ) ( (n)->platformID == 3 && \
macro
624
if (
IS_WIN
( name ) && ( name->languageID == 0x409 || *win == -1 ) )
in sfnt_get_name_id()
/third_party/node/deps/v8/base/trace_event/common/
H
A
D
trace_event_common.h
262
#if BUILDFLAG(
IS_WIN
)
265
#endif // BUILDFLAG(
IS_WIN
)
Completed in 6 milliseconds