HomeSort by relevance Sort by last modified time
    Searched defs:howMany (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java 142 int howMany = random.nextInt(32);
143 if (pos + howMany >= input.length) {
144 howMany = input.length - pos;
146 Arrays.fill(input, pos, pos + howMany, what);
147 pos += howMany;
  /external/syslinux/win/
syslinux.c 112 DWORD howMany;
122 if (ReadFile(drive, sector, sizeof(sector), &howMany, NULL) == 0) {
125 } else if (howMany != sizeof(sector)) {
128 (int)howMany, sizeof(sector));
156 if (WriteFile(drive, sector, sizeof(sector), &howMany, NULL) == 0) {
159 } else if (howMany != sizeof(sector)) {
162 (int)howMany, sizeof(sector));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 340 milliseconds