Searched refs:readByte (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DByteBinding.java35 return new Byte(input.readByte());
59 return entryToInput(entry).readByte();
H A DTupleInput.java200 public final byte readByte() method in class:TupleInput
657 a[0] = readByte();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMemoryObject.h39 /// readByte - Tries to read a single byte from the region.
45 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
H A DStreamableMemoryObject.h25 /// that readByte/readBytes might have to block or do some work to get it.
51 /// readByte - Tries to read a single byte from the region.
57 virtual int readByte(uint64_t address, uint8_t* ptr) const = 0;
93 /// @result - true if the address may be read with readByte()
113 virtual int readByte(uint64_t address, uint8_t* ptr) const LLVM_OVERRIDE;
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEntityInput.java86 byte readByte(); method in interface:EntityInput
H A DWidenerInput.java267 return byteToObject(input.readByte());
439 public byte readByte() { method in class:WidenerInput
447 return input.readByte();
457 return input.readByte();
471 return input.readByte();
487 return input.readByte();
505 return input.readByte();
525 return BigInteger.valueOf(input.readByte());
H A DRawAbstractInput.java171 public byte readByte() { method in class:RawAbstractInput
H A DSimpleFormat.java209 return Byte.valueOf(input.readByte());
231 a[i] = input.readByte();
255 field.setByte(o, input.readByte());
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DMemoryObject.cpp27 if (readByte(current, &buf[(current - address)]))
H A DStreamableMemoryObject.cpp31 virtual int readByte(uint64_t address, uint8_t* ptr) const LLVM_OVERRIDE;
62 int RawMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { function in class:__anon10377::RawMemoryObject
106 int StreamingMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { function in class:llvm::StreamingMemoryObject
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.h36 int readByte(uint64_t Addr, uint8_t *Byte) const { function in class:llvm::StringRefMemoryObject
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialInput.java82 byte len = readByte();
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java117 b = input.readByte();
126 bw = Byte.valueOf(input.readByte());
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.cpp123 int readByte(uint64_t Addr, uint8_t *Byte) const { function in class:__anon10335::DisasmMemoryObject
H A DEDDisassembler.cpp210 int readByte(uint64_t address, uint8_t *ptr) const { function in class:__anon10336::EDMemoryObject
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java486 assertEquals((byte) val, in.readByte());
513 assertEquals(0, in.readByte());
514 assertEquals(1, in.readByte());
515 assertEquals(-1, in.readByte());
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A DDisassembler.cpp46 int readByte(uint64_t Addr, uint8_t *Byte) const { function in class:__anon10773::VectorMemoryObject
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java1228 switch (readByte(v++)) {
1280 switch (readByte(v++)) {
1432 public int readByte(final int index) { method in class:ClassReader
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Bitcode/
H A DBitstreamReader.h241 BitStream->getBitcodeBytes().readByte(pos, &byte);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp91 /// regionReader - a callback function that wraps the readByte method from
100 return region->readByte(address, byte);

Completed in 323 milliseconds