Home
last modified time | relevance | path

Searched refs:readBit (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DPerUnalignedUtils.java85 result |= reader.readBit() ? 1 : 0; in decodeNormalizedConstrainedWholeNumber()
111 if (reader.readBit()) { in decodeNormallySmallWholeNumber()
234 if (!reader.readBit()) { in decodeSemiConstrainedLength()
236 } else if (!reader.readBit()) { in decodeSemiConstrainedLength()
DBitStreamReader.java40 public boolean readBit() { in readBit() method in BitStreamReader
87 result |= (readBit() ? 1 : 0); in readLowBits()
DAsn1Sequence.java270 hasExtensionValuesToDecode = reader.readBit(); in decodePerImpl()
280 if (reader.readBit()) { in decodePerImpl()
302 if (reader.readBit()) { in decodePerImpl()
317 if (reader.readBit()) { in decodePerImpl()
324 if (reader.readBit()) { in decodePerImpl()
DAsn1Boolean.java80 value = reader.readBit(); in decodePerUnaligned()
84 value = reader.readBit(); in decodePerAligned()
DAsn1BitString.java96 value.set(i, reader.readBit()); in decodeBerValue()
172 value.set(i, reader.readBit()); in decodePerImpl()
193 value.set(i, reader.readBit()); in decodePerImpl()
DPerAlignedUtils.java150 if (reader.readBit()) { in decodeNormallySmallWholeNumber()
299 if (!reader.readBit()) { in decodeSemiConstrainedLength()
301 } else if (!reader.readBit()) { in decodeSemiConstrainedLength()
DAsn1Enumerated.java134 if (isExtensible() && reader.readBit()) { in decodePerImpl()
DAsn1Choice.java257 extensionValued = reader.readBit(); in decodePerImpl()