Home
last modified time | relevance | path

Searched full:interactive (Results 1 – 25 of 1640) sorted by relevance

12345678910>>...66

/external/angle/doc/
DdEQP-Charts.md15 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=2017908944&format=interactive"></iframe>
17 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1311087567&format=interactive"></iframe>
19 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=786488695&format=interactive"></iframe>
21 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=485763259&format=interactive"></iframe>
27 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1224536816&format=interactive"></iframe>
29 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=470578632&format=interactive"></iframe>
31 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=304442659&format=interactive"></iframe>
33 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=907538347&format=interactive"></iframe>
37 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1264555977&format=interactive"></iframe>
39 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=884611147&format=interactive"></iframe>
[all …]
/external/libxkbcommon/tools/
Dxkbcli.138 .It Ic interactive\-x11
39 Interactive debugger for XKB keymaps for X11, see
40 .Xr xkbcli\-interactive\-x11 1
42 .It Ic interactive\-wayland
43 Interactive debugger for XKB keymaps for Wayland, see
44 .Xr xkbcli\-interactive\-wayland 1
46 .It Ic interactive\-evdev
47 Interactive debugger for XKB keymaps for evdev, see
48 .Xr xkbcli\-interactive\-evdev 1
Dxkbcli.c47 " interactive-wayland\n" in usage()
48 " Interactive debugger for XKB keymaps for Wayland\n" in usage()
52 " interactive-x11\n" in usage()
53 " Interactive debugger for XKB keymaps for X11\n" in usage()
57 " interactive-evdev\n" in usage()
58 " Interactive debugger for XKB keymaps for evdev\n" in usage()
Dxkbcli-interactive-wayland.16 .Nm "xkbcli interactive\-wayland"
7 .Nd interactive debugger for XKB keymaps
35 .Xr xkbcli\-interactive\-evdev 1 ,
36 .Xr xkbcli\-interactive\-x11 1 ,
Dxkbcli-interactive-x11.16 .Nm "xkbcli interactive\-x11"
7 .Nd interactive debugger for XKB keymaps
35 .Xr xkbcli\-interactive\-evdev 1 ,
36 .Xr xkbcli\-interactive\-wayland 1 ,
Dxkbcli-interactive-evdev.16 .Nm "xkbcli interactive\-evdev"
7 .Nd interactive debugger for XKB keymaps
75 .Xr xkbcli\-interactive\-wayland 1 ,
76 .Xr xkbcli\-interactive\-x11 1 ,
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
Dautoupdate_CannedOmahaUpdate.py19 def run_canned_update(self, allow_failure, update_url, interactive): argument
25 @param interactive: Whether the update is interactive or not.
33 interactive=interactive)
47 interactive=True): argument
55 @param interactive: Whether the update is interactive or not.
65 nebraska.get_update_url(), interactive)
81 interactive)
/external/selinux/libsepol/tests/
Dlibsepol-tests.c58 printf("\t-i, --interactive\t\tinteractive console\n"); in usage()
61 static bool do_tests(int interactive, int verbose) in do_tests() argument
82 if (interactive) in do_tests()
94 int i, verbose = 1, interactive = 0; in main() local
98 {"interactive", 0, NULL, 'i'}, in main()
108 interactive = 1; in main()
120 if (!do_tests(interactive, verbose)) in main()
125 if (!do_tests(interactive, verbose)) in main()
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst4 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 …]
Dappendix.rst10 Interactive Mode
19 In interactive mode, it then returns to the primary prompt; when input came from
68 The Interactive Startup File
77 This file is only read in interactive sessions, not when Python reads commands
79 commands (which otherwise behaves like an interactive session). It is executed
80 in the same namespace where interactive commands are executed, so that objects
81 that it defines or imports can be used without qualification in the interactive
/external/python/cpython3/Doc/reference/
Dtoplevel_components.rst40 single: interactive mode
43 The interpreter may also be invoked in interactive mode; in this case, it does
58 or standard input is a tty device, the interpreter enters interactive mode;
67 All input read from non-interactive files has the same form:
83 Interactive input
86 Input in interactive mode is parsed using the following grammar:
92 interactive mode; this is needed to help the parser detect the end of the input.
/external/python/cpython2/Doc/reference/
Dtoplevel_components.rst40 single: interactive mode
43 The interpreter may also be invoked in interactive mode; in this case, it does
57 or standard input is a tty device, the interpreter enters interactive mode;
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/selinux/libsemanage/tests/
Dlibsemanage-tests.c61 printf("\t-i, --interactive\t\tinteractive console\n"); in usage()
64 static bool do_tests(int interactive, int verbose) in do_tests() argument
90 if (interactive) in do_tests()
105 int i, verbose = 1, interactive = 0; in main() local
109 {"interactive", 0, NULL, 'i'}, in main()
119 interactive = 1; in main()
129 if (!do_tests(interactive, verbose)) in main()
/external/autotest/client/site_tests/autoupdate_InstallAndUpdateDLC/
Dautoupdate_InstallAndUpdateDLC.py16 def run_once(self, payload_urls, interactive=True): argument
27 @param interactive: Whether the update should be interactive.
43 interactive=interactive)
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py36 Using the StateMachine in |interactive| mode:
37 In interactive mode, the state machine object exposes a dbus object under
79 Run this machine in interactive mode.
88 self.warning('Cannot enter interactive mode without a |bus|.')
97 logging.info('Running state machine in interactive mode')
110 Advance a step on a state machine running in interactive mode.
113 @raises: TestError if called on a non-interactive state machine.
118 'Can not advance a non-interactive state machine')
135 Signal sent out by an interactive machine when it is waiting for remote
/external/autotest/client/common_lib/feedback/
Dclient.py5 """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/python/cpython3/Parser/
Dtokenizer.h23 /* Normal mode of operation: return a new token when asked in interactive mode */
25 /* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
37 int fp_interactive; /* If the file descriptor is interactive */
38 char *interactive_src_start; /* The start of the source parsed so far in interactive mode */
39 char *interactive_src_end; /* The end of the source parsed so far in interactive mode */
50 const char *prompt, *nextprompt; /* For interactive prompting */
85 /* How to proceed when asked for a new token in interactive mode */
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh23 echo " --flush : Flush before starting (e.g. after --interactive)"
24 echo " --interactive : Keep netns setup running after test-run"
52 if [ -n "$INTERACTIVE" ]; then
67 --long verbose,flush,help,interactive,debug,mode: -- "$@")
82 -i | --interactive | --debug )
83 INTERACTIVE=yes
128 # Interactive mode likely require us to cleanup netns
129 if [ -n "$INTERACTIVE" ]; then
189 # Bringup lo in netns (to avoids confusing people using --interactive)
/external/libnl/src/
Dnl-route-delete.c14 static int interactive = 0, default_yes = 0, quiet = 0; variable
30 " -i, --interactive Run interactively\n" in print_usage()
68 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
109 { "interactive", 0, 0, 'i' }, in main()
134 case 'i': interactive = 1; break; in main()
154 if (nf == 0 && !interactive && !default_yes) { in main()
156 "non-interactive mode, aborting.\n"); in main()
Dnl-qdisc-delete.c15 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
24 " --interactive Run interactively.\n" in print_usage()
52 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
87 { "interactive", 0, 0, ARG_INTERACTIVE }, in main()
105 case ARG_INTERACTIVE: interactive = 1; break; in main()
129 if (nfilter == 0 && !interactive && !default_yes) { in main()
/external/python/cpython3/Doc/tutorial/
Dappendix.rst10 Interactive Mode
19 In interactive mode, it then returns to the primary prompt; when input came from
68 The Interactive Startup File
77 This file is only read in interactive sessions, not when Python reads commands
79 commands (which otherwise behaves like an interactive session). It is executed
80 in the same namespace where interactive commands are executed, so that objects
81 that it defines or imports can be used without qualification in the interactive
Dinteractive.rst4 Interactive Input Editing and History Substitution
29 The history will be available again during the next interactive interpreter
35 Alternatives to the Interactive Interpreter
45 One alternative enhanced interactive interpreter that has been around for quite
48 into other applications. Another similar enhanced interactive environment is
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/python_opensuse_x64/
DDockerfile17 RUN zypper --non-interactive install python3
18 RUN zypper --non-interactive install python3-pip
21 RUN zypper --non-interactive install which
25 RUN zypper --non-interactive install ca-certificates-mozilla
/external/grpc-grpc/tools/dockerfile/distribtest/python_opensuse_x64/
DDockerfile17 RUN zypper --non-interactive install python3
18 RUN zypper --non-interactive install python3-pip
21 RUN zypper --non-interactive install which
25 RUN zypper --non-interactive install ca-certificates-mozilla
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DCustomJobOrBuilder.java469 * Output only. URIs for accessing [interactive
470 * shells](https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
478 * The values are the URIs for each node's interactive shell.
490 * Output only. URIs for accessing [interactive
491 * shells](https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
499 * The values are the URIs for each node's interactive shell.
514 * Output only. URIs for accessing [interactive
515 * shells](https://cloud.google.com/vertex-ai/docs/training/monitor-debug-interactive-shell)
523 * The values are the URIs for each node's interactive shell.
535 * Output only. URIs for accessing [interactive
[all …]

12345678910>>...66