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

1 2 3

  /external/clang/test/Sema/
attr-swiftcall.c 6 #define CONTEXT __attribute__((swift_context))
23 void error_result_bad_type(CONTEXT void *context, ERROR_RESULT int error) SWIFTCALL; // expected-error {{'swift_error_result' parameter must have pointer to unqualified pointer type; type here is 'int'}}
24 void error_result_bad_type2(CONTEXT void *context, ERROR_RESULT int *error) SWIFTCALL; // expected-error {{'swift_error_result' parameter must have pointer to unqualified pointer type; type here is 'int *'}}
25 void error_result_okay(int a, int b, CONTEXT void *context, ERROR_RESULT void **error) SWIFTCALL;
27 void context_nonswift(CONTEXT void *context); // expected-error {{'swift_context' parameter can only be used with swiftcall calling convention}}
28 void context_bad_position(CONTEXT void *context, int x) SWIFTCALL; // expected-error {{'swift_context' parameter can only be followe (…)
    [all...]
  /external/clang/test/SemaCXX/
attr-swiftcall.cpp 6 #define CONTEXT __attribute__((swift_context))
22 void error_result_bad_type(CONTEXT void *context, ERROR_RESULT int error) SWIFTCALL; // expected-error {{'swift_error_result' parameter must have pointer to unqualified pointer type; type here is 'int'}}
23 void error_result_bad_type2(CONTEXT void *context, ERROR_RESULT int *error) SWIFTCALL; // expected-error {{'swift_error_result' parameter must have pointer to unqualified pointer type; type here is 'int *'}}
24 void error_result_okay(int a, int b, CONTEXT void *context, ERROR_RESULT void **error) SWIFTCALL;
26 void context_nonswift(CONTEXT void *context); // expected-error {{'swift_context' parameter can only be used with swiftcall calling convention}}
27 void context_bad_position(CONTEXT void *context, int x) SWIFTCALL; // expected-error {{'swift_context' parameter can only be followe (…)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 25 CONTEXT(2),
38 case 2: return CONTEXT;
  /external/clang/test/CodeGenCXX/
arm-swiftcall.cpp 9 #define CONTEXT __attribute__((swift_context))
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 57 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
337 psb_RecalcRotate(ctx, CONTEXT(obj_surface->context_id));
401 psb_RecalcRotate(ctx, CONTEXT(obj_surface->context_id));
psb_surface_gralloc.c 43 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 45 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
vsp_compose.c 40 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
67 /* Destory the VSP context */
78 /* Init the VSP context */
tng_yuv_processor.c 70 /* ctx could be create in/out another dec context */
235 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
238 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context, msvdx_tiled is 0x%08x \n", obj_context->msvdx_tile);
269 drv_debug_msg(VIDEO_DEBUG_GENERAL, "attempt to update tile context\n");
271 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context\n");
276 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
279 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context, msvdx_tiled is 0x%08x \n", obj_context->msvdx_tile);
377 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
382 VAContextID context,
394 obj_context = CONTEXT(context)
    [all...]
pnw_rotate.c 58 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
702 drv_debug_msg(VIDEO_DEBUG_GENERAL, "attempt to update tile context\n");
704 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context\n");
705 object_context_p obj_context = CONTEXT(obj_surface->context_id);
718 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
psb_overlay.c 55 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
    [all...]
vsp_vp8.c 40 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
202 /* currently vp8 will use vpp's context since they will use the same cmdbuf */
804 cmd[cmd_idx].context, cmd[cmd_idx].type);
    [all...]
psb_drv_video.c 136 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
    [all...]
psb_output.c 62 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
    [all...]
vsp_VPP.c 41 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
464 /* first picture, need to setup the VSP context */
483 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
494 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
521 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
541 /* Destory the VSP context */
858 VAContextID context,
871 obj_context = CONTEXT(context);
873 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find context\n")
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 102 uint32_t CONTEXT = ((line1 & 0xf800) | (line2 & 0x07f0));
111 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
113 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
125 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
127 CONTEXT =
128 (((CONTEXT & 0x7bf7) << 1) | bVal |
135 uint32_t CONTEXT = (line2 & 0x07f0);
145 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
147 CONTEXT
    [all...]
JBig2_GrrdProc.cpp 70 uint32_t CONTEXT =
75 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
89 uint32_t CONTEXT =
94 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
108 uint32_t CONTEXT = lines[4];
109 CONTEXT |= lines[3] << 3;
110 CONTEXT |= lines[2] << 6;
111 CONTEXT |= GRREFERENCE->getPixel(w - GRREFERENCEDX + GRAT[2],
114 CONTEXT |= lines[1] << 9;
115 CONTEXT |= lines[0] << 10
    [all...]
  /external/v8/src/objects/
scope-info.h 53 // context. This includes the parameters that are allocated in the context.
62 // Return the number of context slots for code if a context is allocated. This
64 // 1. Size of fixed header for every context: Context::MIN_CONTEXT_SLOTS
65 // 2. One context slot per context allocated local.
66 // 3. One context slot for the function name if it is context allocated
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 20 import android.content.Context;
47 private static Context CONTEXT;
55 Button result = new Button(CONTEXT);
69 TextView result = new TextView(CONTEXT);
78 EditText result = new EditText(CONTEXT);
87 public static ViewGroup create(Context context1) {
88 CONTEXT = context1;
  /external/clang/test/CodeGen/
arm-swiftcall.c 9 #define CONTEXT __attribute__((swift_context))
26 SWIFTCALL void context_1(CONTEXT void *self) {}
29 SWIFTCALL void context_2(void *arg0, CONTEXT void *self) {}
32 SWIFTCALL void context_error_1(CONTEXT int *self, ERROR float **error) {}
54 SWIFTCALL void context_error_2(short s, CONTEXT int *self, ERROR float **error) {}
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 58 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
psb_x11.c 55 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
  /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);
382 static jboolean jni_eglDestroyContext(JNIEnv *_env, jobject _this, jobject display, jobject context) {
383 if (display == NULL || context == NULL) {
388 EGLContext ctx = getContext(_env, context);
406 static jboolean jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) {
407 if (display == NULL || draw == NULL || read == NULL || context == NULL) {
414 EGLContext ctx = getContext(_env, context);
469 #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 124 * Context-specific ASN.1 types for the SNMP PDUs and their tags
126 static const char *Context[] = {
154 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
222 * Ties together the preceding Universal, Application, Context, and Private
235 defineCLASS(Context),
236 #define CONTEXT 2
607 case CONTEXT:
651 case CONTEXT:
836 ND_PRINT((ndo, "%s(%u)", Class[CONTEXT].Id[elem->id], elem->asnlen));
    [all...]

Completed in 945 milliseconds

1 2 3