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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 90 private static int shortLength = 2;
150 return shortLength;
234 shortLength = typeLength;
  /external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java 65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
77 if (shortLength && result > 65535) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]

Completed in 224 milliseconds