Home
last modified time | relevance | path

Searched refs:nextByte (Results 1 – 11 of 11) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DDexRandomAccessFile.java135 int nextByte = value & 0x7f | (marker << 7); in writeUleb128() local
136 writeByte(nextByte); in writeUleb128()
169 int nextByte = value & 0x7f | (marker << 7); in writeLargestUleb128() local
170 writeByte(nextByte); in writeLargestUleb128()
244 int nextByte = value & 0x7f | (marker << 7); in writeSleb128() local
245 writeByte(nextByte); in writeSleb128()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java482 byte nextByte = mWspData[startIndex];
485 if ((nextByte & 0x80) == 0x00 && nextByte > 31) { // untyped
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1397 Ldalvik/system/EmulatedStackFrame$StackFrameReader;->nextByte()B
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt48763 method public byte nextByte();
48764 method public byte nextByte(int);