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

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ControlFlowGraph.java 145 throw new AssertionViolatedException("inFrame not set! This:\n"+this+"\nInFrames: '"+inFrames+"'.");
155 * merging with "inFrame".
166 public boolean execute(final Frame inFrame, final ArrayList<InstructionContext> execPreds, final InstConstraintVisitor icv, final ExecutionVisitor ev) {
182 inFrames.put(lastExecutionJSR(), inFrame);
183 inF = inFrame;
185 else{// if there was an "old" inFrame
186 if (inF.equals(inFrame)) { //shortcut: no need to merge equal frames.
189 if (! mergeInFrames(inFrame)) {
194 // Now we're sure the inFrame has changed!
196 // new inFrame is already merged in, see above
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 49 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>();
113 public InFrame takeFrame() throws InterruptedException {
182 InFrame inFrame = new InFrame(i, reader);
183 reader.nextFrame(inFrame);
184 inFrames.add(inFrame);
215 public static class InFrame implements FrameReader.Handler {
234 public InFrame(int sequence, FrameReader reader) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 503 float inFrame[FRAMESAMPLES_10ms];
533 inFrame[k] = (float)speechInLB[k];
537 inFrame[k] = (float) speechIn[k];
542 inFrame[0] += (float)1.23455334e-3;
543 inFrame[1] -= (float)2.04324239e-3;
544 inFrame[2] += (float)1.90854954e-3;
545 inFrame[9] += (float)1.84854878e-3;
555 inFrame, &instLB->ISACencLB_obj,
566 inFrame[k] = (float) speechInUB[k];
570 inFrame[0] += (float)1.23455334e-3
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 617 milliseconds