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:MACOS
(Results
1 - 13
of
13
) sorted by relevance
/third_party/python/
H
A
D
setup.py
84
MACOS
= (HOST_PLATFORM == 'darwin')
variable
244
if
MACOS
:
254
if
MACOS
and is_macosx_sdk_path(dir_):
263
if
MACOS
and is_macosx_sdk_path(dir_):
633
if
MACOS
and (
901
if
MACOS
:
1091
if
MACOS
:
1132
if
MACOS
:
1140
elif
MACOS
and curses_library == 'ncurses':
1152
elif curses_library == 'curses' and not
MACOS
[all...]
/third_party/python/Tools/scripts/
H
A
D
stable_abi.py
47
MACOS
= (sys.platform == "darwin")
variable
48
UNIXY =
MACOS
or (sys.platform == "linux") # XXX should this be "not Windows"?
485
if
MACOS
and symbol.startswith("_"):
/third_party/skia/third_party/externals/freetype/src/gzip/
H
A
D
ftzconf.h
218
#if !defined(
MACOS
) && !defined(TARGET_OS_MAC)
H
A
D
zutil.h
108
#if defined(
MACOS
) || defined(TARGET_OS_MAC)
/third_party/libwebsockets/win32port/zlib/
H
A
D
zutil.h
115
#if defined(
MACOS
) || defined(TARGET_OS_MAC)
/third_party/node/deps/v8/third_party/zlib/
H
A
D
zutil.h
144
#if defined(
MACOS
) || defined(TARGET_OS_MAC)
/third_party/node/deps/zlib/
H
A
D
zutil.h
155
#if defined(
MACOS
) || defined(TARGET_OS_MAC)
/third_party/skia/third_party/externals/zlib/
H
A
D
zutil.h
148
#if defined(
MACOS
) || defined(TARGET_OS_MAC)
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H
A
D
method_dump.sh
100
// macOS: %
MACOS
%
148
echo "$file_header" | sed -e "s|%DATE%|$(date)|" -e "s|%
MACOS
%|$(basename $macos_sdk)|" \
/third_party/zlib/
H
A
D
zutil.h
140
#if defined(
MACOS
)
/third_party/python/Lib/test/
H
A
D
test_shutil.py
40
MACOS
= sys.platform.startswith("darwin")
variable
1306
@unittest.skipIf(
MACOS
or SOLARIS or _winapi, 'On
MACOS
, Solaris and Windows the errors are not confusing (though different)')
2268
@unittest.skipIf(
MACOS
, "skipped on macOS")
2286
@unittest.skipIf(
MACOS
, "skipped on macOS")
2307
@unittest.skipIf(
MACOS
, "skipped on macOS")
2623
@unittest.skipIf(not
MACOS
, 'macOS only')
H
A
D
test_embed.py
24
MACOS
= (sys.platform == 'darwin')
variable
1164
if
MACOS
:
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_ssl.py
24
MACOS
= (sys.platform == 'darwin')
variable
25
BUF_MULTIPLIER = 1024 if not
MACOS
else 64
Completed in 18 milliseconds