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_python_build
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Python/
H
A
D
pathconfig.c
39
int
_is_python_build
;
member
43
{.module_search_path = NULL, .
_is_python_build
= 0}
76
_Py_path_config.
_is_python_build
= 0;
in _PyPathConfig_ClearGlobal()
118
COPY_INT(
_is_python_build
);
in _PyPathConfig_ReadGlobal()
165
COPY_INT(
_is_python_build
);
in _PyPathConfig_UpdateGlobal()
H
A
D
initconfig.c
684
assert(config->
_is_python_build
>= 0);
in config_check_consistency()
779
config->
_is_python_build
= 0;
in _PyConfig_InitCompatConfig()
1008
COPY_ATTR(
_is_python_build
);
in _PyConfig_Copy()
1114
SET_ITEM_INT(
_is_python_build
);
in _PyConfig_AsDict()
1400
GET_UINT(
_is_python_build
);
in _PyConfig_FromDict()
3092
PySys_WriteStderr(" is in build tree = %i\n", config->
_is_python_build
);
in _Py_DumpPathConfig()
/third_party/python/Lib/test/
H
A
D
test_getpath.py
64
_is_python_build
=1,
205
_is_python_build
=1,
235
_is_python_build
=1,
316
_is_python_build
=1,
504
_is_python_build
=1,
811
_is_python_build
=1,
/third_party/python/Include/cpython/
H
A
D
initconfig.h
219
int
_is_python_build
;
member
/third_party/python/Programs/
H
A
D
_testembed.c
1604
config.
_is_python_build
= INT_MAX;
in test_init_is_python_build()
1607
config.
_is_python_build
= INT_MIN;
in test_init_is_python_build()
1612
config.
_is_python_build
= -1;
in test_init_is_python_build()
1614
dump_config(); // home and
_is_python_build
are cached in _Py_path_config
in test_init_is_python_build()
Completed in 9 milliseconds