/hardware/bsp/intel/peripheral/libmraa/src/ |
mraa.c | 611 while ((getline(&line, &len, fh) != -1) && (found == 0)) { 646 while ((getline(&line, &len, fh) != -1) && (found == 0)) {
|
/bionic/libc/include/ |
stdio.h | 124 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/cts/tests/camera/libctscamera2jni/ |
dng-validate-jni.cpp | 444 while(std::getline(errorStream, line, '\n')) {
|
/dalvik/opcode-gen/ |
opcode-gen.awk | 251 status = getline line <bytecodeFile;
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
collector.py | 504 lines.append(linecache.getline(self.filename, lineno))
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 206 while ((len = getline (&line, &linesz, f)) > 0)
|
/external/libselinux/utils/ |
sefcontext_compile.c | 39 while (getline(&line_buf, &line_len, context_file) > 0) {
|
/external/selinux/libselinux/src/ |
selinux_config.c | 167 while ((len = getline(&line_buf, &line_len, fp)) > 0) {
|
/external/selinux/libselinux/utils/ |
sefcontext_compile.c | 50 while (getline(&line_buf, &line_len, context_file) > 0) {
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcscolor.c | 256 while (getline(&buffer, &size, cfg) > 0) {
|
/external/toybox/toys/lsb/ |
mount.c | 181 if (getline(&buf, &i, fp)<0) break;
|
/external/toybox/toys/pending/ |
bootchartd.c | 115 for (;getline(&line, &len, fp) != -1; line = NULL) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
run.py | 36 line = linecache.getline(filename, lineno) 198 line = rpchandler.remotecall('linecache', 'getline',
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
run.py | 36 line = linecache.getline(filename, lineno) 198 line = rpchandler.remotecall('linecache', 'getline',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 36 line = linecache.getline(filename, lineno) 198 line = rpchandler.remotecall('linecache', 'getline',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 36 line = linecache.getline(filename, lineno) 198 line = rpchandler.remotecall('linecache', 'getline',
|
/system/extras/libpagemap/ |
pm_process.c | 275 while (getline(&line, &line_length, maps_f) != -1) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
bdb.py | 255 line = linecache.getline(filename, lineno) 382 line = linecache.getline(filename, lineno, frame.f_globals) 624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
|
ftplib.py | 182 def getline(self): member in class:FTP 196 line = self.getline() 200 nextline = self.getline() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
bdb.py | 255 line = linecache.getline(filename, lineno) 382 line = linecache.getline(filename, lineno, frame.f_globals) 624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
|
ftplib.py | 182 def getline(self): member in class:FTP 196 line = self.getline() 200 nextline = self.getline() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 255 line = linecache.getline(filename, lineno) 382 line = linecache.getline(filename, lineno, frame.f_globals) 624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
|
ftplib.py | 182 def getline(self): member in class:FTP 196 line = self.getline() 200 nextline = self.getline() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 255 line = linecache.getline(filename, lineno) 382 line = linecache.getline(filename, lineno, frame.f_globals) 624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
|
ftplib.py | 182 def getline(self): member in class:FTP 196 line = self.getline() 200 nextline = self.getline() [all...] |