Home
last modified time | relevance | path

Searched refs:all_calls (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/tests/
H A Dtest_popen_docs.py40 compare(Popen.all_calls, expected=[
62 compare(Popen.all_calls, expected=[
85 compare(Popen.all_calls, expected=[
102 compare(Popen.all_calls, expected=[
115 compare(Popen.all_calls, expected=[
132 compare(Popen.all_calls, expected=[
149 compare(Popen.all_calls, expected=[
192 compare(Popen.all_calls, expected=[
H A Dtest_popen.py248 compare(Popen.all_calls, expected=[
629 compare(Popen.all_calls, expected=[
646 compare(Popen.all_calls, expected=[
655 actual=Popen.all_calls)
/dports/games/openclonk/openclonk-release-8.1-src/tools/
H A Dlist_unused_sounds.py63 all_calls = []
65 all_calls.append(call)
67 all_calls.append(call)
69 all_calls.append(prop)
70 return all_calls
/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/
H A Dpopen.py74 self.all_calls = mock_class.all_calls
130 (self.root_call, self.all_calls)
214 self.all_calls = []
251 self.all_calls.append(root_call)
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dscrape_examples.rs287 let mut all_calls: AllCallLocations = FxHashMap::default(); in load_call_locations() localVariable
294 all_calls.entry(function).or_default().extend(fn_calls.into_iter()); in load_call_locations()
298 Ok(all_calls) in load_call_locations()
/dports/lang/ruby26/ruby-2.6.9/gems/power_assert-1.1.3/lib/power_assert/
H A Dcontext.rb122all_calls = enum_count_by(paths.map {|path| path.find_all {|ident| ident.type == :method }.map(&:n…
123 all_calls.find_all {|_, call_count| call_count == 1 }.map {|name, _| name }
/dports/games/libretro-hatari/hatari-561c07e/tools/debugger/
H A Dhatari_profile.py831 all_calls = child.cost[0]
832 cost = [int(round(float(x)*total/all_calls)) for x in child.subtotal]
835 if all_calls < total:
836 … self.warning("calls from %s to %s: %d > %d" % (parent.name, child.name, total, all_calls))
1515 all_calls = profile[caddr].cost[0]
1518 self.edges[(edge.addr, caddr)] = (paddr, all_calls, edge)
/dports/emulators/hatari/hatari-2.2.1/tools/debugger/
H A Dhatari_profile.py872 all_calls = child.cost[0]
873 cost = [int(round(float(x)*total/all_calls)) for x in child.subtotal]
876 if all_calls < total:
877 … self.warning("calls from %s to %s: %d > %d" % (parent.name, child.name, total, all_calls))
1558 all_calls = profile[caddr].cost[0]
1561 self.edges[(edge.addr, caddr)] = (paddr, all_calls, edge)
/dports/net-mgmt/py-pdagent/pdagent-1.7.2/unit_tests/
H A Dmock.py972 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
974 if expected not in all_calls:
981 all_calls = list(all_calls)
986 all_calls.remove(kall)
993 tuple(not_found), all_calls)
/dports/devel/py-mock/mock-3.0.5/mock/
H A Dmock.py972 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
974 if expected not in all_calls:
981 all_calls = list(all_calls)
986 all_calls.remove(kall)
993 tuple(not_found), all_calls)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A D_mock_backport.py812 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
814 if expected not in all_calls:
821 all_calls = list(all_calls)
826 all_calls.remove(kall)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A D_mock_backport.py812 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
814 if expected not in all_calls:
821 all_calls = list(all_calls)
826 all_calls.remove(kall)
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/
H A Dmock.py940 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
942 if expected not in all_calls:
957 all_calls = list(all_calls)
962 all_calls.remove(kall)
969 tuple(not_found), all_calls)
/dports/lang/python310/Python-3.10.1/Lib/unittest/
H A Dmock.py946 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
948 if expected not in all_calls:
963 all_calls = list(all_calls)
968 all_calls.remove(kall)
975 tuple(not_found), all_calls)
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/
H A Dmock.py940 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
942 if expected not in all_calls:
957 all_calls = list(all_calls)
962 all_calls.remove(kall)
969 tuple(not_found), all_calls)
/dports/lang/python39/Python-3.9.9/Lib/unittest/
H A Dmock.py934 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
936 if expected not in all_calls:
951 all_calls = list(all_calls)
956 all_calls.remove(kall)
963 tuple(not_found), all_calls)
/dports/lang/python38/Python-3.8.12/Lib/unittest/
H A Dmock.py940 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
942 if expected not in all_calls:
957 all_calls = list(all_calls)
962 all_calls.remove(kall)
969 tuple(not_found), all_calls)
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/
H A Dmock.py947 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
949 if expected not in all_calls:
964 all_calls = list(all_calls)
969 all_calls.remove(kall)
976 tuple(not_found), all_calls)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/
H A Dmock.py940 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
942 if expected not in all_calls:
957 all_calls = list(all_calls)
962 all_calls.remove(kall)
969 tuple(not_found), all_calls)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/
H A Dmock.py940 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
942 if expected not in all_calls:
957 all_calls = list(all_calls)
962 all_calls.remove(kall)
969 tuple(not_found), all_calls)
/dports/lang/python37/Python-3.7.12/Lib/unittest/
H A Dmock.py904 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
906 if expected not in all_calls:
920 all_calls = list(all_calls)
925 all_calls.remove(kall)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/mock/mock/
H A Dmock.py966 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
968 if expected not in all_calls:
975 all_calls = list(all_calls)
980 all_calls.remove(kall)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/mock/mock/
H A Dmock.py966 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
968 if expected not in all_calls:
975 all_calls = list(all_calls)
980 all_calls.remove(kall)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/mock/mock/
H A Dmock.py966 all_calls = _CallList(self._call_matcher(c) for c in self.mock_calls)
968 if expected not in all_calls:
975 all_calls = list(all_calls)
980 all_calls.remove(kall)
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecConstr.hs1527 = (all_calls, [noSpecInfo | _ <- rhs_infos])
1534 all_calls = calls_in_rhss `combineCalls` calls_in_body function
1612 | Just all_calls <- lookupVarEnv bind_calls fn
1614 do { (boring_call, new_pats) <- callsToNewPats env fn spec_info arg_occs all_calls

12