HomeSort by relevance Sort by last modified time
    Searched full:show (Results 26 - 50 of 2347) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/
ContactPresenceIconUtil.java 24 * Define the contact present show policy in Contacts
30 * @return null means don't show the status icon.
33 // We don't show the offline status in Contacts
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 32 * view was added directly to the window manager) and needs to show
37 * call {@link #show(View, IBinder)} which will populate the menu
38 * with a view's context menu items and show the context menu.
77 public MenuDialogHelper show(View originalView, IBinder token) { method in class:ContextMenuBuilder
88 helper.show(token);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 35 * Show all <code>Nodes</code>.
40 * Show <code>Element</code> nodes.
45 * Show <code>Attr</code> nodes. This is meaningful only when creating an
55 * Show <code>Text</code> nodes.
60 * Show <code>CDATASection</code> nodes.
65 * Show <code>EntityReference</code> nodes. Note that if Entity References
72 * Show <code>Entity</code> nodes. This is meaningful only when creating
82 * Show <code>ProcessingInstruction</code> nodes.
87 * Show <code>Comment</code> nodes.
92 * Show <code>Document</code> nodes. (Of course, as with Attribute
    [all...]
  /external/qemu/
qemu-monitor.hx 12 { "help|?", "s?", help_cmd, "[cmd]", "show the help" },
15 Show the help for all commands or just for command @var{cmd}.
26 "[subcommand]", "show various information about the system state" },
29 Show various information about the system state.
33 show the version of QEMU
35 show the various VLANs and the associated devices
37 show the character devices
39 show the block devices
41 show block device statistics
43 show the cpu register
    [all...]
  /external/iproute2/man/man8/
ss.8 20 Show summary of options.
38 Show timer information.
41 Show detailed socket information
44 Show socket memory usage.
47 Show process using socket.
50 Show internal TCP information.
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
22 Firefox doesn't show it. We /do/ show it because someone might be using
32 <!-- for an optgroup with an empty label, IE will show an empty,
33 unselectable row. Firefox doesn't show it. We /do/ show it because
show-modal-dialog-test.html 12 <input type="button" value="Show Modal" onClick="showModal()"></p>
  /packages/apps/Settings/src/com/android/settings/vpn/
Util.java 36 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
40 Toast.makeText(context, messageId, Toast.LENGTH_SHORT).show();
44 Toast.makeText(context, message, Toast.LENGTH_LONG).show();
48 Toast.makeText(context, messageId, Toast.LENGTH_LONG).show();
52 createErrorDialog(c, message, null).show();
57 createErrorDialog(c, message, listener).show();
  /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/samples/ApiDemos/src/com/example/android/apis/app/
_package.html 18 - These examples show various ways you can use activities to implement an
28 - These examples show how you can implement application services, which
40 - These examples show how you can use alarms to schedule background
  /ndk/build/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
  /ndk/build/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
  /ndk/build/platforms/android-5/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
  /ndk/build/platforms/android-5/arch-x86/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
  /ndk/build/platforms/android-8/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
  /ndk/build/platforms/android-8/arch-x86/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
  /external/icu4c/tools/genrb/
errmsg.h 27 /* Show warnings? */
  /external/ipsec-tools/src/racoon/
racoonctl.8 44 show-schedule
47 show-sa
67 show-event
94 .It show-schedule
96 .It show-sa Op isakmp|esp|ah|ipsec
138 .It show-event Op Fl l
158 show-sa
160 show-schedule
172 show-event
  /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/manual-tests/inspector/
styled-error-bubbles-in-scripts.html 6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
  /external/webkit/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /external/webkit/WebKitTools/Scripts/
webkit-build-directory 43 --base Show the root build directory instead of one corresponding to the current target (e.g. Debug, Release)
44 --debug Show build directory for the Debug target
45 -h|--help Show this help message
46 --release Show build directory for the Release target
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevicePicker.java 23 * A helper to show a system "Device Picker" activity to the user.
60 /** Ask device picker to show all kinds of BT devices */
62 /** Ask device picker to show BT devices that support AUDIO profiles */
64 /** Ask device picker to show BT devices that support Object Transfer */
  /frameworks/base/core/java/android/preference/
RingtonePreference.java 97 * Returns whether to a show an item for the default sound/ringtone.
99 * @return Whether to show an item for the default sound/ringtone.
106 * Sets whether to show an item for the default sound/ringtone. The default
109 * @param showDefault Whether to show the default or not.
117 * Returns whether to a show an item for 'Silent'.
119 * @return Whether to show an item for 'Silent'.
126 * Sets whether to show an item for 'Silent'.
128 * @param showSilent Whether to show 'Silent'.
203 * don't show the current value in the UI (until the dialog is opened)
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 9 * A view to show a details about a failure

Completed in 52 milliseconds

12 3 4 5 6 7 8 91011>>