Home
last modified time | relevance | path

Searched refs:invocationCount (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dmulticastdelegate.cs77 int invocationCount = (int)_invocationCount; in GetObjectData()
78 for (int i = invocationCount; --i >= 0; ) in GetObjectData()
184 int invocationCount = (int)_invocationCount; in InvocationListEquals()
185 for (int i = 0; i < invocationCount; i++) in InvocationListEquals()
303 int invocationCount = (int)_invocationCount; in CombineImpl()
304 resultCount = invocationCount + followCount; in CombineImpl()
335 for (int i = 0; i < invocationCount; i++) in CombineImpl()
412 if (invocationCount == 2) in RemoveImpl()
478 int invocationCount = (int)_invocationCount; in GetInvocationList()
479 del = new Delegate[invocationCount]; in GetInvocationList()
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/
H A DLogicalPlanSuite.scala30 private var invocationCount = 0
33 invocationCount += 1
40 invocationCount = 0
44 assert(invocationCount === 1)
48 invocationCount = 0
52 assert(invocationCount === 2)
56 invocationCount = 0
61 assert(invocationCount === 0)
65 invocationCount = 0
71 assert(invocationCount === 1)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DDelegate.cs537 int invocationCount = (int)m_extraFunctionPointerOrData; in CombineImpl()
538 resultCount = invocationCount + followCount; in CombineImpl()
569 for (int i = 0; i < invocationCount; i++) in CombineImpl()
574 resultList[invocationCount] = dFollow; in CombineImpl()
590 while (allocCount / 2 >= invocationCount - deleteCount) in DeleteFromInvocationList()
640 for (int i = invocationCount; --i >= 0;) in RemoveImpl()
644 if (invocationCount == 2) in RemoveImpl()
669 if (invocationCount - vInvocationCount == 0) in RemoveImpl()
706 del = new Delegate[invocationCount]; in GetInvocationList()
760 return invocationList[invocationCount - 1].Target;
[all …]
H A DMulticastDelegate.cs46 int invocationCount = (int)m_extraFunctionPointerOrData; in InvocationListEquals()
47 for (int i = 0; i < invocationCount; i++) in InvocationListEquals()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/test/java/org/springframework/test/annotation/
H A DProfileValueAnnotationAwareTransactionalTests.java49 testCase.invocationCount); in runTestAndAssertCounters()
81 int invocationCount = 0; field in ProfileValueAnnotationAwareTransactionalTests.DefaultProfileValueSourceTestCase
99 this.invocationCount++; in testIfProfileValueEmpty()
106 this.invocationCount++; in testIfProfileValueDisabledViaWrongName()
113 this.invocationCount++; in testIfProfileValueDisabledViaWrongValue()
120 this.invocationCount++; in testIfProfileValueEnabledViaSingleValue()
126 this.invocationCount++; in testIfProfileValueEnabledViaMultipleValues()
131 this.invocationCount++; in testIfProfileValueNotConfigured()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DNonSdkApi.php25 public $invocationCount; variable in Google_Service_ToolResults_NonSdkApi
58 public function setInvocationCount($invocationCount) argument
60 $this->invocationCount = $invocationCount;
64 return $this->invocationCount;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/test/java/org/springframework/test/context/junit38/
H A DProfileValueJUnit38SpringContextTests.java82 testCase.invocationCount); in runTestAndAssertCounters()
144 int invocationCount = 0; field in ProfileValueJUnit38SpringContextTests.DefaultProfileValueSourceTestCase
153 this.invocationCount++; in testIfProfileValueEmpty()
159 this.invocationCount++; in testIfProfileValueDisabledViaWrongName()
165 this.invocationCount++; in testIfProfileValueDisabledViaWrongValue()
171 this.invocationCount++; in testIfProfileValueEnabledViaSingleValue()
176 this.invocationCount++; in testIfProfileValueEnabledViaMultipleValues()
180 this.invocationCount++; in testIfProfileValueNotConfigured()
H A DRepeatedJUnit38SpringContextTests.java45 repeatedTestCase.invocationCount); in assertRepetitions()
65 int invocationCount = 0; field in RepeatedJUnit38SpringContextTests.RepeatedTestCase
74 this.invocationCount++; in setUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/va/
H A Dva_sharing_factory_tests.cpp18 invocationCount++; in getExtensionFunctionAddressExtra()
23 uint32_t invocationCount = 0u; member in TestVaSharingBuilderFactory
29 ASSERT_EQ(0u, sharing.invocationCount); in TEST()
34 EXPECT_EQ(1u, sharing.invocationCount); in TEST()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/framework/
H A DPrototypeTargetTests.java47 assertEquals(10, interceptor.invocationCount); in testPrototypeProxyWithPrototypeTarget()
60 assertEquals(10, interceptor.invocationCount); in testSingletonProxyWithPrototypeTarget()
82 private int invocationCount = 0; field in PrototypeTargetTests.TestInterceptor
85 invocationCount++; in invoke()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/
H A Dsharing_factory_tests.cpp68 invocationCount++; in fillGlobalDispatchTable()
72 invocationCount++; in getExtensionFunctionAddress()
77 uint32_t invocationCount = 0u; member in TestedSharingBuilderFactory
182 ASSERT_EQ(0u, sharing->invocationCount); in TEST()
186 EXPECT_EQ(1u, sharing->invocationCount); in TEST()
195 ASSERT_EQ(0u, sharing->invocationCount); in TEST()
200 EXPECT_EQ(1u, sharing->invocationCount); in TEST()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/taglib/jsp/
H A DJspInvokeGrailsTagLibTag.java76 private int invocationCount; field in JspInvokeGrailsTagLibTag
213 invocationCount++; in doStartTagInternal()
220 out.print("<jsp-body-gen"+invocationCount+">"); in doStartTagInternal()
241 if (invocationCount == 0) { in setCurrentArgument()
245 Object arg = invocationArgs.get(invocationCount - 1); in setCurrentArgument()
258 if (invocationCount > 0) { in doAfterBody()
267 invocationCount--; in doAfterBody()
269 if (invocationCount <= 0) { in doAfterBody()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/test/java/org/springframework/test/context/junit4/
H A DRepeatedSpringRunnerTests.java49 private static final AtomicInteger invocationCount = new AtomicInteger(); field in RepeatedSpringRunnerTests
88 invocationCount.set(0); in assertRepetitions()
98 this.expectedInvocationCount, invocationCount.get()); in assertRepetitions()
107 invocationCount.incrementAndGet(); in incrementInvocationCount()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/target/
H A DThreadLocalTargetSource.java67 private int invocationCount; field in ThreadLocalTargetSource
78 ++this.invocationCount; in getTarget()
114 return this.invocationCount; in getInvocationCount()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/
H A DTestBasics.java415 private void checkNonFloatingRandomNumber(long x, int invocationCount) { in checkNonFloatingRandomNumber() argument
416 int mod10 = invocationCount % 10; in checkNonFloatingRandomNumber()
417 if (invocationCount > 0 && mod10 == 0) { in checkNonFloatingRandomNumber()
430 private void checkFloatingRandomNumber(double x, int invocationCount) { in checkFloatingRandomNumber() argument
431 int mod10 = invocationCount % 10; in checkFloatingRandomNumber()
432 if (invocationCount > 0 && mod10 == 0) { in checkFloatingRandomNumber()
445 private void checkRandomBoolean(boolean x, int invocationCount) { in checkRandomBoolean() argument
446 int mod64 = invocationCount % 64; in checkRandomBoolean()
447 if (invocationCount > 0 && mod64 == 0) { in checkRandomBoolean()
/dports/sysutils/restic/restic-0.12.1/internal/pack/
H A Dpack_internal_test.go50 invocationCount int member
54 rd.invocationCount++
74 rtest.Equals(t, expectedReadInvocationCount, rd.invocationCount)
/dports/www/webgrind/webgrind-1.5.0/library/
H A Dpreprocessor.cpp71 invocationCount(1), in FunctionData()
78 int invocationCount; member
159 funcData.invocationCount++; in parse()
232 writeBuff.push_back(function.invocationCount); in parse()
H A DReader.php111 …list($line, $summedSelfCost, $summedInclusiveCost, $invocationCount, $calledFromCount, $subCallCou…
123 'invocationCount' => $invocationCount,
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DNakReceiverWindowTest2.java61 @Test(invocationCount=10)
99 @Test(invocationCount=5)
137 @Test(invocationCount=5)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java219 private int invocationCount ; // pending invocations on this POA. field in POAImpl
248 ", invocationCount=" + invocationCount + "]" ; in toString()
354 invocationCount = 0; in POAImpl()
685 while (poa.invocationCount != 0) { in completeDestruction()
1584 invocationCount++; in enter()
1605 invocationCount--; in exit()
1607 if ((invocationCount == 0) && (state == STATE_DESTROYING)) { in exit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java219 private int invocationCount ; // pending invocations on this POA. field in POAImpl
248 ", invocationCount=" + invocationCount + "]" ; in toString()
354 invocationCount = 0; in POAImpl()
685 while (poa.invocationCount != 0) { in completeDestruction()
1584 invocationCount++; in enter()
1605 invocationCount--; in exit()
1607 if ((invocationCount == 0) && (state == STATE_DESTROYING)) { in exit()
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/concurrent/
H A DDoOverSuite.scala42 var invocationCount = 0 variable
44 invocationCount += 1
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/dbi/
H A DDbCursorDuplicateTest.java974 private int invocationCount = 0; field in DbCursorDuplicateTest.InvocationCountingBtreeComparator
978 invocationCount++; in compare()
983 return invocationCount; in getInvocationCount()
986 public void setInvocationCount(int invocationCount) { in setInvocationCount() argument
987 this.invocationCount = invocationCount; in setInvocationCount()
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/testng/example/
H A DExampleTestNGSuite.scala42 @Test(invocationCount = 10) def thisTestRunsTenTimes = {}
/dports/deskutils/syncthingtray/c++utilities/tests/
H A Dtestutils.cpp504 static unsigned int invocationCount = 0; in execApp() local
505 ++invocationCount; in execApp()
542 … path = argsToString(llvmProfileFileWithoutExtension, '_', appName, invocationCount, ".profraw"); in execApp()

123