/dalvik/vm/compiler/codegen/mips/ |
ArchUtility.cpp | 228 switch(lir->opcode) { 297 buildInsnString(EncodingMap[lir->opcode].name, lir, opName, 299 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr, 354 /* 0x66 is an invalid opcode for mips. */
|
/dalvik/vm/compiler/template/ |
config-mips | 33 # opcode list; argument to op-start is default directory
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_interface2.h | 292 uint8_t (*is_op_supported)(mm_camera_t * camera, mm_camera_ops_type_t opcode); 295 mm_camera_ops_type_t opcode, void *val); 471 uint8_t cam_ops_is_op_supported(int cam_id, mm_camera_ops_type_t opcode); 474 mm_camera_ops_type_t opcode, void *val);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 124 * Get the opcode list that describes the XPath operations. It contains 129 * @return An IntVector that is the opcode list that describes the XPath operations. 139 * The length is always the opcode position + 1. 140 * Length is always expressed as the opcode+length bytes,
|
/external/chromium/base/ |
message_pump_glib_x.h | 48 // The opcode used for checking events.
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_stream.py | 57 # Invalid opcode 0x10
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
instruction.h | 15 // code -- Opcode of the instruction. This is typically a bitwise
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
networkPanel.css | 306 .resource-websocket-row-opcode { 311 .resource-websocket-row-opcode td { 315 .resource-websocket-row-opcode td, .resource-websocket-row-opcode + tr td {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_internal.h | 39 int rbug_connection_send_start(struct rbug_connection *con, enum rbug_opcode opcode, uint32_t length);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_scan.h | 64 uint opcode_count[TGSI_OPCODE_LAST]; /**< opcode histogram */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_rename_regs.c | 59 if (inst->U.I.Opcode == RC_OPCODE_BGNLOOP)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600ISelLowering.h | 46 /// LowerROTL - Lower ROTL opcode to BITALIGN
|
SIISelLowering.h | 54 virtual const char* getTargetNodeName(unsigned Opcode) const;
|
SIInstrInfo.h | 49 virtual bool isMov(unsigned Opcode) const;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pm4.h | 63 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_texture_projection.cpp | 30 * Many GPUs have a texture sampling opcode that takes the projector
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_doc.py | 132 print ' 2 %-4u rendering command opcode' % (f.glx_rop) 143 print ' 1 CARD8 opcode (X assigned)' 144 print ' 1 %-4u GLX opcode (%s)' % (f.opcode_real_value(), f.opcode_real_name()) 156 print ' 4 %-4u vendor specific opcode' % (f.opcode_value())
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_pass0.c | 318 GLuint nr_args = brw_wm_nr_args(inst->Opcode); 323 out->opcode = inst->Opcode; 426 switch (inst->Opcode) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
blend.h | 84 _mesa_LogicOp( GLenum opcode );
|
dlist.h | 55 extern void *_mesa_dlist_alloc(struct gl_context *ctx, GLuint opcode, GLuint sz);
|
/external/chromium_org/third_party/re2/re2/ |
nfa.cc | 224 switch (ip->opcode()) { 226 LOG(DFATAL) << "unhandled " << ip->opcode() << " in AddToThreadq"; 311 switch (ip->opcode()) { 314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step"; 526 switch (ip->opcode()) { 528 LOG(DFATAL) << "Unexpected opcode in short circuit: " << ip->opcode(); 635 switch (ip->opcode()) { 637 LOG(DFATAL) << "unhandled " << ip->opcode() << " in ComputeFirstByte";
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.h | 46 } opcode; member in struct:coff_unwind_code
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleConstraintManager.cpp | 174 BinaryOperator::Opcode op = SE->getOpcode(); 190 BinaryOperator::Opcode Op = SSE->getOpcode(); 227 BinaryOperator::Opcode Op = SE->getOpcode(); 243 BinaryOperator::Opcode op,
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 418 dr_printf("opcode: %d\n", instr_get_opcode(instr)); 423 int opcode = instr_get_opcode(i); local 424 if (opcode == OP_ret || opcode == OP_ret_far) { 435 if (opcode == OP_call_ind || opcode == OP_call_far_ind || 436 opcode == OP_jmp_ind || opcode == OP_jmp_far_ind) { 447 dr_printf("+%d -> to be instrumented! [opcode=%d, flags = 0x%08X]\n",
|
/external/dexmaker/src/dx/java/com/android/dx/dex/ |
DexFormat.java | 32 /** API level to target in order to suppress extended opcode usage */
|