HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 151 - 175 of 378) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 36 * Sets the type name of this object type. If the given type name is
38 * the name of this object type.
49 public abstract boolean equals(Object obj);
87 public boolean equals(Object obj) {
169 public int getTypeTag() { return StackMapTable.OBJECT; }
188 public boolean equals(Object obj) {
261 && oldName.equals("[Ljava.lang.Object;")) {
263 of the operand of arraylength to java.lang.Object[].
264 Thus, int[] etc. must be a subtype of java.lang.Object[].
295 return "java.lang.Object";
    [all...]
  /external/tpm2/
SessionProcess.c 20 // b) an object with noDA bit SET,
42 // When this function is called, a persistent object will have been loaded
43 // into an object slot and assigned a transient handle.
46 OBJECT *object; local
47 object = ObjectGet(handle);
48 result = (object->publicArea.objectAttributes.noDA == SET);
197 // b) the command requires the ADMIN role and the authorized entity is an object and its adminWithPolicy
222 OBJECT *object = ObjectGet(s_associatedHandles[sessionIndex]) local
302 OBJECT *object; local
403 OBJECT *object = ObjectGet(handle); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
MethodWriter.java 341 * node (i.e., each basic block) is represented by the Label object that
543 final Object[] local,
545 final Object[] stack)
555 frame[frameIndex++] = Frame.OBJECT
567 frame[frameIndex++] = Frame.OBJECT
    [all...]
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...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 522 * Gets the register spec to use to hold the object to synchronize on,
537 return RegisterSpec.make((reg < 1) ? 1 : reg, Type.OBJECT);
700 * @return {@code non-null;} the method object
713 // Construct the method object to wrap it all up.
914 catchesAny |= (exceptionClass == CstType.OBJECT);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 173 public boolean equals(Object other) {
821 * null" type into simply {@code Object}. This method needs to
835 return orig.withType(Type.OBJECT);
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 172 public boolean equals(Object other) {
817 * null" type into simply {@code Object}. This method needs to
831 return orig.withType(Type.OBJECT);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 173 public boolean equals(Object other) {
821 * null" type into simply {@code Object}. This method needs to
835 return orig.withType(Type.OBJECT);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
TypeUtils.java 302 case Type.OBJECT:
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 41 private static Object[] sCache = new Object[CACHE_SIZE];
69 public static Object[] newUnpaddedObjectArray(int minLen) {
70 return (Object[])VMRuntime.getRuntime().newUnpaddedArray(Object.class, minLen);
112 if (kind == Object.class) {
113 return (T[]) EmptyArray.OBJECT;
117 Object cache = sCache[bucket];
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 64 return (tn === $.APPLET || tn === $.OBJECT) && ns === NS.HTML;
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 81 private transient volatile Object[] elements;
87 elements = EmptyArray.OBJECT;
102 this.elements = Arrays.copyOf(array, array.length, Object[].class);
105 @Override public Object clone() {
124 public boolean contains(Object o) {
129 Object[] snapshot = elements;
133 static boolean containsAll(Collection<?> collection, Object[] snapshot, int from, int to) {
134 for (Object o : collection) {
143 * Searches this list for {@code object} and returns the index of the first
146 * @return the index or -1 if the object was not found
    [all...]
  /prebuilts/devtools/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);
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 35 mSpans = EmptyArray.OBJECT;
49 * Copies another {@link Spanned} object's spans between [start, end] into this object.
51 * @param src Source object to copy from.
52 * @param start Start index in the source object.
53 * @param end End index in the source object.
56 Object[] spans = src.getSpans(start, end, Object.class);
73 * Copies a {@link SpannableStringInternal} object's spans between [start, end] into this
74 * object
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 209 * 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) {
770 // internal name of an object or array class
    [all...]

Completed in 1383 milliseconds

1 2 3 4 5 67 8 91011>>