/system/extras/libublock/ |
ublock.c | 209 switch (in_h->opcode) { 211 out_h->opcode = UBLOCK_INIT_OUT; 215 out_h->opcode = UBLOCK_READY_OUT; 219 out_h->opcode = UBLOCK_READ_OUT; 223 out_h->opcode = UBLOCK_WRITE_OUT;
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_mux.py | 90 opcode, payload, fin, rsv1, rsv2, rsv3 = ( 96 if opcode == common.OPCODE_CONTINUATION: 97 raise Exception('Sending invalid continuation opcode') 98 self._current_opcode = opcode 100 if opcode != common.OPCODE_CONTINUATION: 101 raise Exception('Sending invalid opcode %d' % opcode) 125 raise Exception('Sending invalid continuation opcode') 129 raise Exception('Sending invalid opcode %d' % inner_opcode) 141 {'opcode': channel_data.current_opcode [all...] |
client_for_testing.py | 236 opcode = first_byte & 0xf 257 return fin, rsv1, rsv2, rsv3, opcode, payload_length 788 opcode = OPCODE_CONTINUATION 790 opcode = frame_type 808 header = chr(fin << 7 | rsv1 << 6 | opcode) 828 def _assert_receive_data(self, payload, opcode, fin, rsv1, rsv2, rsv3): 832 if actual_opcode != opcode: 834 'Unexpected opcode: %d (expected) vs %d (actual)' % 835 (opcode, actual_opcode)) 883 def assert_receive_binary(self, payload, opcode=OPCODE_BINARY, fin=1 [all...] |
/dalvik/vm/compiler/ |
Frontend.cpp | 26 Opcode opcode = (Opcode)(instr & 0xff); local 32 return (opcode != OP_NOP || instr == 0); 47 Opcode opcode = dexOpcodeFromCodeUnit(instr); local 52 ALOGD("%p: %#06x %s", codePtr, opcode, decodedString); 54 return dexGetWidthFromOpcode(opcode); 68 switch (insn->dalvikInsn.opcode) { 166 switch (insn->dalvikInsn.opcode) { [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.c | 155 mm_camera_ops_type_t opcode) 158 switch(opcode) { [all...] |
/external/v8/src/ |
frames.cc | 840 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local 841 ASSERT(opcode == Translation::BEGIN); 850 opcode = static_cast<Translation::Opcode>(it.Next()); 851 if (opcode == Translation::JS_FRAME) { 862 opcode = static_cast<Translation::Opcode>(it.Next()); 863 ASSERT(opcode == Translation::STACK_SLOT | 949 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local 967 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); local [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb2InstrInfo.cpp | 326 negativeOffsetOpcode(unsigned opcode) 328 switch (opcode) { 346 return opcode; 356 positiveOffsetOpcode(unsigned opcode) 358 switch (opcode) { 376 return opcode; 386 immediateOffsetOpcode(unsigned opcode) 388 switch (opcode) { 414 return opcode; 426 unsigned Opcode = MI.getOpcode() [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bid.re | 34 /* Opcode modifiers. The opcode bytes are in "reverse" order because the 91 /* Opcode modifiers for variations of instruction. As each modifier reads 99 /* The basic 2 byte opcode */ 100 unsigned int opcode; 251 N_("invalid combination of opcode and operands")); 259 insn->opcode = info->opcode; 263 insn->opcode += ((unsigned int)(mod_data & 0xFF))<<8; 267 insn->opcode += (unsigned int)(mod_data & 0xFF) [all...] |
/external/grub/netboot/ |
main.c | 264 arpreq.opcode = htons (ARP_REQUEST); 320 tp.opcode = htons (TFTP_RRQ); 323 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1); 368 if (tr->opcode == ntohs (TFTP_ERROR)) 376 if (tr->opcode == ntohs (TFTP_OACK)) 407 tp.opcode = htons (TFTP_ERROR); 412 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode) 427 else if (tr->opcode == ntohs (TFTP_DATA)) 446 tp.opcode = htons (TFTP_ACK); 497 rarpreq.opcode = htons (RARP_REQUEST) [all...] |
/art/compiler/dex/quick/arm/ |
int_arm.cc | 339 int opcode; local 343 opcode = kThumbMovRR; 345 opcode = kThumbMovRR_H2H; 347 opcode = kThumbMovRR_H2L; 349 opcode = kThumbMovRR_L2H; 350 res = RawLIR(current_dalvik_offset_, opcode, r_dest, r_src); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_rc.c | 577 avrc_rsp.rsp.opcode = pavrc_command->cmd.opcode; 607 if (pmeta_msg->p_msg->hdr.opcode != AVRC_OP_VENDOR) 609 BTIF_TRACE_WARNING1("Invalid opcode: %x", pmeta_msg->p_msg->hdr.opcode); 614 BTIF_TRACE_WARNING2("Invalid length.Opcode: 0x%x, len: 0x%x", pmeta_msg->p_msg->hdr.opcode, 779 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU; 807 avrc_rsp.rsp.opcode = opcode_from_pdu(pdu); 935 UINT8 opcode = 0; local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 284 int opcode = bs.read(); local 286 if (opcode < 0) { 292 switch (opcode) { 395 if (opcode < DBG_FIRST_SPECIAL) { 397 "Invalid extended opcode encountered " 398 + opcode); 401 int adjopcode = opcode - DBG_FIRST_SPECIAL;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 81 switch (op.opcode) { 577 switch (op.opcode) { 635 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 650 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 683 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 716 const struct sh_opcode_info *info = svga_opcode_info(op.opcode);
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 81 switch (op.opcode) { 577 switch (op.opcode) { 635 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 650 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 683 struct sh_opcode_info info = *svga_opcode_info(op.opcode); 716 const struct sh_opcode_info *info = svga_opcode_info(op.opcode);
|
/external/tcpdump/ |
print-lwres.c | 60 lwres_uint32_t opcode; member in struct:lwres_lwpacket 178 struct tok opcode[] = { variable in typeref:struct:tok 321 /* opcode and pktflags */ 322 v = EXTRACT_32BITS(&np->opcode); 323 s = tok2str(opcode, "#0x%x", v); 345 /* per-opcode content */ 359 switch (EXTRACT_32BITS(&np->opcode)) { 459 switch (EXTRACT_32BITS(&np->opcode)) {
|
/dalvik/dx/src/com/android/dx/io/ |
OpcodeInfo.java | 23 * Information about each Dalvik opcode. 35 * pseudo-opcode used for nonstandard formatted "instructions" 44 // TODO: These payload opcodes should be generated by opcode-gen. 61 // BEGIN(opcode-info-defs); GENERATED AUTOMATICALLY BY opcode-gen 1236 private final int opcode; field in class:OpcodeInfo.Info [all...] |