Home
last modified time | relevance | path

Searched defs:__context (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR()
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
/external/opencv3/3rdparty/jinja2/
Dext.py131 def _gettext_alias(__context, *args, **kwargs): argument
137 def gettext(__context, __string, **variables): argument
147 def ngettext(__context, __singular, __plural, __num, **variables): argument
Dsandbox.py350 def call(__self, __context, __obj, *args, **kwargs): argument
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java105 private static final ThreadLocal<Context> __context = new ThreadLocal<Context>(); field in ContextHandler