HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.h 2567 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 2707 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 282 while (std::getline(istr, line, '\n'))
  /external/elfutils/src/src/
addr2line.c 168 if ((chars = getline (&buf, &len, stdin)) < 0)
  /external/jsoncpp/src/lib_json/
json_reader.cpp 136 std::getline(sin, doc, (char)EOF);
  /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/lldb/source/Host/common/
FileSpec.cpp 890 while (getline (file_stream, line))
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 24 #define _GNU_SOURCE /* For getline. */
100 if (getline(&line, &line_len, file) < 0)
  /external/selinux/libselinux/src/
label_file.c 486 while (getline(&line_buf, &line_len, fp) > 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);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 121 getline(&buffer, &i, fp);
  /hardware/libhardware/modules/sensors/
multihal.cpp 476 while (getline(&line, &len, conf_file) != -1) {
  /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))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 511 while (std::getline(__conf_file, __line))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 511 while (std::getline(__conf_file, __line))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 504 while (std::getline(__conf_file, __line))

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>