| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-aptwebserver.cc-Include-array.patch | 9 test/interactive-helper/aptwebserver.cc:36:55: error: constexpr variable cannot have non-literal ty… 16 test/interactive-helper/aptwebserver.cc | 1 + 19 diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc 21 --- a/test/interactive-helper/aptwebserver.cc 22 +++ b/test/interactive-helper/aptwebserver.cc
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 40 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)
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | Kconfig.hz | 31 while also showing good interactive responsiveness even 39 while also showing good interactive responsiveness even 47 systems requiring fast interactive responses to events.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/ |
| H A D | expect_5.45.4.bb | 1 SUMMARY = "tool for automating interactive applications according to a script" 2 DESCRIPTION = "Expect is a tool for automating interactive applications according to a script. \ 5 applications. And by adding Tk, you can also wrap interactive applications in \
|
| /OK3568_Linux_fs/buildroot/package/opus/ |
| H A D | Config.in | 4 The Opus codec is designed for interactive speech and audio 9 It is intended to suit a wide range of interactive audio
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/pam.d/ |
| H A D | common-session | 6 # at the start and end of sessions of *any* kind (both interactive and 7 # non-interactive).
|
| H A D | common-session-noninteractive | 3 # common to all non-interactive services 7 # at the start and end of all non-interactive sessions.
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | start.c | 100 if (!state->interactive) in sandbox_main_loop_init() 153 state->interactive = true; in sandbox_cmdline_cb_interactive() 157 SANDBOX_CMDLINE_OPT_SHORT(interactive, 'i', 0, "Enter interactive mode");
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | get_maintainer.pl | 42 my $interactive = 0; 230 'i|interactive!' => \$interactive, 275 $output_rolestats = 1 if ($interactive); 287 $interactive = 0; 793 if ($interactive) { 1413 save_commits_by_author(@lines) if ($interactive); 1414 save_commits_by_signer(@lines) if ($interactive); 1448 save_commits_by_author(@lines) if ($interactive); 1449 save_commits_by_signer(@lines) if ($interactive); 1660 $interactive = 0; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/ |
| H A D | libnet-telnet-perl_3.05.bb | 5 interactive features are provided because connecting to a TELNET port \ 7 These interactive features include the ability to specify a time-out and to \
|
| /OK3568_Linux_fs/buildroot/package/dump1090/ |
| H A D | 0001-dump1090.h-fix-build-with-gcc-10.patch | 9 …interactive.o:/home/test/autobuild/run/instance-0/output-1/build/dump1090-bff92c4ad772a0a8d433f788… 11 …nux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: interactive.o:/home/test/au…
|
| /OK3568_Linux_fs/buildroot/package/poke/ |
| H A D | Config.in | 11 GNU poke is a new interactive editor for binary data. Not 13 it provides a full-fledged procedural, interactive
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/poke/ |
| H A D | poke_1.2.bb | 3 …interactive, extensible editor for binary data. Not limited to editing basic entities such as bits…
|
| /OK3568_Linux_fs/buildroot/package/gptfdisk/ |
| H A D | Config.in | 23 bool "interactive gdisk" 25 Install the interactive GUID partition table (GPT) manipulator
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_maintainer.pl | 45 my $interactive = 0; 253 'i|interactive!' => \$interactive, 309 $output_rolestats = 1 if ($interactive); 321 $interactive = 0; 1008 if ($interactive) { 1609 save_commits_by_author(@lines) if ($interactive); 1610 save_commits_by_signer(@lines) if ($interactive); 1644 save_commits_by_author(@lines) if ($interactive); 1645 save_commits_by_signer(@lines) if ($interactive); 1882 $interactive = 0; [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Add-a-2-minutes-timeout-on-xpcshell-tests.patch | 23 if self.interactive: 47 if self.interactive:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | nettest.c | 104 static unsigned int interactive; variable 791 if (!interactive && server_mode) { in socket_read_dgram() 873 if (!interactive && server_mode) { in socket_read_stream() 959 if (!interactive) { in msg_loop() 966 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop() 970 if (interactive) in msg_loop() 1004 if (interactive) in msg_loop() 1260 if (!interactive) in do_server() 1713 interactive = 1; in main() 1802 if (interactive) { in main()
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | smartsched | 99 So, the X server doesn't share well with clients which are more interactive 123 4 Some priority scheme is needed to keep interactive clients 129 is good enough for interactive response almost all of the time. 166 CPU intensive processes on the same machine can reduce interactive 197 The effect of these changes is to both improve interactive application
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/ |
| H A D | bash.inc | 3 …plementation of the IEEE POSIX and Open Group shell specification with interactive command line ed… 14 # startup files, even if they are not interactive. 22 # causes a lot of garbage in non-interactive shells
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/ |
| H A D | NEWS | 63 + add kernel bootchart tab to interactive gui 89 + fix interactive CPU rendering (Michael) 187 + interactive UI (Michael) 203 + add a filename string to the window title in interactive mode
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | aml-debugger.rst | 47 That spawns the interactive AML debugger environment where you can execute 61 The interactive debugger interface can be closed by pressing Ctrl+C or using
|
| /OK3568_Linux_fs/buildroot/package/bash/ |
| H A D | bash.bashrc | 1 # System-wide .bashrc file for interactive bash(1) shells. 34 # enable bash completion in interactive shells
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_xdp_vlan.sh | 62 --long verbose,flush,help,interactive,debug,mode: -- "$@") 77 -i | --interactive | --debug )
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | Kconfig | 116 bool "interactive" 121 Use the CPUFreq governor 'interactive' as default. This allows 124 'interactive' governor for latency-sensitive workloads. 225 tristate "'interactive' cpufreq policy governor" 231 'interactive' - This driver adds a dynamic cpufreq policy governor 236 interactive workloads.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tcp-thin.rst | 19 After analysing a large number of time-dependent interactive 50 "Improving latency for interactive, thin-stream applications over
|