Home
last modified time | relevance | path

Searched refs:ActionVector (Results 1 – 25 of 28) sorted by relevance

12

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/
H A DActionVector_ESTest.java16 import uk.ac.sanger.artemis.ActionVector;
28 ActionVector actionVector0 = new ActionVector(); in test0()
38 ActionVector actionVector0 = new ActionVector(); in test1()
47 ActionVector actionVector0 = new ActionVector(); in test2()
55 ActionVector actionVector0 = new ActionVector(); in test3()
66 ActionVector actionVector0 = new ActionVector(); in test4()
74 ActionVector actionVector0 = new ActionVector(); in test5()
83 ActionVector actionVector0 = new ActionVector(); in test6()
96 ActionVector actionVector0 = new ActionVector(); in test7()
112 ActionVector actionVector0 = new ActionVector(); in test8()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/
H A DActionController.java60 private ActionVector undo_action_vector = new ActionVector ();
61 private ActionVector redo_action_vector = new ActionVector ();
114 undo_action_vector = new ActionVector(); in discardUndoRedo()
115 redo_action_vector = new ActionVector(); in discardUndoRedo()
198 private Action doLastAction(final ActionVector action_vector, in doLastAction()
H A DActionVector.java37 public class ActionVector { class
41 public ActionVector () { in ActionVector() method in ActionVector
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/activity_log/
H A Dfullstream_ui_policy.h40 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> callback)
99 Action::ActionVector queued_actions_;
108 std::unique_ptr<Action::ActionVector> DoReadFilteredData(
H A Dcounting_policy_unittest.cc88 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker) { in CheckReadData()
103 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker) { in CheckReadFilteredData()
152 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker, in CheckWrapper()
154 std::unique_ptr<Action::ActionVector> results) { in CheckWrapper()
184 static void Arguments_Stripped(std::unique_ptr<Action::ActionVector> i) { in Arguments_Stripped()
192 std::unique_ptr<Action::ActionVector> actions) { in Arguments_GetSinglesAction()
199 std::unique_ptr<Action::ActionVector> actions) { in Arguments_GetTodaysActions()
211 std::unique_ptr<Action::ActionVector> actions) { in Arguments_GetOlderActions()
221 std::unique_ptr<Action::ActionVector> actions) { in Arguments_CheckMergeCount()
234 std::unique_ptr<Action::ActionVector> actions) { in Arguments_CheckMergeCountAndTime()
[all …]
H A Dfullstream_ui_policy_unittest.cc81 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker) { in CheckReadData()
96 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker) { in CheckReadFilteredData()
121 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> checker, in CheckWrapper()
123 std::unique_ptr<Action::ActionVector> results) { in CheckWrapper()
158 static void Arguments_Present(std::unique_ptr<Action::ActionVector> i) { in Arguments_Present()
166 std::unique_ptr<Action::ActionVector> actions) { in Arguments_GetTodaysActions()
176 std::unique_ptr<Action::ActionVector> actions) { in Arguments_GetOlderActions()
184 static void AllURLsRemoved(std::unique_ptr<Action::ActionVector> actions) { in AllURLsRemoved()
192 static void SomeURLsRemoved(std::unique_ptr<Action::ActionVector> actions) { in SomeURLsRemoved()
303 static void Action1Deleted(std::unique_ptr<Action::ActionVector> actions) { in Action1Deleted()
[all …]
H A Dcounting_policy.h39 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> callback)
91 std::unique_ptr<Action::ActionVector> DoReadFilteredData(
H A Dfullstream_ui_policy.cc121 std::unique_ptr<Action::ActionVector> FullStreamUIPolicy::DoReadFilteredData( in DoReadFilteredData()
131 std::unique_ptr<Action::ActionVector> actions(new Action::ActionVector()); in DoReadFilteredData()
396 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> callback) { in ReadFilteredData()
H A Dcounting_policy.cc421 std::unique_ptr<Action::ActionVector> CountingPolicy::DoReadFilteredData( in DoReadFilteredData()
432 std::unique_ptr<Action::ActionVector> actions(new Action::ActionVector()); in DoReadFilteredData()
725 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)> callback) { in ReadFilteredData()
H A Dactivity_actions.h46 typedef std::vector<scoped_refptr<Action> > ActionVector; typedef
H A Dactivity_log_policy.h175 base::OnceCallback<void(std::unique_ptr<Action::ActionVector>)>
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx152 typedef std::vector< MtfAction > ActionVector; typedef in cppcanvas::internal::ImplRenderer
201 ActionVector::const_iterator& o_rRangeBegin,
202 ActionVector::const_iterator& o_rRangeEnd ) const;
204 ActionVector maActions;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx156 typedef std::vector< MtfAction > ActionVector; typedef in cppcanvas::internal::ImplRenderer
205 ActionVector::const_iterator& o_rRangeBegin,
206 ActionVector::const_iterator& o_rRangeEnd ) const;
208 ActionVector maActions;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-pr92206-2.C10 using ActionVector = Vector<Action, 0>; member
11 ContainerIter<ActionVector> a;
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dinputhandler.hpp55 typedef std::vector<std::bitset<static_cast<int>(Action::EndOfEnum)>> ActionVector; typedef in InputHandler
57 ActionVector m_playerActions;
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2719 ImplRenderer::ActionVector::const_iterator aRangeBegin, in forSubsetRange()
2720 const ImplRenderer::ActionVector::const_iterator& aRangeEnd, in forSubsetRange()
2723 const ImplRenderer::ActionVector::const_iterator& rEnd ) in forSubsetRange()
2791 ActionVector::const_iterator& o_rRangeBegin, in getSubsetIndices()
2792 ActionVector::const_iterator& o_rRangeEnd ) const in getSubsetIndices()
2821 const ActionVector::const_iterator aBegin( maActions.begin() ); in getSubsetIndices()
2822 const ActionVector::const_iterator aEnd( maActions.end() ); in getSubsetIndices()
2978 ActionVector::const_iterator aRangeBegin; in drawSubset()
2979 ActionVector::const_iterator aRangeEnd; in drawSubset()
3024 ActionVector::const_iterator aRangeBegin; in getSubsetArea()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2718 ImplRenderer::ActionVector::const_iterator aRangeBegin, in forSubsetRange()
2719 const ImplRenderer::ActionVector::const_iterator& aRangeEnd, in forSubsetRange()
2722 const ImplRenderer::ActionVector::const_iterator& rEnd ) in forSubsetRange()
2790 ActionVector::const_iterator& o_rRangeBegin, in getSubsetIndices()
2791 ActionVector::const_iterator& o_rRangeEnd ) const in getSubsetIndices()
2820 const ActionVector::const_iterator aBegin( maActions.begin() ); in getSubsetIndices()
2821 const ActionVector::const_iterator aEnd( maActions.end() ); in getSubsetIndices()
2977 ActionVector::const_iterator aRangeBegin; in drawSubset()
2978 ActionVector::const_iterator aRangeEnd; in drawSubset()
3023 ActionVector::const_iterator aRangeBegin; in getSubsetArea()
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DSweeping.cpp2059 using ActionVector = Vector<UniquePtr<SweepAction>, 0, SystemAllocPolicy>; typedef in sweepaction::SweepActionSequence
2060 using Iter = IncrementalIter<ContainerIter<ActionVector>>;
2062 ActionVector actions;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.cpp5956 using ActionVector = Vector<UniquePtr<SweepAction>, 0, SystemAllocPolicy>; typedef in sweepaction::SweepActionSequence
5957 using Iter = IncrementalIter<ContainerIter<ActionVector>>;
5959 ActionVector actions;

12