Searched refs:stdin (Results 401 - 425 of 517) sorted by relevance

<<11121314151617181920>>

/external/bison/src/
H A Dscan-gram.c1349 gram_in = stdin;
3426 gram_in = stdin;
/external/chromium_org/
H A DPRESUBMIT.py1107 stdin=input_api.subprocess.PIPE,
1126 stdin=input_api.subprocess.PIPE,
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp835 yyin = stdin;
2226 yyin = stdin;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c917 yyin = stdin;
2468 yyin = stdin;
H A Dglsl_lexer.cc1406 yyin = stdin;
3713 yyin = stdin;
H A Dlex.yy.c1444 yyin = stdin;
3574 yyin = stdin;
/external/chromium_org/third_party/pexpect/
H A Dpexpect.py34 device which bypasses stdin.
369 turn off stdin echo, but if you send your password before the
396 self.stdin = sys.stdin
1058 #fd = sys.stdin.fileno()
1537 it echos the real stdin to the child stdin. When the user types the
/external/e2fsprogs/e2fsck/
H A Ddict.c1308 if (!fgets(in, sizeof(input_t), stdin))
1385 if (!fgets(in, sizeof(input_t), stdin))
H A Dprofile.c1840 while (!feof(stdin)) {
1841 if (fgets(buf, sizeof(buf), stdin) == NULL)
/external/libpcap/
H A Dscanner.c2976 pcap_in = stdin;
4660 pcap_in = stdin;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.c1385 yyin = stdin;
2897 yyin = stdin;
/external/lldb/test/pexpect-2.4/
H A Dpexpect.py354 turn off stdin echo, but if you send your password before the
381 self.stdin = sys.stdin
1010 #fd = sys.stdin.fileno()
1461 it echos the real stdin to the child stdin. When the user types the
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c2488 // Redirect stdin to the console stdin.
2493 file = __handle_reopen( (unsigned long) fileHandle, "r", stdin );
2499 *stdin = *file;
2502 err = setvbuf( stdin, NULL, _IONBF, 0 );
/external/fdlibm/
H A Dconfigure3095 - | *:- | *:-:* ) # input from stdin
3096 cat >$tmp/stdin
3230 -) echo $tmp/stdin ;;
3270 rm -f $tmp/stdin
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1277 yyin = stdin;
3093 yyin = stdin;
/external/fio/
H A Dinit.c1321 f = stdin;
1466 if (!is_buf && f != stdin)
/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc135 // from stdin.
432 // Read config from stdin if necessary.
436 while ((len = fread(buf, 1, sizeof(buf), stdin)) > 0) {
555 // Process config we've read from stdin.
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_abi.py218 fp = open(filename) if filename != '-' else sys.stdin
/external/chromium_org/third_party/ply/
H A Dlex.py1023 data = sys.stdin.read()
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py910 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
911 cmd.stdin.close()
1310 if not cl.local and (opts["stdin"] or not opts["stdout"]):
1328 if opts["stdin"] or opts["stdout"]:
1340 if opts["stdin"]:
1341 s = sys.stdin.read()
1361 if not opts["stdin"] and not opts["stdout"]:
1600 cmd = subprocess.Popen(argv, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None, close_fds=sys.platform != "win32")
2112 ('i', 'stdin', None, 'read change list from standard input'),
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c637 lua_pushliteral(L, "=stdin");
638 lf.f = stdin;
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl175 gets stdin
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.c955 while (fgets(mytext, MAXKEYLEN, stdin))
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py794 s = sys.stdin.read()
/external/deqp/execserver/tools/
H A DxsTest.cpp874 else if (deStringEqual(arg, "--deqp-stdin-caselist"))
878 while (fread(&c, 1, 1, stdin) == 1 && c != 0)

Completed in 780 milliseconds

<<11121314151617181920>>