/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowToast.java | 43 public void show() { method in class:ShadowToast
|
/external/valgrind/main/none/tests/linux/ |
mremap2.c | 74 /* show the working area */ 75 void show ( void ) function 155 show();
|
/frameworks/base/core/java/android/app/ |
FragmentTransaction.java | 93 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction 203 * Set the full title to show as a bread crumb when this transaction 218 * Set the short title to show as a bread crumb when this transaction
|
/frameworks/base/core/java/android/widget/ |
ZoomControls.java | 84 public void show() { method in class:ZoomControls
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeBackgroundService.java | 99 dialog.show();
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardViewBase.java | 73 abstract public void show(); method in class:KeyguardViewBase
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/ |
NetworkOverLimitActivity.java | 73 dialog.show();
|
/frameworks/native/libs/gui/ |
SurfaceControl.cpp | 123 status_t SurfaceControl::show() { function in class:android::SurfaceControl 127 return client->show(mHandle);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ContentLoadingProgressBar.java | 91 * hidden until it has been shown for at least a minimum show time. If the 115 * Show the progress view after waiting for a minimum delay. If 118 public void show() { method in class:ContentLoadingProgressBar
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
ControllerOverlay.java | 42 void show(); method in interface:ControllerOverlay
|
/packages/apps/Settings/src/com/android/settings/ |
MonitoringCertInfoActivity.java | 53 // Institutional case. Show informational message. 59 // Consumer case. Show scary warning. 79 dialog.show();
|
RegulatoryInfoDisplayActivity.java | 83 builder.show(); 86 AlertDialog dialog = builder.show(); 87 // we have to show the dialog first, or the setGravity() call will throw a NPE
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
Utils.java | 55 // Create (or recycle existing) and show disconnect dialog. 76 dialog.show(); 80 // TODO: wire this up to show connection errors... 100 .show(); 102 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
CcBccView.java | 49 public void show(boolean animate, boolean showCc, boolean showBcc) { method in class:CcBccView
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateTextView.java | 171 mCandidateDialog.show();
|
/packages/services/Telephony/src/com/android/phone/ |
ErrorDialogActivity.java | 77 errorDialog.show(); 98 }}).show();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesp.h | 140 inline void show() function in class:NCursesPanel 144 // Show the panel, i.e. make it visible.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesp.h | 140 inline void show() function in class:NCursesPanel 144 // Show the panel, i.e. make it visible.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesp.h | 140 inline void show() function in class:NCursesPanel 144 // Show the panel, i.e. make it visible.
|
/prebuilts/ndk/4/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, };
|
/prebuilts/ndk/4/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, };
|
/prebuilts/ndk/4/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, };
|
/prebuilts/ndk/4/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, };
|
/prebuilts/ndk/4/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, };
|