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

  /external/llvm/lib/IR/
InlineAsm.cpp 163 InlineAsm::SubConstraintInfo &scInfo =
165 if (scInfo.MatchingInput != -1)
168 scInfo.MatchingInput = ConstraintsSoFar.size();
201 InlineAsm::SubConstraintInfo &scInfo =
203 MatchingInput = scInfo.MatchingInput;
204 Codes = scInfo.Codes;
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 336 for (SpellCheckerInfo scInfo : scInfos) {
337 if (scInfo.getServiceInfo().applicationInfo.uid == callingUid
338 && scInfo.getPackageName().equals(callingPackage)) {

Completed in 404 milliseconds