HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 151 - 175 of 746) sorted by null

1 2 3 4 5 67 8 91011>>

  /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.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
string 43 #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" },
proto.h 25 /* To avoid conflicts with <stdio.h> getline declaration on Linux */
26 #define getline awk_getline macro
157 extern Cell *getline(Node **, int);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
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/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...]
  /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...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.cc 32 bool GetLine(const char* input, int input_len, std::string* line) {
64 if (!GetLine(data, length, &line))
81 if (!GetLine(data, length, &line))
153 if (!GetLine(data, length, &cmd_line))
268 if (!GetLine(chunk_data, length, &cmd_line))
470 if (!GetLine(data, remaining, &line))
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 75 getline(strm_, content_);
80 while (getline(strm_, line)) {
220 while (getline(*istrm, str))
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStream.java 48 int getLine();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStream.h 44 - (NSInteger) getLine;
ANTLRRecognitionException.h 47 @property (getter=getLine, setter=setLine:) NSInteger line;
ANTLRToken.h 62 - (NSUInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStream.h 44 - (NSInteger) getLine;
ANTLRRecognitionException.h 47 @property (getter=getLine, setter=setLine:) NSInteger line;
ANTLRToken.h 62 - (NSUInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStream.h 44 - (NSInteger) getLine;
ANTLRRecognitionException.h 47 @property (getter=getLine, setter=setLine:) NSInteger line;

Completed in 591 milliseconds

1 2 3 4 5 67 8 91011>>