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

1 2

  /external/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro
  /prebuilts/ndk/android-ndk-r7/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileInputStreamTest.java 138 FileInputStream stdin = new FileInputStream(FileDescriptor.in); local
139 stdin.close();
140 stdin = new FileInputStream(FileDescriptor.in);
142 stdin.read();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
405 /* Read formatted input from stdin.
453 /* Read formatted input from stdin into argument list ARG.
512 /* Read a character from stdin.
603 /* Get a newline-terminated string from stdin, removing the newline.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
405 /* Read formatted input from stdin.
453 /* Read formatted input from stdin into argument list ARG.
512 /* Read a character from stdin.
603 /* Get a newline-terminated string from stdin, removing the newline.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 145 extern struct _IO_FILE *stdin; /* Standard input stream. */
149 #define stdin stdin macro
405 /* Read formatted input from stdin.
453 /* Read formatted input from stdin into argument list ARG.
512 /* Read a character from stdin.
603 /* Get a newline-terminated string from stdin, removing the newline.
  /bionic/libc/include/
stdio.h 217 #define stdin (&__sF[0]) macro
443 #define getchar() getc(stdin)
445 #define getchar_unlocked() getc_unlocked(stdin)
  /build/tools/signapk/
SignApk.java 97 * Reads the password from stdin and returns it as a string.
105 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); local
107 return stdin.readLine();
  /development/ndk/platforms/android-3/include/
stdio.h 216 #define stdin (&__sF[0]) macro
437 #define getchar() getc(stdin)
439 #define getchar_unlocked() getc_unlocked(stdin)
  /development/ndk/platforms/android-8/include/
stdio.h 216 #define stdin (&__sF[0]) macro
437 #define getchar() getc(stdin)
439 #define getchar_unlocked() getc_unlocked(stdin)
  /external/openssl/
e_os.h 309 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
311 # undef stdin macro
315 # define stdin (&__iob_func()[0]) macro
319 # undef stdin macro
329 # define stdin (&_imp___iob[0]) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
437 #define getchar() getc(stdin)
439 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
437 #define getchar() getc(stdin)
439 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 225 #define stdin (&__sF[0]) macro
446 #define getchar() getc(stdin)
448 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 216 #define stdin (&__sF[0]) macro
435 #define getchar() getc(stdin)
437 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 1316 milliseconds

1 2