HomeSort by relevance Sort by last modified time
    Searched refs:totalread (Results 1 - 12 of 12) sorted by null

  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 323 int totalread = 0; local
325 (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0;
326 totalread += read);
327 m_readpos = totalread;
347 int totalread = 0; local
349 (totalread < length) && (read = in.read (m_readbuf, totalread, length - totalread)) >= 0
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 965 int totalread = 0; local
989 int totalread = 0; local
    [all...]
  /external/libvncserver/test/
bmp.c 113 int numread=0, totalread=0, pixel[3], i, j; local
122 switch(totalread)
137 totalread+=numread;
138 } while(totalread<3);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 670 size_t totalread = 0; local
725 totalread += nread;
771 if (totalread >= (size_t)sizehint)
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 658 size_t totalread = 0; local
713 totalread += nread;
760 if (totalread >= (size_t)sizehint)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1673 size_t totalread = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1621 size_t totalread = 0; local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1671 size_t totalread = 0; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 796 milliseconds