Home
last modified time | relevance | path

Searched refs:Calls (Results 1 – 25 of 85) sorted by relevance

1234

/external/mockito/src/org/mockito/internal/verification/
DVerificationModeFactory.java28 public static Calls calls(int wantedNumberOfInvocations) { in calls()
29 return new Calls( wantedNumberOfInvocations ); in calls()
DCalls.java19 public class Calls implements VerificationMode, VerificationInOrderMode { class
23 public Calls(int wantedNumberOfInvocations) { in Calls() method in Calls
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp53 CallVec Calls; member in __anonac09cd130111::CastedAllocFinder
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first, in VisitChild()
180 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(), in checkASTCodeBody()
181 e = Finder.Calls.end(); i != e; ++i) { in checkASTCodeBody()
/external/android-mock/src/com/google/android/testing/mocking/
DGeneratedMockJar.readme15 Calls directly to EasyMock will work correctly only if the Class being mocked
16 is in fact an Interface. Calls to Android Mock will work correctly for both
/external/llvm/tools/llvm-objdump/
DMachODump.cpp143 SmallVector<uint64_t, 16> Calls; in createMCFunctionAndSaveCalls() local
146 InstrAnalysis, DebugOut, Calls); in createMCFunctionAndSaveCalls()
151 for (unsigned i = 0, e = Calls.size(); i != e; ++i) in createMCFunctionAndSaveCalls()
152 FunctionMap.insert(std::make_pair(Calls[i], (MCFunction*)0)); in createMCFunctionAndSaveCalls()
516 SmallVector<uint64_t, 16> Calls; in DisassembleInputMachO() local
522 Calls); in DisassembleInputMachO()
525 for (unsigned i = 0, e = Calls.size(); i != e; ++i) { in DisassembleInputMachO()
526 std::pair<uint64_t, MCFunction*> p(Calls[i], (MCFunction*)0); in DisassembleInputMachO()
DMCFunction.cpp34 SmallVectorImpl<uint64_t> &Calls) { in createFunctionFromMC() argument
80 Calls.push_back(targ); in createFunctionFromMC()
DMCFunction.h84 SmallVectorImpl<uint64_t> &Calls);
/external/llvm/lib/CodeGen/
DShadowStackGC.cpp129 SmallVector<Instruction*,16> Calls; in Next() local
137 Calls.push_back(CI); in Next()
139 if (Calls.empty()) in Next()
160 for (unsigned I = Calls.size(); I != 0; ) { in Next()
161 CallInst *CI = cast<CallInst>(Calls[--I]); in Next()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-calls.ll13 ; Calls to local function does not require the TOC restore 'nop'
22 ; Calls to weak function requires a TOC restore 'nop' because they
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp403 SmallPtrSet<Instruction *, 2> Calls; member
423 Calls.clear(); in clear()
511 RRI.Calls.insert(Other.RRI.Calls.begin(), Other.RRI.Calls.end()); in Merge()
1509 S.RRI.Calls.insert(Inst); in VisitInstructionBottomUp()
1720 S.RRI.Calls.insert(Inst); in VisitInstructionTopDown()
2032 AI = RetainsToMove.Calls.begin(), in MoveCalls()
2033 AE = RetainsToMove.Calls.end(); AI != AE; ++AI) { in MoveCalls()
2041 AI = ReleasesToMove.Calls.begin(), in MoveCalls()
2042 AE = ReleasesToMove.Calls.end(); AI != AE; ++AI) { in MoveCalls()
2088 LI = NewRetainRRI.Calls.begin(), in ConnectTDBUTraversals()
[all …]
/external/libogg/
DCHANGES10 * New async error reporting mechanism. Calls made after a fatal error are
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def15 ; Safari-specific Calls we don't export
DWebKit_Cairo.def15 ; Safari-specific Calls we don't export
/external/clang/test/SemaObjC/
Dblock-type-safety.m68 // Calls block() with every object in the array
/external/clang/lib/AST/
DExprCXX.cpp979 DeclContext::lookup_result Calls = Record->lookup(Name); in getCallOperator() local
980 assert(!Calls.empty() && "Missing lambda call operator!"); in getCallOperator()
981 assert(Calls.size() == 1 && "More than one lambda call operator!"); in getCallOperator()
982 CXXMethodDecl *Result = cast<CXXMethodDecl>(Calls.front()); in getCallOperator()
/external/llvm/include/llvm/Target/
DTargetCallingConv.td18 /// CCCustom - Calls a custom arg handling function.
/external/clang/docs/analyzer/
DIPA.txt166 - Calls resulting in "dynamic dispatch" are specially handled. See more below.
175 Dynamic Calls and Devirtualization
232 == Inlining Dynamic Calls ==
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td71 // Calls.
78 // Darwin ABI Calls.
97 // ELF 64 ABI Calls = Darwin ABI Calls
140 // Calls
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScriptObject.idl77 @discussion Calls the specified method in the script environment using the
DIWebIconDatabase.idl73 @discussion Calls iconForURL:withSize:cache: with YES for cache.
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller_unittest.mm34 // Calls to removeDelegate: normally start an animation, which removes the
/external/llvm/test/CodeGen/X86/
D2008-05-12-tailmerge-5.ll2 ; Calls to abort should all be merged
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-actions.h.pump100 // Calls a nullary callable.
104 // Calls a unary callable.
125 // Calls a $arity callable.
/external/chromium/chrome/browser/ui/cocoa/
Dhtml_dialog_window_controller.mm57 // Calls delegate_'s OnDialogClosed() exactly once, nulling it out
/external/v8/test/sputnik/
Dsputnik.status166 # Calls builtins without an explicit receiver which means that

1234