OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interactive
(Results
51 - 75
of
1243
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/autotest/client/cros/cellular/pseudomodem/
state_machine_factory.py
25
be
interactive
as needed.
45
Set all machines to be launched in
interactive
mode.
49
it in
interactive
mode.
67
interactive
mode.
/external/autotest/server/samples/
autoserv_console.srv
1
# autoserv_console.srv - gives you an
interactive
interpreter within an autoserv
/external/autotest/server/site_tests/bluetooth_Sanity_AdapterPresent/
control
24
interactive
=False)
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
control
33
interactive
=False)
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
control
33
interactive
=False)
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
control
33
interactive
=False)
/external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
control
26
interactive
=False)
/external/autotest/site_utils/
test_droid.py
77
parser.add_argument('-i', '--
interactive
', action='store_true',
78
help='Enable
interactive
feedback requests from tests.')
106
if arguments.
interactive
:
115
'feedback=
interactive
feedback_args=localhost:%d' %
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
wsgilib.txt
16
.. autofunction::
interactive
/external/selinux/policycoreutils/run_init/
run_init.8
14
should be possible to configure PAM such that
interactive
input is
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-actual-applyCompletion1.xml
5
typing for
interactive
code completion
completion1.xml
5
typing for
interactive
code completion
/external/autotest/server/brillo/feedback/
client_factory.py
9
_AVAILABLE_AUDIO_CLIENTS = set(('loop', '
interactive
'))
41
elif fb_client_name == '
interactive
':
/development/ide/emacs/
android-host.el
19
;; This module defines
interactive
functions to send the most common
70
(
interactive
)
75
(
interactive
)
80
(
interactive
)
85
(
interactive
)
105
(
interactive
"P")
/sdk/files/
android.el
63
(
interactive
83
(
interactive
)
88
(
interactive
(list (expand-file-name
101
(
interactive
108
(
interactive
120
(
interactive
/system/core/rootdir/
init.rc
519
chown system system /sys/devices/system/cpu/cpufreq/
interactive
/timer_rate
520
chmod 0660 /sys/devices/system/cpu/cpufreq/
interactive
/timer_rate
521
chown system system /sys/devices/system/cpu/cpufreq/
interactive
/timer_slack
522
chmod 0660 /sys/devices/system/cpu/cpufreq/
interactive
/timer_slack
523
chown system system /sys/devices/system/cpu/cpufreq/
interactive
/min_sample_time
524
chmod 0660 /sys/devices/system/cpu/cpufreq/
interactive
/min_sample_time
525
chown system system /sys/devices/system/cpu/cpufreq/
interactive
/hispeed_freq
526
chmod 0660 /sys/devices/system/cpu/cpufreq/
interactive
/hispeed_freq
527
chown system system /sys/devices/system/cpu/cpufreq/
interactive
/target_loads
528
chmod 0660 /sys/devices/system/cpu/cpufreq/
interactive
/target_load
[
all
...]
/hardware/libhardware/include/hardware/
power.h
182
* system entering
interactive
state (that is, the system is awake
184
* display and touchscreen enabled) or non-
interactive
state (the
186
* non-
interactive
state is usually entered after a period of
193
* system to low-power sleep state when entering non-
interactive
195
*
interactive
state. When low-power suspend state is allowed, the
199
*
interactive
/ awake state, and zero when transitioning to a
200
* non-
interactive
/ asleep state.
202
* This function is called to enter non-
interactive
state after
204
*
interactive
state prior to turning on the screen.
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go
33
Complete Completer // autocomplete for
interactive
mode
47
func PProf(c Completer,
interactive
**bool) Commands {
74
"eog": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("svg"), "svg", []string{"eog"}), false, "Visualize graph through eog"},
75
"evince": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("pdf"), "pdf", []string{"evince"}), false, "Visualize graph through evince"},
76
"gv": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("ps"), "ps", []string{"gv --noantialias"}), false, "Visualize graph through gv"},
77
"web": {c, report.Dot, invokeVisualizer(
interactive
, saveSVGToFile(), "svg", browsers()), false, "Visualize graph through web browser"},
80
"weblist": {c, report.WebList, invokeVisualizer(
interactive
, awayFromTTY("html"), "html", browsers()), true, "Output annotated source in HTML for functions matching regexp or address"},
204
func invokeVisualizer(
interactive
**bool, format PostProcessor, suffix string, visualizers []string) PostProcessor {
233
if !**
interactive
{
/prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go
33
Complete Completer // autocomplete for
interactive
mode
47
func PProf(c Completer,
interactive
**bool) Commands {
74
"eog": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("svg"), "svg", []string{"eog"}), false, "Visualize graph through eog"},
75
"evince": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("pdf"), "pdf", []string{"evince"}), false, "Visualize graph through evince"},
76
"gv": {c, report.Dot, invokeVisualizer(
interactive
, invokeDot("ps"), "ps", []string{"gv --noantialias"}), false, "Visualize graph through gv"},
77
"web": {c, report.Dot, invokeVisualizer(
interactive
, saveSVGToFile(), "svg", browsers()), false, "Visualize graph through web browser"},
80
"weblist": {c, report.WebList, invokeVisualizer(
interactive
, awayFromTTY("html"), "html", browsers()), true, "Output annotated source in HTML for functions matching regexp or address"},
204
func invokeVisualizer(
interactive
**bool, format PostProcessor, suffix string, visualizers []string) PostProcessor {
233
if !**
interactive
{
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py
112
via sudo or if telemetry is run on a non-
interactive
TTY."""
113
# `sudo -v` will always fail if run from a non-
interactive
TTY.
131
# Without an
interactive
terminal (or a configured 'askpass', but
136
'setuid bit is not set and there is no
interactive
terminal '
142
# Else, there is a tty that can be used for a useful
interactive
prompt.
/external/parameter-framework/upstream/tools/clientSimulator/
pfClientSimulator.py
107
" implicit if neither '--scenario' nor '--
interactive
' are "
110
interactiveness.add_argument("--
interactive
", action='store_true',
111
help="run in
interactive
mode (lets you select actions and scripts"
183
if args.
interactive
:
184
# Launch
Interactive
Mode with default criterions values
/frameworks/base/docs/html/training/wearables/watch-faces/
interacting.jd
1
page.title=Creating
Interactive
Watch Faces
9
<li><a href="#Construct">Construct an
Interactive
Watch Face</a></li>
29
<p>This lesson teaches you how to implement an
interactive
watch face by first constructing the
32
<p class="note"><strong>Note:</strong> Before beginning development work on your
interactive
watch
38
<p>When constructing an
interactive
watch-face style, the first thing the app must do is tell the
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb
8
A special stream used in the <b>
interactive
mode</b> of the Main scripts. It
34
@name ||= options[ :file ] || options[ :name ] || '(
interactive
)'
70
@name ||= options[ :file ] || options[ :name ] || '(
interactive
)'
/external/jcommander/src/test/java/com/beust/jcommander/command/
CommandTest.java
41
Assert.assertEquals(add.
interactive
.booleanValue(), true);
64
Assert.assertEquals(add.
interactive
.booleanValue(), true);
101
Assert.assertEquals(hidden.
interactive
.booleanValue(), true);
/frameworks/base/docs/html/guide/topics/media/
jetplayer.jd
36
<p>The Android platform includes a JET engine that lets you add
interactive
playback of JET audio
37
content in your applications. You can create JET content for
interactive
playback using the
68
android.media.JetPlayer JetPlayer} to create an
interactive
music soundtrack in your game. It also
Completed in 6505 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>