HomeSort by relevance Sort by last modified time
    Searched full:interactive (Results 51 - 75 of 1958) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
control.manual 18 This is the manual, interactive, version of bluetooth_Sanity_LEDiscovery;
21 interactive prompts where required.
35 interactive=True)
  /system/update_engine/update_manager/
interactive_update_policy_impl.cc 21 // Check to see if an interactive update was requested.
29 // First, check to see if an interactive update was requested.
37 << (result->is_interactive ? "interactive" : "periodic")
  /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);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
GestureLauncherServiceTest.java 179 boolean interactive = true;
181 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
198 boolean interactive = true;
200 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
210 intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
242 boolean interactive = true;
244 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
254 intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
288 boolean interactive = true;
290 boolean intercepted = mGestureLauncherService.interceptPowerKeyDown(keyEvent, interactive,
    [all...]
  /external/python/cpython3/Doc/reference/
toplevel_components.rst 40 single: interactive mode
43 The interpreter may also be invoked in interactive mode; in this case, it does
57 input is a tty device, the interpreter enters interactive mode; otherwise, it
66 All input read from non-interactive files has the same form:
82 Interactive input
85 Input in interactive mode is parsed using the following grammar:
91 interactive mode; this is needed to help the parser detect the end of the input.
  /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)
  /external/libnl/src/
nl-qdisc-delete.c 17 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
26 " --interactive Run interactively.\n"
54 if (interactive && !nl_cli_confirm(obj, &params, default_yes))
89 { "interactive", 0, 0, ARG_INTERACTIVE },
107 case ARG_INTERACTIVE: interactive = 1; break;
131 if (nfilter == 0 && !interactive && !default_yes) {
  /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>
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPageVfr.Vfr 107 flags = INTERACTIVE,
120 flags = INTERACTIVE,
126 flags = INTERACTIVE,
132 flags = INTERACTIVE,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
Tcg2Config.vfr 49 flags = INTERACTIVE,
79 flags = INTERACTIVE,
111 flags = INTERACTIVE | NUMERIC_SIZE_1,
127 flags = DISPLAY_UINT_HEX | INTERACTIVE | NUMERIC_SIZE_4,
165 flags = INTERACTIVE | RESET_REQUIRED,
175 flags = INTERACTIVE | RESET_REQUIRED,
185 flags = INTERACTIVE | RESET_REQUIRED,
195 flags = INTERACTIVE | RESET_REQUIRED,
205 flags = INTERACTIVE | RESET_REQUIRED,
  /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/python/cpython2/Doc/library/
custominterp.rst 9 Python's interactive interpreter. If you want a Python interpreter that
  /external/python/cpython3/Doc/library/
custominterp.rst 8 Python's interactive interpreter. If you want a Python interpreter that
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 2 "Terminal" Control functions for Interactive IO.
127 /** Get the parameters associated with an interactive IO device.
132 @param[in] fd The file descriptor for an open interactive IO device.
134 attributes of the interactive IO device.
139 * ENOTTY - The file associated with fd is not an interactive IO device.
157 // fd is for a TTY or "Interactive IO" device
174 /** Set the parameters associated with an interactive IO device.
188 @param[in] fd The file descriptor for an open interactive IO device.
191 attributes to set in the interactive IO device.
196 * ENOTTY - The file associated with fd is not an interactive IO device.
    [all...]
  /external/python/cpython2/Doc/tutorial/
interactive.rst 4 Interactive Input Editing and History Substitution
12 explained. The interactive editing and history described here are optionally
99 enable it in the interpreter's interactive mode, add the following to your
115 the startup file is executed in the same namespace as the interactive commands,
116 and removing the names avoids creating side effects in the interactive
122 # interactive interpreter. Requires Python 2.0+, readline. Autocomplete is
148 Alternatives to the Interactive Interpreter
158 One alternative enhanced interactive interpreter that has been around for quite
161 into other applications. Another similar enhanced interactive environment is
168 :envvar:`PYTHONSTARTUP` environment variable when you start an interactive
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformForms.vfr 63 flags = INTERACTIVE,
69 flags = INTERACTIVE,
  /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/libnl/man/
nl-classid-lookup.8 32 Resolve the qdisc/class name "interactive":
35 # nl\-classid\-lookup interactive
  /external/tensorflow/tensorflow/tools/docker/
simple_console.py 16 """Start a simple interactive console with TensorFlow available."""
27 """Run an interactive console."""
  /external/tensorflow/tensorflow/tools/pip_package/
simple_console.py 16 """Start a simple interactive console with TensorFlow available."""
27 """Run an interactive console."""
simple_console_for_windows.py 16 """Start a simple interactive console with TensorFlow available."""
27 """Run an interactive console."""
  /device/linaro/hikey/power/
power_hikey.c 67 #define INTERACTIVE_BOOSTPULSE_PATH "/sys/devices/system/cpu/cpufreq/interactive/boostpulse"
68 #define INTERACTIVE_IO_IS_BUSY_PATH "/sys/devices/system/cpu/cpufreq/interactive/io_is_busy"
73 /* interactive gov boost values */
160 /*[interactive cpufreq gov funcs]*********************************************/
163 if (sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_rate",
166 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/timer_slack",
168 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/min_sample_time",
170 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/hispeed_freq",
172 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load",
174 sysfs_write("/sys/devices/system/cpu/cpufreq/interactive/target_loads"
    [all...]

Completed in 240 milliseconds

1 23 4 5 6 7 8 91011>>