HomeSort by relevance Sort by last modified time
    Searched refs:getline (Results 176 - 200 of 447) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/google-benchmark/src/
sysinfo.cc 367 while (std::getline(f, ln)) {
438 while (std::getline(f, ln)) {
  /external/google-benchmark/test/
output_test_helper.cc 84 std::getline(remaining_output, line);
219 std::getline(output, line);
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 367 while (std::getline(f, ln)) {
438 while (std::getline(f, ln)) {
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 84 std::getline(remaining_output, line);
219 std::getline(output, line);
  /external/libffi/src/
closures.c 146 while (getline (&buf, &len, f) >= 0)
193 while (getline (&buf, &len, f) != -1)
  /external/python/cpython2/Lib/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /external/python/cpython3/Lib/
cgitb.py 134 try: return linecache.getline(file, lnum[0])
217 try: return linecache.getline(file, lnum[0])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 135 try: return linecache.getline(file, lnum[0])
219 try: return linecache.getline(file, lnum[0])
  /art/compiler/
cfi_test.h 94 while (std::getline(*stream, line)) {
  /art/runtime/arch/arm/
instruction_set_features_arm.cc 153 std::getline(in, line);
  /art/runtime/arch/mips/
instruction_set_features_mips.cc 140 std::getline(in, line);
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 177 std::getline(in, line);
  /bionic/libc/system_properties/
contexts_split.cpp 164 // terminated by getline(3))
224 while (getline(&buffer, &line_len, file) > 0) {
  /bionic/tests/headers/posix/
stdio_h.c 112 FUNCTION(getline, ssize_t (*f)(char**, size_t*, FILE*));
  /development/vndk/tools/header-checker/header-abi-diff/src/
header_abi_diff.cpp 120 while (std::getline(symbol_ifstream, line)) {
  /device/google/wahoo/thermal/
thermal-helper.cpp 211 while ((read = getline(&line, &len, file)) != -1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 466 def getline(self): member in class:Scanner
472 return self.getline()
497 try: line = self.getline()
556 line = self.getline()
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 42 getline(Input, Line);
  /external/deqp/modules/egl/
teglClientExtensionTests.cpp 152 while (std::getline(stream, extension, ' '))
  /external/e2fsprogs/intl/
relocatable.c 21 /* Tell glibc's <stdio.h> to provide a prototype for getline().
317 /* Linux has /proc/self/maps. glibc 2 has the getline() function. */
344 len = getline (&shared_library_fullname, &size, fp);
  /external/elfutils/tests/
addrcfi.c 203 if (getline (&buf, &len, stdin) < 0)
  /external/gptfdisk/
parttypes.cc 405 getline(cin, line);

Completed in 760 milliseconds

1 2 3 4 5 6 78 91011>>