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

<<11121314151617181920>>

  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 46 LineInfo.getLine(), LineInfo.getColumn());
322 Result << Filename << ":" << LineInfo.getLine() << ":" << LineInfo.getColumn()
  /external/oprofile/libregex/tests/
mangled-name.in 443 istream & getline<char, string_char_traits<char>, __default_alloc_template<true, 0>>(istream &, string &)
444 istream & getline(istream &, string &)
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 379 LDSection& getLine() {
384 const LDSection& getLine() const {
  /ndk/build/awk/
xml.awk 40 if (getline <= 0) return 0; # read new input line
106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 190 function GetLine: Integer;
219 property Line: Integer read GetLine write SetLine;
234 function GetLine: Integer;
249 property Line: Integer read GetLine write SetLine;
373 function GetLine: Integer;
383 property Line: Integer read GetLine write SetLine;
661 function GetLine: Integer;
676 property Line: Integer read GetLine write SetLine;
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 173 ANTLR3_UINT32 (*getLine) (struct ANTLR3_LEXER_struct * lexer);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRStringStream.java 209 public int getLine() {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTree.js 275 getLine: function() {
  /external/bison/src/
location.c 192 ssize_t len = getline (&buf, &size, caret_info.source);
  /external/ceres-solver/examples/
pgm_image.h 216 std::getline(*in, word);
  /external/clang/lib/Basic/
SourceLocation.cpp 52 OS << PLoc.getFilename() << ':' << PLoc.getLine()
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 42 getline(Input, Line);
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 83 unsigned getLine() const { return Line; }
  /external/libsepol/src/
genusers.c 59 while ((nread = getline(&buffer, &len, fp)) > 0) {
  /external/openfst/src/lib/
symbol-table.cc 49 while (strm.getline(line, kLineLen)) {
  /external/oprofile/libregex/
op_regex.cpp 275 while (getline(in, line)) {
  /external/strace/linux/
ioctlent.sh 136 if (!getline)
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1
bootstrap.sh.in 122 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getline.c || exit 1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio2.h 135 __wur __warnattr ("please use fgets or getline instead, gets can't "
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
istream.tcc 345 // 243. get and getline when sentry reports failure.
402 getline(char_type* __s, streamsize __n, char_type __delim)
446 // 243. get and getline when sentry reports failure.
458 // same "batchy" strategy used by getline above.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 135 __wur __warnattr ("please use fgets or getline instead, gets can't "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio2.h 135 __wur __warnattr ("please use fgets or getline instead, gets can't "

Completed in 397 milliseconds

<<11121314151617181920>>