HomeSort by relevance Sort by last modified time
    Searched full:sizeoftype (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
PointerInfo.java 195 int sizeofType = sizeof(type);
219 byteOffset += sizeofType;
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 642 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
656 return ML_(sizeOfType)( tyents, ent->Te.TyQual.typeR );
663 return ML_(sizeOfType)( tyents, ent->Te.TyTyDef.typeR );
679 eszB = ML_(sizeOfType)( tyents, ent->Te.TyArray.typeR );
698 VG_(printf)("ML_(sizeOfType): unhandled: ");
788 mul = ML_(sizeOfType)( tyents, field->Te.Field.typeR );
844 mul = ML_(sizeOfType)( tyents, ty->Te.TyArray.typeR );
priv_tytypes.h 169 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
debuginfo.c     [all...]
storage.c 920 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
    [all...]
readdwarf3.c 71 ML_(sizeOfType): differentiate between zero sized types and types
    [all...]
  /libcore/luni/src/main/java/java/nio/
Buffer.java 163 void checkIndex(int index, int sizeOfType) {
164 if (index < 0 || index > limit - sizeOfType) {
166 ", size of type=" + sizeOfType);
  /external/oprofile/libpopt/
popt.c 560 /*@-sizeoftype@*/
574 /*@=sizeoftype@*/
637 /*@-sizeoftype@*/
642 /*@=sizeoftype@*/
738 /*@-sizeoftype@*/
743 /*@=sizeoftype@*/
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]

Completed in 423 milliseconds