OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__context
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Headers/
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) {
168
_Unwind_VRS_Get(
__context
, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
173
void _Unwind_SetGR(struct _Unwind_Context *
__context
, int __index,
175
_Unwind_VRS_Set(
__context
, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
179
_Unwind_Word _Unwind_GetIP(struct _Unwind_Context *
__context
) {
180
_Unwind_Word __ip = _Unwind_GetGR(
__context
, 15);
185
void _Unwind_SetIP(struct _Unwind_Context *
__context
, _Unwind_Word __value) {
186
_Unwind_Word __thumb_mode_bit = _Unwind_GetGR(
__context
, 15) & 0x1
[
all
...]
/external/chromium_org/third_party/jinja2/
ext.py
131
def _gettext_alias(
__context
, *args, **kwargs):
132
return
__context
.call(
__context
.resolve('gettext'), *args, **kwargs)
137
def gettext(
__context
, __string, **variables):
138
rv =
__context
.call(func, __string)
139
if
__context
.eval_ctx.autoescape:
147
def ngettext(
__context
, __singular, __plural, __num, **variables):
149
rv =
__context
.call(func, __singular, __plural, __num)
150
if
__context
.eval_ctx.autoescape:
sandbox.py
350
def call(__self,
__context
, __obj, *args, **kwargs):
356
return
__context
.call(__obj, *args, **kwargs)
runtime.py
77
self.
__context
= context
80
blocks = self.
__context
.blocks[name]
81
return BlockReference(name, self.
__context
, blocks, 0)
86
self.
__context
.name
/external/libcxxabi/src/
private_typeinfo.h
239
const __class_type_info*
__context
;
member in class:__cxxabiv1::__pointer_to_member_type_info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 84 milliseconds