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

1 2 3 4

  /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/protobuf/examples/
add_person.cc 18 getline(cin, *person->mutable_name());
22 getline(cin, email);
30 getline(cin, number);
40 getline(cin, type);
  /external/genext2fs/
configure.in 35 AC_CHECK_FUNCS([getopt_long getline strtof])
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 112 public String getLine() {
125 String retval = this.getLine();
166 String line = getLine();
  /external/stlport/test/unit/
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...]
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
  /ndk/tests/device/test-gnustl-full/unit/
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...]
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
  /ndk/tests/device/test-stlport/unit/
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...]
sstream_test.cpp 114 getline( s, str );
117 getline( s, str );
165 getline( s, str );
168 getline( s, str );
  /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);
  /frameworks/base/core/java/android/pim/vcard/
VCardParserImpl_V21.java 159 * getLine() unless there some reason.
260 protected String getLine() throws IOException {
276 line = getLine();
331 line = getLine();
371 * Otherwise, getLine() is used.
386 line = getLine();
791 getLine(); // Drop the next line.
852 line = getLine();
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardParserImpl_V21.java 160 * getLine() unless there some reason.
261 protected String getLine() throws IOException {
277 line = getLine();
332 line = getLine();
372 * Otherwise, getLine() is used.
387 line = getLine();
792 getLine(); // Drop the next line.
853 line = getLine();
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tzselect.ksh 147 while (getline <TZ_COUNTRY_TABLE) {
188 while (getline <TZ_COUNTRY_TABLE) {
226 while (getline <TZ_COUNTRY_TABLE) {
  /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);
  /external/icu4c/tools/tzcode/
tzselect.ksh 147 while (getline <TZ_COUNTRY_TABLE) {
188 while (getline <TZ_COUNTRY_TABLE) {
226 while (getline <TZ_COUNTRY_TABLE) {
  /dalvik/dx/etc/
opcode-gen 121 if ((getline <bytecodeFile) != 1) {

Completed in 541 milliseconds

1 2 3 4