HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 126 - 150 of 619) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 502 # undef getline
503 # define getline rpl_getline
512 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream);
515 # undef getline
516 # define getline(l, s, f) \
517 (GL_LINK_WARNING ("getline is unportable - " \
518 "use gnulib module getline for portability"), \
519 getline (l, s, f))
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
xemacs.good 24 " m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \\"
65 "$(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4"
xemacs.inp 24 m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \
65 $(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Parser.js 40 t.line = current.getLine();
Lexer.js 43 this.state.tokenStartLine = this.input.getLine();
175 getLine: function() {
176 return this.input.getLine();
276 var inputSymbol = String.fromCharCode(this.input.LT(1))+" line="+this.getLine()+":"+this.getCharPositionInLine();
281 var inputSymbol = String.fromCharCode(this.input.LT(1))+" line="+this.getLine()+":"+this.getCharPositionInLine();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStreamState.h 47 - (NSUInteger) getLine;
  /external/dhcpcd/
Android.mk 11 if-linux.c if-linux-wireless.c lpf.c compat/getline.c \
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 119 std::getline(in, line); assert(in.good());
150 while(input.getline(buffer, maxBuffersize))
203 std::getline(in, line); assert(in.good());
211 while ( std::getline(in, line) && (i < n) ){
  /external/elfutils/bionic-fixup/
AndroidFixup.h 85 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
  /external/elfutils/tests/
coverage.sh 22 gawk "/$d.$fc/ { getline; co=gensub(/.*:(.*)% .*/, \"\\\\1\", \"g\"); co=co+0.0; li=\$4+0; printf \"%-35s %6.2f %5d\n\", \"$d/$fc\", co, li } " >> $tmp
  /external/oprofile/gui/
oprof_start_config.cpp 71 while (getline(in, str)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
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();
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 105 { GETLINE, "getline", "getline" },
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 46 static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree);
306 tree->baseTree.getLine = getLine;
445 static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree)
454 if (token == NULL || token->getLine(token) == 0)
461 return child->getLine(child);
465 return token->getLine(token);
  /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...]
  /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...]

Completed in 1099 milliseconds

1 2 3 4 56 7 8 91011>>