HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 101 - 125 of 218) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
asm-5.0.3.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3.1/
asm-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_context.c 208 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
nv20_context.c 104 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 529 * Constructs a new {@link ClassWriter} object.
547 * Constructs a new {@link ClassWriter} object and enables optimizations for
672 final Object value)
860 Item newConstItem(final Object cst) {
889 return newClassItem(t.getSort() == Type.OBJECT
909 public int newConst(final Object cst) {
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 210 * Returns the class reader object.
486 * If the type is an object, it's internal name is considered.
493 if (t.getSort() == Type.OBJECT) {
530 // For interfaces, the super class is Object. May be null but only for the Object class.
584 String signature, Object value) {
658 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
689 public void visitLdcInsn(Object cst) {
769 // internal name of an object or array class
    [all...]
DependencyFinder.java 350 * If the type is an object, it's internal name is considered.
357 if (t.getSort() == Type.OBJECT) {
408 // For interfaces, the super class is Object. May be null but only for the Object class.
462 String signature, Object value) {
537 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
568 public void visitLdcInsn(Object cst) {
644 // internal name of an object or array class.
761 public void visit(String name, Object value)
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 443 Object emptyArrayInstance = emptyArrayClass.newInstance();
445 Object cl = method.invoke(emptyArrayInstance);
507 String signature, Object value) {
528 public void visitLdcInsn(Object cst) {
554 if (sort == Type.OBJECT) {
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 42 * object with one of its constructors (not with a {@code getInstance}
227 * Object[] arguments = {
247 * Object[] testArgs = {Long.valueOf(3), "MyDisk"};
271 * Object[] testArgs = {Long.valueOf(12373), "MyDisk"};
304 * Object[] objs = {new Double(3.1415)};
313 * Likewise, parsing with a {@code MessageFormat} object using patterns
320 * Object[] objs = mf.parse(forParsing, new ParsePosition(0));
445 public Object clone() {
458 * Compares the specified object to this {@code MessageFormat} and indicates
459 * if they are equal. In order to be equal, {@code object} must be a
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 289 {dot}object { return OBJECT; }
program_parse.y 180 %token OBJECT
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.3/
asm-5.0.3.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm/5.0.3/
asm-5.0.3.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 65 "Ljava/lang/Object;")));
429 * The component type is an object type, so just make a
447 * of newInstance() is Object, which is why the last
453 RegisterSpec.make(dest.getReg(), Type.OBJECT);
521 * array constructor "newarray" or an object array
712 * putfield is (object, value), but the rop
713 * argument order is (value, object).
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 186 case Type.OBJECT:
699 * on the top of the stack with the wrapped (Object) equivalent. For
727 * If the argument is a primitive class, replaces the object
771 * Allocates and fills an Object[] array with the arguments to the
773 * (Object) equivalents.
777 Object[] args = new Object[]{ arg1, new Integer(arg2) };
818 * Unboxes the object on the top of the stack. If the object is null, the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-interpolation-1.19.jar 

Completed in 853 milliseconds

1 2 3 45 6 7 8 9