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

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 78 state.tokenStartLine = input.getLine();
84 eof.setLine(getLine());
223 public int getLine() {
224 return input.getLine();
336 String inputSymbol = ((char)input.LT(1))+" line="+getLine()+":"+getCharPositionInLine();
341 String inputSymbol = ((char)input.LT(1))+" line="+getLine()+":"+getCharPositionInLine();
ClassicToken.java 54 line = oldToken.getLine();
86 public int getLine() {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 15 this.line = oldToken.getLine();
68 getLine: function() {
Parser.js 40 t.line = current.getLine();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStringStream.h 49 @property (getter=getLine,setter=setLine:) NSInteger line;
103 - (NSInteger) getLine;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarUnreachableAltsMessage.java 57 line = decisionASTNode.getLine();
75 line = ruleStart.associatedASTNode.getLine();
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
BufferedLineReader.h 60 // potentially "unterminated" line to be returned from getLine.
66 bool getLine(String& line);
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 11 __all__ = ["getline", "clearcache", "checkcache"]
13 def getline(filename, lineno, module_globals=None): function
  /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/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.

Completed in 743 milliseconds

1 2 3 4 56 7 8 91011>>