/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
regex_automaton.h | 51 enum _Opcode : int 69 _Opcode _M_opcode; // type of outgoing transition 87 explicit _State_base(_Opcode __opcode) 112 explicit _State(_Opcode __opcode) : _State_base(__opcode) { }
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketParserD08.java | 64 private byte _opcode; field in class:WebSocketParserD08 166 // System.err.printf("%s %s %s >>\n",TypeUtil.toHexString(_flags),TypeUtil.toHexString(_opcode),data.length()); 169 _handler.onFrame((byte)(_flags&(0xff^WebSocketConnectionD08.FLAG_FIN)), _opcode, data); 171 _opcode=WebSocketConnectionD08.OP_CONTINUATION; 207 _state=_opcode==WebSocketConnectionD08.OP_CLOSE?State.SEEK_EOF:State.OPCODE; 214 _opcode=(byte)(b&0xf); 217 if (WebSocketConnectionD08.isControlFrame(_opcode)&&!WebSocketConnectionD08.isLastFrame(_flags)) 346 // System.err.printf("%s %s %s >>\n",TypeUtil.toHexString(_flags),TypeUtil.toHexString(_opcode),data.length()); 349 _handler.onFrame(_flags, _opcode, data);
|
WebSocketParserRFC6455.java | 64 private byte _opcode; field in class:WebSocketParserRFC6455 166 // System.err.printf("%s %s %s >>\n",TypeUtil.toHexString(_flags),TypeUtil.toHexString(_opcode),data.length()); 169 _handler.onFrame((byte)(_flags&(0xff^WebSocketConnectionRFC6455.FLAG_FIN)), _opcode, data); 171 _opcode=WebSocketConnectionRFC6455.OP_CONTINUATION; 207 _state=_opcode==WebSocketConnectionRFC6455.OP_CLOSE?State.SEEK_EOF:State.OPCODE; 214 _opcode=(byte)(b&0xf); 217 if (WebSocketConnectionRFC6455.isControlFrame(_opcode)&&!WebSocketConnectionRFC6455.isLastFrame(_flags)) 346 // System.err.printf("%s %s %s >>\n",TypeUtil.toHexString(_flags),TypeUtil.toHexString(_opcode),data.length()); 349 _handler.onFrame(_flags, _opcode, data);
|
WebSocketParserD00.java | 52 private byte _opcode; field in class:WebSocketParserD00 137 _opcode=b; 138 if (_opcode<0) 157 _handler.onFrame((byte)0,_opcode,_buffer.sliceFromMark(l)); 186 _handler.onFrame((byte)0, _opcode, data);
|
WebSocketParserD06.java | 65 private byte _opcode; field in class:WebSocketParserD06 174 _opcode=(byte)(b&0xf); 177 if (WebSocketConnectionD06.isControlFrame(_opcode)&&!WebSocketConnectionD06.isLastFrame(_flags)) 281 // System.err.printf("%s %s %s >>\n",TypeUtil.toHexString(_flags),TypeUtil.toHexString(_opcode),data.length()); 283 _handler.onFrame(_flags, _opcode, data);
|
WebSocketConnectionD06.java | 528 private byte _opcode=-1; field in class:WebSocketConnectionD06.FrameHandlerD06 562 if (_opcode==WebSocketConnectionD06.OP_TEXT && _connection.getMaxTextMessageSize()>=0) 569 _opcode=-1; 579 _opcode=-1; 582 else if (_opcode>=0 && _connection.getMaxBinaryMessageSize()>=0) 588 _opcode=-1; 603 _opcode=-1; 655 _opcode=WebSocketConnectionD06.OP_TEXT; 659 _opcode=-1; 685 _opcode=-1 [all...] |
WebSocketConnectionRFC6455.java | 653 private byte _opcode=-1; field in class:WebSocketConnectionRFC6455.WSFrameHandler 705 if (_opcode==-1) 712 if (_onTextMessage!=null && _opcode==WebSocketConnectionRFC6455.OP_TEXT) 719 _opcode=-1; 729 if (_opcode>=0 && _connection.getMaxBinaryMessageSize()>=0) 744 _opcode=-1; 809 if (_opcode!=-1) 839 _opcode=WebSocketConnectionRFC6455.OP_TEXT; 850 if (_opcode!=-1) 864 _opcode=opcode [all...] |
WebSocketConnectionD08.java | 609 private byte _opcode=-1; field in class:WebSocketConnectionD08.WSFrameHandler 643 if (_onTextMessage!=null && _opcode==WebSocketConnectionD08.OP_TEXT) 650 _opcode=-1; 660 if (_opcode>=0 && _connection.getMaxBinaryMessageSize()>=0) 675 _opcode=-1; 737 _opcode=WebSocketConnectionD08.OP_TEXT; 756 _opcode=opcode; 801 _opcode=-1; 814 _opcode=-1;
|
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-dis.h | 65 int _cond, _opcode; member in struct:arcDisState
|
arc-dis.c | 558 state->_opcode = OPCODE (state->words[0]); 572 switch (state->_opcode) 714 state->_opcode, 751 decodingClass = ((state->_opcode == op_JC) ? CLASS_A4_JC : CLASS_A4_BRANCH ); 760 switch (state->_opcode) 795 instrName = instruction_name (state,state->_opcode,0,&flags); 886 if (state->_opcode != op_LPC /* LP */) 889 state->flow = state->_opcode == op_BLC /* BL */
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
parser.py | 276 def _opcode(name): function 286 s.add(_opcode(name)) 320 OP_BREAK_LOOP = _opcode('BREAK_LOOP') 321 OP_END_FINALLY = _opcode('END_FINALLY') 322 OP_COMPARE_OP = _opcode('COMPARE_OP') 324 OP_LOAD_CONST = _opcode('LOAD_CONST') 325 OP_RETURN_VALUE = _opcode('RETURN_VALUE')
|
/toolchain/binutils/binutils-2.25/gas/config/ |
vax-inst.h | 73 unsigned char vit_opcode_nbytes; /* How long is _opcode? (chars) */
|
/hardware/google/apf/ |
apf.h | 34 // Top 5 bits form "opcode" field, see *_OPCODE defines below.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_nfa.h | 66 enum _Opcode
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
regex_nfa.h | 66 enum _Opcode
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
regex_nfa.h | 66 enum _Opcode
|
/external/opencv3/modules/core/test/ |
test_arithm.cpp | 280 LogicOp(char _opcode) : BaseElemWiseOp(2, FIX_ALPHA+FIX_BETA+FIX_GAMMA+SUPPORT_MASK, 1, 1, Scalar::all(0)), opcode(_opcode) {} 310 LogicSOp(char _opcode) 311 : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+(_opcode != '~' ? SUPPORT_MASK : 0), 1, 1, Scalar::all(0)), opcode(_opcode) {} [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/ |
jetty-websocket-8.1.14.v20131031.jar | |
/external/guice/extensions/persist/lib/ |
oro-2.0.8.jar | |
/prebuilts/tools/common/m2/repository/oro/oro/2.0.8/ |
oro-2.0.8.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.18 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/ |
libstdc++.so | |
libstdc++.so.6 | |