Searched defs:isControl (Results 1 – 9 of 9) sorted by relevance
18 isControl: function() { method
159 inline void isControl(UChar32 ch) in isControl() function
213 boolean isControl(byte opcode); in isControl() method
456 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD00
451 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD06.FrameConnectionD06
523 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionD08.WSFrameConnection
566 public boolean isControl(byte opcode) in isControl() method in WebSocketConnectionRFC6455.WSFrameConnection
71 private boolean isControl = true; field in MotionTrack
1355 int isControl = LIBUSB_TRANSFER_TYPE_CONTROL == transfer->type; in darwin_handle_callback() local