HomeSort by relevance Sort by last modified time
    Searched refs:packedData (Results 1 - 25 of 42) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
Base64.java 161 byte packedData[] = new byte[bytesCopied];
163 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
165 return packedData;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
Base64.java 161 byte packedData[] = new byte[bytesCopied];
163 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
165 return packedData;
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
Base64.java 161 byte packedData[] = new byte[bytesCopied];
163 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
165 return packedData;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
Base64.java 161 byte packedData[] = new byte[bytesCopied];
163 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
165 return packedData;
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 462 byte packedData[] = new byte[bytesCopied];
464 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
466 return packedData;
488 byte packedData[] = new byte[bytesCopied];
490 System.arraycopy(groomedData, 0, packedData, 0, bytesCopied);
492 return packedData;
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 287 static OSStatus UnpackPEFDataSection(const UInt8 * const packedData, UInt32 packedSize,
295 MoreAssertQ(packedData != nil);
303 MoreAssertQ( packedSize == GetPtrSize( (Ptr) packedData ) );
312 opCode = packedData[offset];
319 offset += DecodeInstrCountValue(&packedData[offset], &count);
330 offset += DecodeInstrCountValue(&packedData[offset], &blockSize);
332 BlockMoveData(&packedData[offset], unpackCursor, blockSize);
344 offset += DecodeInstrCountValue(&packedData[offset], &blockSize);
345 offset += DecodeVCountValue(&packedData[offset], &repeatCount);
349 BlockMoveData(&packedData[offset], unpackCursor, blockSize)
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-codec-1.3.jar 
plexus-utils-1.5.15.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-codec-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureGatherTests.cpp 631 Vec4* packedData = (format == GL_DEPTH_COMPONENT) ? &depthData : data;
636 packedData);
809 Vec4* packedData = (format == GL_DEPTH_COMPONENT) ? &depthData : data;
813 glTexSubImage2D(faces[j], 0, 22, 25, 2, 2, format, GL_FLOAT, packedData);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureGatherTests.cpp 649 Vec4* packedData = (format == GL_DEPTH_COMPONENT) ? &depthData : data;
653 glTexSubImage2D(faces[j], 0, 22, 25, 2, 2, format, GL_FLOAT, packedData);
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 

Completed in 5226 milliseconds

1 2