Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c284 PyObject *tdict, *ldict = NULL, *wr = NULL; in _local_create_dummy() local
436 PyObject *tdict, *ldict, *dummy; in _ldict() local
472 PyObject *ldict; in local_setattro() local
541 PyObject *ldict, *value; in local_getattro() local
586 PyObject *ldict; in _localdummy_destroyed() local
/external/python/cpython3/Modules/
D_threadmodule.c693 PyObject *tdict, *ldict = NULL, *wr = NULL; in _local_create_dummy() local
847 PyObject *tdict, *ldict, *dummy; in _ldict() local
886 PyObject *ldict; in local_setattro() local
955 PyObject *ldict, *value; in local_getattro() local
1005 PyObject *ldict; in _localdummy_destroyed() local
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py493 def _form_master_re(relist, reflags, ldict, toknames): argument
558 def __init__(self, ldict, log=None, reflags=0): argument
/external/ply/ply/ply/
Dlex.py493 def _form_master_re(relist, reflags, ldict, toknames): argument
558 def __init__(self, ldict, log=None, reflags=0): argument
/external/libchrome/third_party/ply/
Dlex.py482 def _form_master_re(relist,reflags,ldict,toknames): argument
545 def __init__(self,ldict,log=None,reflags=0): argument
/external/python/pycparser/pycparser/ply/
Dlex.py493 def _form_master_re(relist, reflags, ldict, toknames): argument
559 def __init__(self, ldict, log=None, reflags=0): argument
/external/python/cffi/c/
Drealize_c_type.c85 PyObject *ldict = PyDict_New(); in init_builder_c() local