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

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 45 inFrame:(NSRect)cellFrame;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 52 inFrame:(NSRect)cellFrame;
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 43 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<InFrame>();
72 public InFrame takeFrame() throws InterruptedException {
124 InFrame inFrame = new InFrame(i, reader);
125 reader.nextFrame(inFrame);
126 inFrames.add(inFrame);
161 public static class InFrame implements SpdyReader.Handler {
176 public InFrame(int sequence, SpdyReader reader)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 492 float inFrame[FRAMESAMPLES_10ms];
523 inFrame[k] = (float)speechInLB[k];
527 inFrame[k] = (float) speechIn[k];
532 inFrame[0] += (float)1.23455334e-3;
533 inFrame[1] -= (float)2.04324239e-3;
534 inFrame[2] += (float)1.90854954e-3;
535 inFrame[9] += (float)1.84854878e-3;
544 streamLenLB = WebRtcIsac_EncodeLb(inFrame, &instLB->ISACencLB_obj,
555 inFrame[k] = (float) speechInUB[k];
559 inFrame[0] += (float)1.23455334e-3
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h     [all...]
OpenGLRenderer.cpp 577 bool OpenGLRenderer::updateLayer(Layer* layer, bool inFrame) {
584 if (inFrame) {
589 if (CC_UNLIKELY(inFrame || mCaches.drawDeferDisabled)) {
595 if (inFrame) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1129 milliseconds