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

  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 32 /** default size for stretchy instances */
36 * whether the instance is stretchy, that is, whether its array
39 private final boolean stretchy; field in class:ByteArrayAnnotatedOutput
79 * Constructs a "stretchy" instance. The underlying array may be
91 * @param stretchy whether the instance is to be stretchy
93 private ByteArrayAnnotatedOutput(byte[] data, boolean stretchy) {
98 this.stretchy = stretchy;
152 if (stretchy) {
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 150 milliseconds