Searched refs:DirectiveList (Results 1 - 8 of 8) sorted by relevance

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DResponseAuth.java34 DirectiveList dirList = new DirectiveList(responseAuth);
54 DirectiveList dirList) throws SaslException
H A DDirectiveList.java2 * $OpenLDAP: /com/novell/sasl/client/DirectiveList.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
22 * Implements the DirectiveList class whihc will be used by the
25 class DirectiveList extends Object class in inherits:Object
46 * Constructs a new DirectiveList.
48 DirectiveList( method in class:DirectiveList
H A DDigestChallenge.java62 DirectiveList dirList = new DirectiveList(challenge);
82 DirectiveList dirList) throws SaslException
/external/smack/src/com/novell/sasl/client/
H A DResponseAuth.java34 DirectiveList dirList = new DirectiveList(responseAuth);
54 DirectiveList dirList) throws SaslException
H A DDirectiveList.java2 * $OpenLDAP: /com/novell/sasl/client/DirectiveList.java,v 1.4 2005/01/17 15:00:54 sunilk Exp $
22 * Implements the DirectiveList class whihc will be used by the
25 class DirectiveList extends Object class in inherits:Object
46 * Constructs a new DirectiveList.
48 DirectiveList( method in class:DirectiveList
H A DDigestChallenge.java62 DirectiveList dirList = new DirectiveList(challenge);
82 DirectiveList dirList) throws SaslException
/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h184 typedef std::vector<Directive*> DirectiveList; typedef in class:clang::VerifyDiagnosticConsumer
189 DirectiveList Errors;
190 DirectiveList Warnings;
191 DirectiveList Remarks;
192 DirectiveList Notes;
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp27 typedef VerifyDiagnosticConsumer::DirectiveList DirectiveList; typedef
332 DirectiveList *DL = nullptr;
648 DirectiveList &DL, const char *Kind) {
654 for (DirectiveList::iterator I = DL.begin(), E = DL.end(); I != E; ++I) {
694 DirectiveList &Left,
697 DirectiveList LeftOnly;
700 for (DirectiveList::iterator I = Left.begin(), E = Left.end(); I != E; ++I) {

Completed in 139 milliseconds