Home
last modified time | relevance | path

Searched defs:consumeByte (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/driver/
H A DRecordingFuzzedDataProviderTest.java71 public byte consumeByte() { in consumeByte() method in RecordingFuzzedDataProviderTest.MockFuzzedDataProvider
76 public byte consumeByte(byte min, byte max) { in consumeByte() method in RecordingFuzzedDataProviderTest.MockFuzzedDataProvider
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
H A DRecordingFuzzedDataProvider.java70 public byte consumeByte() { in consumeByte() method in RecordingFuzzedDataProvider
75 public byte consumeByte(byte min, byte max) { in consumeByte() method in RecordingFuzzedDataProvider
H A DFuzzedDataProviderImpl.java143 @Override public native byte consumeByte(); in consumeByte() method in FuzzedDataProviderImpl
146 public byte consumeByte(byte min, byte max) { in consumeByte() method in FuzzedDataProviderImpl
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/
H A DCannedFuzzedDataProvider.java68 public byte consumeByte() { in consumeByte() method in CannedFuzzedDataProvider
73 public byte consumeByte(byte min, byte max) { in consumeByte() method in CannedFuzzedDataProvider
H A DFuzzedDataProvider.java52 byte consumeByte(); in consumeByte() method
61 byte consumeByte(byte min, byte max); in consumeByte() method
/aosp_15_r20/external/capstone/arch/X86/
H A DX86DisassemblerDecoder.c281 static int consumeByte(struct InternalInstruction *insn, uint8_t *byte) in consumeByte() function
/aosp_15_r20/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp197 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { in consumeByte() function