/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1OutputStream.java | 19 void writeLength( 70 writeLength(bytes.length); 111 writeLength(bytes.length);
|
DERSequence.java | 92 out.writeLength(length);
|
DERSet.java | 102 out.writeLength(length);
|
DERTaggedObject.java | 91 out.writeLength(primitive.encodedLength());
|
DLSequence.java | 95 out.writeLength(length);
|
DLSet.java | 137 out.writeLength(length);
|
DLTaggedObject.java | 85 out.writeLength(primitive.encodedLength());
|
DERBMPString.java | 147 out.writeLength(string.length * 2);
|
ASN1UTCTime.java | 300 out.writeLength(length);
|
ASN1ObjectIdentifier.java | 343 out.writeLength(enc.length);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapMessage.java | 704 private void writeLength(int length, CodedOutputStreamMicro out) throws IOException { 733 writeLength(msg.getSerializedSize(), out); 742 writeLength(msg.getSerializedSize(), out); 761 writeLength(msg.getSerializedSize(), out); 781 writeLength(msg.getSerializedSize(), out); 790 writeLength(msg.getSerializedSize(), out); 800 writeLength(msg.getSerializedSize(), out); 810 writeLength(msg.getSerializedSize(), out); 819 writeLength(msg.getSerializedSize(), out); 829 writeLength(msg.getSerializedSize(), out) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ResponseData.java | 38 public static void writeLength(ByteArrayOutputStream buf, int length) { 148 writeLength(buf, data.length + 1);
|
CatService.java | 650 ResponseData.writeLength(buf, lang.length()); [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
DerIndefLenConverter.java | 206 writeLength(curLen); 210 private void writeLength(int curLen) {
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 746 int writeLength = 0; 754 writeLength = read; 758 const uint32_t nextOffset = offset + writeLength; 773 if (!callback(writeBuffer, offset, writeLength, clientData)) {
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_jpx_opj.cpp | 56 OPJ_SIZE_T writeLength = nb_bytes < bufferLength ? nb_bytes : bufferLength; 57 memcpy(&srcData->src_data[srcData->offset], p_buffer, writeLength); 58 srcData->offset += writeLength; 59 return writeLength;
|
/cts/tests/tests/media/src/android/media/cts/ |
Vp8CodecTestBase.java | 653 int writeLength = Math.min(frameWidth * frameHeight * 3 / 2, frame.length); 655 if (writeLength < frame.length && 660 yuv.write(frame, 0, writeLength); [all...] |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/ |
bcprov-jdk16-1.46.jar | |
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |