HomeSort by relevance Sort by last modified time
    Searched refs:inFrames (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ControlFlowGraph.java 69 private final Map<InstructionContext, Frame> inFrames; // key: the last-executed JSR
92 inFrames = new HashMap<>();
142 org = inFrames.get(jsr);
145 throw new AssertionViolatedException("inFrame not set! This:\n"+this+"\nInFrames: '"+inFrames+"'.");
180 Frame inF = inFrames.get(lastExecutionJSR());
182 inFrames.put(lastExecutionJSR(), inFrame);
243 final Frame inF = inFrames.get(lastExecutionJSR());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 49 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>();
114 return inFrames.take();
184 inFrames.add(inFrame);
  /frameworks/av/media/libaudioprocessing/
AudioMixer.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 1094 milliseconds