HomeSort by relevance Sort by last modified time
    Searched full:show (Results 51 - 75 of 2347) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 152 mDialog = mBuilder.show();
182 mDialog = mBuilder.show();
200 mDialog = mBuilder.show();
218 mDialog = mBuilder.show();
236 mDialog = mBuilder.show();
255 mDialog = mBuilder.show();
272 mDialog = mBuilder.show();
288 mDialog = mBuilder.show();
309 mDialog = mBuilder.show();
329 mDialog = mBuilder.show();
    [all...]
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 37 and dispatches a show command to show the new entry.
66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */
139 dispatch ("show"); /* Show the result */
167 dispatch ("show");
206 We show the bitmap as a series of bits, grouped at 8-bit intervals. We display 8 such groups on each line.
245 show_info (); /* Show the usual information */
247 /* Show the group number *
    [all...]
group_com.c 74 strcpy (buffer,"show");dispatch (buffer);
103 strcpy (buffer,"show");dispatch (buffer);
115 show (command_line);
181 dispatch ("show");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
OneShotAlarm.java 32 * When the alarm goes off, we show a <i>Toast</i>, a quick message.
39 Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();
NotifyWithText.java 49 // Note that we create the Toast object and call the show() method
59 Toast.LENGTH_SHORT).show();
71 Toast.LENGTH_LONG).show();
AlarmService_Service.java 49 // show the icon in the status bar
65 Toast.makeText(this, R.string.alarm_service_finished, Toast.LENGTH_SHORT).show();
96 * Show a notification while this service is running.
110 // Set the info for the views that show in the notification panel.
LocalService.java 36 * and {@link LocalServiceActivities.Binding} classes show how to interact with the
81 Toast.makeText(this, R.string.local_service_stopped, Toast.LENGTH_SHORT).show();
94 * Show a notification while this service is running.
108 // Set the info for the views that show in the notification panel.
  /development/samples/MultiResolution/
_index.html 2 show different resources to different screen configurations (layout orientation,
15 to show different application icons based on platform version, for
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java 30 // The key to the preference for the type of results to show (letters or numbers).
34 // The values of the preferences for the type of results to show (letters or numbers).
  /external/bluetooth/bluez/compat/
dund.1 11 \fB\-\-show\fR \fB\-\-list\fR \fB\-l\fR
12 Show active DUN connections
hidd.1 40 \fB\-\-show\fR
  /external/elfutils/tests/
Makefile.am 27 show-die-info get-files get-lines get-pubnames \
29 show-abbrev hash asm-tst1 asm-tst2 asm-tst3 \
36 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
38 run-show-abbrev.sh hash asm-tst1 asm-tst2 \
42 # run-show-ciefde.sh
45 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
47 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
  /external/iproute2/testsuite/iproute2/
Makefile 2 .PHONY: all configure clean distclean show $(SUBDIRS)
29 show: link
  /packages/providers/MediaProvider/res/values/
strings.xml 18 <!-- Label to show to user for all apps using this UID. -->
21 <!-- Label to show to user for this package. -->
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 57 // Clicking this button will show the list view and set it to a fixed height
68 // and show it
73 // Clicking this button will show the list view and set it match_parent height
84 // and show it
93 // In the search manager, it's sufficient to simply show/hide the outer search manager
  /frameworks/base/core/java/android/widget/
MediaController.java 54 * Functions like show() and hide() have no effect when MediaController
58 * show the buttons according to these rules:
245 * Show the controller on screen. It will go away
248 public void show() { method in class:MediaController
249 show(sDefaultTimeout);
276 * Show the controller on screen. It will go away
278 * @param timeout The timeout in milliseconds. Use 0 to show
281 public void show(int timeout) { method in class:MediaController
403 show(sDefaultTimeout);
409 show(sDefaultTimeout)
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 7 request do_show_debugfs_params, "Show debugfs parameters",
25 request do_show_super_stats, "Show superblock statistics",
43 request do_stat, "Show inode information ",
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
UsageException.java 20 * Tells the main entry point to show the usage information and bail.
  /external/clearsilver/cs/
test3.cs.gold 73 these tests show that local variables are live in sub calls
  /external/webkit/WebCore/manual-tests/
input-type-file-drag-drop.html 15 <li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
input-type-text-unconfirmed-inline-input.html 18 <p>The alert should show the inline input text, but without the bug fix it shows empty text.</p>
  /external/webkit/WebCore/manual-tests/inspector/
console-call-line-numbers.html 14 <p>To test, open the Inspector's Console and verify that all console messages have correct resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the resource source view.</p>
  /external/webkit/WebKit/win/
WebDropSource.cpp 127 // If we are going to show something other than the not allowed arrow, then let Windows
128 // show the cursor.
151 // When dragging inside a WebView and the drag is not allowed, don't show the not allowed icon,
152 // instead, show the pointer cursor.
  /external/wpa_supplicant/wpa_gui-qt4/
main.cpp 35 w.show();
  /frameworks/base/core/java/android/app/
ITransientNotification.aidl 22 void show();

Completed in 3409 milliseconds

1 23 4 5 6 7 8 91011>>