HomeSort by relevance Sort by last modified time
    Searched full:idsize (Results 1 - 5 of 5) 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) {
  /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);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 273 IDsize=
277 7) IDsize=$(expr $4 \* $5 \* 2)
278 IVPsize=$IDsize
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 106 (**description).idSize = sizeof(ImageDescription);
  /external/openssl/ssl/
t1_lib.c 1230 int idsize; local
    [all...]

Completed in 748 milliseconds