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

  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java 34 DirectiveList dirList = new DirectiveList(responseAuth);
54 DirectiveList dirList) throws SaslException
DirectiveList.java 2 * $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
46 * Constructs a new DirectiveList.
48 DirectiveList(
DigestChallenge.java 62 DirectiveList dirList = new DirectiveList(challenge);
82 DirectiveList dirList) throws SaslException
  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 34 DirectiveList dirList = new DirectiveList(responseAuth);
54 DirectiveList dirList) throws SaslException
DirectiveList.java 2 * $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
46 * Constructs a new DirectiveList.
48 DirectiveList(
DigestChallenge.java 62 DirectiveList dirList = new DirectiveList(challenge);
82 DirectiveList dirList) throws SaslException
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 184 typedef std::vector<Directive*> DirectiveList;
189 DirectiveList Errors;
190 DirectiveList Warnings;
191 DirectiveList Remarks;
192 DirectiveList Notes;
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 27 typedef VerifyDiagnosticConsumer::DirectiveList DirectiveList;
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 263 milliseconds