HomeSort by relevance Sort by last modified time
    Searched defs:slotsize (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 42 final int slotsize=4; // Locked, MUST be power of two in current code field in class:ChunkedIntArray
57 ChunkedIntArray(int slotsize)
59 if(this.slotsize<slotsize)
60 throw new ArrayIndexOutOfBoundsException(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
61 else if (this.slotsize>slotsize)
62 System.out.println("*****WARNING: ChunkedIntArray("+slotsize+") wasting "+(this.slotsize-slotsize)+" words per slot")
86 final int slotsize=4; local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 34 milliseconds