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

  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicReferenceFieldUpdater.java 58 * @param vclass the class of the field
68 Class<W> vclass,
71 (tclass, vclass, fieldName);
162 private final Class<V> vclass; field in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
172 * setting vclass to null in constructor. The targetCheck and
178 Class<V> vclass,
207 if (vclass != fieldClass)
216 if (vclass == Object.class)
217 this.vclass = null;
219 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...]
  /prebuilts/sdk/13/
android.jar 

Completed in 378 milliseconds