Home
last modified time | relevance | path

Searched refs:List4 (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Foundation/
H A DNonblockingQueue.cs14 private List4 _insertionPoint;
16 private List4 _next;
20 List4 newNode = new List4(null, obj); in Add()
45 _next = ((List4)_next._next); in RemoveNext()
58 List4 current = _next; in NextMatching()
59 List4 previous = null; in NextMatching()
71 previous._next = ((List4)current._next); in NextMatching()
76 current = ((List4)current._next); in NextMatching()
89 List4 origNext = _next; in Iterator()
95 public _Iterator4Impl_82(NonblockingQueue _enclosing, List4 origInsertionPoint, List4 in _Iterator4Impl_82()
[all …]
H A DCollection4.cs15 private List4 _first;
17 private List4 _last;
84 _first = new List4(element); in DoAdd()
168 List4 current = _first; in Find()
182 List4 current = _first; in FindByIdentity()
259 List4 cur = _first; in Get()
262 cur = ((List4)cur._next); in Get()
308 List4 previous = null; in Remove()
309 List4 current = _first; in Remove()
343 private void AdjustOnRemoval(List4 previous, List4 removed) in AdjustOnRemoval()
[all …]
H A DList4.cs9 public sealed class List4 : IUnversioned class
12 public Db4objects.Db4o.Foundation.List4 _next;
18 public List4() in List4() method in Db4objects.Db4o.Foundation.List4
22 public List4(object element) in List4() method in Db4objects.Db4o.Foundation.List4
28 public List4(Db4objects.Db4o.Foundation.List4 next, object element) in List4() method in Db4objects.Db4o.Foundation.List4
43 public static int Size(Db4objects.Db4o.Foundation.List4 list) in Size()
46 Db4objects.Db4o.Foundation.List4 nextList = list; in Size()
50 nextList = ((Db4objects.Db4o.Foundation.List4)nextList._next); in Size()
H A DIterator4Impl.cs12 private readonly List4 _first;
14 private List4 _next;
18 public Iterator4Impl(List4 first) in Iterator4Impl()
33 _next = ((List4)_next._next); in MoveNext()
H A DStack4.cs11 private List4 _tail;
15 _tail = new List4(_tail, obj); in Push()
34 _tail = ((List4)_tail._next); in Pop()
H A DIterators.cs229 List4 tail = null; in Revert()
232 tail = new List4(tail, iterator.Current); in Revert()
237 public static IEnumerator Iterate(List4 list) in Iterate()
247 list = ((List4)list._next); in Iterate()
H A DCollection4Iterator.cs14 public Collection4Iterator(Collection4 collection, List4 first) : base(first) in Collection4Iterator()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Internal/Handlers/
H A DWeakReferenceHandlerQueue.cs10 private List4 _list;
14 _list = new List4(_list, reference); in Add()
19 List4 remove = null; in Poll()
26 _list = new List4(_list, refHandler); in Poll()
28 remove = new List4(remove, refHandler.ObjectReference); in Poll()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Qlin/
H A DPrototypes.cs153 private void Analyze(object @object, IReflectClass claxx, int depth, List4 parentPath
166 public _IProcedure4_130(Prototype _enclosing, List4 parentPath, IReflectClass claxx in _IProcedure4_130()
188 List4 path = new List4(parentPath, ((IReflectField)field)); in Apply()
221 private readonly List4 parentPath;
258 return this.AsIterator((List4)entry.second); in BackingFieldPath()
266 return this.AsIterator((List4)this._fieldsByIdentity.Get(expression)); in BackingFieldPath()
269 private IEnumerator AsIterator(List4 lastElement) in AsIterator()
/dports/lang/yap/yap-6.2.2/LGPL/
H A Dmaplist.pl36 maplist/5, % :Goal, ?List1, ?List2, ?List3, List4
91 % maplist(:Goal, ?List1, ?List2, ?List3, List4)
94 % quadruples of elements of List1..List4
96 maplist(Goal, List1, List2, List3, List4) :-
97 maplist2(List1, List2, List3, List4, Goal).
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Marshall/
H A DIdObjectCollector.cs14 private List4 _objects;
28 _objects = new List4(_objects, obj); in Add()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQCon.cs27 protected List4 _children;
74 _children = new List4(_children, a_child); in AddConstraint()
364 List4 previous = null; in ExchangeConstraint()
365 List4 current = _children; in ExchangeConstraint()
372 _children = ((List4)current._next); in ExchangeConstraint()
376 previous._next = ((List4)current._next); in ExchangeConstraint()
380 current = ((List4)current._next); in ExchangeConstraint()
382 _children = new List4(_children, a_with); in ExchangeConstraint()
886 return List4.Size(_children); in ChildrenCount()
H A DQQueryBase.cs418 List4 candidateCollection = r.candidateCollection; in ExecuteLocal()
427 if (((List4)candidateCollection._next) != null) in ExecuteLocal()
706 public readonly List4 candidateCollection;
708 public CreateCandidateCollectionResult(List4 candidateCollection_, bool checkDuplicates_ in CreateCandidateCollectionResult()
809 List4 candidatesList = CreateQCandidatesList(); in CreateCandidateCollection()
834 private void AddConstraintToCandidatesList(List4 candidatesList, QCon qcon) in AddConstraintToCandidatesList()
848 private List4 CreateQCandidatesList() in CreateQCandidatesList()
850 List4 candidatesList = null; in CreateQCandidatesList()
867 candidatesList = new List4(candidatesList, candidates); in CreateQCandidatesList()
872 private bool ConstraintCanBeAddedToExisting(List4 candidatesList, QCon constraint in ConstraintCanBeAddedToExisting()
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dapply.pl49 foldl/7, % :Pred, +List1, +List2, +List3, +List4,
54 scanl/7 % :Pred, +List1, +List2, +List3, +List4,
184 %! maplist(:Goal, ?List1, ?List2, ?List3, ?List4).
223 maplist(Goal, List1, List2, List3, List4) :-
224 maplist_(List1, List2, List3, List4, Goal).
265 %! foldl(:Goal, +List1, +List2, +List3, +List4, +V0, -V).
360 scanl(Goal, List1, List2, List3, List4, V0, [V0|Values]) :-
361 scanl_(List1, List2, List3, List4, Goal, V0, Values).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Xml/tests/SerializationTestTypes/
H A DCollections.cs227 public IEnumerable<SimpleDC> List4; field in SerializationTestTypes.DMInCollection2
260 List4 = List2; in DMInCollection2()
354 public IEnumerable<SimpleDCWithRef> List4; field in SerializationTestTypes.DMWithRefInCollection2
393 List4 = List2; in DMWithRefInCollection2()
411 List6.Add(List4); in DMWithRefInCollection2()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/
H A Derl_types_SUITE.erl94 List4 = ?M:t_cons(?M:t_boolean(), ?M:t_atom()),
97 List7 = ?M:t_sup(List4, List5),
103 false = ?M:t_is_list(List4),
169 "nonempty_improper_list(boolean(),atom())" = ?M:t_to_string(List4),
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/apply-refact-0.9.3.0/tests/examples/
H A DList4.hs.refact1 [("tests/examples/List4.hs:1:7-15: Suggestion: Use :\nFound:\n [x] ++ xs\nPerhaps:\n x : xs\n",[R…
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DTransaction.cs44 private List4 _transactionListeners;
85 _transactionListeners = new List4(_transactionListeners, listener); in AddTransactionListener()
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DFrontend.rc170 CONTROL "List4",IDC_LIST4,"SysListView32",LVS_REPORT |
172 CONTROL "List4",IDC_LIST5,"SysListView32",LVS_REPORT |
174 CONTROL "List4",IDC_LIST6,"SysListView32",LVS_REPORT |

12345678