Home
last modified time | relevance | path

Searched refs:__context (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Headers/
Dunwind.h153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP()
[all …]
/external/opencv3/3rdparty/jinja2/
Dext.py131 def _gettext_alias(__context, *args, **kwargs): argument
132 return __context.call(__context.resolve('gettext'), *args, **kwargs)
137 def gettext(__context, __string, **variables): argument
138 rv = __context.call(func, __string)
139 if __context.eval_ctx.autoescape:
147 def ngettext(__context, __singular, __plural, __num, **variables): argument
149 rv = __context.call(func, __singular, __plural, __num)
150 if __context.eval_ctx.autoescape:
Druntime.py77 self.__context = context
80 blocks = self.__context.blocks[name]
81 return BlockReference(name, self.__context, blocks, 0)
86 self.__context.name
Dsandbox.py350 def call(__self, __context, __obj, *args, **kwargs): argument
356 return __context.call(__obj, *args, **kwargs)
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandler.java105 private static final ThreadLocal<Context> __context = new ThreadLocal<Context>(); field in ContextHandler
122 return __context.get(); in getCurrentContext()
713 old_context = __context.get(); in doStart()
714 __context.set(_scontext); in doStart()
726 __context.set(old_context); in doStart()
803 Context old_context = __context.get(); in doStop()
804 __context.set(_scontext); in doStop()
844 __context.set(old_context); in doStop()
1002 __context.set(_scontext); in doScope()
1039 __context.set(old_context); in doScope()
[all …]
/external/libcxxabi/src/
Dprivate_typeinfo.cpp483 if (is_equal(__context, thrown_pointer_type->__context, false)) in can_catch()
504 if (!is_equal(__context, thrown_member_ptr_type->__context, false)) in can_catch_nested()
Dprivate_typeinfo.h240 const __class_type_info* __context;
/external/jetty/
DVERSION.txt373 + 389956 Bad __context set in WebAppContext.start sequence with respect to ENC
414 + 389956 Bad __context set in WebAppContext.start sequence with respect to ENC