HomeSort by relevance Sort by last modified time
    Searched full:show (Results 326 - 350 of 10437) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/
policy.css 62 #show-unset-container {
67 html[dir='rtl'] #show-unset-container {
80 div.show-unset-checkbox {
84 html[dir='rtl'] div.show-unset-checkbox {
88 section.reload-show-unset-section {
164 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
  /external/chromium_org/third_party/WebKit/ManualTests/
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
  /external/lldb/test/lang/cpp/unique-types/
TestUniqueTypes.py 53 # Do a "frame variable --show-types longs" and verify "long" is in each line of output.
54 self.runCmd("frame variable --show-types longs")
58 if not x or x == '}' or x == '...' or "Some of your variables have more members than the debugger will show by default" in x:
63 # Do a "frame variable --show-types shorts" and verify "short" is in each line of output.
64 self.runCmd("frame variable --show-types shorts")
68 if not x or x == '}' or x == '...' or "Some of your variables have more members than the debugger will show by default" in x:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ForegroundPaymentEmulatorActivity.java 30 NfcDialogs.createChangeForegroundDialog(this).show();
41 NfcDialogs.createHceTapReaderDialog(this, getString(R.string.nfc_hce_foreground_payment_help)).show();
48 NfcDialogs.createHceTapReaderDialog(this, null).show();
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderBase.java 25 * API levels to show and hide the status bar.
30 * from calls to {@link #hide()} and {@link #show()}.
70 public void show() { method in class:SystemUiHiderBase
  /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
  /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
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 30 * show a popup menu from an XML resource.
46 Toast.LENGTH_SHORT).show();
51 popup.show();
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_fatal_error.js 11 'show'
61 * @param {string} message The error message to show.
65 show: function(message, callback) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_icon_view.cc 56 // Do not show page info if the user has been editing the location bar or the
64 void LocationIconView::ShowTooltip(bool show) {
65 SetTooltipText(show ?
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_view.h 38 // Causes the bubble to show up with the given contents. This method may be
44 virtual void Show(
49 // Returns true if the view can accept a new Show() command to coalesce
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
module.json 65 "title": "Show user agent styles",
72 "title": "Show user agent shadow DOM",
86 "title": "Show rulers",
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 9 request do_show_debugfs_params, "Show debugfs parameters",
21 request do_show_super_stats, "Show superblock statistics",
39 request do_stat, "Show inode information ",
  /external/javassist/sample/evolve/
demo.html 16 <H3><a href="java.html">Run WebPage.show()</a></H3>
19 calls <code>show()</code> on that object. This method works as
27 must be reloaded into the JVM. If you run <code>WebPage.show()</code>
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManagerInternal.java 29 * Listener for changes in the white-listed packages to show cross-profile
35 * Called when the white-listed packages to show cross-profile widgets
56 * Adds a listener for changes in the white-listed packages to show
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimpleHostView.java 32 protected void showBouncer(boolean show) {
33 super.showBouncer(show);
34 if (show) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardIndicationTextView.java 26 * A view to show hints on Keyguard ("Swipe up to unlock", "Tap again to open").
50 * @param text The text to show.
54 // TODO: Animation, make sure that we will show one indication long enough.
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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

Completed in 1071 milliseconds

<<11121314151617181920>>