/development/ndk/platforms/android-21/arch-mips/include/asm/ |
D | 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/ |
D | 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/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 98 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn() argument 113 public void visitInsn(int opcode) { in visitInsn() argument 118 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument 123 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() argument 159 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn() argument 179 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn() argument 184 public void visitVarInsn(int opcode, int var) { in visitVarInsn() argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | nvme.h | 189 __u8 opcode; member 202 __u8 opcode; member 247 __u8 opcode; member 325 __u8 opcode; member 339 __u8 opcode; member 354 __u8 opcode; member 370 __u8 opcode; member 386 __u8 opcode; member 397 __u8 opcode; member 409 __u8 opcode; member [all …]
|
D | coda.h | 225 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument 232 u_int32_t opcode; member 241 u_int32_t opcode; member
|
D | fuse.h | 491 uint32_t opcode; member
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 166 public void visitFieldInsn(int opcode, String owner, String name, String desc) { in visitFieldInsn() argument 181 public void visitInsn(int opcode) { in visitInsn() argument 186 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument 191 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn() argument 227 public void visitMethodInsn(int opcode, String owner, String name, String desc, boolean itf) { in visitMethodInsn() argument 253 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn() argument 258 public void visitVarInsn(int opcode, int var) { in visitVarInsn() argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | coda.h | 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) argument 213 u_int32_t opcode; member 221 u_int32_t opcode; member
|
/development/ndk/platforms/android-21/include/linux/mmc/ |
D | ioctl.h | 26 __u32 opcode; member
|
/development/ndk/platforms/android-21/include/linux/can/ |
D | bcm.h | 25 __u32 opcode; member
|
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
D | ebt_arp.h | 40 __be16 opcode; member
|
/development/ndk/platforms/android-21/include/arpa/ |
D | nameser_compat.h | 106 unsigned opcode: 4; /* purpose of message */ member 122 unsigned opcode :4; /* purpose of message */ member
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
D | mmc.h | 24 u32 opcode; member
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 394 public void glLogicOp(int opcode) { in glLogicOp() argument 395 mgl.glLogicOp(opcode); in glLogicOp()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 699 GL_API void GL_APIENTRY glLogicOp (GLenum opcode);
|