HomeSort by relevance Sort by last modified time
    Searched defs:Param (Results 1 - 25 of 45) sorted by null

1 2

  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 41 class Param;
42 bool parseParams(std::vector<Param>& list, const char* str, bool isInput);
49 bool prepareParams(std::vector<TaskProcess::Param>& list,
69 class Param {
71 Param(ParamType type, android::String8& string);
72 Param(TaskCase::Value& val);
86 std::vector<Param> mInput;
87 std::vector<Param> mOutput;
  /external/clang/include/clang/Sema/
TemplateDeduction.h 140 TemplateParameter Param;
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 53 bool TaskProcess::prepareParams(std::vector<TaskProcess::Param>& list,
244 bool TaskProcess::parseParams(std::vector<TaskProcess::Param>& list, const char* str, bool isInput)
266 Param param(EId, item[1]);
267 list.push_back(param);
268 LOGD(" id %s", param.getParamString().string());
270 Param param(EVal, item[1]);
271 list.push_back(param);
272 LOGD(" val %s", param.getParamString().string())
    [all...]
  /external/clang/include/clang/Driver/
OptTable.h 38 unsigned char Param;
127 /// \param [in,out] Index - The current parsing position in the argument
145 /// \param ArgBegin - The beginning of the argument vector.
146 /// \param ArgEnd - The end of the argument vector.
147 /// \param MissingArgIndex - On error, the index of the option which could
149 /// \param MissingArgCount - On error, the number of missing options.
159 /// \param OS - The stream to write the help text to.
160 /// \param Name - The name to use in the usage line.
161 /// \param Title - The title to use in the usage line.
162 /// \param ShowHidden - Whether help-hidden arguments should be shown
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 323 ParmVarDecl *Param = *I;
325 FunctionArgs.push_back(Param);
348 ParmVarDecl *param = *I; local
349 EmitDelegateCallArg(CallArgs, param);
CGDecl.cpp     [all...]
  /external/clang/lib/AST/
CommentSema.cpp 217 const NamedDecl *Param = TemplateParameters->getParam(0);
218 const IdentifierInfo *II = Param->getIdentifier();
496 // We already warned that \\param commands are not attached to a function
504 // found a \\param command or NULL if no documentation was found so far.
510 // First pass over all \\param commands: resolve all parameter names.
537 // Find parameter declarations that have no corresponding \\param.
544 // Second pass over unresolved \\param commands: do typo correction.
546 // corresponding \\param.
687 const NamedDecl *Param = TemplateParameters->getParam(i);
688 const IdentifierInfo *II = Param->getIdentifier()
    [all...]
DeclPrinter.cpp 755 const Decl *Param = Params->getParam(i);
757 dyn_cast<TemplateTypeParmDecl>(Param)) {
777 dyn_cast<NonTypeTemplateParmDecl>(Param)) {
796 dyn_cast<TemplateTemplateParmDecl>(Param)) {
    [all...]
DeclCXX.cpp     [all...]
Expr.cpp 475 StringRef Param = Params->getParam(i)->getName();
476 if (Param.empty()) continue;
477 TOut << Param << " = ";
491 StringRef Param = Params->getParam(i)->getName();
492 if (Param.empty()) continue;
493 TOut << Param << " = ";
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 115 if (ParmVarDecl *Param = dyn_cast<ParmVarDecl>(ContextDecl)) {
117 = Param->getDeclContext()->getLexicalParent())
216 ParmVarDecl *Param = CallOperator->getParamDecl(p);
219 if (CurScope && Param->getIdentifier()) {
220 CheckShadow(CurScope, Param);
222 PushOnScopeChains(Param, CurScope);
416 Params.push_back(cast<ParmVarDecl>(FTI.ArgInfo[i].Param));
    [all...]
SemaObjCProperty.cpp     [all...]
SemaTemplateInstantiate.cpp 36 /// \param D the declaration for which we are computing template instantiation
39 /// \param Innermost if non-NULL, the innermost template argument list.
41 /// \param RelativeToPrimary true if we should get the template
46 /// \param Pattern If non-NULL, indicates the pattern from which we will be
298 ParmVarDecl *Param,
311 Inst.Entity = reinterpret_cast<uintptr_t>(Param);
322 NamedDecl *Template, NonTypeTemplateParmDecl *Param,
335 Inst.Entity = reinterpret_cast<uintptr_t>(Param);
346 NamedDecl *Template, TemplateTemplateParmDecl *Param,
359 Inst.Entity = reinterpret_cast<uintptr_t>(Param);
    [all...]
SemaDeclObjC.cpp 35 /// \param receiverTypeIfCall - if null, check this as if declaring it;
289 StrongPointerToObjCPointer(Sema &S, ParmVarDecl *Param) {
290 QualType T = Param->getType();
331 ParmVarDecl *Param = (*PI);
332 if (!Param->isInvalidDecl() &&
333 RequireCompleteType(Param->getLocation(), Param->getType(),
335 Param->setInvalidDecl();
336 if (!Param->isInvalidDecl() &&
338 !StrongPointerToObjCPointer(*this, Param))
    [all...]
SemaTemplateDeduction.cpp 85 const TemplateArgument &Param,
117 QualType Param,
311 Info.Param = NTTP;
342 Info.Param = NTTP;
370 Info.Param = NTTP;
383 TemplateName Param,
387 TemplateDecl *ParamDecl = Param.getAsTemplateDecl();
401 Info.Param = TempParam;
412 if (S.Context.hasSameTemplateName(Param, Arg))
416 Info.FirstArg = TemplateArgument(Param);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 81 unsigned int Param;
304 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
338 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
464 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param);
683 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[Idx].Param);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c 2068 paramInfo_t param; local
2078 paramInfo_t param; local
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 31 static const char kParamElement[] = "Param";
82 PARAM,
95 // Key/value of a Param node.
96 typedef std::pair<std::string, std::string> Param;
131 // We only expect PARAM nodes under the Url node
133 elements_[1] == URL && elements_[2] == PARAM)
134 return PARAM;
177 extra_params_.push_back(Param(key, value));
180 const std::vector<Param>& extra_params() const { return extra_params_; }
213 (*kElementNameToElementTypeMap)[kParamElement] = PARAM;
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 730 llvm::PointerIntPair<ParmVarDecl *, 1, bool> Param;
735 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param)
737 param->hasUnparsedDefaultArg()
738 ? param->getType().getNonReferenceType()
739 : param->getDefaultArg()->getType(),
740 param->getDefaultArg()->getValueKind(),
741 param->getDefaultArg()->getObjectKind(), false, false, false, false),
742 Param(param, false), Loc(Loc) { }
744 CXXDefaultArgExpr(StmtClass SC, SourceLocation Loc, ParmVarDecl *param,
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 137 /// \param Loc The location where we'll emit the diagnostic.
138 /// \param DK The kind of diagnostic to emit.
139 /// \param ParenRange Source range enclosing code that should be parenthesized.
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 241 paramInfo_t param; local
246 param.paramType = REGULATORY_DOMAIN_TEMPORARY_TX_ATTENUATION_PARAM;
247 param.content.bActivateTempPowerFix = bActivateTempFix;
248 regulatoryDomain_setParam(pSiteMgr->hRegulatoryDomain,&param);
586 DESCRIPTION: site mgr set param function, called by the following:
608 paramInfo_t param; local
1734 paramInfo_t param; local
2089 paramInfo_t param; local
2671 paramInfo_t param; local
3373 paramInfo_t param; local
3867 paramInfo_t param; local
4129 paramInfo_t param; local
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 844 : Param(P), Toks(Toks) { }
846 /// Param - The parameter declaration for this parameter.
847 Decl *Param;
    [all...]

Completed in 559 milliseconds

1 2