Searched refs:__context (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Headers/ |
D | unwind.h | 153 _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/jetty/src/java/org/eclipse/jetty/server/handler/ |
D | ContextHandler.java | 105 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/ |
D | private_typeinfo.h | 239 const __class_type_info* __context;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/ |
D | VERSION.txt | 373 + 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
|