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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/glx/
glx_query.c 46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name)
70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name)
119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode,
139 req->reqType = opcode;
164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name)
166 return __glXGetStringFromServer(dpy, opcode,
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name)
173 return __glXGetStringFromServer(dpy, opcode, X_GLsop_GetString,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderSwitchPayload.java 34 import org.jf.dexlib2.Opcode;
46 protected BuilderSwitchPayload(@Nonnull Opcode opcode) {
47 super(opcode);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction10t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction10t(@Nonnull Opcode opcode,
47 super(opcode, target);
BuilderInstruction10x.java 35 import org.jf.dexlib2.Opcode;
44 public BuilderInstruction10x(@Nonnull Opcode opcode) {
45 super(opcode);
BuilderInstruction20t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction20t(@Nonnull Opcode opcode,
47 super(opcode, target);
BuilderInstruction30t.java 35 import org.jf.dexlib2.Opcode;
45 public BuilderInstruction30t(@Nonnull Opcode opcode,
47 super(opcode, target);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction10t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction11x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction12x.java 34 import org.jf.dexlib2.Opcode;
43 @Nonnull Opcode opcode,
45 super(dexFile, opcode, instructionStart);
DexBackedInstruction20t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21ih.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21lh.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21s.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction21t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction22b.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction22x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction23x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction30t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction31i.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction31t.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction32x.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction3rmi.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction3rms.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
DexBackedInstruction51l.java 34 import org.jf.dexlib2.Opcode;
42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction10x.java 35 import org.jf.dexlib2.Opcode;
43 public ImmutableInstruction10x(@Nonnull Opcode opcode) {
44 super(opcode);

Completed in 183 milliseconds

1 2 3 4 56 7 8 91011>>