Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/third_party/flutter/skia/third_party/externals/angle2/doc/
DdEQP-Charts.md11 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=2017908944&format=interactive"></iframe>
13 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1311087567&format=interactive"></iframe>
15 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=786488695&format=interactive"></iframe>
17 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=485763259&format=interactive"></iframe>
23 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1224536816&format=interactive"></iframe>
25 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=470578632&format=interactive"></iframe>
27 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=304442659&format=interactive"></iframe>
29 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=907538347&format=interactive"></iframe>
33 …7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=1264555977&format=interactive"></iframe>
35 …A7M3nZeLL54i-7iAfEMx0kX7SF_CiwU7DrX8THgn6VKX8a/pubchart?oid=884611147&format=interactive"></iframe>
[all …]
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/selinux/libsepol/tests/
Dlibsepol-tests.c59 static bool do_tests(int interactive, int verbose) in do_tests() argument
78 if (interactive) in do_tests()
90 int i, verbose = 1, interactive = 0; in main() local
104 interactive = 1; in main()
116 if (!do_tests(interactive, verbose)) in main()
121 if (!do_tests(interactive, verbose)) in main()
/third_party/uboot/u-boot-2020.01/drivers/ram/stm32mp1/
DKconfig15 bool "STM32MP1 DDR driver : interactive support"
18 activate interactive support in STM32MP1 DDR controller driver
24 bool "STM32MP1 DDR driver : force interactive mode"
28 force interactive mode in STM32MP1 DDR controller driver
38 activate test support for interactive support in
46 activate tuning command in STM32MP1 DDR interactive mode
/third_party/gettext/gettext-tools/emacs/
Dpo-mode.el665 (interactive)
1022 (interactive)
1200 (interactive)
1417 (interactive)
1426 (interactive)
1437 (interactive)
1451 (interactive)
1518 (interactive)
1523 (interactive)
1528 (interactive)
[all …]
/third_party/libxkbcommon/test/
D.gitignore14 interactive-evdev
20 interactive-x11
21 interactive-wayland
/third_party/libnl/src/
Dnl-qdisc-delete.c20 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
57 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
110 case ARG_INTERACTIVE: interactive = 1; break; in main()
134 if (nfilter == 0 && !interactive && !default_yes) { in main()
Dnl-route-delete.c19 static int interactive = 0, default_yes = 0, quiet = 0; variable
73 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
139 case 'i': interactive = 1; break; in main()
159 if (nf == 0 && !interactive && !default_yes) { in main()
Dnl-neigh-delete.c19 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
54 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
106 case 'i': interactive = 1; break; in main()
Dnl-class-delete.c19 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
57 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
108 case ARG_INTERACTIVE: interactive = 1; break; in main()
Dnl-addr-delete.c19 static int interactive = 0, default_yes = 0, quiet = 0; variable
59 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
120 case 'i': interactive = 1; break; in main()
Dnl-cls-delete.c19 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
59 if (interactive && !nl_cli_confirm(obj, &params, default_yes)) in delete_cb()
133 case ARG_INTERACTIVE: interactive = 1; break; in main()
/third_party/grpc/tools/dockerfile/distribtest/python_opensuse_x64/
DDockerfile17 RUN zypper --non-interactive install python
18 RUN zypper --non-interactive install python-pip
21 RUN zypper --non-interactive install which
25 RUN zypper --non-interactive install ca-certificates-mozilla
/third_party/python/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:
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.
/third_party/grpc/tools/dockerfile/distribtest/ruby_opensuse_x64/
DDockerfile17 RUN zypper --non-interactive install curl
19 RUN zypper --non-interactive install tar which
21 RUN zypper --non-interactive install ca-certificates-mozilla
/third_party/glib/gio/
Dgio-tool-move.c33 static gboolean interactive = FALSE; variable
40 { "interactive", 'i', 0, G_OPTION_ARG_NONE, &interactive, N_("Prompt before overwrite"), NULL },
169 if (!interactive) in handle_move()
178 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_move()
Dgio-tool-copy.c36 static gboolean interactive = FALSE; variable
45 { "interactive", 'i', 0, G_OPTION_ARG_NONE, &interactive, N_("Prompt before overwrite"), NULL },
174 if (!interactive) in handle_copy()
188 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_copy()
/third_party/uboot/u-boot-2020.01/scripts/kconfig/tests/
Dconftest.py40 interactive=False, in_keys=None, extra_env={}): argument
79 if interactive:
124 interactive=True, in_keys=in_keys)
134 interactive=True, in_keys=in_keys)
/third_party/jerryscript/tools/runners/
Drun-debugger-test.sh44 (cat "${TEST_CASE}.cmd" | ${DEBUGGER_CLIENT} --channel ${CHANNEL} --non-interactive ${CLIENT_ARGS})…
48 …(cat "${CONTINUE_CASE}.cmd" | ${DEBUGGER_CLIENT} --channel ${CHANNEL} --non-interactive ${CLIENT_A…
/third_party/pcre2/pcre2/maint/
Ducptest.c746 BOOL interactive; in main() local
786 interactive = is_stdin_tty(); in main()
789 if (interactive) using_history(); in main()
795 if (interactive) in main()
811 if (interactive) printf("> "); in main()
813 if (!interactive) printf("%s", buffer); in main()
819 if (interactive) printf("\n"); in main()
822 if (interactive) clear_history(); in main()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dsections.dart64 title: 'Flutter enables interactive animation',
76 title: 'Flutter enables interactive animation',
88 title: 'Flutter enables interactive animation',
100 title: 'Flutter enables interactive animation',
/third_party/pulseaudio/src/pulsecore/
Dcli.c56 bool interactive; member
150 c->interactive = true; in line_callback()
161 } else if (c->interactive) in line_callback()
/third_party/libnl/etc/
Dclassid16 # top:1 interactive # interactive -> 1:1
/third_party/python/Doc/tutorial/
Dinteractive.rst29 The history will be available again during the next interactive interpreter
45 One alternative enhanced interactive interpreter that has been around for quite
48 into other applications. Another similar enhanced interactive environment is
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml30 configuration and request interactive user input.</para>
32 <para>wpa_gui supports (almost) all of the interactive status and
35 interactive mode features.</para>

12345678910>>...22