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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 50 private boolean mIsNative;
67 mIsNative = isNative;
290 if (mIsRelaxedPrecision || mIsNative) {
352 if ((mIsRelaxedPrecision || mIsNative) && IsSubnormal(mMinValue)) {
387 if ((mIsRelaxedPrecision || mIsNative) && IsSubnormal(mMaxValue)) {
426 if (mIsRelaxedPrecision || mIsNative) {
440 if (mIsRelaxedPrecision || mIsNative) {
472 if (mIsNative) {
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 49 private final boolean mIsNative;
58 mIsNative = isNative;
67 * OverrideMethod.invoke("signature", mIsNative ? true : false, null or this);
71 mParentVisitor.visitInsn(mIsNative ? Opcodes.ICONST_1 : Opcodes.ICONST_0);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 255 mIsSynchronized, mIsNative, mIsAnnotationElement, kind(), mFlatSignature,
289 mIsNative = isNative;
310 return mIsNative;
717 private boolean mIsNative;
797 if (mIsNative != mInfo.mIsNative) {

Completed in 230 milliseconds