/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
bluetooth_Sanity_LEDiscovery.py | 57 if self.interactive: 63 self.interactive.replace_list_item(item_name, html) 65 self.interactive.append_list_item('devices', item_name, 69 result = self.interactive.check_for_button() 97 if self.interactive: 98 self.interactive.login() 101 self.interactive.append_output( 109 self.interactive.append_output( 113 self.interactive.append_output('<h2>Devices Found</h2>') 114 self.interactive.append_list('devices' [all...] |
control.manual | 18 This is the manual, interactive, version of bluetooth_Sanity_LEDiscovery; 21 interactive prompts where required. 35 interactive=True)
|
/art/tools/ |
symbolize.sh | 20 # be requested by giving "--interactive" as a parameter. 22 INTERACTIVE="no" 23 if [ "x$1" = "x--interactive" ] ; then 24 INTERACTIVE="yes" 31 if [ "x$INTERACTIVE" = "xyes" ] ; then
|
/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);
|
/device/linaro/hikey/power/ |
power_hikey.c | 37 #define BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse" 39 #define IO_IS_BUSY_PATH "/sys/devices/system/cpu/cpufreq/interactive/io_is_busy" 93 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_rate", 95 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_slack", 97 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/min_sample_time", 99 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq", 101 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load", 103 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/target_loads", 105 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay", 107 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration" [all...] |
/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");
|
nl-addr-delete.c | 16 static int interactive = 0, default_yes = 0, quiet = 0; variable 25 " -i, --interactive Run interactively.\n" 56 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 95 { "interactive", 0, 0, 'i' }, 117 case 'i': interactive = 1; break;
|
nl-neigh-delete.c | 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable 25 " -i, --interactive Run interactively\n" 51 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 85 { "interactive", 0, 0, 'i' }, 103 case 'i': interactive = 1; break;
|
nl-qdisc-delete.c | 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable 25 " -i, --interactive Run interactively\n" 50 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 81 { "interactive", 0, 0, 'i' }, 98 case 'i': interactive = 1; break;
|
nl-route-delete.c | 16 static int interactive = 0, default_yes = 0, quiet = 0; variable 32 " -i, --interactive Run interactively\n" 70 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 111 { "interactive", 0, 0, 'i' }, 136 case 'i': interactive = 1; break; 156 if (nf == 0 && !interactive && !default_yes) { 158 "non-interactive mode, aborting.\n");
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
bluetooth_Sanity_Discoverable.py | 68 if self.interactive: 69 self.interactive.login() 70 self.interactive.append_output( 97 if self.interactive: 98 self.interactive.append_buttons('Device Found', 'Device Not Found') 99 result = self.interactive.wait_for_button(timeout=600)
|
/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>
|
/external/autotest/client/cros/networking/ |
pm_proxy.py | 37 Get the testing interface of the given interactive state machine. 39 @param machine_name: The name of the interactive state machine. 40 @param timeout_seconds: Max number of seconds to wait until interactive 66 'Failed to obtain a valid object for interactive '
|
/external/autotest/frontend/ |
setup_test_environment.py | 31 management.call_command('syncdb', verbosity=verbosity, interactive=False) 32 management.call_command('syncdb', verbosity=verbosity, interactive=False, 34 management.call_command('syncdb', verbosity=verbosity, interactive=False, 36 management.call_command('syncdb', verbosity=verbosity, interactive=False,
|
/external/chromium-trace/catapult/third_party/Paste/docs/modules/ |
evalexception.txt | 1 :mod:`paste.evalexception` -- Interactive debugging for errors
|
/external/skia/tools/VisualBench/ |
VisualModule.h | 20 * on we some modules will also be interactive
|
/device/asus/fugu/ |
init.fugu.rc | 83 # Performance tweaks for interactive governor 92 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate 93 chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load 94 chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse 95 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse 96 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse_duration 97 chown system system /sys/devices/system/cpu/cpufreq/interactive/touchboost_freq 98 chmod 0220 /sys/devices/system/cpu/cpufreq/interactive/touchboostpulse 99 chmod 0220 /sys/devices/system/cpu/cpufreq/interactive/boostpulse 101 # Tune interactive governor parameters for Android TV UI animation [all...] |
/external/autotest/client/common_lib/feedback/ |
client.py | 5 """Interactive feedback layer abstraction.""" 55 """Interface for an interactive feedback layer.""" 151 """Interactive feedback query base class. 181 """Validates the interactive input/output result. 204 """Interface for an output interactive feedback query. 216 """Validates the interactive input/output result. 229 """Interface for an input interactive feedback query. 242 """Validates the interactive input/output result.
|
/external/autotest/client/cros/multimedia/ |
system_facade_native.py | 24 'interactive', 35 @param mode: Mode of scaling governor, accept 'interactive' or
|
/external/autotest/client/cros/cellular/pseudomodem/ |
state_machine.py | 32 Using the StateMachine in |interactive| mode: 33 In interactive mode, the state machine object exposes a dbus object under 75 Run this machine in interactive mode. 84 self.warning('Cannot enter interactive mode without a |bus|.') 93 logging.info('Running state machine in interactive mode') 106 Advance a step on a state machine running in interactive mode. 109 @raises: TestError if called on a non-interactive state machine. 114 'Can not advance a non-interactive state machine') 131 Signal sent out by an interactive machine when it is waiting for remote
|
pm_constants.py | 16 # Interactive state machine interface.
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_gui.sgml | 30 configuration and request interactive user input.</para> 32 <para>wpa_gui supports (almost) all of the interactive status and 35 interactive mode features.</para>
|
/development/samples/JetBoy/ |
JETBOY_content_README.txt | 3 The "JETBOY_content" folder contains the JET Creator file and assets used in "JETBOY", the Android demonstration game using SONiVOX' JET interactive music technology.
|
/development/samples/browseable/WatchFace/ |
_index.jd | 10 opengl, calendar, steps, interactive, etc. It also includes a watch-side configuration example.
|