HomeSort by relevance Sort by last modified time
    Searched defs:mIns (Results 1 - 2 of 2) sorted by null

  /packages/apps/SecureElement/src/com/android/se/security/
CommandApdu.java 41 protected int mIns = 0x00;
51 mIns = ins;
61 mIns = ins;
70 mIns = ins;
81 mIns = ins;
164 apdu[index] = (byte) mIns;
187 apdu.mIns = mIns;
  /frameworks/compile/slang/
slang_rs_export_foreach.h 61 llvm::SmallVector<const clang::ParmVarDecl*, 16> mIns;
120 return (!mIns.empty());
136 return mIns;

Completed in 533 milliseconds