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

  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 46 int idSize = Types.getTypeSize(mType);
56 if (idSize == 4) {
101 int idSize = Types.getTypeSize(mType);
112 if (idSize == 4) {
145 int idSize = Types.getTypeSize(mType);
160 if (idSize == 4) {
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 106 (**description).idSize = sizeof(ImageDescription);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 137 int idSize = in.readInt();
139 System.out.println("\tidSize=" + idSize);
141 if (idSize != BinaryHprof.ID_SIZE) {
142 throw new MalformedHprofException("Unsupported identifier size: " + idSize);

Completed in 206 milliseconds