Home
last modified time | relevance | path

Searched refs:outFrames (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DMockSpdyPeer.java48 private final List<OutFrame> outFrames = new ArrayList<>(); field in MockSpdyPeer
80 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false)); in sendFrame()
89 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false)); in sendFrame()
99 OutFrame lastFrame = outFrames.remove(outFrames.size() - 1); in truncateLastFrame()
109 outFrames.add(new OutFrame(lastFrame.sequence, lastFrame.start, true)); in truncateLastFrame()
150 Iterator<OutFrame> outFramesIterator = outFrames.iterator(); in readAndWriteFrames()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java74 private final Map<InstructionContext, Frame> outFrames; // key: the last-executed JSR field in ControlFlowGraph.InstructionContextImpl
93 outFrames = new HashMap<>(); in InstructionContextImpl()
127 org = outFrames.get(jsr); in getOutFrame()
131 …e not set! This:\n"+this+"\nExecutionChain: "+getExecutionChain()+"\nOutFrames: '"+outFrames+"'."); in getOutFrame()
219 outFrames.put(lastExecutionJSR(), workingFrame); in execute()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...