/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
D | Asn1OctetString.java | 80 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 86 if (aligned) { in encodePerImpl() 100 if (aligned && maximumSize > 2) { in encodePerImpl() 106 if (aligned) { in encodePerImpl() 123 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 125 if (aligned) { in decodePerImpl() 137 if (aligned && maximumSize > 2) { in decodePerImpl() 146 if (aligned) { in decodePerImpl()
|
D | Asn1GeneralString.java | 78 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 92 if (aligned && maximumSize * characterBitCount > 16) { in encodePerImpl() 106 if (aligned && maximumSize * characterBitCount == 16) { in encodePerImpl() 113 if (aligned) { in encodePerImpl() 131 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 139 if (aligned && maximumSize * characterBitCount > 16) { in decodePerImpl() 155 if (aligned) { in decodePerImpl() 163 if (aligned && maximumSize * characterBitCount >= 16) { in decodePerImpl()
|
D | Asn1IA5String.java | 116 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 119 int characterBitCount = calculateBitsPerCharacter(aligned); in encodePerImpl() 126 if (aligned && (maximumSize == null || maximumSize * characterBitCount > 16)) { in encodePerImpl() 140 if (aligned && maximumSize * characterBitCount == 16) { in encodePerImpl() 148 count = aligned in encodePerImpl() 152 if (aligned) { in encodePerImpl() 191 private int calculateBitsPerCharacter(boolean aligned) { in calculateBitsPerCharacter() argument 193 int characterBitCount = aligned ? 8 : 7; in calculateBitsPerCharacter() 195 for (int i = 1; i < characterBitCount; i += aligned ? i : 1) { in calculateBitsPerCharacter() 205 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument [all …]
|
D | Asn1Choice.java | 192 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 205 if (aligned) { in encodePerImpl() 214 if (aligned) { in encodePerImpl() 228 if (aligned) { in encodePerImpl() 235 if (aligned) { in encodePerImpl() 253 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 260 if (aligned) { in decodePerImpl() 266 if (aligned) { in decodePerImpl() 276 if (aligned) { in decodePerImpl() 283 if (aligned) { in decodePerImpl()
|
D | Asn1BMPString.java | 79 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 91 if (aligned && maximumSize * characterBitCount > 16) { in encodePerImpl() 105 if (aligned && maximumSize * characterBitCount == 16) { in encodePerImpl() 112 if (aligned) { in encodePerImpl() 146 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 154 if (aligned && maximumSize * characterBitCount > 16) { in decodePerImpl() 167 if (aligned) { in decodePerImpl() 175 if (aligned && maximumSize * characterBitCount >= 16) { in decodePerImpl()
|
D | Asn1SequenceOf.java | 106 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 114 if (aligned) { in encodePerImpl() 120 if (aligned) { in encodePerImpl() 131 if (aligned) { in encodePerImpl() 148 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 151 if (aligned) { in decodePerImpl() 157 if (aligned) { in decodePerImpl() 167 if (aligned) { in decodePerImpl()
|
D | Asn1SetOf.java | 34 private Iterable<BitStream> encodePerImpl(final boolean aligned) { in encodePerImpl() argument 41 if (aligned) { in encodePerImpl() 48 if (aligned) { in encodePerImpl() 74 if (aligned) { in encodePerImpl()
|
D | Asn1Enumerated.java | 94 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 102 if (aligned) { in encodePerImpl() 112 if (aligned) { in encodePerImpl() 133 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 135 if (aligned) { in decodePerImpl() 141 if (aligned) { in decodePerImpl()
|
D | Asn1BitString.java | 101 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 119 if (aligned && maximumSize > 16) { in encodePerImpl() 133 if (aligned) { in encodePerImpl() 141 if (aligned) { in encodePerImpl() 158 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 169 if (aligned && maximumSize > 16) { in decodePerImpl() 185 if (aligned) { in decodePerImpl()
|
D | Asn1Integer.java | 113 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 119 return aligned in encodePerImpl() 124 return aligned in encodePerImpl() 131 return aligned in encodePerImpl() 182 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 186 BigInteger normalizedValue = aligned in decodePerImpl() 192 byte[] intBytes = aligned in decodePerImpl() 198 value = new BigInteger(aligned in decodePerImpl()
|
D | Asn1Utf8String.java | 84 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 90 if (aligned) { in encodePerImpl() 105 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 106 if (aligned) { in decodePerImpl()
|
D | Asn1Sequence.java | 153 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() argument 181 if (aligned) { in encodePerImpl() 220 if (aligned) { in encodePerImpl() 234 if (aligned) { in encodePerImpl() 267 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl() argument 290 if (aligned) { in decodePerImpl() 303 if (aligned) { in decodePerImpl() 330 if (aligned) { in decodePerImpl() 342 if (aligned) { in decodePerImpl()
|
/cts/hostsidetests/appsecurity/test-apps/CorruptApkTests/compressed_arsc/ |
D | Android.bp | 46 // So the build system doesn't check that this apk is aligned 59 // So the build system doesn't check that this apk is aligned
|