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

  /frameworks/base/core/jni/
BindTest.cpp 30 static u4 offset_mInt;
161 JOBJ_set_int(jthis, offset_mInt, i);
202 && (i == JOBJ_get_int(jthis, offset_mInt))
277 offset_mInt = findField(clazz, "mInt", "I")->offset;

Completed in 375 milliseconds