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

  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncHttpConnection.java 122 // look for a switched connection instance?
125 Connection switched=(Connection)_request.getAttribute("org.eclipse.jetty.io.Connection"); local
126 if (switched!=null)
127 connection=switched;
BlockingHttpConnection.java 104 // look for a switched connection instance?
107 Connection switched=(Connection)_request.getAttribute("org.eclipse.jetty.io.Connection"); local
108 if (switched!=null)
109 connection=switched;
  /external/jetty/src/java/org/eclipse/jetty/client/
AsyncHttpConnection.java 210 // handle switched protocols
213 Connection switched=exchange.onSwitchProtocol(_endp); local
214 if (switched!=null)
216 // switched protocol!
223 connection=switched;
237 if (_exchange==null && !isReserved()) // TODO how do we return switched connections?
BlockingHttpConnection.java 258 // handle switched protocols
261 Connection switched=exchange.onSwitchProtocol(_endp); local
262 if (switched!=null)
263 connection=switched;
265 // switched protocol!
271 connection=switched;
285 if (_exchange==null && !isReserved()) // TODO how do we return switched connections?
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 541 int switched; local
576 switched = 0;
582 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
625 if (switched == 0)
633 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
638 if (switched)
datapart_decode.cpp 526 Bool switched; local
543 switched = 0;
548 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
550 if (!switched)
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*/
634 Bool switched; local
666 switched = 0;
672 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
685 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
689 if (switched)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 1928 Bool switched = FALSE; local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 648 milliseconds