/external/chromium_org/cc/scheduler/ |
rate_limiter.h | 24 // A RateLimiter can be used to make sure that a single context does not 26 // the context and call Start() whenever calls are made on the context outside 27 // of normal flow control. RateLimiter will block if the context is too far 32 WebKit::WebGraphicsContext3D* context, 38 // Context and client will not be accessed after Stop(). 44 RateLimiter(WebKit::WebGraphicsContext3D* context,
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/ |
SettingsSecureBasedIdentificationGenerator.java | 7 import android.content.Context; 22 private final Context mContext; 24 public SettingsSecureBasedIdentificationGenerator(Context context) { 25 // Since we do not know the lifetime of the given context, we get the application context 27 mContext = context.getApplicationContext();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
ContentMain.java | 7 import android.content.Context; 24 * Initialize application context in native side. 26 public static void initApplicationContext(Context context) { 27 nativeInitApplicationContext(context); 37 private static native void nativeInitApplicationContext(Context context);
|
/external/chromium_org/gpu/command_buffer/common/ |
constants.h | 33 // Provides finer grained information about why the context was lost. 35 // This context definitely provoked the loss of context. 38 // This context definitely did not provoke the loss of context. 41 // It is unknown whether this context provoked the loss of context.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryListListener.cpp | 33 v8::Handle<v8::Context> context = state->context(); local 34 if (context.IsEmpty()) 37 v8::Context::Scope scope(context); 38 callback.appendArgument(toV8(query, v8::Handle<v8::Object>(), context->GetIsolate()));
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
ThreadableWebSocketChannelClientWrapper.cpp | 44 ThreadableWebSocketChannelClientWrapper::ThreadableWebSocketChannelClientWrapper(ScriptExecutionContext* context, WebSocketChannelClient* client) 45 : m_context(context) 56 PassRefPtr<ThreadableWebSocketChannelClientWrapper> ThreadableWebSocketChannelClientWrapper::create(ScriptExecutionContext* context, WebSocketChannelClient* client) 58 return adoptRef(new ThreadableWebSocketChannelClientWrapper(context, client)); 215 void ThreadableWebSocketChannelClientWrapper::processPendingTasksCallback(ScriptExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper) 217 ASSERT_UNUSED(context, context->isWorkerGlobalScope()); 237 void ThreadableWebSocketChannelClientWrapper::didConnectCallback(ScriptExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper) 239 ASSERT_UNUSED(context, !context); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 42 XvMCContext context = {0}; local 70 /* Test NULL context */ 75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 88 /* Test context id assigned * [all...] |
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/ |
AutofillListAdapter.java | 8 import android.content.Context; 25 private Context mContext; 27 AutofillListAdapter(Context context, ArrayList<AutofillSuggestion> objects) { 28 super(context, R.layout.autofill_text, objects); 29 mContext = context; 37 (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
/external/chromium_org/ui/gl/ |
gl_share_group.h | 25 void AddContext(GLContext* context); 26 void RemoveContext(GLContext* context); 28 // Returns a handle to any initialized context in the share group or NULL if 32 // Returns a pointer to any initialized context in the share group 36 // Sets and returns the unique shared GL context. Used for context 38 void SetSharedContext(GLContext* context);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_context.c | 42 XvMCContext context = {0}; local 70 /* Test NULL context */ 75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 81 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 88 /* Test context id assigned * [all...] |
/external/skia/tests/ |
GrContextFactoryTest.cpp | 19 // Before we ask for a context, we expect the GL context to not be there. 23 // After we ask for a context, we expect that the GL context to be there. 28 // If we did not ask for a context with the particular GL context, we would 29 // expect the particular GL context to not be there.
|
/frameworks/av/libvideoeditor/osal/inc/ |
LVOSA_FileReader_optim.h | 61 M4OSA_ERR M4OSA_fileReadOpen_optim( M4OSA_Context* context, 65 M4OSA_ERR M4OSA_fileReadOpen_optim( M4OSA_Context* context, 71 M4OSA_ERR M4OSA_fileReadData_optim( M4OSA_Context context, 74 M4OSA_ERR M4OSA_fileReadSeek_optim( M4OSA_Context context, 77 M4OSA_ERR M4OSA_fileReadClose_optim( M4OSA_Context context ); 78 M4OSA_ERR M4OSA_fileReadGetOption_optim( M4OSA_Context context, 81 M4OSA_ERR M4OSA_fileReadSetOption_optim( M4OSA_Context context,
|
/frameworks/base/core/java/android/content/ |
MutableContextWrapper.java | 20 * Special version of {@link ContextWrapper} that allows the base context to 24 public MutableContextWrapper(Context base) { 29 * Change the base context for this ContextWrapper. All calls will then be 30 * delegated to the base context. Unlike ContextWrapper, the base context 33 * @param base The new base context for this wrapper. 35 public void setBaseContext(Context base) {
|
/frameworks/base/core/java/android/widget/ |
ImageSwitcher.java | 19 import android.content.Context; 29 public ImageSwitcher(Context context) 31 super(context); 34 public ImageSwitcher(Context context, AttributeSet attrs) { 35 super(context, attrs);
|
/frameworks/base/core/java/com/android/internal/policy/ |
IPolicy.java | 19 import android.content.Context; 32 public Window makeNewWindow(Context context); 34 public LayoutInflater makeNewLayoutInflater(Context context); 38 public FallbackEventHandler makeNewFallbackEventHandler(Context context);
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboardView.java | 19 import android.content.Context; 31 public PasswordEntryKeyboardView(Context context, AttributeSet attrs) { 32 super(context, attrs); 35 public PasswordEntryKeyboardView(Context context, AttributeSet attrs, int defStyle) { 36 super(context, attrs, defStyle);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryContainerView.java | 19 import android.content.Context; 30 public DirectoryContainerView(Context context) { 31 super(context); 35 public DirectoryContainerView(Context context, AttributeSet attrs) { 36 super(context, attrs);
|
/frameworks/support/v4/ics/android/support/v4/widget/ |
SearchViewCompatIcs.java | 19 import android.content.Context; 29 public MySearchView(Context context) { 30 super(context); 42 public static View newSearchView(Context context) { 43 return new MySearchView(context);
|
/packages/apps/Browser/src/com/android/browser/ |
AddNewBookmark.java | 19 import android.content.Context; 35 * @param context The application context for the item. 37 AddNewBookmark(Context context) { 38 super(context); 41 LayoutInflater factory = LayoutInflater.from(context);
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
NonformattingListPreference.java | 18 import android.content.Context; 26 public NonformattingListPreference(Context context) { 27 super(context); 30 public NonformattingListPreference(Context context, AttributeSet attrs) { 31 super(context, attrs);
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorViewPager.java | 19 import android.content.Context; 24 public CalculatorViewPager(Context context) { 25 super(context); 28 public CalculatorViewPager(Context context, AttributeSet attrs) { 29 super(context, attrs);
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
CalendarColorSquare.java | 19 import android.content.Context; 33 public CalendarColorSquare(Context context, AttributeSet attrs) { 34 super(context, attrs); 37 public CalendarColorSquare(Context context, AttributeSet attrs, int defStyle) { 38 super(context, attrs, defStyle);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
LayoutNotifyView.java | 19 import android.content.Context; 29 public LayoutNotifyView(Context context) { 30 super(context); 33 public LayoutNotifyView(Context context, AttributeSet attrs) { 34 super(context, attrs);
|
TwoStateImageView.java | 19 import android.content.Context; 31 public TwoStateImageView(Context context, AttributeSet attrs) { 32 super(context, attrs); 35 public TwoStateImageView(Context context) { 36 this(context, null);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
TwoStateImageView.java | 19 import android.content.Context; 31 public TwoStateImageView(Context context, AttributeSet attrs) { 32 super(context, attrs); 35 public TwoStateImageView(Context context) { 36 this(context, null);
|