Searched defs:__context (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Headers/ |
D | unwind.h | 183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() 196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() 225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
|
/external/libchrome/third_party/jinja2/ |
D | ext.py | 133 def _gettext_alias(__context, *args, **kwargs): argument 139 def gettext(__context, __string, **variables): argument 149 def ngettext(__context, __singular, __plural, __num, **variables): argument
|
D | sandbox.py | 417 def call(__self, __context, __obj, *args, **kwargs): argument
|
/external/python/jinja/src/jinja2/ |
D | ext.py | 137 def _gettext_alias(__context, *args, **kwargs): argument 143 def gettext(__context, __string, **variables): argument 157 def ngettext(__context, __singular, __plural, __num, **variables): argument
|
D | sandbox.py | 370 def call(__self, __context, __obj, *args, **kwargs): # noqa: B902 argument
|
/external/libcxx/src/support/win32/ |
D | thread_win32.cpp | 143 PVOID *__context) in __libcpp_init_once_execute_once_thunk()
|
/external/llvm-project/libcxx/src/support/win32/ |
D | thread_win32.cpp | 142 PVOID *__context) in __libcpp_init_once_execute_once_thunk()
|