Searched refs:Returns (Results 1 - 25 of 72) sorted by relevance

123

/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DReturns.java12 public class Returns implements Answer<Object>, Serializable { class in inherits:Answer,Serializable
17 public Returns(Object value) { method in class:Returns
39 return "Returns: " + value;
H A DAnswersValidator.java21 if (answer instanceof Returns) {
22 validateReturnValue((Returns) answer, methodInfo);
63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) {
/external/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.mli16 [path]. Returns [true] if successful, [false] otherwise. *)
23 will be flushed. Returns [true] if successful, [false] otherwise. *)
36 will be flushed. Returns [true] if successful, [false] otherwise. *)
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli76 (** Returns the byte order of a target, either [Endian.Big] or
81 (** Returns the pointer size in bytes for a target.
85 (** Returns the integer type that is the same size as a pointer on a target.
89 (** Returns the pointer size in bytes for a target in a given address space.
93 (** Returns the integer type that is the same size as a pointer on a target
163 (** Returns the name of a target. See [llvm::Target::getName]. *)
166 (** Returns the description of a target.
170 (** Returns [true] if the target has a JIT. *)
173 (** Returns [true] if the target has a target machine associated. *)
176 (** Returns [tru
[all...]
/external/mockito/src/org/mockito/internal/stubbing/
H A DBaseStubbing.java8 import org.mockito.internal.stubbing.answers.Returns;
16 return thenAnswer(new Returns(value));
73 return toAnswer(new Returns(value));
H A DStubberImpl.java38 answers.add(new Returns(toBeReturned));
/external/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
24 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h144 SmallVectorImpl<ReturnInst*> &Returns,
181 SmallVectorImpl<ReturnInst*> &Returns,
200 SmallVectorImpl<ReturnInst*> &Returns,
249 /// \brief Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
/external/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/external/guice/core/src/com/google/inject/matcher/
H A DMatchers.java38 * Returns a matcher which matches any input.
104 * Returns a matcher which matches elements (methods, classes, etc.)
142 * Returns a matcher which matches elements (methods, classes, etc.)
181 * Returns a matcher which matches subclasses of the given type (as well as
217 * Returns a matcher which matches objects equal to the given object.
252 * Returns a matcher which matches only the given object.
287 * Returns a matcher which matches classes in the given package. Packages are specific to their
328 * Returns a matcher which matches classes in the given package and its subpackages. Unlike
367 * Returns a matcher which matches methods with matching return types.
371 return new Returns(returnTyp
374 private static class Returns extends AbstractMatcher<Method> implements Serializable { class in class:Matchers
377 public Returns(Matcher<? super Class<?>> returnType) { method in class:Matchers.Returns
[all...]
/external/v8/tools/vim/
H A Dninja-build.vim28 """Returns the absolute path of the current buffer."""
33 """Returns the absolute path to the V8 source root."""
47 """Returns <v8_root>/<output_dir>/(Release|Debug)."""
65 """Returns the shell command to compile the file in the current buffer."""
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1136 SmallVector<ReturnInst*, 8> Returns; local
1182 /*ModuleLevelChanges=*/false, Returns, ".i",
1384 for (ReturnInst *RI : Returns) {
1409 for (ReturnInst *RI : Returns) {
1498 for (ReturnInst *RI : Returns) {
1521 std::swap(Returns, NormalReturns);
1527 if (Returns.size() == 1 && std::distance(FirstNewBlock, Caller->end()) == 1) {
1539 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
1545 ReturnInst *R = Returns[0];
1555 Returns[
[all...]
H A DCloneFunction.cpp81 SmallVectorImpl<ReturnInst*> &Returns,
150 Returns.push_back(RI);
253 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned. local
254 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
487 SmallVectorImpl<ReturnInst *> &Returns,
715 Returns.push_back(RI);
729 SmallVectorImpl<ReturnInst*> &Returns,
734 ModuleLevelChanges, Returns, NameSuffix, CodeInfo,
748 /// \brief Clones a loop \p OrigLoop. Returns the loop and the blocks in \p
78 CloneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
483 CloneAndPruneIntoFromInst(Function *NewFunc, const Function *OldFunc, const Instruction *StartingInst, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, CloningDirector *Director) argument
726 CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, Instruction *TheCall) argument
H A DCloneModule.cpp139 SmallVector<ReturnInst*, 8> Returns; // Ignore returns cloned.
140 CloneFunctionInto(F, &*I, VMap, /*ModuleLevelChanges=*/true, Returns);
/external/clang/lib/Index/
H A DCommentToXML.cpp90 SmallVector<const BlockCommandComment *, 4> Returns; member in struct:__anon1416::FullCommentParts
132 Returns.push_back(BCC);
342 "<span class=\"word-returns\">Returns</span> ";
477 if (Parts.Returns.size() != 0) {
479 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i)
480 visit(Parts.Returns[i]);
990 if (Parts.Returns.size() != 0) {
992 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i)
993 visit(Parts.Returns[i]);
/external/autotest/client/tools/
H A Dboottool37 Returns: undef on error.
43 Returns: undef on error.
49 Returns: undef on error.
55 Returns: array of hashes.
61 Returns: integer, undef on error.
67 Returns: undef on error.
73 Returns: undef on error.
79 Returns: undef on error.
85 Returns: undef on error.
91 Returns
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp131 SmallVectorImpl<ReturnInst *> &Returns,
134 /// \brief Calculate the allocation size of a given alloca. Returns 0 if the
140 /// restore the stack pointer before all return instructions in \p Returns.
147 ArrayRef<ReturnInst *> Returns);
385 SmallVectorImpl<ReturnInst *> &Returns,
403 Returns.push_back(RI);
472 ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns) {
488 for (ReturnInst *RI : Returns) {
701 SmallVector<ReturnInst *, 4> Returns; local
712 findInsts(F, StaticAllocas, DynamicAllocas, ByValArguments, Returns,
381 findInsts(Function &F, SmallVectorImpl<AllocaInst *> &StaticAllocas, SmallVectorImpl<AllocaInst *> &DynamicAllocas, SmallVectorImpl<Argument *> &ByValArguments, SmallVectorImpl<ReturnInst *> &Returns, SmallVectorImpl<Instruction *> &StackRestorePoints) argument
470 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns) argument
[all...]
/external/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp147 SmallVector<ReturnInst *, 8> Returns; // Ignore returns cloned. local
148 CloneFunctionInto(NewF, &OrigF, VMap, /*ModuleLevelChanges=*/true, Returns,
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp372 SmallVector<ReturnInst *, 16> Returns; local
391 Returns.push_back(RI);
486 for (unsigned I = 0, E = Returns.size(); I != E; ++I)
487 CallInst::Create(UnregisterFn, FuncCtx, "", Returns[I]);
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp171 SmallVector<ReturnInst*, 4> Returns; local
175 CloneFunctionInto(F2, F1, VMap, false, Returns);
194 SmallVector<ReturnInst*, 4> Returns; local
198 CloneFunctionInto(F2, F1, VMap, false, Returns);
/external/compiler-rt/make/platform/
H A Dclang_linux.mk27 # Returns exit code of running a compiler invocation.
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLImageTypeLoweringPass.cpp303 SmallVector<ReturnInst*, 8> Returns; local
304 CloneFunctionInto(NewF, F, VMap, /*ModuleLevelChanges=*/false, Returns);
/external/curl/
H A Dbuildconf.bat95 rem Returns:
158 rem Returns:
197 rem Returns:
/external/clang/lib/Sema/
H A DScopeInfo.cpp41 Returns.clear();
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim140 " Returns cword if search term is empty
145 " Returns cleaned cWORD if search term is empty

Completed in 439 milliseconds

123