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

<<11121314

  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 323 getline(&buffer, &i, fp);
    [all...]
  /frameworks/rs/api/
Specification.cpp 81 while (getline(stream, entry, ',')) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
PyShell.py 75 line = linecache.getline(filename, lineno)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
PyShell.py 75 line = linecache.getline(filename, lineno)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
PyShell.py 75 line = linecache.getline(filename, lineno)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 350 sourceline = linecache.getline(filename, lineno)
PyShell.py 75 line = linecache.getline(filename, lineno)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 582 while (getline(&base_file_line, &base_file_line_len, base_alloc_file_in) != -1) {
  /bootable/recovery/
recovery.cpp 253 while (getline(&line, &len, pipe_fp) != -1) {
265 LOGE("getline failed: %s\n", strerror(errno));
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 673 // Find out if we have reached eof. This matters for getline.
750 // Getline is essentially identical to get, except that it extracts
754 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.c 673 // Find out if we have reached eof. This matters for getline.
750 // Getline is essentially identical to get, except that it extracts
754 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n,
    [all...]
  /system/core/liblog/
logprint.c 1049 while (getline(&line, &len, p) > 0) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 871 while (getline(&buffer, &size, cfg) > 0) {
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
beaglebone.c 400 if (getline(&line, &len, fh) != -1) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 1771 def getline(self, prompt): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 1771 def getline(self, prompt): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 1771 def getline(self, prompt): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 1771 def getline(self, prompt): function
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 384 while (std::getline(extensions, extension, ' '))
    [all...]

Completed in 544 milliseconds

<<11121314