HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 176 - 200 of 1460) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketGeneratorD06.java 59 public synchronized void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException
61 // System.err.printf("<< %s %s %s\n",TypeUtil.toHexString(flags),TypeUtil.toHexString(opcode),length);
69 opcode=(byte)(((0xf&flags)<<4)+0xf&opcode);
75 opcode = _opsent?WebSocketConnectionD06.OP_CONTINUATION:opcode;
82 opcode&=(byte)0x7F; // Clear the FIN bit
86 opcode|=(byte)0x80; // Set the FIN bit
100 // write the opcode and length
104 opcode,
    [all...]
DeflateFrameExtension.java 69 public void onFrame(byte flags, byte opcode, Buffer buffer)
71 if (getConnection().isControl(opcode) || !isFlag(flags,1))
73 super.onFrame(flags,opcode,buffer);
103 super.onFrame(clearFlag(flags,1),opcode,buf); local
116 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException
118 if (getConnection().isControl(opcode) || length<_minLength)
120 super.addFrame(clearFlag(flags,1),opcode,content,offset,length); local
160 super.addFrame(setFlag(flags,1),opcode,out,0,l+out_offset); local
162 super.addFrame(clearFlag(flags,1),opcode,content,offset,length); local
WebSocketConnectionD06.java 65 static boolean isControlFrame(int opcode)
67 switch(opcode)
337 public void sendFrame(byte flags,byte opcode, byte[] content, int offset, int length) throws IOException
341 _generator.addFrame(flags,opcode,content,offset,length);
451 public boolean isControl(byte opcode)
453 return isControlFrame(opcode);
457 public boolean isText(byte opcode)
459 return opcode==OP_TEXT;
463 public boolean isBinary(byte opcode)
465 return opcode==OP_BINARY
    [all...]
  /external/ltrace/sysdeps/linux-gnu/s390/
