HomeSort by relevance Sort by last modified time
    Searched defs:stdin (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /libcore/ojluni/src/main/java/java/lang/
UNIXProcess.java 60 private /* final */ OutputStream stdin; field in class:UNIXProcess
158 stdin = (fds[0] == -1) ?
190 if (stdin instanceof ProcessPipeOutputStream)
191 ((ProcessPipeOutputStream) stdin).processExited();
195 return stdin;
232 try { stdin.close(); } catch (IOException ignored) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /external/protobuf/examples/
AddPerson.java 15 static Person PromptForAddress(BufferedReader stdin,
20 person.setId(Integer.valueOf(stdin.readLine()));
23 person.setName(stdin.readLine());
26 String email = stdin.readLine();
33 String number = stdin.readLine();
42 String type = stdin.readLine();
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 47 InputStream stdin = System.in; local
70 System.setIn(stdin);
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 6 // easier to remap stdin and stdout, connect I/O with pipes, and do other
61 // Stdin specifies the process's standard input.
62 // If Stdin is nil, the process reads from the null device (os.DevNull).
63 // If Stdin is an *os.File, the process's standard input is connected
66 // goroutine reads from Stdin and delivers that data to the command
68 // stops copying, either because it has reached the end of Stdin
70 Stdin io.Reader
161 // whether the provided the stdin copy error should be ignored.
165 func (c *Cmd) stdin() (f *os.File, err error) { func
166 if c.Stdin == nil
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 6 // easier to remap stdin and stdout, connect I/O with pipes, and do other
61 // Stdin specifies the process's standard input.
62 // If Stdin is nil, the process reads from the null device (os.DevNull).
63 // If Stdin is an *os.File, the process's standard input is connected
66 // goroutine reads from Stdin and delivers that data to the command
68 // stops copying, either because it has reached the end of Stdin
70 Stdin io.Reader
161 // whether the provided the stdin copy error should be ignored.
165 func (c *Cmd) stdin() (f *os.File, err error) { func
166 if c.Stdin == nil
    [all...]
  /bionic/libc/include/
stdio.h 58 extern FILE* stdin;
62 #define stdin stdin macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
409 /* Read formatted input from stdin.
457 /* Read formatted input from stdin into argument list ARG.
516 /* Read a character from stdin.
607 /* Get a newline-terminated string from stdin, removing the newline.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cgi.py 12 stdin = sys.stdin variable in class:HackedSysModule
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cgi.py 12 stdin = sys.stdin variable in class:HackedSysModule
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 12 stdin = sys.stdin variable in class:HackedSysModule
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 12 stdin = sys.stdin variable in class:HackedSysModule
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 169 extern struct _IO_FILE *stdin; /* Standard input stream. */
173 #define stdin stdin macro
433 /* Read formatted input from stdin.
481 /* Read formatted input from stdin into argument list ARG.
540 /* Read a character from stdin.
631 /* Get a newline-terminated string from stdin, removing the newline.
  /bionic/libc/stdio/
stdio.cpp 77 // for stdin/stdout/stderr; they were macros accessing __sF.
84 FILE* stdin = &__sF[0]; variable
273 // a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
  /build/tools/signtos/
SignTos.java 72 * Reads the password from stdin and returns it as a string.
80 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); local
82 return stdin.readLine();
  /development/ndk/platforms/android-21/include/
stdio.h 212 #define stdin (&__sF[0]) macro
  /development/ndk/platforms/android-3/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 203 #define stdin (&__sF[0]) macro
378 #define getchar() getc(stdin)
380 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 1521 milliseconds

1 2 3 4 5