HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/qemu/android/build/
mkdeps.sh 29 # $1: object file (full path)
34 # quote the object path. we change a single '.' into
37 OBJECT=`echo $1 | sed -e s/\\\\./\\\\\\\\./g`
38 #echo OBJECT=$OBJECT
40 OBJ_NAME=`basename $OBJECT`
43 # we replace $OBJ_NAME with $OBJECT only if $OBJ_NAME starts the line
45 # a correct dependency line with the full path to the object file.
48 cat $2 | sed -e s%^$OBJ_NAME%$OBJECT%g > $3 && rm -f $2
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 7 public static final java.lang.Object OBJECT;
8 static { OBJECT = null; }
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 21 public static final Object OBJECT = new Object();
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Makefile.PL 16 OBJECT => 'Context.o', # link all the C files too
  /dalvik/hit/src/com/android/hit/
Types.java 22 public static final int OBJECT = 2;
38 case '[': return mIdSize; // array object
39 case 'L': return mIdSize; // object
49 case OBJECT: return mIdSize;
66 case 'L': return "object";
76 case OBJECT: return "object";
ArrayInstance.java 38 if (mType != Types.OBJECT) {
43 * mData holds a stream of object instance ids
93 if (mType != Types.OBJECT) {
98 * mData holds a stream of object instance ids
140 // If this isn't an object array then we can't refer to an object
141 if (mType != Types.OBJECT) {
154 * all of the array elements that refer to the target object.
ClassInstance.java 54 * Spin through the list of fields, find all object references,
62 if (type == Types.OBJECT) {
114 * Spin through the list of fields, find all object references,
122 if (type == Types.OBJECT) {
176 if (type == Types.OBJECT) {
  /libcore/crypto/src/main/java/org/conscrypt/util/
EmptyArray.java 31 public static final Object[] OBJECT = new Object[0];
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicsTest.java 32 private static final Object OBJECT = new Object();
40 assertEquals(OBJECT, Atomics.newReference(OBJECT).get());
  /libcore/luni/src/main/java/libcore/util/
EmptyArray.java 29 public static final Object[] OBJECT = new Object[0];
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 64 * so the merged result is just Object.
66 return Type.OBJECT;
72 * Object in this phase. This is fine here, but it
75 return Type.OBJECT;
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 182 * so the merged result is just Object.
184 return Type.OBJECT;
190 * Object in this phase. This is fine here, but it
193 return Type.OBJECT;
212 * type {@code Object} is the supertype of all reference
232 // Treat return types as Object for the purposes of this method.
235 supertype = Type.OBJECT;
240 subtype = Type.OBJECT;
267 } else if (supertype == Type.OBJECT) {
269 * Object is assignable from any reference type
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 41 /** {@code non-null;} the list {@code [Object]} */
42 public static final StdTypeList OBJECT = StdTypeList.make(Type.OBJECT);
68 /** {@code non-null;} the list {@code [Object, Object]} */
70 StdTypeList.make(Type.OBJECT, Type.OBJECT);
72 /** {@code non-null;} the list {@code [int, Object]} */
74 StdTypeList.make(Type.INT, Type.OBJECT);
76 /** {@code non-null;} the list {@code [long, Object]} */
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 41 /** {@code non-null;} the list {@code [Object]} */
42 public static final StdTypeList OBJECT = StdTypeList.make(Type.OBJECT);
68 /** {@code non-null;} the list {@code [Object, Object]} */
70 StdTypeList.make(Type.OBJECT, Type.OBJECT);
72 /** {@code non-null;} the list {@code [int, Object]} */
74 StdTypeList.make(Type.INT, Type.OBJECT);
76 /** {@code non-null;} the list {@code [long, Object]} */
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 41 /** {@code non-null;} the list {@code [Object]} */
42 public static final StdTypeList OBJECT = StdTypeList.make(Type.OBJECT);
68 /** {@code non-null;} the list {@code [Object, Object]} */
70 StdTypeList.make(Type.OBJECT, Type.OBJECT);
72 /** {@code non-null;} the list {@code [int, Object]} */
74 StdTypeList.make(Type.INT, Type.OBJECT);
76 /** {@code non-null;} the list {@code [long, Object]} */
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 108 public static final int OBJECT = 7;
185 if (tag == OBJECT) {
257 dest[pos] = OBJECT;
328 writer.writeVerifyTypeInfo(OBJECT, clazz);
366 if (varTag == OBJECT)
367 writer.writeVerifyTypeInfo(OBJECT, varData);
431 if (tag == OBJECT)
447 if (tag == OBJECT) {
532 if (tag == StackMap.OBJECT || tag == StackMap.UNINIT)
  /external/chromium/webkit/glue/
resource_type.h 20 OBJECT, // an object (or embed) tag for a plugin,
  /external/chromium_org/webkit/common/
resource_type.cc 30 return ResourceType::OBJECT;
resource_type.h 24 OBJECT, // an object (or embed) tag for a plugin,
  /frameworks/rs/cpu_ref/linkloader/lib/
ELFSymbol.cpp 29 CASE(OBJECT)
  /external/chromium_org/tools/json_schema_compiler/
cpp_util.py 63 PropertyType.OBJECT: 'base::Value::TYPE_DICTIONARY',
74 PropertyType.OBJECT,
  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
102 if (eq(typeRoot.getCtClass(), Type.OBJECT.getCtClass()))
117 public boolean equals(Object o) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java 15 OBJECT(null, "null", "", null, null);
17 Type(Object defaultReturnValue, String defaultReturnString, String unboxString, String nonPrimitiveClassName, Class type) {
25 private Object defaultReturnValue;
31 Object defaultReturnValue() {
71 return OBJECT;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorUnitTest.java 28 ctClass, Type.OBJECT, false, false);
30 "Object x = com.xtremelabs.robolectric.bytecode.RobolectricInternals.methodInvoked(\n" +
31 " java.lang.String.class, \"substring\", this, new String[] {\"int\"}, new Object[] {com.xtremelabs.robolectric.bytecode.RobolectricInternals.autobox($1)});\n" +
42 ctClass, Type.OBJECT, false, false);
44 "Object x = com.xtremelabs.robolectric.bytecode.RobolectricInternals.methodInvoked(\n" +
45 " java.lang.String.class, \"length\", this, new String[0], new Object[0]);\n" +
53 CtClass ctClass = classPool.get("java.lang.Object");
59 " java.lang.Object.class, \"wait\", this, new String[] {\"long\"}, new Object[] {com.xtremelabs.robolectric.bytecode.RobolectricInternals.autobox($1)});\n" +
69 ctClass, Type.OBJECT, true, false)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
scope.js 34 var OBJECT = new MyObject( "hello" );
40 shouldBe("OBJECT.toString()", "'hello'");
42 with (OBJECT) {

Completed in 1260 milliseconds

1 2 3 4 5 6 7