HomeSort by relevance Sort by last modified time
    Searched refs:CONTEXT (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/ti/wlan/wl1271/utils/
bmtrace_api.h 48 int bm_act_register_event(char* module, char* context, char* group, unsigned char level, char* name, char* suffix, int is_param);
65 #define CL_TRACE_END(MODULE, CONTEXT, GROUP, LEVEL, SUFFIX) \
69 loc = bm_act_register_event(MODULE, CONTEXT, GROUP, LEVEL, (char*)__FUNCTION__, SUFFIX, 0); \
87 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX)
88 #define CL_TRACE_END_L2(MODULE, CONTEXT, GROUP, SUFFIX)
89 #define CL_TRACE_END_L3(MODULE, CONTEXT, GROUP, SUFFIX)
90 #define CL_TRACE_END_L4(MODULE, CONTEXT, GROUP, SUFFIX)
91 #define CL_TRACE_END_L5(MODULE, CONTEXT, GROUP, SUFFIX)
103 #define CL_TRACE_END_L1(MODULE, CONTEXT, GROUP, SUFFIX) CL_TRACE_END(MODULE, CONTEXT, GROUP, 1, SUFFIX
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 93 public static final JavaExpression CONTEXT = symbol("context");
98 public static final JavaExpression RESOURCE_LOADER = callOn(CONTEXT, "getResourceLoader");
169 java.writeStatement(callOn(CONTEXT, "registerMacro", string(name), symbol));
199 java.startMethod(RENDER_METHOD, "context");
201 .writeStatement(declare(Type.DATA_CONTEXT, "dataContext", callOn(CONTEXT, "getDataContext")));
202 java.writeStatement(callOn(CONTEXT, "pushExecutionContext", THIS_TEMPLATE));
204 java.writeStatement(callOn(CONTEXT, "popExecutionContext"));
226 java.writeStatement(callOn(CONTEXT, "writeUnescaped", string(content)));
252 java.writeStatement(callOn(CONTEXT, "writeUnescaped", expressionTranslato
    [all...]
EscapingEvaluator.java 179 // context.isEscapingFunction("name") ? EscapeMode.ESCAPE_IS_CONSTANT : EscapeMode.ESCAPE_NONE
181 JavaExpression.Type.BOOLEAN, TemplateTranslator.CONTEXT, "isEscapingFunction",
192 callOn(JavaExpression.Type.BOOLEAN, TemplateTranslator.CONTEXT, "isEscapingFunction",
199 * "(false || context.isEscapingFunction())" it returns "context.isEscapingFunction()".
ExpressionTranslator.java 347 // Outputs: context.executeFunction("myfunc", args...);
353 return callOn(Type.VALUE, TemplateTranslator.CONTEXT, "executeFunction", args);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 20 import android.content.Context;
37 private static Context CONTEXT;
45 Button result = new Button(CONTEXT);
59 TextView result = new TextView(CONTEXT);
68 EditText result = new EditText(CONTEXT);
77 public static ViewGroup create(Context context1) {
78 CONTEXT = context1;
  /external/v8/src/
variables.h 66 // An indexed slot in a heap context. index() is the variable index in
67 // the context object on the heap, starting at 0. scope() is the
69 CONTEXT,
71 // A named slot in a heap context. name() is the variable name in the
72 // context object on the heap, with lookup starting at the current
73 // context. index() is invalid.
93 // scope is only used to follow the context chain length.
119 bool IsContextSlot() const { return location_ == CONTEXT; }
scopeinfo.cc 42 // Collect stack and context locals.
60 function_name_info = CONTEXT;
106 // Due to usage analysis, context-allocated locals are not necessarily in
111 // context slot index before adding them to the ScopeInfo object.
114 // Add context locals' names.
120 // Add context locals' info.
138 ASSERT(function_name_info != CONTEXT ||
190 FunctionVariableField::decode(Flags()) == CONTEXT;
196 return Context::MIN_CONTEXT_SLOTS + context_locals +
319 result = Context::MIN_CONTEXT_SLOTS + var
    [all...]
scopes.cc 139 // Ensure at least MIN_CONTEXT_SLOTS to indicate a materialized context.
141 static_cast<int>(Context::MIN_CONTEXT_SLOTS));
159 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
203 Scope* Scope::DeserializeScopeChain(Context* context, Scope* global_scope) {
204 // Reconstruct the outer scope chain from a closure's context chain.
208 while (!context->IsGlobalContext()) {
209 if (context->IsWithContext()) {
219 } else if (context->IsFunctionContext()) {
220 ScopeInfo* scope_info = context->closure()->shared()->scope_info()
    [all...]
platform-cygwin.cc 702 // Context used for sampling the register state of the profiled thread.
703 CONTEXT context;
704 memset(&context, 0, sizeof(context));
714 context.ContextFlags = CONTEXT_FULL;
715 if (GetThreadContext(profiled_thread, &context) != 0) {
717 sample->pc = reinterpret_cast<Address>(context.Rip);
718 sample->sp = reinterpret_cast<Address>(context.Rsp);
719 sample->fp = reinterpret_cast<Address>(context.Rbp)
    [all...]
platform-win32.cc     [all...]
prettyprinter.cc 1028 case Variable::CONTEXT:
1029 OS::SNPrintF(buf + pos, " context[%d]", var->index());
hydrogen.cc 2492 HValue* context = environment()->LookupContext(); local
2654 HInstruction* context = AddInstruction(new(zone()) HContext); local
2845 AstContext* context = call_context(); local
2928 HValue* context = environment()->LookupContext(); local
3147 HContext* context = new(zone()) HContext; local
3162 HValue* context = environment()->LookupContext(); local
3561 HValue* context = environment()->LookupContext(); local
3608 HValue* context = environment()->LookupContext(); local
3634 HValue* context = BuildContextChainWalk(variable); local
3659 HValue* context = environment()->LookupContext(); local
3735 HValue* context = environment()->LookupContext(); local
3823 HValue* context = environment()->LookupContext(); local
3980 HValue* context = environment()->LookupContext(); local
4182 HValue* context = environment()->LookupContext(); local
4266 HValue* context = BuildContextChainWalk(var); local
4468 HValue* context = BuildContextChainWalk(var); local
4497 HValue* context = environment()->LookupContext(); local
4541 HValue* context = environment()->LookupContext(); local
4572 HValue* context = environment()->LookupContext(); local
4927 HValue* context = environment()->LookupContext(); local
5002 HValue* context = environment()->LookupContext(); local
5022 HValue* context = environment()->LookupContext(); local
5130 HValue* context = environment()->LookupContext(); local
5371 HConstant* context = new HConstant(Handle<Context>(target->context()), local
5508 HValue* context = environment()->LookupContext(); local
5541 HValue* context = environment()->LookupContext(); local
5570 HValue* context = environment()->LookupContext(); local
5585 HValue* context = environment()->LookupContext(); local
5625 HValue* context = environment()->LookupContext(); local
5776 HValue* context = environment()->LookupContext(); local
5824 HValue* context = environment()->LookupContext(); local
5866 HValue* context = environment()->LookupContext(); local
5883 HValue* context = environment()->LookupContext(); local
5913 HValue* context = environment()->LookupContext(); local
5944 HValue* context = environment()->LookupContext(); local
5959 HValue* context = environment()->LookupContext(); local
5988 HValue* context = environment()->LookupContext(); local
6019 HValue* context = environment()->LookupContext(); local
6117 HValue* context = environment()->LookupContext(); local
6153 HValue* context = environment()->LookupContext(); local
6189 HValue* context = environment()->LookupContext(); local
6198 HValue* context = environment()->LookupContext(); local
6208 HValue* context = environment()->LookupContext(); local
6239 TestContext* context = TestContext::cast(ast_context()); local
6306 HValue* context = environment()->LookupContext(); local
6376 HValue* context = BuildContextChainWalk(var); local
6487 HValue* context = environment()->LookupContext(); local
6597 TestContext* context = TestContext::cast(ast_context()); local
6825 HValue* context = environment()->LookupContext(); local
7053 HValue* context = environment()->LookupContext(); local
7330 HValue* context = environment()->LookupContext(); local
7341 HValue* context = environment()->LookupContext(); local
7355 HValue* context = environment()->LookupContext(); local
7385 HValue* context = environment()->LookupContext(); local
7397 HValue* context = environment()->LookupContext(); local
7408 HValue* context = environment()->LookupContext(); local
7419 HValue* context = environment()->LookupContext(); local
7431 HValue* context = environment()->LookupContext(); local
7442 HValue* context = environment()->LookupContext(); local
7460 HValue* context = environment()->LookupContext(); local
7480 HValue* context = environment()->LookupContext(); local
7527 HValue* context = environment()->LookupContext(); local
7539 HValue* context = environment()->LookupContext(); local
7551 HValue* context = environment()->LookupContext(); local
7563 HValue* context = environment()->LookupContext(); local
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 141 jobject context, jint attribute, jintArray value) {
142 if (display == NULL || context == NULL || value == NULL
148 EGLContext ctx = getContext(_env, context);
434 static jboolean jni_eglDestroyContext(JNIEnv *_env, jobject _this, jobject display, jobject context) {
435 if (display == NULL || context == NULL) {
440 EGLContext ctx = getContext(_env, context);
467 static jboolean jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) {
468 if (display == NULL || draw == NULL || read == NULL || context == NULL) {
475 EGLContext ctx = getContext(_env, context);
530 #define CONTEXT "Ljavax/microedition/khronos/egl/EGLContext;
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 327 typedef CONTEXT PlatformThreadRegisters;
369 return sizeof(CONTEXT);
  /external/srec/tools/grxmlcompile/
vocab.cpp 36 #define GENERIC CONTEXT "#"
  /external/valgrind/tsan/
ts_pin.cc 69 static void DumpEvent(CONTEXT *ctx, EventType type, int32_t tid, uintptr_t pc,
647 static void DumpEvent(CONTEXT *ctx, EventType type, int32_t tid, uintptr_t pc,
723 #define WRAP_PARAM4 THREADID tid, ADDRINT pc, CONTEXT *ctx, \
733 static uintptr_t CallFun4(CONTEXT *ctx, THREADID tid,
748 static uintptr_t CallFun6(CONTEXT *ctx, THREADID tid,
    [all...]
  /external/tcpdump/
print-snmp.c 126 * Context-specific ASN.1 types for the SNMP PDUs and their tags
128 const char *Context[] = {
156 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
224 * Ties together the preceding Universal, Application, Context, and Private
237 defineCLASS(Context),
238 #define CONTEXT 2
591 case CONTEXT:
637 case CONTEXT:
823 Class[CONTEXT].Id[elem->id], elem->asnlen);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 2287 CONTEXT context; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 659 /* A (typedef,context,usage location) triplet.
661 context at a given source location.
675 tree context;
674 tree context; variable
1885 tree context; variable
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 129 // o cp: our context
190 // Possibly allocate a local context.
191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
193 Comment cmnt(masm_, "[ Allocate local context");
203 // Context is returned in both r0 and cp. It replaces the context
206 // Copy any necessary parameters into the context.
215 // Store it in the context.
231 // Load this again, if it's used by the local context below.
776 // context. Otherwise, we let the Visit function deal with th
1254 Register context = cp; local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 118 // o esi: our context
166 __ push(esi); // Callee's context.
183 // Possibly allocate a local context.
184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
186 Comment cmnt(masm_, "[ Allocate local context");
196 // Context is returned in both eax and esi. It replaces the context
200 // Copy parameters into context if necessary.
209 // Store it in the context.
210 int context_offset = Context::SlotOffset(var->index())
1150 Register context = esi; local
1210 Register context = esi; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 137 // o cp: our context
197 // Possibly allocate a local context.
198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS;
200 Comment cmnt(masm_, "[ Allocate local context");
210 // Context is returned in both v0 and cp. It replaces the context
213 // Copy any necessary parameters into the context.
222 // Store it in the context.
238 // Load this again, if it's used by the local context below.
784 // context. Otherwise, we let the Visit function deal with th
1260 Register context = cp; local
    [all...]

Completed in 1591 milliseconds

1 2