HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 1 - 25 of 42) sorted by null

1 2

  /external/protobuf/examples/
add_person.cc 18 getline(cin, *person->mutable_name());
22 getline(cin, email);
30 getline(cin, number);
40 getline(cin, type);
  /external/zlib/contrib/iostream3/
test.cc 27 while (inf.getline(buf,80,'\n')) {
43 while (inf.getline(buf,80,'\n')) {
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.h 42 ssize_t getline(char **ppLine, size_t *len, FILE *stream);
SEC_OSAL_ETC.c 36 ssize_t getline(char **ppLine, size_t *pLen, FILE *pStream) function
  /external/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.h 57 getline(basic_istream<_CharT, _Traits>& __is,
65 getline(basic_istream<_CharT, _Traits>& __is, function
67 return getline(__is, __s, __is.widen('\n'));
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
debflex.awk 33 while (getline <source) {
  /ndk/build/awk/
extract-debuggable.awk 55 if (getline <= 0) return 0; # read new input line
121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-package-name.awk 56 if (getline <= 0) return 0; # read new input line
122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
xml.awk 40 if (getline <= 0) return 0; # read new input line
106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
extract-launchable.awk 110 if (getline <= 0) return 0; # read new input line
176 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
  /external/stlport/test/unit/
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
fstream_test.cpp 125 getline( f, str );
128 getline( f, str );
137 getline(in, s);
181 getline( f, s );
184 getline( f, s );
592 while (getline(in, line)) {
871 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
890 // getline( f, s );
898 // getline( f, s );
899 f.getline( buf, 1 ); // <-- key lin
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
fstream_test.cpp 143 getline( f, str );
146 getline( f, str );
155 getline(in, s);
199 getline( f, s );
202 getline( f, s );
610 while (getline(in, line)) {
889 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
908 // getline( f, s );
916 // getline( f, s );
917 f.getline( buf, 1 ); // <-- key lin
    [all...]
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
fstream_test.cpp 143 getline( f, str );
146 getline( f, str );
155 getline(in, s);
199 getline( f, s );
202 getline( f, s );
610 while (getline(in, line)) {
889 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
908 // getline( f, s );
916 // getline( f, s );
917 f.getline( buf, 1 ); // <-- key lin
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 174 "grep mpu /proc/omap_clocks /proc/ckomap24xx" | getline clock_speed
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 47 while (strm.getline(line, kLineLen)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h 116 getline (char **__lineptr, size_t *__n, FILE *__stream) function
  /external/chromium/base/
file_util.cc 151 getline(file1, line1);
152 getline(file2, line2);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 85 while ((read = getline(&line, &len, omxregistryfp)) != -1) {
  /external/e2fsprogs/intl/
relocatable.c 21 /* Tell glibc's <stdio.h> to provide a prototype for getline().
317 /* Linux has /proc/self/maps. glibc 2 has the getline() function. */
344 len = getline (&shared_library_fullname, &size, fp);

Completed in 3510 milliseconds

1 2