HomeSort by relevance Sort by last modified time
    Searched defs:outFrames (Results 1 - 5 of 5) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 48 private final List<OutFrame> outFrames = new ArrayList<>();
80 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false));
89 outFrames.add(new OutFrame(frameCount++, bytesOut.size(), false));
99 OutFrame lastFrame = outFrames.remove(outFrames.size() - 1);
109 outFrames.add(new OutFrame(lastFrame.sequence, lastFrame.start, true));
150 Iterator<OutFrame> outFramesIterator = outFrames.iterator();
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ControlFlowGraph.java 74 private final Map<InstructionContext, Frame> outFrames; // key: the last-executed JSR
93 outFrames = new HashMap<>();
127 org = outFrames.get(jsr);
131 "outFrame not set! This:\n"+this+"\nExecutionChain: "+getExecutionChain()+"\nOutFrames: '"+outFrames+"'.");
219 outFrames.put(lastExecutionJSR(), workingFrame);
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp     [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 253 milliseconds