HomeSort by relevance Sort by last modified time
    Searched full:getline (Results 26 - 50 of 962) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 40 inline unsigned int getLine() {
96 DebugLoc DebugLocation = DebugLoc::get(getLine(), getCol(),
136 getLine()));
144 EXPECT_EQ(ReportedDebugFuncs.begin()->second.begin()->second, getLine());
156 DebugLocations.push_back(make_pair(string(getFilename()), getLine() + i));
172 EXPECT_EQ(i->second, getLine() + VerifyCount);
186 getLine()));
187 DebugLocations.push_back(std::make_pair(secondFilename, getLine()));
199 EXPECT_EQ(FunctionInfo.at(0).second, getLine());
200 EXPECT_EQ(FunctionInfo.at(1).second, getLine());
    [all...]
  /external/oprofile/libutil++/
child_reader.h 23 * two interfaces are provided. read line by line: getline() or read all data
29 * - check the getline()/get_data()/block_read() interface.
31 * caller can call getline until nothing is available from the stdout of the
54 * while (reader.getline(line)) .... */
55 bool getline(std::string & result);
58 * You can call this after calling one or more time getline(...). This
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getline.c 1 /* $OpenBSD: getline.c,v 1.1 2012/03/21 23:44:35 fgsch Exp $ */
2 /* $NetBSD: getline.c,v 1.3 2009/12/02 08:46:33 roy Exp $ */
34 getline(char **__restrict buf, size_t *__restrict buflen, FILE *__restrict fp) function
  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateOutputs.cpp 37 error(symbol->getLine(), "must explicitly specify all locations when using multiple fragment outputs", name.c_str());
51 error(symbol->getLine(), "output location must be < MAX_DRAW_BUFFERS", name.c_str());
66 error(symbol->getLine(), strstr.str().c_str(), name.c_str());
  /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'));
  /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'));
  /prebuilts/ndk/5/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'));
  /prebuilts/ndk/6/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'));
  /prebuilts/ndk/7/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'));
  /prebuilts/ndk/8/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'));
  /prebuilts/ndk/9/sources/cxx-stl/EH/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'));
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroTP18.g 20 this.token.getLine();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TAlt.java 25 return new TAlt(getLine(), getPos());
TAnd.java 25 return new TAnd(getLine(), getPos());
TArgWhitespace.java 25 return new TArgWhitespace(getText(), getLine(), getPos());
TAssignment.java 25 return new TAssignment(getLine(), getPos());
TAutoescape.java 25 return new TAutoescape(getLine(), getPos());
TBang.java 25 return new TBang(getLine(), getPos());
TBracketClose.java 25 return new TBracketClose(getLine(), getPos());
TBracketOpen.java 25 return new TBracketOpen(getLine(), getPos());
TCall.java 25 return new TCall(getLine(), getPos());
TComma.java 25 return new TComma(getLine(), getPos());
TCommandDelimiter.java 25 return new TCommandDelimiter(getText(), getLine(), getPos());
TComment.java 25 return new TComment(getText(), getLine(), getPos());
TCommentStart.java 25 return new TCommentStart(getLine(), getPos());

Completed in 1552 milliseconds

12 3 4 5 6 7 8 91011>>