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

1 2 3 4 5 6 7 891011>>

  /external/linux-tools-perf/src/tools/perf/tests/
code-reading.c 83 ret = getline(&line, &line_len, f);
87 pr_debug("getline failed\n");
  /external/marisa-trie/tools/
marisa-benchmark.cc 132 while (std::getline(*input, line)) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-benchmark.cc 132 while (std::getline(*input, line)) {
  /external/openfst/src/include/fst/
util.h 290 while (strm.getline(line, kLineLen)) {
  /external/selinux/libselinux/src/
get_context_list.c 188 while ((len = getline(&line, &line_len, fp)) > 0) {
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 173 while (getline(iss, s, '.')) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 39 line = linecache.getline(filename, lineno) if line is None else line
trace.py 625 linecache.getline(filename, lineno)),
638 linecache.getline(filename, lineno)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 39 line = linecache.getline(filename, lineno) if line is None else line
trace.py 625 linecache.getline(filename, lineno)),
638 linecache.getline(filename, lineno)),
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 296 while ((rlen = getline(&line, &len, f)) != -1)
  /art/runtime/
profiler.cc 817 std::getline(in, line);
835 std::getline(in, line);
  /external/linux-tools-perf/src/tools/perf/
builtin-top.c 310 if (getline(&buf, &dummy, stdin) < 0)
352 if (getline(&buf, &dummy, stdin) < 0)
  /external/toybox/toys/pending/
top.c 368 if (0 >= getline(&line, &len, fp)) break;
748 for (i = 0; i<=8 && getline(&line, &len, fp) > 0; i++) {
  /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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 2446 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 2524 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 2533 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 2524 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 2533 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]

Completed in 1572 milliseconds

1 2 3 4 5 6 7 891011>>