Home
last modified time | relevance | path

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

/external/python/markupsafe/tests/
Dconftest.py21 def _mod(request): function
26 def escape(_mod): argument
31 def escape_silent(_mod): argument
36 def soft_str(_mod): argument
41 def soft_unicode(_mod): argument
/external/python/cpython2/Lib/
Danydbm.py45 _mod = __import__(_name) variable
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c244 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym()
/external/python/cpython3/Lib/
Dfractions.py426 def _mod(a, b): member in Fraction
/external/python/cpython2/Include/
DPython-ast.h40 struct _mod { struct
41 enum _mod_kind kind; argument
42 union {
59 } v;
/external/python/cpython3/Include/
DPython-ast.h52 struct _mod { struct
53 enum _mod_kind kind; argument
54 union {
73 } v;
/external/libpng/contrib/libtests/
Dpngvalid.c8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function