HomeSort by relevance Sort by last modified time
    Searched refs:shortLength (Results 1 - 8 of 8) 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) {
  /libcore/dex/src/main/java/com/android/dex/
Mutf8.java 66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
78 if (shortLength && result > 65535) {
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 70 * as two, four, or even eight bytes. If {@code shortLength} is true, we'll throw an
73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
85 if (shortLength && result > 65535) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [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 505 milliseconds