Searched refs:as_jint (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/base/android/jni_generator/ |
D | testConstantsFromJavaP.golden | 181 method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), 182 as_jint(p6), as_jint(p7), p8, p9, as_jint(p10), as_jint(p11), 183 as_jint(p12), as_jint(p13)); 232 method_id, p0, p1, as_jint(p2), as_jint(p3), p4.obj(), p5.obj(), 233 as_jint(p6), p7, p8, as_jint(p9), as_jint(p10), as_jint(p11), 234 as_jint(p12)); 279 method_id, p0, p1, as_jint(p2), p3, p4, p5, p6, as_jint(p7), p8, p9, 280 as_jint(p10), as_jint(p11)); 327 method_id, p0, p1, as_jint(p2), as_jint(p3), p4, p5, p6, p7, 328 as_jint(p8), p9, p10, as_jint(p11), as_jint(p12)); [all …]
|
D | testCalledByNatives.golden | 61 method_id, as_jint(nativeInfoBar), buttonOk.obj(), buttonCancel.obj(), 92 method_id, as_jint(nativeInfoBar), realm.obj(), account.obj(), 195 method_id, activated, as_jint(iPid), as_jint(iType), 196 as_jint(iPrimaryID), as_jint(iSecondaryID)); 217 method_id, as_jint(status)); 239 method_id, as_jint(iParam));
|
D | testFromJavaP.golden | 91 method_id, as_jint(p0)); 186 method_id, p0.obj(), as_jint(p1), as_jint(p2));
|
/external/libmojo/base/android/ |
D | jni_int_wrapper.h | 24 inline jint as_jint(JniIntWrapper wrapper) { in as_jint() function 36 jint as_jint() const { return i_; } in as_jint() function 50 inline jint as_jint(const JniIntWrapper& wrapper) { in as_jint() function 51 return wrapper.as_jint(); in as_jint()
|