Home
last modified time | relevance | path

Searched defs:Calls (Results 1 – 25 of 250) sorted by relevance

12345678910

/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DCalls.java20 public class Calls implements VerificationMode, VerificationInOrderMode { class
24 public Calls(int wantedNumberOfInvocations) { in Calls() method in Calls
/aosp_15_r20/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp77 unsigned &Calls; in TEST() member
80 unsigned Calls = 0; in TEST() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp269 std::vector<CallInst *> &Calls, in scanOneBB()
296 std::vector<CallInst *> &Calls, in scanInlinedCode()
661 std::vector<CallInst *> Calls; // new calls in INITIALIZE_PASS_DEPENDENCY() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp267 std::vector<CallInst *> &Calls, in scanOneBB()
294 std::vector<CallInst *> &Calls, in scanInlinedCode()
660 std::vector<CallInst *> Calls; // new calls in INITIALIZE_PASS_DEPENDENCY() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp262 std::vector<CallInst *> &Calls, in scanOneBB()
289 std::vector<CallInst *> &Calls, in scanInlinedCode()
650 std::vector<CallInst *> Calls; // new calls in INITIALIZE_PASS_DEPENDENCY() local
/aosp_15_r20/external/python/cpython2/Doc/reference/
Dexpressions.rst677 Calls section in Primaries
852 .. _power:
/aosp_15_r20/external/python/cpython3/Doc/reference/
Dexpressions.rst951 Calls section in Primaries
1142 .. _await:
/aosp_15_r20/external/pytorch/docs/source/
H A Djit_language_reference_v2.rst1013 Calls subsection
1840 .. _torch_apis_in_torchscript_async:
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp56 SmallVector<Instruction *, 16> Calls; in Next() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp60 SmallVector<Instruction *, 16> Calls; in Next() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp90 SmallVector<CallBase *> Calls; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp46 SmallSetVector<CallSite, 16> Calls; in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp41 SmallSetVector<CallBase *, 16> Calls; in run() local
H A DModuleInliner.cpp141 auto Calls = getInlineOrder(FAM, Params); in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h77 SmallPtrSet<Instruction *, 2> Calls; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h80 SmallPtrSet<Instruction *, 2> Calls; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp109 SmallSetVector<CallBase *, 16> Calls; in runInternal() local
H A DInlineSizeEstimatorAnalysis.cpp56 Calls, enumerator
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp53 CallVec Calls; member in __anon4be620630111::CastedAllocFinder
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DService.py39 def Calls(self, j): member in Service
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp100 SmallSetVector<CallBase *, 16> Calls; in runInternal() local
H A DCallGraphSCCPass.cpp203 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCoroutine.cpp197 ReadySuspendResumeResult Calls = {true, {}}; in buildCoawaitCalls() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp134 SmallVector<Instruction *, 16> Calls; in Next() local

12345678910