/external/libnl/src/ |
nl-addr-delete.c | 16 static int interactive = 0, default_yes = 0, quiet = 0; variable 25 " -i, --interactive Run interactively.\n" 56 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 95 { "interactive", 0, 0, 'i' }, 117 case 'i': interactive = 1; break;
|
nl-class-delete.c | 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable 25 " --interactive Run interactively.\n" 54 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 87 { "interactive", 0, 0, ARG_INTERACTIVE }, 105 case ARG_INTERACTIVE: interactive = 1; break;
|
nl-cls-delete.c | 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable 25 " --interactive Run interactively.\n" 56 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 110 { "interactive", 0, 0, ARG_INTERACTIVE }, 130 case ARG_INTERACTIVE: interactive = 1; break;
|
nl-neigh-delete.c | 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable 25 " -i, --interactive Run interactively\n" 51 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 85 { "interactive", 0, 0, 'i' }, 103 case 'i': interactive = 1; break;
|
nl-route-delete.c | 16 static int interactive = 0, default_yes = 0, quiet = 0; variable 32 " -i, --interactive Run interactively\n" 70 if (interactive && !nl_cli_confirm(obj, ¶ms, default_yes)) 111 { "interactive", 0, 0, 'i' }, 136 case 'i': interactive = 1; break; 156 if (nf == 0 && !interactive && !default_yes) { 158 "non-interactive mode, aborting.\n");
|
/external/python/cpython3/Doc/tutorial/ |
interactive.rst | 4 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
|
appendix.rst | 10 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/cpython2/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 is a tty device, the interpreter enters interactive mode; otherwise, it executes 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/python/cpython2/Doc/tutorial/ |
appendix.rst | 10 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/autotest/client/cros/cellular/pseudomodem/ |
state_machine.py | 32 Using the StateMachine in |interactive| mode: 33 In interactive mode, the state machine object exposes a dbus object under 75 Run this machine in interactive mode. 84 self.warning('Cannot enter interactive mode without a |bus|.') 93 logging.info('Running state machine in interactive mode') 106 Advance a step on a state machine running in interactive mode. 109 @raises: TestError if called on a non-interactive state machine. 114 'Can not advance a non-interactive state machine') 131 Signal sent out by an interactive machine when it is waiting for remote
|
pm_constants.py | 16 # Interactive state machine interface.
|
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/libgsm/add-test/ |
add_test.c | 18 int interactive = 1; variable 153 if (interactive) print_longword(w); 156 if (!interactive) fprint_longword(stderr, w); 162 } else if (interactive) putchar('\n'); 167 if (interactive) print_word(w); 170 if (!interactive) fprint_word(stderr, w); 176 } else if (interactive) putchar('\n'); 202 interactive = isatty(fileno(in)); 205 if (interactive) fprintf(stderr, "? ");
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/ |
Vfr.vfr | 105 flags = INTERACTIVE,
115 flags = INTERACTIVE,
125 flags = INTERACTIVE,
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_gui.sgml | 30 configuration and request interactive user input.</para> 32 <para>wpa_gui supports (almost) all of the interactive status and 35 interactive mode features.</para>
|
/development/samples/JetBoy/ |
JETBOY_content_README.txt | 3 The "JETBOY_content" folder contains the JET Creator file and assets used in "JETBOY", the Android demonstration game using SONiVOX' JET interactive music technology.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/ |
PlatVarCleanup.vfr | 33 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
DriverHealthConfigureVfr.Vfr | 34 flags = INTERACTIVE,
|
DriverHealthManagerVfr.Vfr | 33 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
PwdCredentialProviderVfr.Vfr | 29 flags = INTERACTIVE,
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
UserIdentifyManagerVfr.Vfr | 30 flags = INTERACTIVE,
|
/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 | 23 interactive=False)
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/ |
control | 32 interactive=False)
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
control | 32 interactive=False)
|