/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testimportmultiple.c | 22 return PyModule_Create(&_testimportmultiple); in PyInit__testimportmultiple() 39 return PyModule_Create(&_foomodule); in PyInit__testimportmultiple_foo() 55 return PyModule_Create(&_barmodule); in PyInit__testimportmultiple_bar()
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | modsupport.h | 136 #define PyModule_Create(module) \ macro 139 #define PyModule_Create(module) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | modsupport.h | 136 #define PyModule_Create(module) \ macro 139 #define PyModule_Create(module) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | modsupport.h | 136 #define PyModule_Create(module) \ macro 139 #define PyModule_Create(module) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | modsupport.h | 136 #define PyModule_Create(module) \ macro 139 #define PyModule_Create(module) \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | modsupport.h | 136 #define PyModule_Create(module) \ macro 139 #define PyModule_Create(module) \ macro
|
/aosp_15_r20/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/ |
H A D | Module.cpp | 10 PyObject* mod = PyModule_Create(&openreg_C_module); in PyInit__C()
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | module.rst | 137 to :c:func:`PyModule_Create`, and return the resulting module object, 255 .. c:function:: PyObject* PyModule_Create(PyModuleDef *def) 270 Most uses of this function should be using :c:func:`PyModule_Create` 421 ``PyModuleDef``, using either ``PyModule_Create`` or 434 ``PyModuleDef``, using either ``PyModule_Create`` or
|
/aosp_15_r20/external/protobuf/benchmarks/python/ |
H A D | python_benchmark_messages.cc | 29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/python/ |
H A D | python_benchmark_messages.cc | 29 return PyModule_Create(&_module); in PyInit_libbenchmark_messages()
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | utils.cpp | 24 auto m = PyModule_Create(&_module); in torch_c_dynamo_utils_init()
|
H A D | init.cpp | 37 PyObject* dynamo = PyModule_Create(&_module); in initDynamoBindings()
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | api_implementation.cc | 93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | api_implementation.cc | 93 PyObject* module = PyModule_Create(&_module); in PyInit__api_implementation()
|
/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_return_types.cpp | 38 PyObject* return_types_module = PyModule_Create(&def); in initReturnTypes()
|
H A D | python_linalg_functions.cpp | 53 PyObject* linalg = PyModule_Create(&def); in initLinalgFunctions()
|
H A D | python_sparse_functions.cpp | 52 PyObject* sparse = PyModule_Create(&def); in initSparseFunctions()
|
H A D | python_special_functions.cpp | 64 PyObject* special = PyModule_Create(&def); in initSpecialFunctions()
|
H A D | python_fft_functions.cpp | 66 PyObject* fft = PyModule_Create(&def); in initFFTFunctions()
|
H A D | python_nested_functions.cpp | 66 PyObject* nested = PyModule_Create(&def); in initNestedFunctions()
|
H A D | python_nn_functions.cpp | 98 PyObject* nn = PyModule_Create(&def); in initNNFunctions()
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | custom.c | 33 m = PyModule_Create(&custommodule); in PyInit_custom()
|
D | sublist.c | 57 m = PyModule_Create(&sublistmodule); in PyInit_sublist()
|
/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/ |
D | _xxtestfuzz.c | 47 return PyModule_Create(&_fuzzmodule); in PyInit__xxtestfuzz()
|
/aosp_15_r20/external/liblc3/test/ |
H A D | module_py.c | 40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3()
|