/external/chromium_org/content/test/data/accessibility/ |
canvas-expected-mac.txt | 6 AXLink AXTitle='Interactive fallback' 7 AXStaticText AXValue='Interactive fallback'
|
canvas-expected-android.txt | 5 android.view.View clickable focusable name='Interactive fallback'
|
canvas.html | 7 <canvas width=100 height=100><a href="#">Interactive fallback</a></canvas>
|
/device/moto/shamu/ |
init.shamu.power.rc | 3 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive 16 # Switch one core to interactive to set permissions, for power hal and system server. 17 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive 18 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 19 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate 20 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_slack 21 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_slack 22 chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 23 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 24 chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_fre [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/ |
window-resize.html | 4 window.location = "../Parser/resources/html5.html?test=../../Interactive/resources/window-resize.js";
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
background.js | 10 * @param {string} mode 'interactive' or 'silent'. The window will be displayed 11 * if the mode is 'interactive'. 26 if (mode == 'interactive')
|
/external/libsepol/tests/ |
libsepol-tests.c | 51 printf("\t-i, --interactive\t\tinteractive console\n"); 54 static int do_tests(int interactive, int verbose) 72 if (interactive) 83 int i, verbose = 1, interactive = 0; local 87 {"interactive", 0, NULL, 'i'}, 97 interactive = 1; 109 if (do_tests(interactive, verbose)) 114 if (do_tests(interactive, verbose))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
autotest.py | 2 # It can be especially handy if you're in an interactive shell, e.g.,
|
/device/htc/flounder/ |
init.flounder.rc | 74 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive 75 write /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor interactive 80 #write /sys/devices/system/cpu/cpufreq/interactive/boost_factor 2 81 #write /sys/devices/system/cpu/cpufreq/interactive/sustain_load 80 84 restorecon_recursive /sys/devices/system/cpu/cpufreq/interactive 85 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 86 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate 87 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_slack 88 chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_slack 89 chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_tim [all...] |
/device/asus/grouper/power/ |
power.c | 35 #define BOOST_PATH "/sys/devices/system/cpu/cpufreq/interactive/boost" 185 * cpufreq interactive governor: timer 20ms, min sample 100ms, 189 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_rate", 191 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/min_sample_time", 193 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", 195 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/boost_factor", 197 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/input_boost", 206 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", "75"); 207 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/core_lock_period", "3000000"); 208 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/core_lock_count", "2") [all...] |
/device/htc/flounder/power/ |
power_flounder.c | 35 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse" 38 #define TOUCH_SYNA_INTERACTIVE_PATH "/sys/devices/platform/spi-tegra114.2/spi_master/spi2/spi2.0/input/input0/interactive" 41 #define IO_IS_BUSY_PATH "/sys/devices/system/cpu/cpufreq/interactive/io_is_busy" 96 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_rate", 98 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_slack", 100 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/min_sample_time", 102 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq", 104 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", 106 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/target_loads", 108 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay" [all...] |
/external/chromium_org/components/autofill/content/browser/ |
request_autocomplete_manager.h | 26 // Requests an interactive autocomplete UI to be shown for |frame_url| with 30 // Requests that any running interactive autocomplete be cancelled. 34 // Tells the renderer that the current interactive autocomplete dialog
|
/frameworks/base/docs/html/design/building-blocks/ |
seek-bars.jd | 5 <p>Interactive sliders make it possible to select a value from a continuous or discrete range of values 7 interactive nature of the slider makes it a great choice for settings that reflect intensity levels, 21 <p>Interactive slider to set the ringer volume. The value can either be set through the hardware volume controls or interactively via a gesture.</p>
|
/packages/screensavers/WebView/src/com/android/dreams/web/ |
Screensaver.java | 71 final boolean interactive = prefs.getBoolean("interactive", false); 73 url, interactive ? "interactive" : "noninteractive")); 74 setInteractive(interactive);
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
incognito_connectability.cc | 22 IncognitoConnectability::ScopedAlertTracker::INTERACTIVE; 28 DCHECK_EQ(INTERACTIVE, g_alert_mode); 29 DCHECK_NE(INTERACTIVE, mode); 34 DCHECK_NE(INTERACTIVE, g_alert_mode); 35 g_alert_mode = INTERACTIVE; 75 // Production code should always be using INTERACTIVE. 76 case ScopedAlertTracker::INTERACTIVE: {
|
/external/libnl/src/ |
nl-cls-delete.c | 14 static int interactive = 0, default_yes = 0, quiet = 0; variable 24 " -i, --interactive Run interactively\n" 49 if (interactive && !nlt_confirm(obj, ¶ms, default_yes)) 84 { "interactive", 0, 0, 'i' }, 102 case 'i': interactive = 1; break; 115 if (nf == 0 && !interactive && !default_yes) { 117 "non-interactive mode, aborting.\n");
|
/external/chromium_org/native_client_sdk/src/examples/demo/drive/ |
example.js | 9 function getAuthToken(interactive) { 11 {'interactive': interactive}, onGetAuthToken);
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_gui.sgml | 28 configuration and request interactive user input.</para> 30 <para>wpa_gui supports (almost) all of the interactive status and 33 interactive mode features.</para>
|
/development/samples/Wiktionary/ |
_index.html | 1 <p>A sample application that demonstrates how to create an interactive Android
|
/development/samples/WiktionarySimple/ |
_index.html | 1 <p>A sample application that demonstrates how to create an interactive widget for display on the Android home screen.</p>
|
/hardware/libhardware/include/hardware/ |
power.h | 74 * system entering interactive state (that is, the system is awake 76 * display and touchscreen enabled) or non-interactive state (the 78 * non-interactive state is usually entered after a period of 85 * system to low-power sleep state when entering non-interactive 87 * interactive state. When low-power suspend state is allowed, the 91 * interactive / awake state, and zero when transitioning to a 92 * non-interactive / asleep state. 94 * This function is called to enter non-interactive state after 96 * interactive state prior to turning on the screen.
|
/device/asus/fugu/ |
init.fugu.rc | 90 # Performance tweaks for interactive governor 99 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 100 chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load 101 chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse 102 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse 103 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse_duration 104 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboost_freq 105 chmod 0220 /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse 106 chmod 0220 /sys/devices/system/cpu/cpufreq/interactive/boostpulse 108 # Tune interactive governor parameters for Android TV UI animation [all...] |
/device/samsung/manta/power/ |
power_manta.c | 35 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse" 36 #define BOOST_PATH "/sys/devices/system/cpu/cpufreq/interactive/boost" 122 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_rate", 124 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_slack", 126 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/min_sample_time", 128 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq", 130 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", 132 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/target_loads", "70 1200000:70 1300000:75 1400000:80 1500000:99"); 133 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay", 135 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration" [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
identity.idl | 27 // approve the application's requested scopes. If the interactive 32 boolean? interactive; 57 // Whether to launch auth flow in interactive mode. 64 // If the interactive flag is <code>true</code>, the window will 69 boolean? interactive; 94 // For a good user experience it is important interactive token requests are 137 // For a good user experience it is important interactive auth flows are 140 // with no context. In particular, do not launch an interactive auth flow
|