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

1 23 4 5 6 7 8 91011>>

  /external/iproute2/testsuite/iproute2/
Makefile 2 .PHONY: all configure clean distclean show $(SUBDIRS)
29 show: link
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceJSONView.js 58 show: function(parentElement)
60 WebInspector.ResourceView.prototype.show.call(this, parentElement);
View.js 44 this.show();
49 show: function(parentElement)
  /external/webkit/Source/WebCore/platform/qt/
WidgetQt.cpp 88 void Widget::show() function in class:WebCore::Widget
93 platformWidget()->show();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AppUpdateReceiver.java 32 Toast.makeText(context, R.string.app_update_received, Toast.LENGTH_SHORT).show();
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();
RepeatingAlarm.java 37 Toast.makeText(context, R.string.repeating_received, Toast.LENGTH_SHORT).show();
  /external/chromium/chrome/browser/
spellcheck_message_filter.h 27 void OnShowSpellingPanel(bool show);
  /external/llvm/test/MC/ARM/
mode-switch.s 2 @ RUN: llvm-mc -triple armv7-unknown-unknown -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding <%s | FileCheck %s
  /external/webkit/Source/WebCore/notifications/
NotificationPresenter.h 58 virtual bool show(Notification*) = 0;
68 // Requests user permission to show desktop notifications from a particular
  /external/webkit/Source/WebCore/platform/android/
SearchPopupMenuAndroid.h 40 virtual void show(const IntRect&, FrameView*, int index) { } function in class:WebCore::DummyPopup
  /external/webkit/Source/WebCore/platform/brew/
WidgetBrew.cpp 63 void Widget::show() function in class:WebCore::Widget
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.h 46 virtual void show(const IntRect&, FrameView*, int index);
  /external/webkit/Source/WebKit/chromium/public/
WebWidgetClient.h 73 // Called to show the widget according to the given policy.
74 virtual void show(WebNavigationPolicy) { } function in class:WebKit::WebWidgetClient
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.h 41 virtual void show(const IntRect&, FrameView*, int index);
  /external/wpa_supplicant/wpa_gui/
main.cpp 21 w.show();
  /external/wpa_supplicant/wpa_gui-qt4/
main.cpp 35 w.show();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
main.cpp 21 w.show();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
main.cpp 21 w.show();
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ClearCallLogDialog.java 37 /** Preferred way to show this dialog */
38 public static void show(FragmentManager fragmentManager) { method in class:ClearCallLogDialog
40 dialog.show(fragmentManager, "deleteCallLog");
49 final ProgressDialog progressDialog = ProgressDialog.show(getActivity(),
64 // to only show up after a certain time (e.g. 150ms)
65 progressDialog.show();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ControllerOverlay.java 42 void show(); method in interface:ControllerOverlay
  /bionic/libc/kernel/common/linux/
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
52 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
  /development/ndk/platforms/android-3/include/linux/
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
52 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
52 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
52 ssize_t (*show)(struct kobject *, struct attribute *,char *); member in struct:sysfs_ops

Completed in 485 milliseconds

1 23 4 5 6 7 8 91011>>