HomeSort by relevance Sort by last modified time
    Searched refs:getElementCount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 64 subData1D(0, mType.getElementCount(), d);
68 subData1D(0, mType.getElementCount(), d);
72 subData1D(0, mType.getElementCount(), d);
76 subData1D(0, mType.getElementCount(), d);
81 if((off < 0) || (count < 1) || ((off + count) > mType.getElementCount())) {
Type.java 56 public int getElementCount() {
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 183 public int getElementCount()

Completed in 2200 milliseconds