/external/clang/test/Analysis/ |
taint-tester.cpp | 8 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 13 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); 23 while ((read = T.getline(&line, &len, stdin)) != -1) {
|
/external/valgrind/main/drd/tests/ |
filter_annotate_barrier_xml | 10 getline 13 getline 16 getline
|
/external/bison/m4/ |
getline.m4 | 0 # getline.m4 serial 26 12 dnl See if there's a working, system-supplied version of the getline function. 13 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems 20 dnl Persuade glibc <stdio.h> to declare getline(). 23 AC_CHECK_DECLS_ONCE([getline]) 26 AC_CHECK_FUNC([getline], 31 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], 47 int len = getline (&line, &siz, in); 56 if (getline (&line, &siz, in) == -1) 85 dnl getline function among $LIBS, it may exist in libinet and th [all...] |
/ndk/sources/host-tools/sed-4.2.1/m4/ |
getline.m4 | 0 # getline.m4 serial 19 11 dnl See if there's a working, system-supplied version of the getline function. 12 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems 19 dnl Persuade glibc <stdio.h> to declare getline(). 22 AC_CHECK_DECLS_ONCE([getline]) 25 AC_CHECK_FUNC([getline], 30 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], 44 len = getline (&line, &siz, in); 70 AC_LIBOBJ([getline]) 76 # Prerequisites of lib/getline.c [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string.io/ |
get_line.pass.cpp | 14 // getline(basic_istream<charT,traits>& is, 26 getline(in, s); 29 getline(in, s); 32 getline(in, s); 39 getline(in, s); 42 getline(in, s); 45 getline(in, s);
|
get_line_delim.pass.cpp | 14 // getline(basic_istream<charT,traits>& is, 26 getline(in, s, '*'); 29 getline(in, s, '*'); 32 getline(in, s, '*'); 35 getline(in, s, '*'); 42 getline(in, s, L'*'); 45 getline(in, s, L'*'); 48 getline(in, s, L'*'); 51 getline(in, s, L'*');
|
get_line_delim_rv.pass.cpp | 14 // getline(basic_istream<charT,traits>&& is, 26 getline(std::istringstream(" abc* def* ghij"), s, '*'); 31 getline(std::wistringstream(L" abc* def* ghij"), s, L'*');
|
get_line_rv.pass.cpp | 14 // getline(basic_istream<charT,traits>&& is, 26 getline(std::istringstream(" abc\n def\n ghij"), s); 31 getline(std::wistringstream(L" abc\n def\n ghij"), s);
|
/external/bison/lib/ |
getline.c | 0 /* getline.c --- Implementation of replacement getline function. 24 getline (char **lineptr, size_t *n, FILE *stream) function
|
/bionic/libc/upstream-netbsd/libc/stdio/ |
getline.c | 1 /* $NetBSD: getline.c,v 1.3 2009/12/02 08:46:33 roy Exp $ */ 31 __RCSID("$NetBSD: getline.c,v 1.3 2009/12/02 08:46:33 roy Exp $"); 38 __weak_alias(getline, _getline) 42 getline(char **__restrict buf, size_t *__restrict buflen, FILE *__restrict fp)
|
/external/dhcpcd/ |
config.h | 10 #include "compat/getline.h"
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
EOF.java | 25 return new EOF(getLine(), getPos());
|
TAlt.java | 25 return new TAlt(getLine(), getPos());
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getline.c | 3 /* getline.c --- Implementation of replacement getline function. 28 getline (char **lineptr, size_t *n, FILE *stream) function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/ |
getline_pointer_size.pass.cpp | 12 // basic_istream<charT,traits>& getline(char_type* s, streamsize n); 47 is.getline(s, 5); 52 is.getline(s, 5); 57 is.getline(s, 5); 67 is.getline(s, 5); 72 is.getline(s, 5); 77 is.getline(s, 5);
|
getline_pointer_size_chart.pass.cpp | 12 // basic_istream<charT,traits>& getline(char_type* s, streamsize n, char_type delim); 47 is.getline(s, 5, '*'); 52 is.getline(s, 5, '*'); 57 is.getline(s, 5, '*'); 67 is.getline(s, 5, L'*'); 72 is.getline(s, 5, L'*'); 77 is.getline(s, 5, L'*');
|
/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
|
/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'));
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t053heteroTP18.g | 20 this.token.getLine();
|