HomeSort by relevance Sort by last modified time
    Searched defs:interactive (Results 1 - 20 of 20) sorted by null

  /external/libsepol/tests/
libsepol-tests.c 51 printf("\t-i, --interactive\t\tinteractive console\n");
54 static int do_tests(int interactive, int verbose)
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/webkit/Source/JavaScriptCore/
jsc.cpp 102 : interactive(false)
107 bool interactive; member in struct:Options
474 fprintf(stderr, " -i Enables interactive mode (default if no files are specified)\n");
501 options.interactive = true;
527 options.interactive = true;
542 if (options.interactive && success)
  /external/openssh/
ssh.c 1159 int interactive = 0; local
1326 int interactive = tty_flag; local
    [all...]
sftp.c 109 /* Separators for interactive commands */
126 /* Commands for interactive mode */
1867 int err, interactive; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 103 static int interactive = 0; variable
686 if (interactive)
1090 interactive = (argc == optind) && (action_file == NULL);
1092 if (interactive) {
1125 if (!interactive) {
1139 if (interactive || action_file) {
1152 if (interactive)
  /external/e2fsprogs/misc/
fsck.c 435 int interactive)
498 if (!interactive)
701 static void fsck_device(struct fs_info *fs, int interactive)
718 retval = execute(type, fs->device, fs->mountpt, interactive);
1255 int interactive = 0; local
1296 interactive = 1;
1304 interactive++;
1324 fsck_device(fs, interactive);
  /external/mksh/src/
lex.c 1355 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)
    [all...]
main.c 524 /* 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.
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 319 int interactive; /* Are we connected directly to a tty? */ member in struct:e2fsck_struct
  /external/strace/
strace.c 89 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) {
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
initscan.c 168 /* Whether this is an "interactive" input source; if so, and
1850 interactive = ! option_sense; variable
1906 interactive = option_sense; variable
    [all...]
main.c 57 int interactive, caseins, lex_compat, do_yylineno, useecs, fulltbl, usemecs; variable
209 if ( interactive == unspecified )
212 interactive = false;
214 interactive = true;
223 if ( interactive )
434 if ( interactive == false )
436 if ( interactive == true )
595 interactive = csize = unspecified;
649 interactive = false;
729 interactive = true
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 83 static int interactive = 0; variable
298 * and are likely of not much use for an interactive user.
315 if (attach && interactive)
353 if (attach && interactive)
363 if (interactive)
385 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn);
446 if (interactive && len > 0 && buf[len - 1] != '\n')
583 if (interactive)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 244 milliseconds