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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SkippingCipher.java 9 * Skip numberOfBytes forwards, or backwards.
11 * @param numberOfBytes the number of bytes to skip (positive forward, negative backwards).
13 * @throws java.lang.IllegalArgumentException if numberOfBytes is an invalid value.
15 long skip(long numberOfBytes);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 263 * @param numberOfBytes The number of bytes to skip.
271 public long skip(long numberOfBytes) throws IOException {
278 position += numberOfBytes;
279 long returnLength = numberOfBytes;
281 returnLength = numberOfBytes - (position - size);
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 138 byte[] constraintData, int numberOfBytes, int arrayIndex) {
139 byte[] returnBytes = new byte[numberOfBytes];
140 for (int j = arrayIndex, i = 0; j < arrayIndex + numberOfBytes; j++,i++) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 278 public long skip(long numberOfBytes)
280 adjustCounter(numberOfBytes);
284 return numberOfBytes;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 31 size_t numberOfBytes = bufferSize(yuvFormat, width, height);
32 uint8_t *buffer = new uint8_t[numberOfBytes];
52 size_t numberOfBytes = 0;
55 numberOfBytes = (size_t)(numberOfPixels + (numberOfPixels >> 1));
59 return numberOfBytes;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntmsapi.h     [all...]
  /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/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 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 335 milliseconds