Searched defs:Invocation (Results 1 - 13 of 13) sorted by relevance

/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp63 std::string Invocation = std::string(argv[0]) + " " + argv[1]; local
64 argv[1] = Invocation.c_str();
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; local
52 Invocation->getPreprocessorOpts().addRemappedFile(
55 CompilerInvocation::CreateFromArgs(*Invocation, Args,
58 Compiler.setInvocation(Invocation);
/external/mockito/src/org/mockito/invocation/
H A DInvocation.java14 * 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 { interface in inherits:InvocationOnMock,DescribedInvocation
29 * @return the sequence number of the Invocation. Useful to determine the order of invocations.
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp173 CompilerInvocation *Invocation = new CompilerInvocation; local
174 Invocation->getPreprocessorOpts().addRemappedFile(
177 Invocation->getFrontendOpts().Inputs.push_back(
179 Invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
180 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
182 Compiler.setInvocation(Invocation);
/external/easymock/src/org/easymock/internal/
H A DInvocation.java29 public class Invocation implements Serializable { class in inherits:Serializable
42 public Invocation(Object mock, Method method, Object[] args) { method in class:Invocation
93 Invocation other = (Invocation) o;
135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java53 private static final class Invocation { class in class:ObjectStore
60 return "Invocation[" + retVal + "]";
77 private IntMap<Invocation> pendingInvocations = new IntMap<Invocation>();
217 Invocation invoke = null;
220 invoke = new Invocation();
290 logger.log(Level.WARNING, "RMI: Invocation exception", ex);
308 Invocation invoke = pendingInvocations.get(retMsg.invocationID);
/external/clang/lib/Tooling/
H A DTooling.cpp97 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; local
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;
133 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef),
137 Invocation.mapVirtualFile(FileNameRef,
141 Invocation.mapVirtualFile(FilenameWithContent.first,
145 return Invocation
238 runInvocation( const char *BinaryName, clang::driver::Compilation *Compilation, clang::CompilerInvocation *Invocation) argument
252 runInvocation(CompilerInvocation *Invocation, FileManager *Files, DiagnosticConsumer *DiagConsumer) argument
[all...]
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h71 IntrusiveRefCntPtr<CompilerInvocation> Invocation; member in class:clang::CompilerInstance
214 /// @name Compiler Invocation and Options
217 bool hasInvocation() const { return Invocation != nullptr; }
220 assert(Invocation && "Compiler instance has no invocation!");
221 return *Invocation;
241 return Invocation->getAnalyzerOpts();
245 return Invocation->getCodeGenOpts();
248 return Invocation->getCodeGenOpts();
252 return Invocation->getDependencyOutputOpts();
255 return Invocation
[all...]
H A DASTUnit.h114 IntrusiveRefCntPtr<CompilerInvocation> Invocation; member in class:clang::ASTUnit
441 ComputedPreamble ComputePreamble(CompilerInvocation &Invocation,
/external/clang/lib/Frontend/
H A DASTUnit.cpp248 if (Invocation.get() && OwnsRemappedFileBuffers) {
249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1021 if (!Invocation)
1032 CCInvocation(new CompilerInvocation(*Invocation));
1054 "Invocation must have exactly one source file!");
1173 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { argument
1174 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts();
1175 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts();
1224 *Invocation.getLangOpts(), MaxLines);
1520 "Invocation mus
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 1357 milliseconds