Searched refs:addFrame (Results 1 - 22 of 22) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketGenerator.java32 void addFrame(byte flags,byte opcode, byte[] content, int offset, int length) throws IOException; method in interface:WebSocketGenerator
H A DFragmentExtension.java47 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:FragmentExtension
51 super.addFrame(flags,opcode,content,offset,length);
60 super.addFrame((byte)(flags&~getConnection().finMask()),opcode,content,offset,_maxLength);
70 super.addFrame((byte)(flags&0x7),opcode,content,offset,frag);
76 super.addFrame((byte)(flags|getConnection().finMask()),opcode,content,offset,length);
H A DDeflateFrameExtension.java113 * @see org.eclipse.jetty.websocket.AbstractExtension#addFrame(byte, byte, byte[], int, int)
116 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:DeflateFrameExtension
120 super.addFrame(clearFlag(flags,1),opcode,content,offset,length);
160 super.addFrame(setFlag(flags,1),opcode,out,0,l+out_offset);
162 super.addFrame(clearFlag(flags,1),opcode,content,offset,length);
H A DAbstractExtension.java117 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:AbstractExtension
119 // System.err.printf("addFrame %s %x %x %d\n",getExtensionName(),flags,opcode,length);
120 _outbound.addFrame(flags,opcode,content,offset,length);
H A DWebSocketConnectionD06.java252 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_CLOSE,bytes,0,bytes.length);
321 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_TEXT,data,0,data.length);
331 _generator.addFrame((byte)0x8,WebSocketConnectionD06.OP_BINARY,content,offset,length);
341 _generator.addFrame(flags,opcode,content,offset,length);
351 _generator.addFrame((byte)0x8,control,data,offset,length);
H A DWebSocketConnectionD00.java228 _generator.addFrame((byte)0,SENTINEL_FRAME,data,0,data.length);
236 _generator.addFrame((byte)0,LENGTH_FRAME,data,offset,length);
258 _generator.addFrame((byte)0,opcode,content,offset,length);
H A DWebSocketGeneratorD00.java48 public synchronized void addFrame(byte flags, byte opcode,byte[] content, int offset, int length) throws IOException method in class:WebSocketGeneratorD00
H A DWebSocketConnectionD08.java339 _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);
415 _outbound.addFrame(flags,opcode,content,offset,length);
424 _outbound.addFrame((byte)FLAG_FIN,ctrl,data,offset,length);
H A DWebSocketConnectionRFC6455.java382 _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);
457 _outbound.addFrame(flags,opcode,content,offset,length);
467 _outbound.addFrame((byte)FLAG_FIN,ctrl,data,offset,length);
H A DWebSocketGeneratorD06.java59 public synchronized void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:WebSocketGeneratorD06
H A DWebSocketGeneratorD08.java70 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:WebSocketGeneratorD08
H A DWebSocketGeneratorRFC6455.java74 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException method in class:WebSocketGeneratorRFC6455
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java729 idle.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_stand),
733 angle.addFrame(
739 extremeAngle.addFrame(
744 up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup02),
746 up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup03),
751 boostAngle.addFrame(
754 boostAngle.addFrame(
761 boostExtremeAngle.addFrame(
764 boostExtremeAngle.addFrame(
776 stomp.addFrame(
[all...]
H A DSpriteAnimation.java83 public void addFrame(AnimationFrame frame) { method in class:SpriteAnimation
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAnimationDrawable.java18 public void addFrame(Drawable frame, int duration) { method in class:ShadowAnimationDrawable
H A DShadowImageView.java75 animationDrawable.addFrame(drawable, -1);
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDIContext.h63 void addFrame(const DILineInfo &Frame) {
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifResourceEncoder.java64 if (!encoder.addFrame(transformedResource.get())) {
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp482 InliningInfo.addFrame(Frame);
519 InliningInfo.addFrame(Frame);
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp172 InlinedContext.addFrame(DILineInfo());
187 PatchedInlinedContext.addFrame(LineInfo);
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DAnimatedGifEncoder.java23 * e.addFrame(image1);
24 * e.addFrame(image2);
150 public boolean addFrame(Bitmap im) { method in class:AnimatedGifEncoder
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 561 milliseconds