HomeSort by relevance Sort by last modified time
    Searched defs:CONTEXT (Results 1 - 10 of 10) sorted by null

  /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; }
objects.h 81 // - Context
    [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/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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 545 milliseconds