Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dunwind.h170 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
176 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() argument
185 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() argument
192 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() argument
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
203 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; in _Unwind_SetIP()
[all …]
/external/libmojo/third_party/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/libcxxabi/src/
Dprivate_typeinfo.cpp511 if (is_equal(__context, thrown_pointer_type->__context, false)) in can_catch()
532 if (!is_equal(__context, thrown_member_ptr_type->__context, false)) in can_catch_nested()
Dprivate_typeinfo.h243 const __class_type_info *__context;
/external/libcxx/include/
D__threading_support490 PVOID *__context)
493 static_cast<void>(__context);