Home
last modified time | relevance | path

Searched refs:readInstruction (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-common/src/test/java/org/apache/guacamole/io/
H A DReaderGuacamoleReaderTest.java51 instruction = reader.readInstruction(); in testReader()
60 instruction = reader.readInstruction(); in testReader()
67 instruction = reader.readInstruction(); in testReader()
73 instruction = reader.readInstruction(); in testReader()
79 instruction = reader.readInstruction(); in testReader()
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-common/src/test/java/org/apache/guacamole/protocol/
H A DFilteredGuacamoleReaderTest.java64 instruction = reader.readInstruction(); in testFilter()
71 instruction = reader.readInstruction(); in testFilter()
78 instruction = reader.readInstruction(); in testFilter()
85 instruction = reader.readInstruction(); in testFilter()
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-common/src/main/java/org/apache/guacamole/protocol/
H A DFilteredGuacamoleReader.java64 GuacamoleInstruction filteredInstruction = readInstruction(); in read()
73 public GuacamoleInstruction readInstruction() throws GuacamoleException { in readInstruction() method in FilteredGuacamoleReader
81 GuacamoleInstruction unfilteredInstruction = reader.readInstruction(); in readInstruction()
H A DFailoverGuacamoleSocket.java164 while ((instruction = reader.readInstruction()) != null) { in FailoverGuacamoleSocket()
247 public GuacamoleInstruction readInstruction()
256 return getDelegateSocket().getReader().readInstruction();
H A DConfiguredGuacamoleSocket.java78 GuacamoleInstruction instruction = reader.readInstruction(); in expect()
/dports/www/guacamole-client/guacamole-client-1.3.0/guacamole-common/src/main/java/org/apache/guacamole/io/
H A DGuacamoleReader.java68 public GuacamoleInstruction readInstruction() throws GuacamoleException; in readInstruction() method
H A DReaderGuacamoleReader.java192 public GuacamoleInstruction readInstruction() throws GuacamoleException { in readInstruction() method in ReaderGuacamoleReader
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/groovie/
H A Ddisassembler.h42 InstPtr readInstruction();
H A Ddisassembler.cpp93 InstPtr GroovieDisassembler::readInstruction() { in readInstruction() function in Groovie::GroovieDisassembler
343 InstPtr i = readInstruction(); in doDisassemble()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DSnapshots.h530 void readInstruction();
546 readInstruction(); in nextInstruction()
H A DSnapshots.cpp599 readInstruction(); in RecoverReader()
616 RecoverReader::readInstruction() in readInstruction() function in RecoverReader
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java175 public static final Instruction readInstruction(ByteSequence bytes) in readInstruction() method in Instruction
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java175 public static final Instruction readInstruction(ByteSequence bytes) in readInstruction() method in Instruction
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DSnapshots.h510 void readInstruction();
524 void nextInstruction() { readInstruction(); } in nextInstruction()
H A DSnapshots.cpp492 readInstruction(); in RecoverReader()
528 void RecoverReader::readInstruction() { in readInstruction() function in RecoverReader
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DSnapshots.h507 void readInstruction();
521 void nextInstruction() { readInstruction(); } in nextInstruction()
H A DSnapshots.cpp513 readInstruction(); in RecoverReader()
549 void RecoverReader::readInstruction() { in readInstruction() function in RecoverReader
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DSnapshots.h509 void readInstruction();
523 void nextInstruction() { readInstruction(); } in nextInstruction()
H A DSnapshots.cpp491 readInstruction(); in RecoverReader()
527 void RecoverReader::readInstruction() { in readInstruction() function in RecoverReader
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DSnapshots.h510 void readInstruction();
524 void nextInstruction() { readInstruction(); } in nextInstruction()
H A DSnapshots.cpp492 readInstruction(); in RecoverReader()
528 void RecoverReader::readInstruction() { in readInstruction() function in RecoverReader
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DSnapshots.h548 void readInstruction();
564 readInstruction(); in nextInstruction()
H A DSnapshots.cpp599 readInstruction(); in RecoverReader()
616 RecoverReader::readInstruction() in readInstruction() function in RecoverReader
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DSnapshots.h507 void readInstruction();
521 void nextInstruction() { readInstruction(); } in nextInstruction()
H A DSnapshots.cpp490 readInstruction(); in RecoverReader()
522 void RecoverReader::readInstruction() { in readInstruction() function in RecoverReader

12