OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Load_type
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c
277
static PyTypeObject *
Load_type
;
790
Load_type
= make_type("Load", expr_context_type, NULL, 0);
791
if (!
Load_type
) return 0;
792
Load_singleton = PyType_GenericNew(
Load_type
, NULL, NULL);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c
277
static PyTypeObject *
Load_type
;
773
Load_type
= make_type("Load", expr_context_type, NULL, 0);
774
if (!
Load_type
) return 0;
775
Load_singleton = PyType_GenericNew(
Load_type
, NULL, NULL);
[
all
...]
/external/python/cpython2/Python/
Python-ast.c
277
static PyTypeObject *
Load_type
;
790
Load_type
= make_type("Load", expr_context_type, NULL, 0);
791
if (!
Load_type
) return 0;
792
Load_singleton = PyType_GenericNew(
Load_type
, NULL, NULL);
[
all
...]
/external/python/cpython3/Python/
Python-ast.c
362
static PyTypeObject *
Load_type
;
991
Load_type
= make_type("Load", expr_context_type, NULL, 0);
992
if (!
Load_type
) return 0;
993
Load_singleton = PyType_GenericNew(
Load_type
, NULL, NULL);
[
all
...]
Completed in 267 milliseconds