HomeSort by relevance Sort by last modified time
    Searched defs:context (Results 276 - 300 of 1017) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/inspector/front-end/
MetricsSidebarPane.js 216 var context = { box: box, styleProperty: styleProperty, computedStyle: computedStyle };
219 context: context,
225 editingCancelled: function(element, context)
230 editingCommitted: function(element, userInput, previousContent, context)
234 return this.editingCancelled(element, context); // nothing changed, so cancel
238 return this.editingCancelled(element, context); // nothing changed, so cancel
240 if (context.box !== "position" && (!userInput || userInput === "\u2012"))
242 else if (context.box === "position" && (!userInput || userInput === "\u2012"))
250 var styleProperty = context.styleProperty
    [all...]
  /bootable/bootloader/legacy/include/boot/
usb.h 75 void *context; member in struct:usb_request
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityDelegateHelper.java 27 import android.content.Context;
117 public void bindToDelegatingAccessibilityService(Context context) {
119 AccessibilityManager accessibilityManager = (AccessibilityManager) context
144 PackageManager packageManager = context.getPackageManager();
158 context.bindService(intent, this, Context.BIND_AUTO_CREATE);
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 29 import android.content.Context;
142 final Context context = mInstrumentation.getTargetContext(); local
143 final Intent intent = new Intent(context, MockTabActivity.class);
147 final ComponentName componentName = new ComponentName(context, MockTabActivity.class);
148 final ActivityInfo info = context.getPackageManager().getActivityInfo(componentName, 0);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 30 import com.sun.tools.javac.util.Context;
94 Context context = new Context(); local
95 Options compOpts = Options.instance(context);
100 // c = Messager.class.getDeclaredConstructor(Context.class,
103 // c.newInstance(context, "SigTest");
104 c = Messager.class.getDeclaredConstructor(Context.class,
111 c.newInstance(context, "SigTest", err, warn, notice);
116 JavadocTool comp = JavadocTool.make0(context);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java 33 /** attribute parsing context */
34 private final int context; field in class:AttributeListParser
56 * @param context attribute parsing context (see {@link AttributeFactory})
60 public AttributeListParser(DirectClassFile cf, int context, int offset,
73 this.context = context;
142 attributeFactory.parse(cf, context, at, observer);
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 54 EGLContext context; member in struct:engine
61 * Initialize an EGL context for the current display.
82 EGLContext context; local
102 context = eglCreateContext(display, config, NULL, NULL);
104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
113 engine->context = context;
146 * Tear down the EGL context currently associated with the display.
151 if (engine->context != EGL_NO_CONTEXT) {
152 eglDestroyContext(engine->display, engine->context);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 22 import android.content.Context;
61 Context context = activity; local
64 mDrawable = context.getResources().getDrawable(R.drawable.btn_default_normal);
76 mDrawables[i] = context.getResources().getDrawable(resIDs[i]);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 22 import android.content.Context;
53 public QueryHandler(Context context, CursorTreeAdapter adapter) {
54 super(context.getContentResolver());
77 public MyExpandableListAdapter(Context context, int groupLayout,
81 super(context, null, groupLayout, groupFrom, groupTo, childLayout, childrenFrom,
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 7 import android.content.Context;
46 Context context = getApplicationContext(); local
60 ContentResolver cr = context.getContentResolver();
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 27 import android.content.Context;
45 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
47 context.startService(new Intent(context, UpdateService.class));
78 public RemoteViews buildUpdate(Context context) {
80 Resources res = context.getResources();
94 SimpleWikiHelper.prepareUserAgent(context);
106 views = new RemoteViews(context.getPackageName(), R.layout.widget_word)
    [all...]
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 27 import android.content.Context;
45 public void onUpdate(Context context, AppWidgetManager appWidgetManager,
48 context.startService(new Intent(context, UpdateService.class));
67 public RemoteViews buildUpdate(Context context) {
69 Resources res = context.getResources();
84 SimpleWikiHelper.prepareUserAgent(context);
97 updateViews = new RemoteViews(context.getPackageName(), R.layout.widget_word)
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerTexture.java 84 Context context; field in class:GLServerTexture
92 GLServerTexture(final Context context, final int MAX_COMBINED_TEXTURE_IMAGE_UNITS) {
93 this.context = context;
99 public GLServerTexture clone(final Context copyContext) {
102 copy.context = copyContext;
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java 40 private static SSLContext context; field in class:JSSETestData
63 context = SSLContext.getInstance("TLSv1");
64 context.init(kmf.getKeyManagers(),
76 return context;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 51 * @param xctxt The current execution context.
62 int context = xctxt.getCurrentNode(); local
63 DTM dtm = xctxt.getDTM(context);
64 int docContext = dtm.getDocumentRoot(context);
69 // path.error(context, XPATHErrorResources.ER_CONTEXT_HAS_NO_OWNERDOC); //"context does not have an owner document!");
  /external/bluetooth/bluez/input/
sixpair.c 233 GOptionContext *context; local
238 context = g_option_context_new ("- Manage Sixaxis PS3 controllers");
239 g_option_context_add_main_entries (context, options, NULL);
240 if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) {
  /external/bluetooth/bluez/src/
main.c 379 GOptionContext *context; local
403 context = g_option_context_new(NULL);
404 g_option_context_add_main_entries(context, options, NULL);
406 if (g_option_context_parse(context, &argc, &argv, &err) == FALSE) {
415 g_option_context_free(context);
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 90 // Keep a map of request context getters, one per requested app ID.
96 ChromeURLRequestContextGetter* context =
99 app_request_context_getter_map_[app_id] = context;
101 return context;
188 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext; local
190 // Copy most state from the main context.
191 context->CopyFrom(main_context);
196 context->set_cookie_store(
210 context->set_http_transaction_factory(app_http_cache);
212 return context;
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 102 MD5Context context; local
103 MD5Init(&context);
115 MD5Update(&context, &buf, nitems);
122 MD5Final(&new_digest, &context);
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 83 SyncSession(SyncSessionContext* context,
108 SyncSessionContext* context() const { return context_; } function in class:browser_sync::sessions::SyncSession
135 // The context for this session, guaranteed to outlive |this|.
  /external/dbus/bus/
main.c 40 static BusContext *context; variable
191 if (! bus_context_reload_config (context, &error))
492 context = bus_context_new (&config_file, force_fork,
498 if (context == NULL)
506 is_session_bus = bus_context_get_type(context) != NULL
507 && strcmp(bus_context_get_type(context),"session") == 0;
510 _dbus_daemon_publish_session_bus_address (bus_context_get_address (context));
516 setup_reload_pipe (bus_context_get_loop (context));
526 _dbus_loop_run (bus_context_get_loop (context));
528 bus_context_shutdown (context);
    [all...]
  /external/dbus/test/
test-utils.c 245 ServerData *context = data; local
247 return _dbus_loop_add_watch (context->loop,
248 watch, server_watch_callback, context,
256 ServerData *context = data; local
258 _dbus_loop_remove_watch (context->loop,
259 watch, server_watch_callback, context);
274 ServerData *context = data; local
276 return _dbus_loop_add_timeout (context->loop,
277 timeout, server_timeout_callback, context, NULL);
284 ServerData *context = data local
    [all...]
  /external/icu4c/common/unicode/
uiter.h 345 const void *context; member in struct:UCharIterator
578 * The string pointer s is set into UCharIterator.context without copying
630 * The UTF-8 string pointer s is set into UCharIterator.context without copying
661 * The CharacterIterator pointer charIter is set into UCharIterator.context
688 * The Replaceable pointer rep is set into UCharIterator.context without copying
  /external/icu4c/samples/layout/
clayout.c 27 struct Context
34 typedef struct Context Context;
51 void InitParagraph(HWND hwnd, Context *context)
55 if (context->paragraph != NULL) {
58 if (context->width > 0 && context->height > 0) {
59 pf_breakLines(context->paragraph, context->width, context->height)
121 Context *context; local
    [all...]
layout.cpp 28 struct Context
50 void InitParagraph(HWND hwnd, Context *context)
54 if (context->paragraph != NULL) {
57 if (context->width > 0 && context->height > 0) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1
120 Context *context; local
    [all...]

Completed in 2269 milliseconds

<<11121314151617181920>>