Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 13 of 13) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
DAsn1OctetString.java80 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()
DAsn1GeneralString.java78 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()
DAsn1IA5String.java116 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 …]
DAsn1Choice.java192 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()
DAsn1BMPString.java79 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()
DAsn1SequenceOf.java106 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()
DAsn1SetOf.java34 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()
DAsn1Enumerated.java94 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()
DAsn1BitString.java101 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()
DAsn1Integer.java113 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()
DAsn1Utf8String.java84 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()
DAsn1Sequence.java153 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/
DAndroid.bp46 // 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