HomeSort by relevance Sort by last modified time
    Searched defs:Invocation (Results 1 - 16 of 16) sorted by null

  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 51 CompilerInvocation *Invocation = new CompilerInvocation;
52 Invocation->getPreprocessorOpts().addRemappedFile(
55 CompilerInvocation::CreateFromArgs(*Invocation, Args,
58 Compiler.setInvocation(Invocation);
  /external/mockito/src/org/mockito/invocation/
Invocation.java 5 package org.mockito.invocation;
14 * Vast majority of users don't need to use the Invocation. It's mostly useful for other framework authors
20 public interface Invocation extends InvocationOnMock, DescribedInvocation {
23 * @return whether the invocation has been already verified.
29 * @return the sequence number of the Invocation. Useful to determine the order of invocations.
35 * @return the location in code of this invocation.
43 * @return unprocessed arguments, exactly as provided to this invocation.
48 * Marks this invocation as verified so that it will not cause verification error at
54 * @return the stubbing information for this invocation. May return null - this means
55 * the invocation was not stubbed
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aopalliance-1.0.jar 
  /external/clang/lib/Tooling/
Tooling.cpp 92 /// \brief Returns a clang build invocation initialized from the CC1 flags.
97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation;
99 *Invocation, CC1Args.data() + 1, CC1Args.data() + CC1Args.size(),
101 Invocation->getFrontendOpts().DisableFree = false;
102 Invocation->getCodeGenOpts().DisableFree = false;
103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions();
104 return Invocation;
131 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction,
135 Invocation.mapVirtualFile(FileNameRef,
137 return Invocation.run()
    [all...]
  /external/easymock/src/org/easymock/internal/
Invocation.java 29 public class Invocation implements Serializable {
42 public Invocation(Object mock, Method method, Object[] args) {
93 Invocation other = (Invocation) o;
135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {
  /external/clang/include/clang/Frontend/
CompilerInstance.h 70 IntrusiveRefCntPtr<CompilerInvocation> Invocation;
170 /// - The invocation options should be initialized. This function does not
198 /// @name Compiler Invocation and Options
201 bool hasInvocation() const { return Invocation != nullptr; }
204 assert(Invocation && "Compiler instance has no invocation!");
205 return *Invocation;
208 /// setInvocation - Replace the current invocation.
225 return Invocation->getAnalyzerOpts();
229 return Invocation->getCodeGenOpts()
    [all...]
ASTUnit.h 112 /// Optional owned invocation, just used to make the invocation used in
114 IntrusiveRefCntPtr<CompilerInvocation> Invocation;
429 ComputePreamble(CompilerInvocation &Invocation,
722 /// \c LoadFromCommandLine(), which loads an AST from a compiler invocation.
736 /// \param CI - The compiler invocation to use; it must have exactly one input
771 /// \param CI - The compiler invocation to use; it must have exactly one input
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 821 milliseconds