HomeSort by relevance Sort by last modified time
    Searched defs:SHOW (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/linux-kselftest/tools/testing/selftests/x86/
check_initial_reg_state.c 77 #define SHOW(x) printf("\t" #x " = 0x%lx\n", x);
78 SHOW(ax);
79 SHOW(bx);
80 SHOW(cx);
81 SHOW(dx);
82 SHOW(si);
83 SHOW(di);
84 SHOW(bp);
85 SHOW(sp);
87 SHOW(r8)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
WirelessChargingAnimation.java 54 * before calling {@link #show} - can be done through {@link #makeWirelessChargingAnimation}.
73 * Show the view for the specified duration.
75 public void show() { method in class:WirelessChargingAnimation
86 mCurrentWirelessChargingView.show();
91 private static final int SHOW = 0;
137 case SHOW: {
153 public void show() { method in class:WirelessChargingAnimation.WirelessChargingView
154 if (LOCAL_LOGV) Log.v(TAG, "SHOW: " + this);
155 mHandler.obtainMessage(SHOW).sendToTarget();
167 Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView + " mNextView=
    [all...]
  /frameworks/base/core/java/android/widget/
Toast.java 48 * helps you create and show those.
82 * Show the view or text notification for a short period of time. This time
89 * Show the view or text notification for a long period of time. This time
102 * can call {@link #show}.
125 * Show the view for the specified duration.
127 public void show() { method in class:Toast
145 * Close the view if it's showing, or don't show it if it isn't showing yet.
154 * Set the view to show.
170 * Set how long to show the view for.
264 * @param text The text to show. Can be formatted text
433 public void show(IBinder windowToken) { method in class:Toast.TN
    [all...]
  /external/kmod/tools/
modprobe.c 74 {"show-depends", no_argument, 0, 'D'},
76 {"show-config", no_argument, 0, 'c'},
77 {"show-modversions", no_argument, 0, 4},
81 {"show", no_argument, 0, 'n'},
122 "\t-D, --show-depends Only print module dependencies and exit\n"
124 "\t-c, --show-config Same as --showconfig\n"
125 "\t --show-modversions Dump module symbol version and exit\n"
126 "\t --dump-modversions Same as --show-modversions\n"
130 "\t-n, --show Same as --dry-run\n"
139 "\t-V, --version show version\n
    [all...]
depmod.c 71 { "show", no_argument, 0, 'n' },
94 "\t-n, --show Write the dependency file on stdout only\n"
99 "\t-V, --version show version\n"
100 "\t-h, --help show this help\n"
124 #define SHOW(...) _show(__VA_ARGS__)
855 SHOW("%s needs \"%s\": %s\n", mod->path, sym->name, sym->owner->path);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 145 mHandler.removeMessages(H.SHOW);
157 mHandler.sendEmptyMessageDelayed(H.SHOW, mShowDelayMs);
365 // show the confirmation
383 private static final int SHOW = 1;
389 case SHOW:
404 mHandler.removeMessages(H.SHOW);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
CarVolumeDialogImpl.java 195 public void show(int reason) { method in class:CarVolumeDialogImpl
196 mHandler.obtainMessage(H.SHOW, reason, 0).sendToTarget();
208 mHandler.removeMessages(H.SHOW);
218 mDialog.show();
243 mHandler.removeMessages(H.SHOW);
392 private static final int SHOW = 1;
402 case SHOW:
541 show(Events.SHOW_REASON_VOLUME_CHANGED);
  /frameworks/base/core/java/android/app/
Dialog.java 127 private static final int SHOW = 0x45;
253 * {@link Activity#showDialog(int)} is used to show this Dialog, that
288 public void show() { method in class:Dialog
476 show(); method
508 * dialog has not yet been fully created (for example, via {@link #show()}
529 * yet been fully created (for example, via {@link #show()} or {@link #create()}).
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 127 ARG_DEF(NULL, "help", 0, "Show usage options and exit");
168 ARG_DEF("v", "verbose", 0, "Show encoder parameters");
170 ARG_DEF(NULL, "psnr", 0, "Show PSNR in status line");
189 ARG_DEF(NULL, "q-hist", 1, "Show quantizer histogram (n-buckets)");
191 ARG_DEF(NULL, "rate-hist", 1, "Show rate histogram (n-buckets)");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 112 * - screen turned off -> reset the keyguard, and show it so it will be ready
151 private static final int SHOW = 1;
191 * keyguard to show even if it is disabled for the current user.
455 + " we need to show the keyguard since the "
475 + "showing; need to show keyguard so user can enter sim pin");
490 + "show permanently disabled message in lockscreen.");
692 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard");
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 

Completed in 349 milliseconds

1 2 3 4 5 6