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:OS_LINUX
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H
A
D
Driver.cpp
28
# define
OS_LINUX
1
macro
87
#elif
OS_LINUX
in loadSwiftShader()
101
#if
OS_LINUX
in loadSystem()
112
#elif(OS_MAC ||
OS_LINUX
|| OS_ANDROID || OS_FUCHSIA)
in load()
152
#elif(
OS_LINUX
|| OS_FUCHSIA)
in unload()
198
#elif(OS_MAC ||
OS_LINUX
|| OS_ANDROID || OS_FUCHSIA)
in lookup()
/third_party/gn/src/util/
H
A
D
build_config.h
7
// OS_WIN / OS_MACOSX /
OS_LINUX
/ OS_POSIX (MACOSX or LINUX) /
30
#define
OS_LINUX
1
macro
77
defined(OS_FREEBSD) || defined(
OS_LINUX
) || defined(OS_MACOSX) || \
85
#if (defined(OS_WIN) || defined(
OS_LINUX
) || defined(OS_ANDROID)) && \
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
machine.h
107
OS_LINUX
,
enumerator
120
#define OS_NATIVE
OS_LINUX
H
A
D
predefine.c
268
case
OS_LINUX
:
in predefined_macros()
H
A
D
target.c
178
{ "linux",
OS_LINUX
},
in target_os()
/third_party/vk-gl-cts/scripts/build/
H
A
D
common.py
35
OS_LINUX
= 1
variable in HostInfo
45
return HostInfo.
OS_LINUX
/third_party/vk-gl-cts/scripts/ctsbuild/
H
A
D
common.py
35
OS_LINUX
= 1
variable in HostInfo
45
return HostInfo.
OS_LINUX
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H
A
D
VulkanTester.cpp
51
# define
OS_LINUX
1
macro
194
#elif
OS_LINUX
224
#if(
OS_LINUX
|| OS_ANDROID || OS_FUCHSIA)
/third_party/gn/src/base/files/
H
A
D
scoped_file.cc
33
#if defined(
OS_LINUX
) || defined(OS_MACOSX) || defined(OS_FUCHSIA) || \
in Free()
H
A
D
file_util.h
341
#if defined(
OS_LINUX
) || defined(OS_AIX) || defined(OS_BSD)
H
A
D
file_util_posix.cc
218
#if defined(
OS_LINUX
) || defined(OS_BSD)
in CreateLocalNonBlockingPipe()
/third_party/gn/src/gn/
H
A
D
function_write_file_unittest.cc
16
#if defined(
OS_LINUX
) || defined(OS_MACOSX) || defined(OS_HAIKU) || \
H
A
D
args.cc
317
#elif defined(
OS_LINUX
)
/third_party/node/deps/brotli/c/common/
H
A
D
platform.h
31
#if defined(
OS_LINUX
) || defined(OS_CYGWIN) || defined(__EMSCRIPTEN__)
/third_party/skia/third_party/externals/brotli/c/common/
H
A
D
platform.h
31
#if defined(
OS_LINUX
) || defined(OS_CYGWIN) || defined(__EMSCRIPTEN__)
/third_party/vk-gl-cts/scripts/android/
H
A
D
build_apk.py
144
elif os == HostInfo.
OS_LINUX
:
Completed in 11 milliseconds