Home
last modified time | relevance | path

Searched refs:numberOfCalls (Results 1 – 25 of 56) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libgq/gconf/
H A Dtest-gconf.cpp129 signalSpy->numberOfCalls = 0; in set_bool()
136 QCOMPARE(signalSpy->numberOfCalls, 2); in set_bool()
141 signalSpy->numberOfCalls = 0; in set_int()
153 signalSpy->numberOfCalls = 0; in set_string()
163 signalSpy->numberOfCalls = 0; in set_unicode_string()
173 signalSpy->numberOfCalls = 0; in set_double()
183 signalSpy->numberOfCalls = 0; in set_string_list()
193 signalSpy->numberOfCalls = 0; in set_int_list()
203 signalSpy->numberOfCalls = 0; in set_double_list()
213 signalSpy->numberOfCalls = 0; in set_bool_list()
[all …]
H A Dtest-gconf.h12 int numberOfCalls;
13 SignalListener() : numberOfCalls(0) { in SignalListener()
19 numberOfCalls++; in valueChanged()
/dports/math/gfan/gfan0.6.2/src/
H A Dsymmetrictraversal.h101 int numberOfCalls; variable
103 …cTarget &target_, int64 numberOfCalls_=-1):target(target_),counter(0),numberOfCalls(numberOfCalls_) in target()
108 if(numberOfCalls<0)return target.process(traverser); in process()
109 if(counter<numberOfCalls&&target.process(traverser)) in process()
112 return numberOfCalls<0 || counter<numberOfCalls; in process()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dsymmetrictraversal.h101 int numberOfCalls; variable
103 …cTarget &target_, int64 numberOfCalls_=-1):target(target_),counter(0),numberOfCalls(numberOfCalls_) in target()
108 if(numberOfCalls<0)return target.process(traverser); in process()
109 if(counter<numberOfCalls&&target.process(traverser)) in process()
112 return numberOfCalls<0 || counter<numberOfCalls; in process()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_returns_fail.c38 size_t numberOfCalls; in test_will_return_count_fails_for_unreturned_items() local
43 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_count_fails_for_unreturned_items()
45 will_return_count(mock_function, value, numberOfCalls); in test_will_return_count_fails_for_unreturned_items()
46 mock_function_call_times(numberOfCalls - 1u, value); in test_will_return_count_fails_for_unreturned_items()
H A Dtest_returns.c49 size_t numberOfCalls; in test_will_return_maybe_for_more_than_one_call() local
53 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_maybe_for_more_than_one_call()
55 mock_function_call_times(numberOfCalls, value); in test_will_return_maybe_for_more_than_one_call()
/dports/sysutils/cmocka/cmocka-1.1.5/tests/
H A Dtest_returns_fail.c38 size_t numberOfCalls; in test_will_return_count_fails_for_unreturned_items() local
43 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_count_fails_for_unreturned_items()
45 will_return_count(mock_function, value, numberOfCalls); in test_will_return_count_fails_for_unreturned_items()
46 mock_function_call_times(numberOfCalls - 1u, value); in test_will_return_count_fails_for_unreturned_items()
H A Dtest_returns.c49 size_t numberOfCalls; in test_will_return_maybe_for_more_than_one_call() local
53 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_maybe_for_more_than_one_call()
55 mock_function_call_times(numberOfCalls, value); in test_will_return_maybe_for_more_than_one_call()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_returns_fail.c38 size_t numberOfCalls; in test_will_return_count_fails_for_unreturned_items() local
43 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_count_fails_for_unreturned_items()
45 will_return_count(mock_function, value, numberOfCalls); in test_will_return_count_fails_for_unreturned_items()
46 mock_function_call_times(numberOfCalls - 1u, value); in test_will_return_count_fails_for_unreturned_items()
H A Dtest_returns.c49 size_t numberOfCalls; in test_will_return_maybe_for_more_than_one_call() local
53 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_maybe_for_more_than_one_call()
55 mock_function_call_times(numberOfCalls, value); in test_will_return_maybe_for_more_than_one_call()
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/extras/cmocka-1.1.1/tests/
H A Dtest_returns_fail.c38 size_t numberOfCalls; in test_will_return_count_fails_for_unreturned_items() local
43 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_count_fails_for_unreturned_items()
45 will_return_count(mock_function, value, numberOfCalls); in test_will_return_count_fails_for_unreturned_items()
46 mock_function_call_times(numberOfCalls - 1u, value); in test_will_return_count_fails_for_unreturned_items()
H A Dtest_returns.c49 size_t numberOfCalls; in test_will_return_maybe_for_more_than_one_call() local
53 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_maybe_for_more_than_one_call()
55 mock_function_call_times(numberOfCalls, value); in test_will_return_maybe_for_more_than_one_call()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/tests/
H A Dtest_returns_fail.c38 size_t numberOfCalls; in test_will_return_count_fails_for_unreturned_items() local
43 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_count_fails_for_unreturned_items()
45 will_return_count(mock_function, value, numberOfCalls); in test_will_return_count_fails_for_unreturned_items()
46 mock_function_call_times(numberOfCalls - 1u, value); in test_will_return_count_fails_for_unreturned_items()
H A Dtest_returns.c49 size_t numberOfCalls; in test_will_return_maybe_for_more_than_one_call() local
53 numberOfCalls = (size_t) ((rand()) % 20 + 2); in test_will_return_maybe_for_more_than_one_call()
55 mock_function_call_times(numberOfCalls, value); in test_will_return_maybe_for_more_than_one_call()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/tab/
H A DTabViewManagerUnitTest.java158 TabViewProvider mockTabViewProvider, int numberOfCalls) { in verifyTabViewProviderOnShownCalled() argument
159 String description = "onShown() should have been called " + numberOfCalls in verifyTabViewProviderOnShownCalled()
161 verify(mockTabViewProvider, times(numberOfCalls).description(description)).onShown(); in verifyTabViewProviderOnShownCalled()
165 TabViewProvider mockTabViewProvider, int numberOfCalls) { in verifyTabViewProviderOnHiddenCalled() argument
166 String description = "onHidden() should have been called " + numberOfCalls in verifyTabViewProviderOnHiddenCalled()
168 verify(mockTabViewProvider, times(numberOfCalls).description(description)).onHidden(); in verifyTabViewProviderOnHiddenCalled()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/profiler/
H A DProfileNode.h96 unsigned numberOfCalls() const { return m_numberOfCalls; } in numberOfCalls() function
147 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() > b->numberOfCalls(); } in callsDescendingComparator()
148 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() < b->numberOfCalls(); } in callsAscendingComparator()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h93 unsigned numberOfCalls() const { return m_numberOfCalls; } in numberOfCalls() function
144 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() > b->numberOfCalls(); } in callsDescendingComparator()
145 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() < b->numberOfCalls(); } in callsAscendingComparator()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h93 unsigned numberOfCalls() const { return m_numberOfCalls; } in numberOfCalls() function
144 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() > b->numberOfCalls(); } in callsDescendingComparator()
145 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() < b->numberOfCalls(); } in callsAscendingComparator()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/profiler/
H A DProfileNode.h93 unsigned numberOfCalls() const { return m_numberOfCalls; } in numberOfCalls() function
144 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() > b->numberOfCalls(); } in callsDescendingComparator()
145 …<ProfileNode>& a, const RefPtr<ProfileNode>& b) { return a->numberOfCalls() < b->numberOfCalls(); } in callsAscendingComparator()
/dports/devel/apitrace/apitrace-9.0/gui/
H A Dtraceloader.h80 : numberOfCalls(0) in FrameBookmark()
84 numberOfCalls(0) in FrameBookmark()
88 int numberOfCalls; member
H A Dtraceloader.cpp92 return itr->numberOfCalls; in numberOfCallsInFrame()
132 frameBookmark.numberOfCalls = numOfCalls; in scanTrace()
157 frameBookmark.numberOfCalls = numOfCalls; in scanTrace()
229 int numCallsToParse = frameBookmark.numberOfCalls; in searchPrev()
254 numCallsToParse = frameBookmark.numberOfCalls; in searchPrev()
292 unsigned endCall = numCalls + frameBookmark.numberOfCalls; in callInFrame()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/neuralnet/sofm/
H A DKohonenUpdateAction.java77 private final AtomicLong numberOfCalls = new AtomicLong(0); field in KohonenUpdateAction
97 final long numCalls = numberOfCalls.incrementAndGet() - 1; in update()
144 return numberOfCalls.get(); in getNumberOfCalls()
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dsave_page.py47 self.assertEqual(store_page_counter.numberOfCalls, 0)
51 self.assertEqual(store_page_counter.numberOfCalls, 1)
55 self.assertEqual(store_page_counter.numberOfCalls, 2)
61 self.assertEqual(store_page_counter.numberOfCalls, 3)
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/scheduler/linux/include/
H A Dmfx_scheduler_core_task.h117 mfxU32 numberOfCalls; member
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DInliner.cpp146 uint64_t numberOfCalls = _pushTagCount; in shouldInlineFullFunctionBody() local
165 bigint uninlinedExecutionCost = numberOfCalls * ( in shouldInlineFullFunctionBody()

123