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

1 2 3 4

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 25 CONTEXT(2),
38 case 2: return CONTEXT;
  /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...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 90 uint32_t CONTEXT = ((line1 & 0xf800) | (line2 & 0x07f0));
96 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
98 CONTEXT = (((CONTEXT & 0x7bf7) << 1) | bVal |
107 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
109 CONTEXT =
110 (((CONTEXT & 0x7bf7) << 1) | bVal |
117 uint32_t CONTEXT = (line2 & 0x07f0);
124 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
126 CONTEXT
    [all...]
JBig2_GrrdProc.cpp 63 uint32_t CONTEXT = line5;
64 CONTEXT |= line4 << 3;
65 CONTEXT |= line3 << 6;
66 CONTEXT |= GRREFERENCE->getPixel(w - GRREFERENCEDX + GRAT[2],
69 CONTEXT |= line2 << 9;
70 CONTEXT |= line1 << 10;
71 CONTEXT |= GRREG->getPixel(w + GRAT[0], h + GRAT[1]) << 12;
72 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
118 uint32_t CONTEXT = line5;
119 CONTEXT |= line4 << 3
    [all...]
  /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) {}
  /external/libvpx/libvpx/test/
register_state_check.h 56 static bool StoreRegisters(CONTEXT *const context) {
59 context->ContextFlags = CONTEXT_FLOATING_POINT;
60 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
68 CONTEXT post_context;
81 CONTEXT pre_context_;
  /external/clang/test/CodeGenCXX/
arm-swiftcall.cpp 9 #define CONTEXT __attribute__((swift_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()".
  /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;
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 72 type Context C.CONTEXT
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 72 type Context C.CONTEXT
  /external/v8/src/base/debug/
stack_trace_win.cc 188 StackTrace::StackTrace(const CONTEXT* context) { InitTrace(context); }
190 void StackTrace::InitTrace(const CONTEXT* context_record) {
191 // StackWalk64 modifies the register context in place, so we have to copy it
192 // so that downstream exception handlers get the right context. The incoming
193 // context may have had more register state (YMM, etc) than we need to unwind
195 CONTEXT context_copy;
  /external/v8/src/objects/
scope-info.cc 9 #include "src/ast/context-slot-cache.h"
78 case VariableLocation::CONTEXT:
101 receiver_info = CONTEXT;
122 function_name_info = CONTEXT;
132 const bool has_receiver = receiver_info == STACK || receiver_info == CONTEXT;
191 // Add stack locals' names, context locals' names and info, module variables'
194 // Context locals are added using their index.
213 case VariableLocation::CONTEXT: {
214 // Due to duplicate parameters, context locals aren't guaranteed to come
216 int local_index = var->index() - Context::MIN_CONTEXT_SLOTS
    [all...]
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...]
  /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/sanitizer_common/
sanitizer_win.cc 731 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
733 CONTEXT ctx = *(CONTEXT *)context;
814 SignalContext SignalContext::Create(void *siginfo, void *context) {
816 CONTEXT *context_record = (CONTEXT *)context;
839 return SignalContext(context, access_addr, pc, sp, bp, is_memory_access,
  /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;
  /external/v8/src/ast/
variables.h 28 // scope is only used to follow the context chain length.
64 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; }
  /hardware/intel/img/psb_video/src/
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...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 59 // CONTEXT-SPECIFIC 42], that means that the tag is replaced by another.
61 // On the other hand, if it said [EXPLICIT CONTEXT-SPECIFIC 10], then an
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 59 // CONTEXT-SPECIFIC 42], that means that the tag is replaced by another.
61 // On the other hand, if it said [EXPLICIT CONTEXT-SPECIFIC 10], then an
  /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/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...]

Completed in 686 milliseconds

1 2 3 4