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

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 227 int returnLength = length;
229 returnLength = length - (int)(position - size);
232 processBytes(bytes, offset, returnLength);
233 return returnLength;
279 long returnLength = numberOfBytes;
281 returnLength = numberOfBytes - (position - size);
284 return returnLength;
NullReader.java 211 int returnLength = length;
213 returnLength = length - (int)(position - size);
216 processChars(chars, offset, returnLength);
217 return returnLength;
263 long returnLength = numberOfChars;
265 returnLength = numberOfChars - (position - size);
268 return returnLength;
  /external/netperf/
netcpu_ntperf.c 74 PULONG ReturnLength
222 DWORD returnLength = 0; //Lint
241 &returnLength )) != 0)
250 if ((returnLength % sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)) != 0)
254 sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION), returnLength);
257 returnNumCPUs = returnLength / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 95 milliseconds