Searched refs:__context (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Headers/ |
D | unwind.h | 170 _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/ |
D | ext.py | 131 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:
|
D | runtime.py | 77 self.__context = context 80 blocks = self.__context.blocks[name] 81 return BlockReference(name, self.__context, blocks, 0) 86 self.__context.name
|
D | sandbox.py | 350 def call(__self, __context, __obj, *args, **kwargs): argument 356 return __context.call(__obj, *args, **kwargs)
|
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 511 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()
|
D | private_typeinfo.h | 243 const __class_type_info *__context;
|
/external/libcxx/include/ |
D | __threading_support | 490 PVOID *__context) 493 static_cast<void>(__context);
|