HomeSort by relevance Sort by last modified time
    Searched refs:linelen (Results 26 - 44 of 44) sorted by null

12

  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 130 size_t linelen; local
135 ret = getline(&line, &linelen, f);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 40 LINELEN=64
119 self.linelen = LINELEN-1
134 while first <= len(self.hqxdata)-self.linelen:
135 last = first + self.linelen
137 self.linelen = LINELEN
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 39 LINELEN=64
118 self.linelen = LINELEN-1
133 while first <= len(self.hqxdata)-self.linelen:
134 last = first + self.linelen
136 self.linelen = LINELEN
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 488 int linelen = min(16, len - i); local
491 for (int j = 1; j < linelen; j++) {
495 for (int j = linelen; j < 16; j++) {
503 for (int j = 0; j < linelen; j++) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 39 LINELEN=64
118 self.linelen = LINELEN-1
133 while first <= len(self.hqxdata)-self.linelen:
134 last = first + self.linelen
136 self.linelen = LINELEN
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 39 LINELEN=64
118 self.linelen = LINELEN-1
133 while first <= len(self.hqxdata)-self.linelen:
134 last = first + self.linelen
136 self.linelen = LINELEN
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 39 LINELEN=64
118 self.linelen = LINELEN-1
133 while first <= len(self.hqxdata)-self.linelen:
134 last = first + self.linelen
136 self.linelen = LINELEN
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 39 LINELEN=64
118 self.linelen = LINELEN-1
133 while first <= len(self.hqxdata)-self.linelen:
134 last = first + self.linelen
136 self.linelen = LINELEN
  /external/toybox/toys/pending/
syslogd.c 159 size_t linelen; local
190 for (linelen = 0; fp;) {
192 len = getline(&confline, &linelen, fp);
dhcpd.c 724 int len, linelen, tcount, count, size = ARRAY_LEN(keywords); local
731 for (len = 0, linelen = 0; fs;) {
732 len = getline(&confline_temp, (size_t*) &linelen, fs);
    [all...]
  /system/netd/tests/
binder_test.cpp 131 ssize_t linelen = 0; local
132 while ((linelen = getline(&line, &bufsize, f)) >= 0) {
133 lines.push_back(std::string(line, linelen));
  /external/elfutils/libdwfl/
linux-pid-attach.c 318 size_t linelen = 0; local
319 while (getline (&line, &linelen, procfile) >= 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 789 int linelen; local
809 linelen = PyString_Size(lineobj);
811 if (line == NULL || linelen < 0) {
815 while (linelen--) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 779 int linelen; local
795 linelen = PyString_Size(lineobj);
797 if (line == NULL || linelen < 0) {
801 while (linelen--) {
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 503 int linelen = min(16, len - i); local
506 for (int j = 1; j < linelen; j++) {
510 for (int j = linelen; j < 16; j++) {
518 for (int j = 0; j < linelen; j++) {
  /external/libxml2/
xmlwriter.c 1558 int linelen; local
    [all...]
  /external/kmod/tools/
depmod.c 1888 size_t j, n_deps, linepos, linelen, slen; local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 6991 int linelen = (int) extractRadix(data, offset, eol - offset, 10); local
8382 int linelen = (int) extractRadix(data, offset, eol - offset, 10); local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 1249 milliseconds

12