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:m_base
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Include/
H
A
D
moduleobject.h
75
PyModuleDef_Base
m_base
;
member
/third_party/python/Python/
H
A
D
import.c
435
// bpo-44050: Extensions and def->
m_base
.m_copy can be updated
in _PyImport_FixupExtensionObject()
439
if (def->
m_base
.m_copy) {
in _PyImport_FixupExtensionObject()
443
Py_CLEAR(def->
m_base
.m_copy);
in _PyImport_FixupExtensionObject()
449
def->
m_base
.m_copy = PyDict_Copy(dict);
in _PyImport_FixupExtensionObject()
450
if (def->
m_base
.m_copy == NULL) {
in _PyImport_FixupExtensionObject()
512
if (def->
m_base
.m_copy == NULL)
in import_find_extension()
522
if (PyDict_Update(mdict, def->
m_base
.m_copy)) {
in import_find_extension()
528
if (def->
m_base
.m_init == NULL)
in import_find_extension()
530
mod = _PyImport_InitFunc_TrampolineCall(def->
m_base
.m_init);
in import_find_extension()
999
def->
m_base
in create_builtin()
[all...]
H
A
D
importdl.c
225
def->
m_base
.m_init = p0;
in _PyImport_LoadDynamicModuleWithSpec()
H
A
D
pystate.c
891
Py_ssize_t index = module->
m_base
.m_index;
in PyState_FindModule()
929
while (PyList_GET_SIZE(interp->modules_by_index) <= def->
m_base
.m_index) {
in _PyState_AddModule()
937
def->
m_base
.m_index, module);
in _PyState_AddModule()
950
Py_ssize_t index = def->
m_base
.m_index;
in PyState_AddModule()
974
Py_ssize_t index = def->
m_base
.m_index;
in PyState_RemoveModule()
1004
Py_CLEAR(md->
m_base
.m_copy);
in _PyInterpreterState_ClearModules()
/third_party/python/Objects/
H
A
D
moduleobject.c
45
if (def->
m_base
.m_index == 0) {
in PyModuleDef_Init()
49
def->
m_base
.m_index = max_module_number;
in PyModuleDef_Init()
/third_party/python/Modules/
H
A
D
_queuemodule.c
439
.
m_base
= PyModuleDef_HEAD_INIT,
H
A
D
arraymodule.c
3136
.
m_base
= PyModuleDef_HEAD_INIT,
/third_party/python/Modules/_sqlite/
H
A
D
module.c
781
.
m_base
= PyModuleDef_HEAD_INIT,
/third_party/python/Modules/_sre/
H
A
D
sre.c
3027
.
m_base
= PyModuleDef_HEAD_INIT,
/third_party/python/Modules/cjkcodecs/
H
A
D
multibytecodec.c
2067
.
m_base
= PyModuleDef_HEAD_INIT,
Completed in 18 milliseconds