Home
last modified time | relevance | path

Searched refs:GetCalls (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/printing/
H A Dprint_servers_provider_unittest.cc199 ASSERT_EQ(obs.GetCalls().size(), 1u); in TEST_F()
211 ASSERT_EQ(obs.GetCalls().size(), 2u); in TEST_F()
216 ASSERT_EQ(obs.GetCalls().size(), 2u); in TEST_F()
229 ASSERT_EQ(obs.GetCalls().size(), 1u); in TEST_F()
233 ASSERT_EQ(obs.GetCalls().size(), 2u); in TEST_F()
247 ASSERT_EQ(obs.GetCalls().size(), 1u); in TEST_F()
250 ASSERT_EQ(obs.GetCalls().size(), 1u); in TEST_F()
253 ASSERT_EQ(obs.GetCalls().size(), 3u); in TEST_F()
268 ASSERT_EQ(obs.GetCalls().size(), 1u); in TEST_F()
271 ASSERT_EQ(obs.GetCalls().size(), 2u); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/dbus/
H A Ddbus_statistics_unittest.cc63 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
71 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
80 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
95 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
99 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
103 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
107 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
111 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
115 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
120 ASSERT_FALSE(statistics::testing::GetCalls( in TEST_F()
H A Ddbus_statistics.h68 CHROME_DBUS_EXPORT bool GetCalls(const std::string& service,
/dports/www/chromium-legacy/chromium-88.0.4324.182/dbus/
H A Ddbus_statistics_unittest.cc63 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
71 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
80 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
95 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
99 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
103 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
107 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
111 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
115 ASSERT_TRUE(statistics::testing::GetCalls( in TEST_F()
120 ASSERT_FALSE(statistics::testing::GetCalls( in TEST_F()
H A Ddbus_statistics.h68 CHROME_DBUS_EXPORT bool GetCalls(const std::string& service,
/dports/devel/tcllib/tcllib-1.20/modules/hook/
H A Dhook.test63 proc GetCalls {} {
247 GetCalls
264 GetCalls
280 GetCalls
336 GetCalls
352 GetCalls
376 GetCalls
385 GetCalls
394 GetCalls
451 list [GetCalls] [GetError]
/dports/devel/tcllibc/tcllib-1.20/modules/hook/
H A Dhook.test63 proc GetCalls {} {
247 GetCalls
264 GetCalls
280 GetCalls
336 GetCalls
352 GetCalls
376 GetCalls
385 GetCalls
394 GetCalls
451 list [GetCalls] [GetError]
/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A DPaintIntercept.hpp21 int GetCalls(function_call* buffer);
H A Dgenerate.cpp457 int numCalls = PaintIntercept::GetCalls(callBuffer); in GenerateTrackSequence()
480 numCalls = PaintIntercept::GetCalls(callBuffer); in GenerateTrackSequence()
490 numCalls = PaintIntercept::GetCalls(callBuffer); in GenerateTrackSequence()
503 numCalls = PaintIntercept::GetCalls(callBuffer); in GenerateTrackSequence()
/dports/net-im/folks/folks-0.15.3/tests/lib/
H A Dorg-freedesktop-dbus-mock.vala94 /* Returned by GetCalls(). */
102 [DBus (name = "GetCalls")]
/dports/devel/py-python-dbusmock/python-dbusmock-0.25.0/tests/
H A Dtest_api.py548 self.assertEqual(self.dbus_mock.GetCalls(), dbus.Array([]))
552 mock_log = self.dbus_mock.GetCalls()
559 self.assertEqual(self.dbus_mock.GetCalls(), dbus.Array([]))
564 mock_log = self.dbus_mock.GetCalls()
573 self.assertEqual(self.dbus_mock.GetCalls(), dbus.Array([]))
/dports/www/beehive/beehive-0.4.0/vendor/github.com/carlosdp/twiliogo/
H A Dcall_integration_test.go16 calls := callList.GetCalls()
H A Dcall_list.go47 func (callList *CallList) GetCalls() []Call { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/VictoriaMetrics/fastcache/
H A Dfastcache_test.go99 if s.GetCalls != getCalls {
100 t.Fatalf("unexpected number of getCalls; got %d; want %d", s.GetCalls, getCalls)
H A Dfastcache.go31 GetCalls uint64 member
288 s.GetCalls += atomic.LoadUint64(&b.getCalls)
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/dept/toolcacher/
H A Dmock_gen.go114 func (mock *CacherMock) GetCalls() []struct { func
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/dept/cmd/
H A Dbuild_test.go103 if n := len(mockToolCacher.GetCalls()); n != len(c.loadedTools) {
H A Dget_test.go246 if n := len(mockGoCMD.GetCalls()); n < 2 {
250 if n := len(mockGoCMD.GetCalls()); n != 1 {
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dloadable.cc246 GetCalls(HP); in LoadableElem()
270 LoadableElem::GetCalls(MBDynParser& HP) in GetCalls() function in LoadableElem
/dports/misc/concourse/concourse-6.7.2/vars/varsfakes/
H A Dfake_variables.go66 func (fake *FakeVariables) GetCalls(stub func(vars.VariableDefinition) (interface{}, bool, error)) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/os/testing/
H A Dfake_os.go100 func (f *FakeOS) GetCalls() []CalledDetail { func
/dports/net/concourse-fly/concourse-6.7.1/vars/varsfakes/
H A Dfake_variables.go66 func (fake *FakeVariables) GetCalls(stub func(vars.VariableDefinition) (interface{}, bool, error)) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/os/testing/
H A Dfake_os.go100 func (f *FakeOS) GetCalls() []CalledDetail { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/os/testing/
H A Dfake_os.go100 func (f *FakeOS) GetCalls() []CalledDetail { func
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/dept/gocmd/
H A Dmock_gen.go204 func (mock *CommandMock) GetCalls() []struct { func

1234