HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 426 - 450 of 13136) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_resource.c 57 r600->context.get_transfer = u_get_transfer_vtbl;
58 r600->context.transfer_map = u_transfer_map_vtbl;
59 r600->context.transfer_flush_region = u_transfer_flush_region_vtbl;
60 r600->context.transfer_unmap = u_transfer_unmap_vtbl;
61 r600->context.transfer_destroy = u_transfer_destroy_vtbl;
62 r600->context.transfer_inline_write = u_default_transfer_inline_write;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfReporter.cpp 38 const char* context,
42 printf("%s: %s\n", getSeverityName(sev), context);
48 const char* context,
54 SkPdfReport(sev, issue, context, obj, pdfContext);
58 const char* context,
62 printf("%s: %s\n", getSeverityName(sev), context);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
WeekPickerDialog.java 7 import android.content.Context;
14 * @param context The context the dialog is to run in.
19 public WeekPickerDialog(Context context,
23 this(context, 0, callBack, year, weekOfYear, minValue, maxValue);
27 * @param context The context the dialog is to run in.
33 public WeekPickerDialog(Context context,
    [all...]
  /external/chromium_org/v8/test/cctest/
test-decls.cc 45 // A DeclarationContext holds a reference to a v8::Context and keeps
57 Local<Context> context = Local<Context>::New(isolate, context_); local
58 context->Exit();
79 // Perform optional initialization steps on the context after it has
81 virtual void PostInitializeContext(Handle<Context> context) {}
103 Persistent<Context> context_;
130 Local<Context> context = Context::New(isolate local
183 DeclarationContext* context = GetInstance(info.Data()); local
193 DeclarationContext* context = GetInstance(info.Data()); local
202 DeclarationContext* context = GetInstance(info.Data()); local
236 { DeclarationContext context; local
242 { DeclarationContext context; local
249 { DeclarationContext context; local
257 { DeclarationContext context; local
263 { DeclarationContext context; local
286 { AbsentPropertyContext context; local
292 { AbsentPropertyContext context; local
299 { AbsentPropertyContext context; local
307 { AbsentPropertyContext context; local
313 { AbsentPropertyContext context; local
319 { AbsentPropertyContext context; local
368 { AppearingPropertyContext context; local
374 { AppearingPropertyContext context; local
381 { AppearingPropertyContext context; local
389 { AppearingPropertyContext context; local
395 { AppearingPropertyContext context; local
425 { ExistsInPrototypeContext context; local
430 { ExistsInPrototypeContext context; local
438 { ExistsInPrototypeContext context; local
446 { ExistsInPrototypeContext context; local
454 { ExistsInPrototypeContext context; local
483 { AbsentInPrototypeContext context; local
529 { ExistsInHiddenPrototypeContext context; local
534 { ExistsInHiddenPrototypeContext context; local
539 { ExistsInHiddenPrototypeContext context; local
548 { ExistsInHiddenPrototypeContext context; local
554 { ExistsInHiddenPrototypeContext context; local
612 { SimpleContext context; local
629 { SimpleContext context; local
665 SimpleContext context; local
704 SimpleContext context; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBuiltinPrecisionTests.cpp 39 TestCaseGroup* createBuiltinPrecisionTests (Context& context)
42 context, "precision", "Builtin precision tests");
49 bpt::addBuiltinPrecisionTests(context.getTestContext(),
50 context.getRenderContext(),
60 bpt::addBuiltinPrecisionTests(context.getTestContext(),
61 context.getRenderContext(),
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationUiDevice.java 29 private final UiAutomationContext context; field in class:UiAutomationUiDevice
31 UiAutomationUiDevice(UiAutomationContext context) {
32 this.context = context;
38 return context.callUiAutomation(new UiAutomationCallable<Bitmap>() {
54 return context;
  /external/icu/icu4c/source/common/
uarrsort.h 29 * @param context Application-specific pointer, passed through by uprv_sortArray().
40 UComparator(const void *context, const void *left, const void *right);
52 * @param context Application-specific pointer, passed through to the UComparator.
60 UComparator *cmp, const void *context,
68 uprv_uint16Comparator(const void *context, const void *left, const void *right);
75 uprv_int32Comparator(const void *context, const void *left, const void *right);
82 uprv_uint32Comparator(const void *context, const void *left, const void *right);
99 UComparator *cmp, const void *context);
  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 29 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context,
44 in_map = pipe_buffer_map(context, ib->buffer,
58 pipe_buffer_unmap(context, src_transfer);
61 void util_shorten_ubyte_elts(struct pipe_context *context,
72 new_elts = pipe_buffer_create(context->screen,
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
79 util_shorten_ubyte_elts_to_userptr(context, ib, index_bias,
81 pipe_buffer_unmap(context, dst_transfer);
90 void util_rebuild_ushort_elts_to_userptr(struct pipe_context *context,
104 in_map = pipe_buffer_map(context, ib->buffer
    [all...]
u_index_modify.h 30 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context,
37 void util_shorten_ubyte_elts(struct pipe_context *context,
46 void util_rebuild_ushort_elts_to_userptr(struct pipe_context *context,
52 void util_rebuild_ushort_elts(struct pipe_context *context,
60 void util_rebuild_uint_elts_to_userptr(struct pipe_context *context,
66 void util_rebuild_uint_elts(struct pipe_context *context,
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_resource.c 57 r600->context.get_transfer = u_get_transfer_vtbl;
58 r600->context.transfer_map = u_transfer_map_vtbl;
59 r600->context.transfer_flush_region = u_transfer_flush_region_vtbl;
60 r600->context.transfer_unmap = u_transfer_unmap_vtbl;
61 r600->context.transfer_destroy = u_transfer_destroy_vtbl;
62 r600->context.transfer_inline_write = u_default_transfer_inline_write;
  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 19 import android.content.Context;
36 public void post(int event, int index, Context context) {
37 if (context instanceof AndouKun) {
41 mMainActivity = (AndouKun)context;
46 public void postImmediate(int event, int index, Context context) {
47 if (context instanceof AndouKun) {
51 mMainActivity = (AndouKun)context;
YesNoDialogPreference.java 19 import android.content.Context;
30 public YesNoDialogPreference(Context context, AttributeSet attrs) {
31 this(context, attrs, android.R.attr.yesNoPreferenceStyle);
35 public YesNoDialogPreference(Context context, AttributeSet attrs,
37 super(context, attrs, defStyle);
41 public YesNoDialogPreference(Context context) {
42 this(context, null)
    [all...]
  /external/skia/experimental/PdfViewer/
SkPdfReporter.cpp 38 const char* context,
42 printf("%s: %s\n", getSeverityName(sev), context);
48 const char* context,
54 SkPdfReport(sev, issue, context, obj, pdfContext);
58 const char* context,
62 printf("%s: %s\n", getSeverityName(sev), context);
  /frameworks/base/core/java/com/android/internal/policy/
PolicyManager.java 19 import android.content.Context;
56 public static Window makeNewWindow(Context context) {
57 return sPolicy.makeNewWindow(context);
60 public static LayoutInflater makeNewLayoutInflater(Context context) {
61 return sPolicy.makeNewLayoutInflater(context);
68 public static FallbackEventHandler makeNewFallbackEventHandler(Context context) {
69 return sPolicy.makeNewFallbackEventHandler(context);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
RotationPolicy.java 19 import android.content.Context;
54 * @param context Context for accessing system resources.
57 public static boolean isRotationSupported(Context context) {
58 PackageManager pm = context.getPackageManager();
62 && context.getResources().getBoolean(
74 public static int getRotationLockOrientation(Context context) {
75 if (!areAllRotationsAllowed(context)) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 19 import android.content.Context;
31 public PasswordEntryKeyboardView(Context context, AttributeSet attrs) {
32 this(context, attrs, 0);
35 public PasswordEntryKeyboardView(Context context, AttributeSet attrs, int defStyleAttr) {
36 this(context, attrs, defStyleAttr, 0);
40 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
41 super(context, attrs, defStyleAttr, defStyleRes)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java 22 import android.content.Context;
36 public ExceptionTextView(Context context) {
37 super(context);
40 public ExceptionTextView(Context context, AttributeSet attrs) {
41 super(context, attrs);
44 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) {
45 super(context, attrs, defStyle)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
Policy.java 19 import android.content.Context;
59 public Window makeNewWindow(Context context) {
60 return new PhoneWindow(context);
63 public LayoutInflater makeNewLayoutInflater(Context context) {
64 return new PhoneLayoutInflater(context);
71 public FallbackEventHandler makeNewFallbackEventHandler(Context context) {
72 return new PhoneFallbackEventHandler(context);
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
MainView.java 19 import android.content.Context;
28 public MainView(Context context) {
29 super(context);
32 public MainView(Context context, AttributeSet attrs) {
33 super(context, attrs);
36 public MainView(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/menu/
BridgeMenuItemImpl.java 21 import android.content.Context;
44 Context context = menu.getContext(); local
45 while (context instanceof ContextThemeWrapper) {
46 context = ((ContextThemeWrapper) context).getBaseContext();
48 if (context instanceof BridgeContext) {
49 mContext = ((BridgeContext) context);
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 21 import android.content.Context;
37 * Construct a new WebView with a Context object.
38 * @param context A Context object used to access application assets.
40 public MapView(Context context) {
41 this(context, null);
46 * @param context A Context object used to access application assets.
49 public MapView(Context context, AttributeSet attrs)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseRowsFrameLayout.java 16 import android.content.Context;
29 public BrowseRowsFrameLayout(Context context) {
30 this(context ,null);
33 public BrowseRowsFrameLayout(Context context, AttributeSet attrs) {
34 this(context, attrs, 0);
37 public BrowseRowsFrameLayout(Context context, AttributeSet attrs,
39 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
SnapshotGridView.java 18 import android.content.Context;
28 public SnapshotGridView(Context context) {
29 super(context);
32 public SnapshotGridView(Context context, AttributeSet attrs) {
33 super(context, attrs);
36 public SnapshotGridView(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
WeekButton.java 19 import android.content.Context;
27 public WeekButton(Context context) {
28 super(context);
31 public WeekButton(Context context, AttributeSet attrs) {
32 super(context, attrs);
35 public WeekButton(Context context, AttributeSet attrs, int defStyle) {
36 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
MockAlarmManager.java 20 import android.content.Context;
26 private Context context; field in class:MockAlarmManager
31 MockAlarmManager(Context context) {
32 this.context = context;
47 context, expectedAlarmTime, DateUtils.FORMAT_SHOW_TIME) + ", actual:"
48 + DateUtils.formatDateTime(context, actualAlarmTime,

Completed in 1274 milliseconds

<<11121314151617181920>>