HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 276 - 300 of 668) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 91 // Show toast message if Bluetooth is not allowed in airplane mode
95 Toast.LENGTH_SHORT).show();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 170 static void show(char * zone, time_t t, int v);
457 show(argv[i], now, FALSE);
496 show(argv[i], t, TRUE);
498 show(argv[i], t, TRUE);
561 show(argv[i], t, TRUE);
563 show(argv[i], t, TRUE);
710 show(name, lot, TRUE);
711 show(name, hit, TRUE);
743 show(char *zone, time_t t, int v) function
  /external/icu4c/tools/tzcode/
zdump.c 170 static void show(char * zone, time_t t, int v);
457 show(argv[i], now, FALSE);
496 show(argv[i], t, TRUE);
498 show(argv[i], t, TRUE);
561 show(argv[i], t, TRUE);
563 show(argv[i], t, TRUE);
710 show(name, lot, TRUE);
711 show(name, hit, TRUE);
743 show(char *zone, time_t t, int v) function
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 162 show();
723 scanres->show();
739 eh->show();
920 udr->show();
1040 nc->show();
1085 nc->show();
1304 showAction = new QAction("&Show Window", this);
1307 connect(showAction, SIGNAL(triggered()), this, SLOT(show()));
1317 tray_icon->show();
1320 show();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 373 * Show this {@link Dialog} and manage with the {@link Activity}.
377 dialog.show();
449 // Show editor now that we've loaded state
478 createPhotoDialog().show();
599 // TODO: Show error message
682 mProgress = new WeakReference<ProgressDialog>(ProgressDialog.show(target, null,
772 Toast.makeText(context, R.string.contactSavedToast, Toast.LENGTH_SHORT).show();
774 Toast.makeText(context, R.string.contactSavedErrorToast, Toast.LENGTH_LONG).show();
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SpinnerTest.java 141 AlertDialog alertDialog = builder.show();
155 dialog.show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 107 Toast.LENGTH_SHORT).show();
165 Toast.LENGTH_SHORT).show();
174 * Show a notification while this service is running.
185 // Set the info for the views that show in the notification panel.
189 // We show this for as long as our service is processing a command.
  /device/samsung/crespo/alsa-lib/src/conf/cards/
HDA-Intel.conf 195 hint.show off
  /external/webkit/WebCore/inspector/front-end/
AuditLauncherView.js 211 show: function(parentElement)
213 WebInspector.View.prototype.show.call(this, parentElement);
Panel.js 69 show: function()
71 WebInspector.View.prototype.show.call(this);
  /external/webkit/WebCore/platform/mac/
LocalizedStringsMac.mm 277 String contextMenuItemTagShowSpellingPanel(bool show)
280 return [[WebCoreViewFactory sharedFactory] contextMenuItemTagShowSpellingPanel:show];
453 String contextMenuItemTagShowSubstitutions(bool show)
456 return [[WebCoreViewFactory sharedFactory] contextMenuItemTagShowSubstitutions:show];
  /external/webkit/WebCore/platform/qt/
Localizations.cpp 188 String contextMenuItemTagShowSpellingPanel(bool show)
190 return show ? QCoreApplication::translate("QWebPage", "Show Spelling and Grammar", "menu item title") :
  /external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 253 - (NSString *)contextMenuItemTagShowSpellingPanel:(bool)show
256 if (show)
257 return UI_STRING("Show Spelling and Grammar", "menu item title");
294 return UI_STRING("Show Fonts", "Show fonts context menu item");
324 return UI_STRING("Show Colors", "Show colors context menu item");
381 - (NSString *)contextMenuItemTagShowSubstitutions:(bool)show
383 if (show)
384 return UI_STRING("Show Substitutions", "menu item title")
    [all...]
  /external/webkit/WebKit/win/
WebInspector.cpp 100 HRESULT STDMETHODCALLTYPE WebInspector::show() function in class:WebInspector
104 page->inspectorController()->show();
  /frameworks/base/core/java/android/widget/
Toast.java 36 * helps you create and show those.
55 * Show the view or text notification for a short period of time. This time
62 * Show the view or text notification for a long period of time. This time
81 * can call {@link #show}.
94 * Show the view for the specified duration.
96 public void show() { method in class:Toast
115 * Close the view if it's showing, or don't show it if it isn't showing yet.
125 * Set the view to show.
141 * Set how long to show the view for.
225 * @param text The text to show. Can be formatted text
334 public void show() { method in class:Toast.TN
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 91 * Show the keyguard. Will handle creating and attaching to the view manager
94 public synchronized void show() { method in class:KeyguardViewManager
95 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
186 show(); method
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 58 new Test("Show File") {
74 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
112 new Test("Show Shared Pref") {
118 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
Map.h 56 void show();
118 void Map<T,T2>::show() function in class:Map
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 150 Toast.makeText(this, getString(R.string.bt_toast_1), Toast.LENGTH_SHORT).show();
172 Toast.makeText(this, getString(R.string.bt_toast_2), Toast.LENGTH_SHORT).show();

Completed in 428 milliseconds

<<11121314151617181920>>