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

  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 35 /** default size for stretchy instances */
39 * whether the instance is stretchy, that is, whether its array
42 private final boolean stretchy; field in class:ByteArrayAnnotatedOutput
82 * Constructs a "stretchy" instance. The underlying array may be
91 * Constructs a "stretchy" instance with initial size {@code size}. The
103 * @param stretchy whether the instance is to be stretchy
105 private ByteArrayAnnotatedOutput(byte[] data, boolean stretchy) {
110 this.stretchy = stretchy;
    [all...]
  /external/dexmaker/src/dx/java/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
88 * Constructs a "stretchy" instance with initial size {@code size}. The
100 * @param stretchy whether the instance is to be stretchy
102 private ByteArrayAnnotatedOutput(byte[] data, boolean stretchy) {
107 this.stretchy = stretchy;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 327 milliseconds