Home
last modified time | relevance | path

Searched refs:hasParameter (Results 1 – 17 of 17) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DAcceptLanguage.java98 if (!hasParameter("q")) in getQValue()
109 return hasParameter("q"); in hasQValue()
DFrom.java127 return hasParameter(ParameterNames.TAG); in hasTag()
DAccept.java145 return super.hasParameter(ParameterNames.Q); in hasQValue()
DTo.java154 return hasParameter(ParameterNames.TAG); in hasTag()
DChallenge.java198 public boolean hasParameter(String name) { in hasParameter() method in Challenge
DParametersHeader.java284 public boolean hasParameter(String parameterName) { in hasParameter() method in ParametersHeader
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DJoin.java131 return hasParameter(ParameterNames.TO_TAG); in hasToTag()
163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
DReplaces.java131 return hasParameter(ParameterNames.TO_TAG); in hasToTag()
163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java665 public boolean hasParameter(String name) { in hasParameter() method in SipUri
689 return hasParameter(TRANSPORT); in hasTransport()
758 boolean haslr = this.hasParameter(LR); in getLrParam()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp475 cxxMethodDecl(hasParameter(0, varDecl())))); in TEST()
477 cxxMethodDecl(hasParameter(0, hasName("x"))))); in TEST()
482 cxxMethodDecl(hasParameter(42, varDecl())))); in TEST()
488 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST()
491 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X"))))))); in TEST()
493 cxxMethodDecl(hasParameter( in TEST()
496 cxxMethodDecl(hasParameter( in TEST()
1614 hasAncestor(functionDecl(hasParameter( in TEST()
DASTMatchersNarrowingTest.cpp605 cxxMethodDecl(hasParameter(0, hasType(asString("int")))))); in TEST()
1572 functionDecl(hasParameter(0, hasType(recordDecl(hasName("A")))), in TEST()
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp167 VariantMatcher::SingleMatcher(hasParameter(0, hasName("a"))); in getTestNamedValues()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTCPMessageChannel.java451 if (v.hasParameter(Via.RPORT) in processMessage()
DTLSMessageChannel.java423 if (v.hasParameter(Via.RPORT) in processMessage()
DUDPMessageChannel.java432 boolean hasRPort = v.hasParameter(Via.RPORT); in processIncomingDataPacket()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3173 AST_MATCHER_P2(FunctionDecl, hasParameter, in AST_MATCHER_P2() argument
3221 hasParameter(ParamIndex, ParamMatcher)))), in AST_POLYMORPHIC_MATCHER_P2()
3223 hasParameter(ParamIndex, ParamMatcher)))))) in AST_POLYMORPHIC_MATCHER_P2()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp246 REGISTER_MATCHER(hasParameter); in RegistryMaps()