/external/mockito/src/org/mockito/internal/verification/ |
D | VerificationModeFactory.java | 28 public static Calls calls(int wantedNumberOfInvocations) { in calls() 29 return new Calls( wantedNumberOfInvocations ); in calls()
|
D | Calls.java | 19 public class Calls implements VerificationMode, VerificationInOrderMode { class 23 public Calls(int wantedNumberOfInvocations) { in Calls() method in Calls
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 53 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/ |
D | GeneratedMockJar.readme | 15 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/ |
D | MachODump.cpp | 143 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()
|
D | MCFunction.cpp | 34 SmallVectorImpl<uint64_t> &Calls) { in createFunctionFromMC() argument 80 Calls.push_back(targ); in createFunctionFromMC()
|
D | MCFunction.h | 84 SmallVectorImpl<uint64_t> &Calls);
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGC.cpp | 129 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/ |
D | ppc64-calls.ll | 13 ; 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/ |
D | ObjCARCOpts.cpp | 403 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/ |
D | CHANGES | 10 * New async error reporting mechanism. Calls made after a fatal error are
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
D | WebKit_Cairo_debug.def | 15 ; Safari-specific Calls we don't export
|
D | WebKit_Cairo.def | 15 ; Safari-specific Calls we don't export
|
/external/clang/test/SemaObjC/ |
D | block-type-safety.m | 68 // Calls block() with every object in the array
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 979 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/ |
D | TargetCallingConv.td | 18 /// CCCustom - Calls a custom arg handling function.
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 166 - 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/ |
D | PPCInstr64Bit.td | 71 // Calls. 78 // Darwin ABI Calls. 97 // ELF 64 ABI Calls = Darwin ABI Calls 140 // Calls
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 77 @discussion Calls the specified method in the script environment using the
|
D | IWebIconDatabase.idl | 73 @discussion Calls iconForURL:withSize:cache: with YES for cache.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller_unittest.mm | 34 // Calls to removeDelegate: normally start an animation, which removes the
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-05-12-tailmerge-5.ll | 2 ; Calls to abort should all be merged
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-actions.h.pump | 100 // Calls a nullary callable. 104 // Calls a unary callable. 125 // Calls a $arity callable.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | html_dialog_window_controller.mm | 57 // Calls delegate_'s OnDialogClosed() exactly once, nulling it out
|
/external/v8/test/sputnik/ |
D | sputnik.status | 166 # Calls builtins without an explicit receiver which means that
|