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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/notifications/
background.js 10 function show() { function
19 notification.show();
31 // While activated, show notifications at the display frequency.
32 if (JSON.parse(localStorage.isActivated)) { show(); }
43 show();
  /external/valgrind/main/VEX/test/
fpgames.s 11 .globl show
12 .type show,@function
13 show: label
74 .size show,.Lfe1-show
89 call show
96 call show
  /external/zlib/src/
configure 135 show() function
164 show $cc -c $test.c
335 show $*
342 show $*
354 show $*
414 show "$NM $test.o | grep _hello"
743 # show the results in the log
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 210 $("#next-steps").show(); method
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 54 TopMidBottomView.prototype.show = function(isVisible) {
55 TopMidBottomView.superClass_.show.call(this, isVisible);
56 this.topView_.show(isVisible);
57 this.midView_.show(isVisible);
58 this.bottomView_.show(isVisible);
view.js 26 * Called to show/hide the view.
28 View.prototype.show = function(isVisible) {
101 DivView.prototype.show = function(isVisible) {
102 DivView.superClass_.show.call(this, isVisible);
135 WindowView.prototype.show = function() {
136 WindowView.superClass_.show.call(this, isVisible);
137 this.childView_.show(isVisible);
resizableverticalsplitview.js 77 ResizableVerticalSplitView.prototype.show = function(isVisible) {
78 ResizableVerticalSplitView.superClass_.show.call(this, isVisible);
79 this.leftView_.show(isVisible);
80 this.sizerView_.show(isVisible);
81 this.rightView_.show(isVisible);
  /external/javassist/sample/evolve/
WebPage.java 8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
  /external/chromium_org/content/renderer/
render_widget_fullscreen.cc 14 void RenderWidgetFullscreen::show(blink::WebNavigationPolicy) { function in class:content::RenderWidgetFullscreen
15 DCHECK(!did_show_) << "received extraneous Show call";
external_popup_menu.cc 31 void ExternalPopupMenu::show(const blink::WebRect& bounds) { function in class:content::ExternalPopupMenu
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 34 def show(self, **options): member in class:Dialog
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkCommonDialog.py 34 def show(self, **options): member in class:Dialog
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowProgressDialog.java 18 public static ProgressDialog show(Context context, CharSequence title, CharSequence message) { method in class:ShadowProgressDialog
19 return show(context, title, message, false);
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { method in class:ShadowProgressDialog
24 return show(context, title, message, indeterminate, false, null);
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) { method in class:ShadowProgressDialog
29 return show(context, title, message, indeterminate, cancelable, null);
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) { method in class:ShadowProgressDialog
40 progressDialog.show();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
ClearFrequentsDialog.java 36 /** Preferred way to show this dialog */
37 public static void show(FragmentManager fragmentManager) { method in class:ClearFrequentsDialog
39 dialog.show(fragmentManager, "clearFrequents");
48 final IndeterminateProgressDialog progressDialog = IndeterminateProgressDialog.show(
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ClearCallLogDialog.java 43 /** Preferred way to show this dialog */
44 public static void show(FragmentManager fragmentManager) { method in class:ClearCallLogDialog
46 dialog.show(fragmentManager, "deleteCallLog");
56 final ProgressDialog progressDialog = ProgressDialog.show(getActivity(),
74 // to only show up after a certain time (e.g. 150ms)
75 progressDialog.show();
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
conflict_dialog.js 95 * @return {boolean} True if the dialog can show successfully. False if the
96 * dialog failed to show due to an existing dialog.
98 ConflictDialog.prototype.show = function(fileName, callback) {
105 '', // We dont't show the title for the dialog.
  /external/javassist/sample/rmi/
AlertDialog.java 22 public void show(String message) { method in class:AlertDialog
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 109 Toast.LENGTH_SHORT).show(); method
114 builder.show();
125 Toast.LENGTH_SHORT).show(); method
130 debugBuilder.show();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplHC.java 51 public void show() { method in class:ActionBarImplHC
52 super.show();
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 37 public static void show(FragmentManager fragmentManager, long groupId, String label, method in class:GroupDeletionDialogFragment
45 dialog.show(fragmentManager, "deleteGroup");
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 56 MinTimeProgressDialog.super.show();
101 public void show() { method in class:MinTimeProgressDialog
113 * Show a MinTimeProgressDialog.
115 public static MinTimeProgressDialog show(Context context, CharSequence title, method in class:MinTimeProgressDialog
126 dialog.show();
  /cts/tests/tests/holo/src/android/holo/cts/modifiers/
ProgressDialogBuilder.java 53 progressDialog.show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureDialogActivity.java 46 * secondary display should not show the contents of the secure surface.
70 // Handle click events on the button to show the dialog.
71 Button button = (Button)findViewById(R.id.show);
76 * Called when the button to show the dialog is clicked.
91 // Show the dialog.
92 dialog.show();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 30 * show a popup menu from an XML resource.
46 Toast.LENGTH_SHORT).show();
51 popup.show();

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>