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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
ITransientNotification.aidl 22 void show();
  /external/webkit/WebCore/platform/android/
PopupMenuAndroid.cpp 40 void PopupMenu::show(const IntRect&, FrameView*, int) function in class:WebCore::PopupMenu
  /external/webkit/WebKit/qt/docs/webkitsnippets/
qtwebkit_qwebinspector_snippet.cpp 13 connect(page, SIGNAL(webInspectorTriggered(QWebElement)), inspector, SLOT(show()));
  /device/samsung/crespo/alsa-lib/src/conf/cards/
ICH-MODEM.conf 14 hint.show off
ATIIXP-MODEM.conf 21 hint.show off
  /external/dnsmasq/contrib/wrt/
lease_update.sh 39 ${NVRAM} show | sed -n -e "/^${PREFIX}.*/ s/^.*=//p"
  /bionic/libc/kernel/common/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /development/ndk/platforms/android-3/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /external/kernel-headers/original/linux/
sysdev.h 42 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
49 .show = _show, \
96 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
104 .show = _show, \
  /external/webkit/WebCore/platform/haiku/
PopupMenuHaiku.cpp 46 void PopupMenu::show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::PopupMenu
  /external/webkit/WebKit/chromium/public/
WebNotificationPresenter.h 43 // Provides the services to show desktop notifications to the user.
53 virtual bool show(const WebNotification&) = 0;
  /external/webkit/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 38 virtual void show();
  /external/webkit/WebKit/qt/docs/webkitsnippets/simple/
main.cpp 31 view->show();
  /external/webkit/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 44 widget.show();
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ToastTest.java 90 mToast1.show();
101 new Test("Show Toast #1") {
104 mToast1.show();
114 mToast1.show();
125 new Test("Show Toast #2") {
128 mToast2.show();
137 toast.show();
147 toast.show();
  /external/iproute2/testsuite/iproute2/
Makefile 2 .PHONY: all configure clean distclean show $(SUBDIRS)
29 show: link
  /external/webkit/WebCore/inspector/front-end/
View.js 44 this.show();
49 show: function(parentElement)
  /external/webkit/WebCore/platform/qt/
PopupMenuQt.cpp 49 void PopupMenu::show(const IntRect& rect, FrameView* view, int index) function in class:WebCore::PopupMenu
66 m_popup->show();
WidgetQt.cpp 92 void Widget::show() function in class:WebCore::Widget
97 platformWidget()->show();

Completed in 478 milliseconds

1 2 3 4 5 6 7 8 91011>>