Searched defs:FLAG_FIN (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSpdy3.java52 static final int FLAG_FIN = 0x1; field in class:Spdy3
186 boolean inFinished = (flags & FLAG_FIN) != 0;
200 boolean inFinished = (flags & FLAG_FIN) != 0;
210 boolean inFinished = (flags & FLAG_FIN) != 0;
330 int flags = (outFinished ? FLAG_FIN : 0) | (inFinished ? FLAG_UNIDIRECTIONAL : 0);
347 int flags = (outFinished ? FLAG_FIN : 0);
391 int flags = (outFinished ? FLAG_FIN : 0);
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketConnectionD08.java66 final static int FLAG_FIN=0x8; field in class:WebSocketConnectionD08
72 return (flags&FLAG_FIN)!=0;
339 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_CLOSE,bytes,0,bytes.length);
397 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_TEXT,data,0,data.length);
406 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionD08.OP_BINARY,content,offset,length);
424 _outbound.addFrame((byte)FLAG_FIN,ctrl,data,offset,length);
519 return FLAG_FIN;
H A DWebSocketConnectionRFC6455.java97 final static int FLAG_FIN=0x8; field in class:WebSocketConnectionRFC6455
104 return (flags&FLAG_FIN)!=0;
382 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_CLOSE,bytes,0,code>0?bytes.length:0);
439 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_TEXT,data,0,data.length);
448 _outbound.addFrame((byte)FLAG_FIN,WebSocketConnectionRFC6455.OP_BINARY,content,offset,length);
467 _outbound.addFrame((byte)FLAG_FIN,ctrl,data,offset,length);
562 return FLAG_FIN;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 239 milliseconds