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:PY_VERSION_HEX
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/swig/
H
A
D
libwebp_python_wrap.c
746
#if
PY_VERSION_HEX
>= 0x03000000
772
#if
PY_VERSION_HEX
>= 0x03000000
785
#if
PY_VERSION_HEX
>= 0x03000000
in SWIG_Python_str_AsChar()
800
#if
PY_VERSION_HEX
>= 0x03000000
810
#if
PY_VERSION_HEX
>= 0x03000000
in SWIG_Python_str_FromChar()
818
#if
PY_VERSION_HEX
< 0x02020000
827
#if
PY_VERSION_HEX
< 0x02020000
850
#if
PY_VERSION_HEX
< 0x02020000
860
#if
PY_VERSION_HEX
< 0x02010000
867
#if
PY_VERSION_HEX
<
[all...]
/third_party/python/Python/
H
A
D
getversion.c
18
const unsigned long Py_Version =
PY_VERSION_HEX
;
H
A
D
sysmodule.c
2718
value = PyLong_FromLong(
PY_VERSION_HEX
);
in make_impl_info()
2900
SET_SYS("hexversion", PyLong_FromLong(
PY_VERSION_HEX
));
in _PySys_InitCore()
/third_party/python/Include/
H
A
D
patchlevel.h
30
Use this for numeric comparisons, e.g. #if
PY_VERSION_HEX
>= ... */
31
#define
PY_VERSION_HEX
((PY_MAJOR_VERSION << 24) | \
macro
/third_party/node/deps/v8/third_party/markupsafe/
H
A
D
_speedups.c
17
#if
PY_VERSION_HEX
< 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/node/tools/inspector_protocol/markupsafe/
H
A
D
_speedups.c
17
#if
PY_VERSION_HEX
< 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/skia/third_party/externals/markupsafe/
H
A
D
_speedups.c
17
#if
PY_VERSION_HEX
< 0x02050000 && !defined(PY_SSIZE_T_MIN)
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
message_factory.cc
42
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
extension_dict.cc
51
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
descriptor_pool.cc
48
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
repeated_scalar_container.cc
50
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
descriptor_containers.cc
64
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
descriptor.cc
55
#if
PY_VERSION_HEX
< 0x03030000
H
A
D
message.cc
87
#if
PY_VERSION_HEX
< 0x03030000
Completed in 24 milliseconds