Home
last modified time | relevance | path

Searched defs:py_name (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c197 PyObject *py_name = PyUnicode_FromString(module_name); in init_py_module() local
199 PyObject *py_name = PyString_FromString(module_name); in init_py_module() local
/aosp_15_r20/external/python/cpython3/Modules/
D_hashopenssl.c83 const char *py_name; member
109 #define PY_HASH_ENTRY(py_name, py_alias, ossl_name, ossl_nid) \ argument
1847 PyObject *py_name; in _openssl_hash_name_mapper() local
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dgenerated_tests.py92 def py_name(self) -> str: member in Context
/aosp_15_r20/external/python/cpython2/Modules/
D_hashopenssl.c777 PyObject *py_name; in _openssl_hash_name_mapper() local
/aosp_15_r20/external/python/cpython3/Tools/clinic/
Dclinic.py2500 py_name = None variable in CConverter
2590 …def __init__(self, name, py_name, function, default=unspecified, *, c_default=None, py_default=Non… argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c278 static bool PyUpb_Message_LookupName(PyUpb_Message* self, PyObject* py_name, in PyUpb_Message_LookupName()
Ddescriptor.c1604 PyObject* py_name) { in PyUpb_ServiceDescriptor_FindMethodByName()