HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 26 - 50 of 6481) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/canvas/
WebKitLoseContext.cpp 36 WebKitLoseContext::WebKitLoseContext(WebGLRenderingContext* context)
38 , m_context(context)
51 PassRefPtr<WebKitLoseContext> WebKitLoseContext::create(WebGLRenderingContext* context)
53 return adoptRef(new WebKitLoseContext(context));
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Mutex.h 38 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexOpen( M4OSA_Context* context );
41 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexLock( M4OSA_Context context,
45 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexUnlock( M4OSA_Context context );
48 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_mutexClose( M4OSA_Context context );
M4OSA_Semaphore.h 35 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreOpen( M4OSA_Context* context,
39 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphorePost( M4OSA_Context context );
42 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreWait( M4OSA_Context context,
46 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreClose( M4OSA_Context context );
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetContainerView.java 19 import android.content.Context;
25 public AppWidgetContainerView(Context context) {
26 super(context);
29 public AppWidgetContainerView(Context context, AttributeSet attrs) {
30 super(context, attrs);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLCipherContext.java 20 private final long context; field in class:OpenSSLCipherContext
27 this.context = ctx;
33 NativeCrypto.EVP_CIPHER_CTX_cleanup(context);
40 return context;
OpenSSLDigestContext.java 20 private final long context; field in class:OpenSSLDigestContext
27 this.context = ctx;
33 NativeCrypto.EVP_MD_CTX_destroy(context);
40 return context;
  /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/Launcher2/src/com/android/launcher2/
HolographicImageView.java 19 import android.content.Context;
28 public HolographicImageView(Context context) {
29 this(context, null);
32 public HolographicImageView(Context context, AttributeSet attrs) {
33 this(context, attrs, 0);
36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
  /external/apache-http/src/org/apache/http/client/protocol/
ClientContextConfigurer.java 44 private final HttpContext context; field in class:ClientContextConfigurer
46 public ClientContextConfigurer (final HttpContext context) {
47 if (context == null)
48 throw new IllegalArgumentException("HTTP context may not be null");
49 this.context = context;
53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry);
57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
61 this.context.setAttribute(COOKIE_STORE, store);
65 this.context.setAttribute(CREDS_PROVIDER, provider)
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 81 VideoEditorResampler *context = new VideoEditorResampler(); local
82 context->mResampler = AudioResampler::create(
84 if (context->mResampler == NULL) {
87 context->mResampler->setSampleRate(android::VideoEditorResampler::kFreq32000Hz);
88 context->mResampler->setVolume(0x1000, 0x1000);
89 context->nbChannels = inChannelCount;
90 context->outSamplingRate = sampleRate;
91 context->mInput = NULL;
92 context->mTmpInBuffer = NULL;
94 return ((M4OSA_Context )context);
100 VideoEditorResampler *context = local
115 VideoEditorResampler *context = local
122 VideoEditorResampler *context = local
149 VideoEditorResampler *context = local
    [all...]
  /external/icu4c/common/unicode/
uclean.h 120 * @param context user supplied value, obtained from from u_setMutexFunctions().
130 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
137 * @param context user supplied value, obtained from from u_setMutexFunctions().
142 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
151 * @param context This pointer value will be saved, and then (later) passed as
163 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
169 * @param context user supplied value, obtained from from u_setAtomicIncDecFunctions().
175 typedef int32_t U_CALLCONV UMtxAtomicFn(const void *context, int32_t *p);
183 * @param context This pointer value will be saved, and then (later) passed as
193 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
PixelDumpSupportGtk.cpp 52 cairo_t* context = cairo_create(imageSurface); local
55 gdk_cairo_set_source_pixmap(context, pixmap, 0, 0);
56 cairo_paint(context);
59 gtk_widget_draw(viewContainer, context);
66 cairo_set_line_width(context, 1.0);
67 cairo_rectangle(context, rectangle.x, rectangle.y, rectangle.width, rectangle.height);
68 cairo_set_source_rgba(context, 1.0, 0.0, 0.0, 1.0);
69 cairo_stroke(context);
72 return BitmapContext::createByAdoptingBitmapAndContext(0, context);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 45 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
50 ASSERT(context);
57 context->setAlpha(svgStyle ? svgStyle->fillOpacity() : 1.0f);
58 context->setFillColor(m_color, colorSpace);
59 context->setFillRule(svgStyle ? svgStyle->fillRule() : RULE_NONZERO);
62 context->setTextDrawingMode(TextModeFill);
64 context->setAlpha(svgStyle ? svgStyle->strokeOpacity() : 1.0f);
65 context->setStrokeColor(m_color, colorSpace);
68 SVGRenderSupport::applyStrokeStyleToContext(context, style, object);
71 context->setTextDrawingMode(TextModeStroke)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMenuInflater.java 3 import android.content.Context;
18 private Context context; field in class:ShadowMenuInflater
20 public void __constructor__(Context context) {
21 this.context = context;
26 shadowOf(context.getApplicationContext()).getResourceLoader().inflateMenu(context, resource, root);
  /external/webkit/Source/WebCore/webaudio/
AudioDestinationNode.cpp 38 AudioDestinationNode::AudioDestinationNode(AudioContext* context, double sampleRate)
39 : AudioNode(context, sampleRate)
55 context()->setAudioThread(currentThread());
57 if (!context()->isRunnable()) {
62 // Let the context take care of any business at the start of each render quantum.
63 context()->handlePreRenderTasks();
76 // Let the context take care of any business at the end of each render quantum.
77 context()->handlePostRenderTasks();
  /frameworks/base/core/java/android/inputmethodservice/
ExtractButton.java 19 import android.content.Context;
27 public ExtractButton(Context context) {
28 super(context, null);
31 public ExtractButton(Context context, AttributeSet attrs) {
32 super(context, attrs, com.android.internal.R.attr.buttonStyle);
35 public ExtractButton(Context context, AttributeSet attrs, int defStyle) {
36 super(context, attrs, defStyle)
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceCategory.java 21 import android.content.Context;
38 public PreferenceCategory(Context context, AttributeSet attrs, int defStyle) {
39 super(context, attrs, defStyle);
42 public PreferenceCategory(Context context, AttributeSet attrs) {
43 this(context, attrs, com.android.internal.R.attr.preferenceCategoryStyle);
46 public PreferenceCategory(Context context) {
47 this(context, null)
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardLinearLayout.java 18 import android.content.Context;
29 public KeyguardLinearLayout(Context context) {
30 this(context, null, 0);
33 public KeyguardLinearLayout(Context context, AttributeSet attrs) {
34 this(context, attrs, 0);
37 public KeyguardLinearLayout(Context context, AttributeSet attrs, int defStyle) {
38 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
CustomScreenLinearLayout.java 20 import android.content.Context;
27 public CustomScreenLinearLayout(Context context) {
28 super(context);
32 public CustomScreenLinearLayout(Context context, AttributeSet attrs) {
33 super(context, attrs);
37 public CustomScreenLinearLayout(Context context, AttributeSet attrs,
39 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
LinearLayoutWithMaxWidth.java 19 import android.content.Context;
26 public LinearLayoutWithMaxWidth(Context context) {
27 super(context);
30 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs) {
31 super(context, attrs);
34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) {
35 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
FullHeightLinearLayout.java 19 import android.content.Context;
31 public FullHeightLinearLayout(Context context) {
32 super(context);
35 public FullHeightLinearLayout(Context context, AttributeSet attrs) {
36 super(context, attrs);
39 public FullHeightLinearLayout(Context context, AttributeSet attrs, int defStyle) {
40 super(context, attrs, defStyle)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
SwipeLayout.java 19 import android.content.Context;
32 public SwipeLayout(Context context) {
33 super(context);
36 public SwipeLayout(Context context, AttributeSet attrs) {
37 super(context, attrs);
40 public SwipeLayout(Context context, AttributeSet attrs, int defStyle) {
41 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
IngestGridView.java 19 import android.content.Context;
35 public IngestGridView(Context context) {
36 super(context);
39 public IngestGridView(Context context, AttributeSet attrs) {
40 super(context, attrs);
43 public IngestGridView(Context context, AttributeSet attrs, int defStyle) {
44 super(context, attrs, defStyle)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
EditorRelativeLayout.java 21 import android.content.Context;
36 public EditorRelativeLayout(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle);
42 public EditorRelativeLayout(Context context, AttributeSet attrs) {
43 this(context, attrs, 0);
46 public EditorRelativeLayout(Context context) {
47 this(context, null, 0)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
ClientSessionContextTest.java 29 ClientSessionContext context = new ClientSessionContext(); local
33 context.putSession(a);
34 assertSessionContextContents(context, new SSLSession[] { a }, new SSLSession[] { b });
36 context.putSession(b);
37 assertSessionContextContents(context, new SSLSession[] { a, b }, new SSLSession[0]);
41 ClientSessionContext context = new ClientSessionContext(); local
47 context.putSession(a);
48 assertSessionContextContents(context, new SSLSession[] { a }, new SSLSession[] { b, c, d });
50 context.putSession(b);
51 assertSessionContextContents(context, new SSLSession[] { a, b }, new SSLSession[] { c, d })
64 ClientSessionContext context = new ClientSessionContext(); local
    [all...]

Completed in 536 milliseconds

12 3 4 5 6 7 8 91011>>