/external/jetty/src/java/org/eclipse/jetty/server/ |
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;
|
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;
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
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?
|
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?
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
group-reloc-alu.s | 30 @ The following should cause the insns to be switched to SUB(S).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
lbranch.s | 8 jbra Lend ; Must be switched to a jmp
|
lbranch-dwarf2.d | 20 jbra Lend ; Must be switched to a jmp
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
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...] |
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)
|
mp4dec_lib.h | 314 int VlcDequantMpegIntraBlock(void *video, int comp, int switched, 319 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
|
mp4lib_int.h | 289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
|
vlc_dequant.cpp | 50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, 88 i = 1 - switched; 167 i = 1; /* 04/26/01 needed for switched case */ 502 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, 557 i = 1 - switched; [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 4 @ Check whether the section is switched back or not.
|
eh-directive-section-multiple-func.s | 6 @ Check whether the section is switched back properly.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
swt.go | 44 exprname *Node // node for the expression being switched on 50 hashname *Node // node for the hash of the type of the variable being switched on 51 facename *Node // node for the concrete type of the variable being switched on
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
swt.go | 41 exprname *Node // node for the expression being switched on 47 hashname *Node // node for the hash of the type of the variable being switched on 48 facename *Node // node for the concrete type of the variable being switched on
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
swt.go | 44 exprname *Node // node for the expression being switched on 50 hashname *Node // node for the hash of the type of the variable being switched on 51 facename *Node // node for the concrete type of the variable being switched on
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
swt.go | 41 exprname *Node // node for the expression being switched on 47 hashname *Node // node for the hash of the type of the variable being switched on 48 facename *Node // node for the concrete type of the variable being switched on
|
/external/nanohttpd/ |
README.md | 161 The coordinates for your development environment should correspond to these. When looking for an older version take care because we switched groupId from *com.nanohttpd* to *org.nanohttpd* in mid 2015.
|
/external/nanohttpd/src/site/markdown/ |
index.md | 159 The coordinates for your development environment should correspond to these. When looking for an older version take care because we switched groupId from *com.nanohttpd* to *org.nanohttpd* in mid 2015.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 1928 Bool switched = FALSE; local [all...] |
/external/v8/src/debug/ |
debug.js | [all...] |
/external/boringssl/src/ssl/test/runner/ |
runner.go | 214 // switched in just before renegotiation. [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
proc1.go | 408 // Stack being switched. Go around again. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
proc1.go | 408 // Stack being switched. Go around again. [all...] |