HomeSort by relevance Sort by last modified time
    Searched full:vclass (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 64 * @param vclass the class of the field
67 * @param <W> the type of instances of vclass
78 Class<W> vclass,
81 (tclass, vclass, fieldName, VMStack.getStackClass1()); // android-changed
269 private final Class<V> vclass; field in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
278 * setting vclass to null in constructor. The targetCheck and
284 final Class<V> vclass,
312 if (vclass != fieldClass)
314 if (vclass.isPrimitive())
322 this.vclass = vclass
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXVector.td     [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlConfiguration.java 444 Class<?>[] vClass =
447 vClass[0] = value.getClass();
455 Method set = oClass.getMethod(name,vClass);
475 Field type = vClass[0].getField("TYPE");
476 vClass[0] = (Class<?>)type.get(null);
477 Method set = oClass.getMethod(name,vClass);
571 Constructor<?> cons = sClass.getConstructor(vClass);
592 throw new NoSuchMethodException(oClass + "." + name + "(" + vClass[0] + ")");
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 3659 const char *vclass; member in struct:ieee_type_class
6100 const char *vclass; local
    [all...]
  /prebuilts/sdk/13/
android.jar 

Completed in 334 milliseconds