trace.c 70 long pc, opcode, offset_reg, scno, tmp; local
118 opcode = ptrace(PTRACE_PEEKTEXT, proc->pid,
121 if ((opcode & 0xffff) == 0x0001) {
124 } else if ((opcode & 0xff00) == 0x0a00) {
125 /* SVC opcode */
126 scno = opcode & 0xff;
127 } else if ((opcode & 0xff000000) == 0x44000000) {
129 svc_addr = (void *)(opcode & 0xfff);
131 offset_reg = (opcode & 0x000f0000) >> 16;
136 offset_reg = (opcode & 0x0000f000) >> 12
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 90 private static void startServiceWithIntent(final int opcode, final Intent intent) {
94 intent.putExtra(EXTRA_OP_CODE, opcode);
95 sWakeLock.acquire(context, intent, opcode);
97 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode);
103 + opcode);
104 sWakeLock.release(intent, opcode);
115 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); local
116 sWakeLock.ensure(intent, opcode);
119 switch(opcode) {
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InstructionDuplicator.java 24 import dexfuzz.rawdex.Opcode;
74 Opcode opcode = oldInsn.insn.info.opcode; local
76 if (opcode == Opcode.SPARSE_SWITCH || opcode == Opcode.PACKED_SWITCH
77 || opcode == Opcode.FILL_ARRAY_DATA || oldInsn.insn.justRaw)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 57 public boolean hasConstantOperation(Rop opcode,
67 opcode.getOpcode() == RegOps.SUB) {
77 switch (opcode.getOpcode()) {
102 public boolean requiresSourcesInOrder(Rop opcode,
105 return !disableSourcesInOrder && opcode.isCallLike()
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
DexTranslationAdvice.java 57 public boolean hasConstantOperation(Rop opcode,
67 opcode.getOpcode() == RegOps.SUB) {
77 switch (opcode.getOpcode()) {
102 public boolean requiresSourcesInOrder(Rop opcode,
105 return !disableSourcesInOrder && opcode.isCallLike()
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 47 public LookUpSwitchInstruction(byte opcode,
52 this.opcode = opcode;
66 this.opcode = lookUpSwitchInstruction.opcode;
TableSwitchInstruction.java 48 public TableSwitchInstruction(byte opcode,
54 this.opcode = opcode;
69 this.opcode = tableSwitchInstruction.opcode;
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 233 if (header->opcode != (int32_t)RBUG_OP_NOOP)
241 ret->header.opcode = header->opcode;
252 if (header->opcode != (int32_t)RBUG_OP_PING)
260 ret->header.opcode = header->opcode;
274 if (header->opcode != (int32_t)RBUG_OP_ERROR)
285 ret->header.opcode = header->opcode;
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16722
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16723
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16724
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16725
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16726
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16727
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16728
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16729
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16730
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon16721::__anon16731
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16732
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16733
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16734
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16735
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon16721::__anon16736
    [all...]
  /development/ndk/platforms/android-21/arch-mips/include/asm/
inst.h 445 BITFIELD_FIELD(unsigned int opcode : 6,
451 BITFIELD_FIELD(unsigned int opcode : 6,
460 BITFIELD_FIELD(unsigned int opcode : 6,
469 BITFIELD_FIELD(unsigned int opcode : 6,
479 BITFIELD_FIELD(unsigned int opcode : 6,
490 BITFIELD_FIELD(unsigned int opcode : 6,
501 BITFIELD_FIELD(unsigned int opcode : 6,
514 BITFIELD_FIELD(unsigned int opcode : 6,
526 BITFIELD_FIELD(unsigned int opcode : 6,
534 BITFIELD_FIELD(unsigned int opcode : 6
    [all...]
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
inst.h 445 BITFIELD_FIELD(unsigned int opcode : 6,
451 BITFIELD_FIELD(unsigned int opcode : 6,
460 BITFIELD_FIELD(unsigned int opcode : 6,
469 BITFIELD_FIELD(unsigned int opcode : 6,
479 BITFIELD_FIELD(unsigned int opcode : 6,
490 BITFIELD_FIELD(unsigned int opcode : 6,
501 BITFIELD_FIELD(unsigned int opcode : 6,
514 BITFIELD_FIELD(unsigned int opcode : 6,
526 BITFIELD_FIELD(unsigned int opcode : 6,
534 BITFIELD_FIELD(unsigned int opcode : 6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
inst.h 445 BITFIELD_FIELD(unsigned int opcode : 6,
451 BITFIELD_FIELD(unsigned int opcode : 6,
460 BITFIELD_FIELD(unsigned int opcode : 6,
469 BITFIELD_FIELD(unsigned int opcode : 6,
479 BITFIELD_FIELD(unsigned int opcode : 6,
490 BITFIELD_FIELD(unsigned int opcode : 6,
501 BITFIELD_FIELD(unsigned int opcode : 6,
514 BITFIELD_FIELD(unsigned int opcode : 6,
526 BITFIELD_FIELD(unsigned int opcode : 6,
534 BITFIELD_FIELD(unsigned int opcode : 6
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
inst.h 445 BITFIELD_FIELD(unsigned int opcode : 6,
451 BITFIELD_FIELD(unsigned int opcode : 6,
460 BITFIELD_FIELD(unsigned int opcode : 6,
469 BITFIELD_FIELD(unsigned int opcode : 6,
479 BITFIELD_FIELD(unsigned int opcode : 6,
490 BITFIELD_FIELD(unsigned int opcode : 6,
501 BITFIELD_FIELD(unsigned int opcode : 6,
514 BITFIELD_FIELD(unsigned int opcode : 6,
526 BITFIELD_FIELD(unsigned int opcode : 6,
534 BITFIELD_FIELD(unsigned int opcode : 6
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 101 byte opcode = branchInstruction.opcode;
102 if ((opcode == InstructionConstants.OP_GOTO ||
103 opcode == InstructionConstants.OP_GOTO_W) &&
136 new BranchInstruction(opcode, newBranchOffset).shrink();
226 * Returns whether the given opcode represents a pop instruction that must
229 private boolean isPop(byte opcode)
231 return opcode == InstructionConstants.OP_POP ||
232 opcode == InstructionConstants.OP_POP2 ||
233 opcode == InstructionConstants.OP_ARRAYLENGTH
    [all...]
  /system/bt/stack/avrc/
avrc_bld_ct.c 131 UINT8 opcode; local
133 opcode = avrc_opcode_from_pdu(p_cmd->pdu);
134 AVRC_TRACE_API("avrc_bld_init_cmd_buffer: pdu=%x, opcode=%x", p_cmd->pdu, opcode);
136 switch (opcode)
154 p_pkt->event = opcode;
160 if (opcode != AVRC_OP_PASS_THRU)
163 switch (opcode)
176 p_cmd->cmd.opcode = opcode;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 36 /** the opcode; one of the constants from {@link Dops} */
37 private final Dop opcode; field in class:DalvInsn
59 Dop opcode; local
62 opcode = reference ? Dops.MOVE_OBJECT :
65 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
68 opcode = reference ? Dops.MOVE_OBJECT_16 :
72 return new SimpleInsn(opcode, position,
86 * @param opcode the opcode; one of the constants from {@link Dops}
92 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 39 /** the opcode; one of the constants from {@link Dops} */
40 private final Dop opcode; field in class:DalvInsn
62 Dop opcode; local
65 opcode = reference ? Dops.MOVE_OBJECT :
68 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
71 opcode = reference ? Dops.MOVE_OBJECT_16 :
75 return new SimpleInsn(opcode, position,
89 * @param opcode the opcode; one of the constants from {@link Dops}
95 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 38 /** the opcode; one of the constants from {@link Dops} */
39 private final Dop opcode; field in class:DalvInsn
61 Dop opcode; local
64 opcode = reference ? Dops.MOVE_OBJECT :
67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
70 opcode = reference ? Dops.MOVE_OBJECT_16 :
74 return new SimpleInsn(opcode, position,
88 * @param opcode the opcode; one of the constants from {@link Dops}
94 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /external/mesa3d/src/glx/
packrender.h 76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
    [all...]
  /external/toybox/toys/pending/
tftpd.c 89 socklen_t socklen, char *file, int opcode, int tsize, int blksize)
98 ptr = spkt+2; //point after opcode.
104 if (opcode == TFTPD_OP_RRQ) fd = open(file, O_RDONLY, 0666);
135 if (opcode == TFTPD_OP_WRQ) blockno = 0;
146 if (opcode == TFTPD_OP_RRQ) {
158 *((uint16_t*)spkt) = htons(pktopcode); //append send pkt's opcode.
205 if ((opcode == TFTPD_OP_RRQ) && (pktopcode == TFTPD_OP_ACK)) {
213 if ((opcode == TFTPD_OP_WRQ) && (pktopcode == TFTPD_OP_DATA)) {
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; local
268 opcode = buf[1]
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 31 switch (node->opcode()) {
40 switch (node->opcode()) {
65 ArchOpcode opcode; local
69 opcode = kX64Movss;
72 opcode = kX64Movsd;
76 opcode = typ == kTypeInt32 ? kX64Movsxbl : kX64Movzxbl;
79 opcode = typ == kTypeInt32 ? kX64Movsxwl : kX64Movzxwl;
82 opcode = kX64Movl;
86 opcode = kX64Movq;
94 Emit(opcode | AddressingModeField::encode(kMode_MRI)
135 ArchOpcode opcode; local
694 InstructionCode opcode; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 35 public class CodeAttribute extends AttributeInfo implements Opcode {
444 code[where] = (byte)Opcode.LDC_W;
487 int opcode = ci.byteAt(index); local
488 if (opcode < ILOAD)
490 else if (opcode < IASTORE) {
491 if (opcode < ILOAD_0) {
493 shiftIndex8(ci, index, opcode, lessThan, delta);
495 else if (opcode < IALOAD) {
497 shiftIndex0(ci, index, opcode, lessThan, delta, ILOAD_0, ILOAD);
499 else if (opcode < ISTORE
    [all...]

Completed in 4004 milliseconds

1 2 3 4 5 6 78 91011>>