/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testmultiphase.c | 434 PyModuleDef_HEAD_INIT, /* m_base */ \ 536 PyModuleDef_HEAD_INIT, /* m_base */ 554 PyModuleDef_HEAD_INIT, /* m_base */ 621 PyModuleDef_HEAD_INIT, /* m_base */ 640 PyModuleDef_HEAD_INIT, /* m_base */ 855 PyModuleDef_HEAD_INIT, 870 PyModuleDef_HEAD_INIT,
|
D | _testimportmultiple.c | 9 PyModuleDef_HEAD_INIT, 26 PyModuleDef_HEAD_INIT, 43 PyModuleDef_HEAD_INIT,
|
D | _typingmodule.c | 44 PyModuleDef_HEAD_INIT,
|
D | _contextvarsmodule.c | 51 PyModuleDef_HEAD_INIT, /* m_base */
|
D | _cryptmodule.c | 65 PyModuleDef_HEAD_INIT,
|
D | _opcode.c | 103 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/ |
H A D | Module.cpp | 5 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/protobuf/benchmarks/python/ |
H A D | python_benchmark_messages.cc | 10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/python/ |
H A D | python_benchmark_messages.cc | 10 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | utils.cpp | 17 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | api_implementation.cc | 81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | api_implementation.cc | 81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_return_types.cpp | 37 PyModuleDef_HEAD_INIT, "torch._C._return_types", nullptr, -1, {}}; in initReturnTypes()
|
H A D | python_linalg_functions.cpp | 47 PyModuleDef_HEAD_INIT, in initLinalgFunctions()
|
H A D | python_sparse_functions.cpp | 46 PyModuleDef_HEAD_INIT, in initSparseFunctions()
|
H A D | python_special_functions.cpp | 58 PyModuleDef_HEAD_INIT, in initSpecialFunctions()
|
H A D | python_fft_functions.cpp | 60 PyModuleDef_HEAD_INIT, in initFFTFunctions()
|
H A D | python_nested_functions.cpp | 60 PyModuleDef_HEAD_INIT, in initNestedFunctions()
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | custom.c | 20 PyModuleDef_HEAD_INIT,
|
D | sublist.c | 43 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/ |
D | _xxtestfuzz.c | 33 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/liblc3/test/ |
H A D | module_py.c | 22 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/ |
D | posixshmem.c | 114 PyModuleDef_HEAD_INIT,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | moduleobject.h | 51 #define PyModuleDef_HEAD_INIT { \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | moduleobject.h | 51 #define PyModuleDef_HEAD_INIT { \ macro
|