Searched defs:interactive (Results 1 - 21 of 21) sorted by relevance

/external/libsepol/tests/
H A Dlibsepol-tests.c51 printf("\t-i, --interactive\t\tinteractive console\n");
54 static int do_tests(int interactive, int verbose) argument
72 if (interactive)
83 int i, verbose = 1, interactive = 0; local
87 {"interactive", 0, NULL, 'i'},
97 interactive = 1;
109 if (do_tests(interactive, verbose))
114 if (do_tests(interactive, verbose))
/external/chromium_org/ui/views/controls/
H A Dimage_view.h76 void set_interactive(bool interactive) { interactive_ = interactive; } argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_web_auth_flow_unittest.cc35 bool interactive)
40 interactive ? ExperimentalWebAuthFlow::INTERACTIVE
88 bool interactive) {
90 &delegate_, profile(), url, interactive));
32 MockExperimentalWebAuthFlow(ExperimentalWebAuthFlow::Delegate* delegate, Profile* profile, const GURL& provider_url, bool interactive) argument
87 CreateAuthFlow(const GURL& url, bool interactive) argument
H A Dexperimental_identity_api.cc65 bool interactive = params->details.get() && local
66 params->details->interactive.get() &&
67 *params->details->interactive;
69 should_prompt_for_scopes_ = interactive;
70 should_prompt_for_signin_ = interactive;
318 params->details.interactive && *params->details.interactive ?
H A Didentity_api.cc83 bool interactive = params->details.get() && local
84 params->details->interactive.get() &&
85 *params->details->interactive;
87 should_prompt_for_scopes_ = interactive;
88 should_prompt_for_signin_ = interactive;
551 params->details.interactive && *params->details.interactive ?
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc89 MediaGalleries::GetMediaFileSystemsInteractivity interactive = local
91 if (params->details.get() && params->details->interactive != MediaGalleries::
93 interactive = params->details->interactive;
99 interactive));
104 MediaGalleries::GetMediaFileSystemsInteractivity interactive) {
105 switch (interactive) {
103 OnStorageMonitorInit( MediaGalleries::GetMediaFileSystemsInteractivity interactive) argument
/external/openssh/
H A Dssh-pkcs11-client.c92 pkcs11_init(int interactive) argument
H A Dssh-pkcs11.c76 pkcs11_init(int interactive) argument
78 pkcs11_interactive = interactive;
596 pkcs11_init(int interactive) argument
H A Dssh.c1159 int interactive = 0; local
1221 interactive = 1;
1247 interactive = 1;
1255 /* Tell the packet module whether this is an interactive session. */
1256 packet_set_interactive(interactive,
1315 /* Enter the interactive session. */
1326 int interactive = tty_flag; local
1345 interactive = 1;
H A Dpacket.c150 /* Set to true if the connection is interactive. */
1023 * be used during the interactive session.
1779 /* Informs that the current session is interactive. Sets IP flags for that. */
1782 packet_set_interactive(int interactive, int qos_interactive, int qos_bulk) argument
1788 /* Record that we are in interactive mode. */
1789 active_state->interactive_mode = interactive;
1795 packet_set_tos(interactive ? qos_interactive : qos_bulk);
1798 /* Returns true if the current connection is interactive. */
H A Dsftp.c109 /* Separators for interactive commands */
126 /* Commands for interactive mode */
1867 int err, interactive; local
1942 interactive = !batchmode && isatty(STDIN_FILENO);
1950 if (interactive)
1953 if (interactive)
1957 if (!interactive) { /* Echo command */
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h122 void set_interactive(bool interactive) { interactive_ = interactive; } argument
123 bool interactive() const { return interactive_; } function in class:autofill::DialogNotification
/external/iputils/
H A Dclockdiff.c100 int interactive = 0; variable
255 if (interactive) {
462 if (interactive) {
597 interactive = 1;
678 if (interactive)
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c104 static int interactive = 0; variable
694 if (interactive)
1099 interactive = (argc == optind) && (action_file == NULL);
1101 if (interactive) {
1134 if (!interactive) {
1148 if (interactive || action_file) {
1161 if (interactive)
/external/e2fsprogs/misc/
H A Dfsck.c435 int interactive)
498 if (!interactive)
701 static void fsck_device(struct fs_info *fs, int interactive) argument
718 retval = execute(type, fs->device, fs->mountpt, interactive);
1255 int interactive = 0; local
1296 interactive = 1;
1304 interactive++;
1324 fsck_device(fs, interactive);
434 execute(const char *type, const char *device, const char *mntpt, int interactive) argument
/external/mksh/src/
H A Dlex.c1355 bool interactive = Flag(FTALKING) && s->type == SSTDIN; local
1356 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
1367 if (interactive)
1386 if (interactive)
1438 } else if (interactive && *s->str &&
1442 } else if (interactive && cur_prompt == PS1) {
1450 if (interactive)
H A Dmain.c524 /* always disable UTF-8 (for interactive) */
761 volatile bool interactive = Flag(FTALKING) && toplevel; local
767 if (interactive)
776 if (interactive) {
788 * interactive is set if we are reading from
824 if (interactive) {
859 if (t->type != TEOF && interactive && really_exit)
1265 * non-interactive shells to exit.
/external/e2fsprogs/e2fsck/
H A De2fsck.h319 int interactive; /* Are we connected directly to a tty? */ member in struct:e2fsck_struct
/external/strace/
H A Dstrace.c89 static int iflag = 0, interactive = 0, pflag_seen = 0, rflag = 0, tflag = 0; variable
385 if (interactive)
452 if (interactive) {
503 if (interactive)
787 interactive = 1;
1000 interactive = 0;
1005 optind < argc pflag_seen outfname interactive
1026 if (interactive) {
1973 sa.sa_handler = interactive ? SIG_DFL : SIG_IGN;
2084 if (interactive)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c83 static int interactive = 0; variable
293 * and are likely of not much use for an interactive user.
310 if (attach && interactive)
348 if (attach && interactive)
358 if (interactive)
380 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn);
428 if (interactive && len > 0 && buf[len - 1] != '\n')
565 if (interactive)
3189 if (interactive) {
3313 if (interactive
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1164 milliseconds