HomeSort by relevance Sort by last modified time
    Searched defs:returnLength (Results 1 - 12 of 12) 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/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/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /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 
  /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 983 milliseconds