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:PyDict_New
(Results
1 - 25
of
63
) sorted by relevance
1
2
3
/third_party/python/Modules/
H
A
D
_scproxy.c
73
result =
PyDict_New
();
in Py_UNUSED()
183
return
PyDict_New
();
in Py_UNUSED()
186
result =
PyDict_New
();
in Py_UNUSED()
H
A
D
xxmodule.c
85
self->x_attr =
PyDict_New
();
in Xxo_setattr()
H
A
D
_testmultiphase.c
94
self->x_attr =
PyDict_New
();
in Example_setattr()
472
dct =
PyDict_New
();
in createfunc_nonmodule()
H
A
D
xxlimited.c
173
self->x_attr =
PyDict_New
();
in Xxo_setattro()
H
A
D
xxlimited_35.c
100
self->x_attr =
PyDict_New
();
in Xxo_setattr()
H
A
D
_elementtree.c
359
attrib =
PyDict_New
();
in get_attrib_from_keywords()
527
res = self->extra->attrib =
PyDict_New
();
in element_get_attrib()
955
attrib =
PyDict_New
();
in _elementtree_Element___getstate___impl()
2677
attrib =
PyDict_New
();
in treebuilder_handle_start()
3259
attrib =
PyDict_New
();
in expat_start_handler()
3295
attrib =
PyDict_New
();
in expat_start_handler()
3637
self->entity =
PyDict_New
();
in _elementtree_XMLParser___init___impl()
3641
self->names =
PyDict_New
();
in _elementtree_XMLParser___init___impl()
H
A
D
_functoolsmodule.c
123
pto->kw =
PyDict_New
();
in partial_new()
442
kw =
PyDict_New
();
in partial_setstate()
1206
if (!(cachedict =
PyDict_New
()))
in lru_cache_new()
H
A
D
pyexpat.c
369
container =
PyDict_New
();
in my_StartElementHandler()
1545
intern =
PyDict_New
();
in pyexpat_ParserCreate_impl()
1776
PyObject *codes_dict =
PyDict_New
();
in add_errors_module()
1777
PyObject *rev_codes_dict =
PyDict_New
();
in add_errors_module()
H
A
D
nismodule.c
253
dict =
PyDict_New
();
in nis_cat()
H
A
D
_localemodule.c
249
result =
PyDict_New
();
in _locale_localeconv_impl()
H
A
D
errnomodule.c
83
PyObject *error_dict =
PyDict_New
();
in errno_exec()
/third_party/python/Modules/_sqlite/
H
A
D
microprotocols.c
40
state->psyco_adapters =
PyDict_New
();
in pysqlite_microprotocols_init()
/third_party/python/Objects/
H
A
D
moduleobject.c
91
m->md_dict =
PyDict_New
();
in new_module_notrack()
672
dict =
PyDict_New
();
in module___init___impl()
904
annotations =
PyDict_New
();
in module_get_annotations()
H
A
D
namespaceobject.c
31
ns->ns_dict =
PyDict_New
();
in namespace_new()
H
A
D
funcobject.c
287
PyObject *ann_dict =
PyDict_New
();
in func_get_annotation_dict()
532
op->func_annotations =
PyDict_New
();
in func_get_annotations()
H
A
D
structseq.c
337
dict =
PyDict_New
();
in structseq_reduce()
H
A
D
dictobject.c
838
PyDict_New
(void)
in PyDict_New()
function
1575
return
PyDict_New
();
in dict_new_presized()
3027
return
PyDict_New
();
in PyDict_Copy()
3098
copy =
PyDict_New
();
in PyDict_Copy()
5392
dict =
PyDict_New
();
in _PyObject_InitializeDict()
5605
*dictptr = dict =
PyDict_New
();
in PyObject_GenericGetDict()
5626
*dictptr = dict =
PyDict_New
();
in PyObject_GenericGetDict()
5662
dict =
PyDict_New
();
in _PyObjectDict_SetItem()
/third_party/python/Include/
H
A
D
dictobject.h
21
PyAPI_FUNC(PyObject *)
PyDict_New
(void);
/third_party/python/Modules/_multiprocessing/
H
A
D
multiprocessing.c
222
PyObject *flags =
PyDict_New
();
in multiprocessing_exec()
/third_party/python/Python/
H
A
D
sysmodule.c
2336
xoptions =
PyDict_New
();
in get_xoptions()
2692
impl_info =
PyDict_New
();
in make_impl_info()
2999
SET_SYS("path_importer_cache",
PyDict_New
());
in _PySys_InitCore()
3051
PyObject *dict =
PyDict_New
();
in sys_create_xoptions_dict()
3185
PyObject *modules =
PyDict_New
();
in _PySys_Create()
H
A
D
errors.c
1017
kwargs =
PyDict_New
();
in PyErr_SetImportErrorSubclass()
1145
dict = mydict =
PyDict_New
();
in PyErr_NewException()
1193
dict = mydict =
PyDict_New
();
in PyErr_NewExceptionWithDoc()
H
A
D
pystate.c
715
interp->dict =
PyDict_New
();
in PyInterpreterState_GetDict()
1247
tstate->dict =
PyDict_New
();
in _PyThreadState_GetDict()
1392
PyObject *result =
PyDict_New
();
in _PyThread_CurrentFrames()
1453
PyObject *result =
PyDict_New
();
in _PyThread_CurrentExceptions()
H
A
D
modsupport.c
144
if ((d =
PyDict_New
()) == NULL) {
in do_mkdict()
H
A
D
_warnings.c
139
st->once_registry =
PyDict_New
();
in _PyWarnings_InitState()
869
*registry =
PyDict_New
();
in setup_context()
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
map_container.cc
486
ScopedPyObjectPtr dict(
PyDict_New
());
in ScalarMapToStr()
725
ScopedPyObjectPtr dict(
PyDict_New
());
in MessageMapToStr()
Completed in 47 milliseconds
1
2
3