Searched defs:Param (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DAuthMatch.java16 public static final int Param = 0x01; field in class:AuthMatch
17 public static final int MethodParam = Method | Param;
18 public static final int Exact = Realm | Method | Param;
34 if ((match & Param) != 0) {
35 sb.append("Param");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAuthMatch.java16 public static final int Param = 0x01; field in class:AuthMatch
17 public static final int MethodParam = Method | Param;
18 public static final int Exact = Realm | Method | Param;
35 if ((match & Param) != 0) {
36 sb.append("Param");
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp235 const clang::ParmVarDecl *Param, bool ExpectedQualification) {
236 const clang::QualType ParamQType = Param->getType();
240 S.RSC.ReportError(Param->getLocation(),
243 << Param->getName() << ParamQType.getAsString()
399 const clang::ParmVarDecl *const Param = S.FnAccumulator->getParamDecl(ParamIdx); member in class:slang::clang
400 mAccumulatorIns.push_back(Param);
401 const clang::QualType ParamQType = Param->getType().getCanonicalType();
406 S.RSC.ReportError(Param->getLocation(),
409 << Param->getName() << ParamQType.getAsString();
412 S.RSC.ReportError(Param
233 checkPointeeConstQualified(StateOfAnalyzeTranslationUnit &S, FnIdent Kind, const llvm::StringRef &Name, const clang::ParmVarDecl *Param, bool ExpectedQualification) argument
[all...]

Completed in 2732 milliseconds