HomeSort by relevance Sort by last modified time
    Searched refs:Consumer (Results 51 - 70 of 70) sorted by null

1 23

  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 1 //===-- DiffConsumer.cpp - Difference Consumer ------------------*- C++ -*-===//
10 // This files implements the LLVM difference Consumer
46 void Consumer::anchor() { }
  /external/clang/include/clang/AST/
ExternalASTSource.h 210 virtual void StartTranslationUnit(ASTConsumer *Consumer) { }
  /external/clang/lib/Frontend/
CompilerInstance.cpp 94 Consumer.reset(Value);
    [all...]
ASTUnit.cpp 828 // Create an AST consumer, even though it isn't used.
829 AST->Consumer.reset(new ASTConsumer);
832 AST->TheSema.reset(new Sema(PP, Context, *AST->Consumer));
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 68 def build_xoauth_string(url, consumer, token=None):
70 request = Request.from_consumer_and_token(consumer, token,
74 request.sign_request(signing_method, consumer, token)
104 class Consumer(object):
105 """A consumer of OAuth-protected services.
107 The OAuth consumer is a "third-party" service that wants to access
111 Usually a consumer must be registered with the service provider by the
112 developer of the consumer software. As part of that process, the service
113 provider gives the consumer a *key* and a *secret* with which the consumer
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 291 /// \brief The AST consumer.
292 ASTConsumer *Consumer;
586 /// consumer eagerly.
788 /// "interesting" decls to consumer inside FinishedDeserializing().
790 /// passing decls to consumer.
809 /// "interesting" to the ASTConsumer, when we get that AST consumer.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 392 new ClassPathOpener.Consumer() {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 216 ASTConsumer &Consumer;
223 /// \brief Code-completion consumer.
807 Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
825 ASTConsumer &getASTConsumer() const { return Consumer; }
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1154 milliseconds

1 23