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

1 2 3

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.cpp 69 FX_DWORD CONTEXT;
98 CONTEXT = ((line1 & 0xf800) | (line2 & 0x07f0));
104 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
106 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
115 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
117 CONTEXT =
118 (((CONTEXT & 0x7bf7) << 1) | bVal |
125 CONTEXT = (line2 & 0x07f0);
132 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
    [all...]
JBig2_GrrdProc.cpp 38 FX_DWORD CONTEXT;
65 CONTEXT = line5;
66 CONTEXT |= line4 << 3;
67 CONTEXT |= line3 << 6;
68 CONTEXT |= GRREFERENCE->getPixel(w - GRREFERENCEDX + GRAT[2],
71 CONTEXT |= line2 << 9;
72 CONTEXT |= line1 << 10;
73 CONTEXT |= GRREG->getPixel(w + GRAT[0], h + GRAT[1]) << 12;
74 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
117 CONTEXT = line5
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 49 static bool StoreRegisters(CONTEXT* const context) {
52 context->ContextFlags = CONTEXT_FLOATING_POINT;
53 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
61 CONTEXT post_context;
75 CONTEXT pre_context_;
  /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;
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/libvpx/libvpx/test/
register_state_check.h 60 static bool StoreRegisters(CONTEXT* const context) {
63 context->ContextFlags = CONTEXT_FLOATING_POINT;
64 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
72 CONTEXT post_context;
86 CONTEXT pre_context_;
  /external/v8/src/ast/
scopeinfo.cc 18 // Collect stack and context locals.
39 receiver_info = CONTEXT;
58 function_name_info = CONTEXT;
71 const bool has_receiver = receiver_info == STACK || receiver_info == CONTEXT;
127 // Due to usage analysis, context-allocated locals are not necessarily in
132 // context slot index before adding them to the ScopeInfo object.
135 // Add context locals' names.
141 // Add context globals' names.
147 // Add context locals' info.
158 // Add context globals' info
    [all...]
variables.h 34 // scope is only used to follow the context chain length.
68 bool IsContextSlot() const { return location_ == VariableLocation::CONTEXT; }
scopes.cc 122 // Ensure at least MIN_CONTEXT_SLOTS to indicate a materialized context.
124 static_cast<int>(Context::MIN_CONTEXT_SLOTS));
145 num_heap_slots_ = Context::MIN_CONTEXT_SLOTS;
210 Context* context, Scope* script_scope) {
211 // Reconstruct the outer scope chain from a closure's context chain.
214 while (!context->IsNativeContext()) {
215 if (context->IsWithContext() || context->IsDebugEvaluateContext()) {
225 } else if (context->IsScriptContext())
    [all...]
  /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));
  /external/compiler-rt/lib/asan/
asan_win.cc 189 void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
193 void AsanOnDeadlySignal(int, void *siginfo, void *context) {
201 CONTEXT *context = info->ContextRecord; local
209 SignalContext sig = SignalContext::Create(exception_record, context);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 650 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
652 CONTEXT ctx = *(CONTEXT *)context;
733 SignalContext SignalContext::Create(void *siginfo, void *context) {
735 CONTEXT *context_record = (CONTEXT*)context;
747 return SignalContext(context, access_addr, pc, sp, bp);
  /external/skia/tools/
CrashHandler.cpp 32 unw_context_t context; local
33 unw_getcontext(&context);
36 unw_init_local(&cursor, &context);
132 CONTEXT* c = e->ContextRecord;
  /hardware/intel/img/psb_video/src/
tng_yuv_processor.c 70 /* ctx could be create in/out another dec context */
230 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
233 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context, msvdx_tiled is 0x%08x \n", obj_context->msvdx_tile);
264 drv_debug_msg(VIDEO_DEBUG_GENERAL, "attempt to update tile context\n");
266 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context\n");
271 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
274 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context, msvdx_tiled is 0x%08x \n", obj_context->msvdx_tile);
372 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
377 VAContextID context,
389 obj_context = CONTEXT(context)
    [all...]
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 */
pnw_rotate.c 58 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
700 drv_debug_msg(VIDEO_DEBUG_GENERAL, "attempt to update tile context\n");
702 drv_debug_msg(VIDEO_DEBUG_GENERAL, "update tile context\n");
703 object_context_p obj_context = CONTEXT(obj_surface->context_id);
712 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
vsp_VPP.c 41 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
460 /* first picture, need to setup the VSP context */
479 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
490 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
517 drv_debug_msg(VIDEO_DEBUG_ERROR, "can not reset pipeline in the mid of post-processing or without create a new context\n");
537 /* Destory the VSP context */
854 VAContextID context,
867 obj_context = CONTEXT(context);
869 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find context\n")
    [all...]
psb_drv_video.c 136 #define CONTEXT(id) ((object_context_p) object_heap_lookup( &driver_data->context_heap, id ))
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 143 jobject context, jint attribute, jintArray value) {
144 if (display == NULL || context == NULL || value == NULL
150 EGLContext ctx = getContext(_env, context);
433 static jboolean jni_eglDestroyContext(JNIEnv *_env, jobject _this, jobject display, jobject context) {
434 if (display == NULL || context == NULL) {
439 EGLContext ctx = getContext(_env, context);
466 static jboolean jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) {
467 if (display == NULL || draw == NULL || read == NULL || context == NULL) {
474 EGLContext ctx = getContext(_env, context);
529 #define CONTEXT "Ljavax/microedition/khronos/egl/EGLContext;
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 193 void checkCreate (const char* desc, EGLDisplay dpy, const char* dpyStr, EGLContext context, const char* ctxStr, EGLenum source, const char* srcStr, EGLint expectError);
197 #define CHECK_CREATE(MSG, DPY, CONTEXT, SOURCE, ERR) checkCreate(MSG, DPY, #DPY, CONTEXT, #CONTEXT, SOURCE, #SOURCE, ERR)
199 CHECK_CREATE("Testing bad context (-1)...", m_display, (EGLContext)-1, EGL_NONE, EGL_BAD_CONTEXT);
209 void InvalidCreateImage::checkCreate (const char* msg, EGLDisplay dpy, const char* dpyStr, EGLContext context, const char* ctxStr, EGLenum source, const char* srcStr, EGLint expectError)
214 const EGLImageKHR image = egl.createImageKHR(dpy, context, source, 0, DE_NULL);
244 class Context
247 Context (EglTestContext& eglTestCtx, EGLDisplay display, ContextType ctxType, int width, int height)
272 Context (const Context&)
    [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 50 // This is passed as the context to the MinidumpWriteDump callback.
209 // context outside of an exception.
564 // Make up an exception record for the current thread and CPU context
569 CONTEXT exception_context = {};
644 // Make up an exception record for the current thread and CPU context
649 CONTEXT exception_context = {};
736 // Make up an exception record for the current thread and CPU context
741 CONTEXT exception_context = {};
780 CONTEXT ctx;
1002 MinidumpCallbackContext context; local
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 101 CONTEXT ctx_record = {};
  /external/tcpdump/
print-snmp.c 123 * Context-specific ASN.1 types for the SNMP PDUs and their tags
125 static const char *Context[] = {
153 * Context-specific ASN.1 types for the SNMP Exceptions and their tags
221 * Ties together the preceding Universal, Application, Context, and Private
234 defineCLASS(Context),
235 #define CONTEXT 2
588 case CONTEXT:
633 case CONTEXT:
818 ND_PRINT((ndo, "%s(%u)", Class[CONTEXT].Id[elem->id], elem->asnlen));
    [all...]

Completed in 662 milliseconds

1 2 3