HomeSort by relevance Sort by last modified time
    Searched full:context (Results 1 - 25 of 25536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
ContextHandlerCollection-mbean.properties 1 ContextHandlerCollection: Context Handler Collection
2 mapContexts(): Update the mapping of context path to context
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
VerticalSlider.java 3 import android.content.Context;
7 public VerticalSlider(Context context) {
8 super(context);
9 initSliderView(context, true);
12 public VerticalSlider(Context context, AttributeSet attrs) {
13 super(context, attrs);
14 initSliderView(context, true);
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
HorizontalGridViewEx.java 3 import android.content.Context;
10 public HorizontalGridViewEx(Context context) {
11 super(context);
14 public HorizontalGridViewEx(Context context, AttributeSet attrs) {
15 super(context, attrs);
18 public HorizontalGridViewEx(Context context, AttributeSet attrs, int defStyle) {
19 super(context, attrs, defStyle)
    [all...]
VerticalGridViewEx.java 3 import android.content.Context;
10 public VerticalGridViewEx(Context context) {
11 super(context);
14 public VerticalGridViewEx(Context context, AttributeSet attrs) {
15 super(context, attrs);
18 public VerticalGridViewEx(Context context, AttributeSet attrs, int defStyle) {
19 super(context, attrs, defStyle)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
CustomCalendar.java 3 import android.content.Context;
8 public CustomCalendar(Context context) {
9 super(context);
13 public CustomCalendar(Context context, AttributeSet attrs) {
14 super(context, attrs);
18 public CustomCalendar(Context context, AttributeSet attrs, int defStyleAttr) {
19 super(context, attrs, defStyleAttr)
    [all...]
CustomDate.java 3 import android.content.Context;
8 public CustomDate(Context context) {
9 super(context);
13 public CustomDate(Context context, AttributeSet attrs) {
14 super(context, attrs);
18 public CustomDate(Context context, AttributeSet attrs, int defStyleAttr) {
19 super(context, attrs, defStyleAttr)
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestBroadcastReceiver.java 4 import android.content.Context;
8 public Context context; field in class:TestBroadcastReceiver
12 public void onReceive(Context context, Intent intent) {
13 this.context = context;
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
TisConfiguration.java 3 import android.content.Context;
11 public static boolean isPackagedWithLiveChannels(Context context) {
12 return (LC_PACKAGE_NAME.equals(context.getPackageName()));
15 public static boolean isInternalTunerTvInput(Context context) {
16 return (!LC_PACKAGE_NAME.equals(context.getPackageName()));
19 public static int getTunerHwDeviceId(Context context) {
  /external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/
ServletContextHandler-mbean.properties 1 ServletContextHandler: Servlet Context Handler
2 securityHandler: MObject: The context's security handler
3 servletHandler: MObject: The context's servlet handler
4 sessionHandler: MObject: The context's session handler
  /external/selinux/libsemanage/man/man3/
semanage_fcontext.3 4 semanage_fcontext \- SELinux File Context Management API
14 This object contains properties associated with a SELinux file context specification
24 create a file context spec
29 release resources for this file context spec
34 create a key, which can be used to identify a file context spec
39 release resources for this file context spec key
44 create a key matching this file context spec
49 create an identical file context spec (deep-copy clone)
54 compare this file context spec to the provided key
59 compare this file context spec to anothe
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
SharedPrefUtil.java 31 import android.content.Context;
48 public static boolean isInitDone(Context context) {
49 SharedPreferences eabPref = context.getSharedPreferences(
50 EAB_SHARED_PREF, Context.MODE_PRIVATE);
54 public static void setInitDone(Context context, boolean initDone){
55 SharedPreferences.Editor eabPref = context.getSharedPreferences(
56 EAB_SHARED_PREF, Context.MODE_PRIVATE).edit();
60 public static long getLastContactChangedTimestamp(Context context, long time)
    [all...]
  /system/core/liblog/
log_event_list.c 50 android_log_context_internal *context; local
52 context = calloc(1, sizeof(android_log_context_internal));
53 if (!context) {
56 context->tag = tag;
57 context->read_write_flag = kAndroidLoggerWrite;
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
60 context->overflow = true;
63 context->storage[context->pos + 0] = EVENT_TYPE_LIST;
64 context->list[0] = context->pos + 1
73 android_log_context_internal *context; local
89 android_log_context_internal *context; local
103 android_log_context_internal *context; local
147 android_log_context_internal *context; local
183 android_log_context_internal *context; local
209 android_log_context_internal *context; local
250 android_log_context_internal *context; local
273 android_log_context_internal *context; local
304 android_log_context_internal *context; local
365 android_log_context_internal *context; local
    [all...]
  /external/ImageMagick/www/source/
piechart.mvg 1 push graphic-context
4 push graphic-context
5 push graphic-context
10 pop graphic-context
11 push graphic-context
16 pop graphic-context
17 push graphic-context
22 pop graphic-context
23 push graphic-context
28 pop graphic-context
    [all...]
  /external/icu/icu4c/source/i18n/
regextxt.cpp 19 struct URegexUTextUnescapeCharContext *context = (struct URegexUTextUnescapeCharContext *)ct; local
21 if (offset == context->lastOffset + 1) {
22 c = UTEXT_NEXT32(context->text);
23 context->lastOffset++;
24 } else if (offset == context->lastOffset) {
25 c = UTEXT_PREVIOUS32(context->text);
26 UTEXT_NEXT32(context->text);
28 utext_moveIndex32(context->text, offset - context->lastOffset - 1);
29 c = UTEXT_NEXT32(context->text)
    [all...]
  /device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
ClockWidgetProvider.java 6 import android.content.Context;
21 public void onReceive(Context context, Intent intent) {
32 writeConnectivity(context, connectionStatus > INET_CONDITION_THRESHOLD);
35 update(context);
38 super.onReceive(context, intent);
42 public void onAppWidgetOptionsChanged(Context context, AppWidgetManager appWidgetManager,
44 update(context);
47 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/util/
TelecomUtil.java 21 import android.content.Context;
53 public static void showInCallScreen(Context context, boolean showDialpad) {
54 if (hasReadPhoneStatePermission(context)) {
56 getTelecomManager(context).showInCallScreen(showDialpad);
64 public static void silenceRinger(Context context) {
65 if (hasModifyPhoneStatePermission(context)) {
67 TelecomManagerCompat.silenceRinger(getTelecomManager(context));
75 public static void cancelMissedCallsNotification(Context context)
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainBroadcastReceiver.java 5 import android.content.Context;
10 public void onReceive(final Context context, final Intent intent) {
11 intent.setClass(context, KeyChainService.class);
12 context.startService(intent);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TransactionContextTest.java 33 TransactionContext context = new TransactionContext(false); local
34 context.markRawContactDirtyAndChanged(1L, false);
35 context.rawContactUpdated(1L);
36 context.rawContactInserted(1L, 1L);
37 context.syncStateUpdated(1L, new Object());
39 context.clearExceptSearchIndexUpdates();
41 Set<Long> newDirty = context.getDirtyRawContactIds();
42 Set<Long> newChanged = context.getChangedRawContactIds();
43 Set<Long> newInserted = context.getInsertedRawContactIds();
44 Set<Long> newUpdated = context.getUpdatedRawContactIds()
55 TransactionContext context = new TransactionContext(false); local
64 TransactionContext context = new TransactionContext(false); local
73 TransactionContext context = new TransactionContext(false); local
86 TransactionContext context = new TransactionContext(false); local
    [all...]
  /external/robolectric/v1/src/main/java/com/foo/
Receiver.java 4 import android.content.Context;
10 public void onReceive(Context context, Intent intent) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/
ConfigTestReceiver.java 4 import android.content.Context;
10 public void onReceive(Context context, Intent intent) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/test/
ConfigTestReceiver.java 4 import android.content.Context;
10 public void onReceive(Context context, Intent intent) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
DotConfigTestReceiver.java 4 import android.content.Context;
10 public void onReceive(Context context, Intent intent) {
  /external/skia/experimental/SkV8Example/js/
path.js 11 function f(context) {
12 context.translate(10, 10);
14 context.strokeStyle = '#0000' + toHex(i);
15 context.stroke(p);
16 context.translate(1, 0);
18 context.fillStyle = '#ff0000';
19 print(context.width, context.height);
20 context.resetTransform();
21 context.fillRect(context.width/2, context.height/2, 20, 20)
    [all...]
sample.js 10 function f(context) {
13 context.translate(context.width/2, context.height/2);
14 context.rotate(ticks/10);
15 context.drawPath(p);
  /external/v8/src/
contexts-inl.h 16 ScriptContextTable* ScriptContextTable::cast(Object* context) {
17 DCHECK(context->IsScriptContextTable());
18 return reinterpret_cast<ScriptContextTable*>(context);
33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table,
36 return Handle<Context>::cast(
42 Context* Context::cast(Object* context) {
43 DCHECK(context->IsContext());
44 return reinterpret_cast<Context*>(context)
    [all...]

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 91011>>