HomeSort by relevance Sort by last modified time
    Searched refs:returnLength (Results 1 - 16 of 16) 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/src/
netcpu_ntperf.c 54 PULONG ReturnLength
202 DWORD returnLength = 0; //Lint
221 &returnLength )) != 0)
230 if ((returnLength % sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)) != 0)
234 sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION), returnLength);
237 returnNumCPUs = returnLength / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
  /external/lzma/CPP/Windows/
SecurityUtils.h 44 DWORD bufferLength, PTOKEN_PRIVILEGES previousState, PDWORD returnLength)
46 newState, bufferLength, previousState, returnLength)); }
  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 546 size_t returnLength = InsertBuffer(frame_buffer, packet_list_it);
552 return static_cast<int>(returnLength);
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 2277 milliseconds