HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 251 - 275 of 336) sorted by null

<<11121314

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 625 linecache.getline(filename, lineno)),
638 linecache.getline(filename, lineno)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 625 linecache.getline(filename, lineno)),
638 linecache.getline(filename, lineno)),
  /system/core/logcat/tests/
logcat_test.cpp 678 while (getline(&line, &len, fp) != -1) {
728 while (getline(&line, &len, fp) != -1) {
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1178 std::getline(in, line); // this chops off the trailing \n, if any
1184 std::getline(in, line);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 2567 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 2567 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 2567 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 2707 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /device/huawei/angler/power/
power.c 665 ((read = getline(&line, &len, fp) != -1) && (index < num_parameters));
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 82 while (std::getline(inStr, comp, ','))
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 282 while (std::getline(istr, line, '\n'))
  /external/elfutils/src/
addr2line.c 183 if ((chars = getline (&buf, &len, stdin)) < 0)
  /external/iproute2/tc/
q_netem.c 124 while (getline(&line, &len, f) != -1) {
  /external/libnl/lib/route/sch/
netem.c 890 while (getline(&line, &len, f) != -1) {
  /external/libxml2/doc/
apibuild.py 379 def getline(self): member in class:CLexer
416 line = self.getline()
448 line = self.getline()
473 line = self.getline()
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 24 #define _GNU_SOURCE /* For getline. */
100 if (getline(&line, &line_len, file) < 0)
  /external/selinux/policycoreutils/setfiles/
restore.c 663 while ((num = getline(&buf, &len, fp)) != -1) {
  /external/toybox/toys/pending/
syslogd.c 192 len = getline(&confline, &linelen, fp);
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
raspberry_pi.c 222 while (getline(&line, &len, fh) != -1) {
  /hardware/libhardware/modules/sensors/
multihal.cpp 477 while (std::getline(conf_file, line)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 651 extern _IO_ssize_t getline (char **__restrict __lineptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 675 extern _IO_ssize_t getline (char **__restrict __lineptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))

Completed in 1269 milliseconds

<<11121314