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:site_import
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
_test_embed_set_config.py
70
'
site_import
',
179
self.set_config(
site_import
=0)
181
self.set_config(
site_import
=1)
/third_party/python/Python/
H
A
D
initconfig.c
650
assert(config->
site_import
>= 0);
in config_check_consistency()
752
config->
site_import
= -1;
in _PyConfig_InitCompatConfig()
795
config->
site_import
= 1;
in config_init_defaults()
977
COPY_ATTR(
site_import
);
in _PyConfig_Copy()
1084
SET_ITEM_INT(
site_import
);
in _PyConfig_AsDict()
1353
GET_UINT(
site_import
);
in _PyConfig_FromDict()
1490
COPY_NOT_FLAG(
site_import
, Py_NoSiteFlag);
in config_get_global_vars()
1527
COPY_NOT_FLAG(
site_import
, Py_NoSiteFlag);
in config_set_global_vars()
2431
config->
site_import
= 0;
in config_parse_cmdline()
3091
PySys_WriteStderr(" import site = %i\n", config->
site_import
);
in _Py_DumpPathConfig()
[all...]
H
A
D
sysmodule.c
2571
SetFlag(!config->
site_import
);
in set_flags_from_config()
H
A
D
pylifecycle.c
1185
if (config->
site_import
) {
in init_interp_main()
/third_party/python/Include/cpython/
H
A
D
initconfig.h
159
int
site_import
;
member
/third_party/python/Programs/
H
A
D
_freeze_module.c
62
config.
site_import
= 0;
in runtime_init()
H
A
D
_testembed.c
655
config.
site_import
= 0;
in test_init_from_config()
/third_party/python/Modules/
H
A
D
main.c
196
if (config->
site_import
) {
in pymain_header()
Completed in 15 milliseconds