HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 76 - 100 of 3096) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/src/android/widget/cts/
MyScrollView.java 19 import android.content.Context;
26 public MyScrollView(Context context) {
27 super(context);
30 public MyScrollView(Context context, AttributeSet attrs) {
31 super(context, attrs);
34 public MyScrollView(Context context, AttributeSet attrs, int defStyle) {
35 super(context, attrs, defStyle)
    [all...]
MockLinearLayout.java 19 import android.content.Context;
29 public MockLinearLayout(Context context, AttributeSet attrs) {
30 super(context, attrs);
33 public MockLinearLayout(Context context) {
34 super(context);
  /development/apps/Development/src/com/android/development/
LogTextBox.java 20 import android.content.Context;
41 public LogTextBox(Context context) {
42 this(context, null);
45 public LogTextBox(Context context, AttributeSet attrs) {
46 this(context, attrs, android.R.attr.textViewStyle);
49 public LogTextBox(Context context, AttributeSet attrs, int defStyle) {
50 super(context, attrs, defStyle)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 20 import android.content.Context;
38 public LogTextBox(Context context) {
39 this(context, null);
42 public LogTextBox(Context context, AttributeSet attrs) {
43 this(context, attrs, android.R.attr.textViewStyle);
46 public LogTextBox(Context context, AttributeSet attrs, int defStyle) {
47 super(context, attrs, defStyle)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 48 static int SDLCALL win32_file_open(SDL_RWops *context, const char *filename, const char *mode)
58 if (!context)
61 context->hidden.win32io.h = INVALID_HANDLE_VALUE; /* mark this as unusable */
62 context->hidden.win32io.buffer.data = NULL;
63 context->hidden.win32io.buffer.size = 0;
64 context->hidden.win32io.buffer.left = 0;
82 context->hidden.win32io.buffer.data = (char *)SDL_malloc(READAHEAD_BUFFER_SIZE);
83 if (!context->hidden.win32io.buffer.data) {
95 SDL_free(context->hidden.win32io.buffer.data);
96 context->hidden.win32io.buffer.data = NULL
    [all...]
  /external/webkit/WebCore/websockets/
ThreadableWebSocketChannel.cpp 53 PassRefPtr<ThreadableWebSocketChannel> ThreadableWebSocketChannel::create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol)
55 ASSERT(context);
59 if (context->isWorkerContext()) {
60 WorkerContext* workerContext = static_cast<WorkerContext*>(context);
68 ASSERT(context->isDocument());
69 return WebSocketChannel::create(context, client, url, protocol);
  /frameworks/base/core/java/android/widget/
ImageButton.java 19 import android.content.Context;
76 public ImageButton(Context context) {
77 this(context, null);
80 public ImageButton(Context context, AttributeSet attrs) {
81 this(context, attrs, com.android.internal.R.attr.imageButtonStyle);
84 public ImageButton(Context context, AttributeSet attrs, int defStyle) {
85 super(context, attrs, defStyle)
    [all...]
SeekBar.java 19 import android.content.Context;
72 public SeekBar(Context context) {
73 this(context, null);
76 public SeekBar(Context context, AttributeSet attrs) {
77 this(context, attrs, com.android.internal.R.attr.seekBarStyle);
80 public SeekBar(Context context, AttributeSet attrs, int defStyle) {
81 super(context, attrs, defStyle)
    [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/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...]
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 20 import android.content.Context;
31 public LayoutSelectorAdapter(Context context) {
32 super(context, getData(context));
35 protected static List<IconListItem> getData(Context context) {
37 addItem(data, context.getString(R.string.select_top_text),
39 addItem(data, context.getString(R.string.select_bottom_text),
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactBadge.java 18 import android.content.Context;
32 public ContactBadge(Context context) {
33 super(context);
36 public ContactBadge(Context context, AttributeSet attrs) {
37 super(context, attrs);
40 public ContactBadge(Context context, AttributeSet attrs, int defStyle) {
41 super(context, attrs, defStyle)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 39 static JSValueRef allAttributesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
42 return JSValueMakeString(context, attributes.get());
45 static JSValueRef attributesOfLinkedUIElementsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
48 return JSValueMakeString(context, linkedUIDescription.get());
51 static JSValueRef attributesOfDocumentLinksCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
54 return JSValueMakeString(context, linkedUIDescription.get());
57 static JSValueRef attributesOfChildrenCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
60 return JSValueMakeString(context, childrenDescription.get());
63 static JSValueRef parameterizedAttributeNamesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
66 return JSValueMakeString(context, parameterizedAttributeNames.get())
    [all...]
  /external/openssl/crypto/store/
str_mem.c 181 void *context = mem_list_start(s, type, attributes, parameters); local
183 if (context)
185 STORE_OBJECT *object = mem_list_next(s, context);
187 if (mem_list_end(s, context))
216 puts that stack into the context to be returned. mem_list_next
224 struct mem_ctx_st *context = local
229 if (!context)
234 memset(context, 0, sizeof(struct mem_ctx_st));
245 if (context->search_attributes == NULL)
247 context->search_attributes
272 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
330 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
344 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
    [all...]
  /external/webkit/WebCore/bindings/v8/
MainThreadDOMData.cpp 56 V8IsolatedContext* context = V8IsolatedContext::getEntered(); local
57 if (UNLIKELY(context != 0))
58 return *context->world()->domDataStore();
WorldContextHandle.cpp 44 if (V8IsolatedContext* context = V8IsolatedContext::getEntered())
45 m_context = context->sharedContext();
48 v8::Local<v8::Context> WorldContextHandle::adjustedContext(V8Proxy* proxy) const
53 return proxy->context();
54 return v8::Local<v8::Context>::New(m_context->get());
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 82 if (info.context->paintingDisabled() || info.phase != PaintPhaseForeground)
88 info.context->save();
90 info.context->setStrokeThickness(1.0f);
91 info.context->setStrokeStyle(SolidStroke);
92 info.context->setStrokeColor(Color(0, 0, 255), sRGBColorSpace);
94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty));
95 info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetHeight()));
96 info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offsetHeight()));
97 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx, ty + offsetHeight()));
101 info.context->setStrokeColor(Color(255, 0, 0), sRGBColorSpace)
    [all...]
  /external/webkit/WebCore/notifications/
NotificationCenter.cpp 43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* presenter)
44 : ActiveDOMObject(context, this)
45 , m_scriptExecutionContext(context)
  /external/wpa_supplicant/
md5.h 28 void MD5Init(struct MD5Context *context);
29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
31 void MD5Final(unsigned char digest[16], struct MD5Context *context);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.h 28 void MD5Init(struct MD5Context *context);
29 void MD5Update(struct MD5Context *context, unsigned char const *buf,
31 void MD5Final(unsigned char digest[16], struct MD5Context *context);
  /packages/apps/Email/tests/src/com/android/email/
MockVendorPolicy.java 19 import android.content.Context;
36 public static void inject(Context context) {
37 VendorPolicyLoader.injectPolicyForTest(context, context.getPackageName(),
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugReceiver.java 20 import android.content.Context;
34 public void onReceive(Context context, Intent intent) {
36 i.setClass(context, CalendarDebug.class);
38 context.startActivity(i);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java 19 import android.content.Context;
29 public LatinKeyboardView(Context context, AttributeSet attrs) {
30 super(context, attrs);
33 public LatinKeyboardView(Context context, AttributeSet attrs, int defStyle) {
34 super(context, attrs, defStyle);
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 42 * <!-- empty lines above to avoid 'svn diff' context problems -->
56 * One can use the HTTP context to retrieve additional objects that
67 * @param context the context in which the connection is being
73 boolean keepAlive(HttpResponse response, HttpContext context);
  /external/apache-http/src/org/apache/http/client/
UserTokenHandler.java 37 * A handler for determining if the given execution context is user specific
39 * identify the current user if the context is user specific or to be
40 * <code>null</code> if the context does not contain any resources or details
54 * identify the current user if the context is user specific or to be
57 * @param context the execution context
60 * <code>null</null> if the context is not user specific.
62 Object getUserToken(HttpContext context);

Completed in 2249 milliseconds

1 2 34 5 6 7 8 91011>>