Home
last modified time | relevance | path

Searched refs:firstCandidate (Results 1 – 16 of 16) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A Dtrynext.cc18 static EntList * firstCandidate( EntList * );
35 child = firstCandidate( child ); in tryNext()
56 child = firstCandidate( child->prev ); in tryNext()
67 static EntList * firstCandidate( EntList * child ) { in firstCandidate() function
/dports/cad/stepcode/stepcode-0.8/src/exp2cxx/
H A Dtrynext.cc18 static EntList * firstCandidate( EntList * );
36 child = firstCandidate( child ); in tryNext()
57 child = firstCandidate( child->prev ); in tryNext()
63 static EntList * firstCandidate( EntList * child ) in firstCandidate() function
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack.Text/src/ServiceStack.Text/
H A DCsvSerializer.cs139 PropertyInfo firstCandidate = null; in GetWriteFn()
170 if (firstCandidate == null) in GetWriteFn()
172 firstCandidate = propertyInfo; in GetWriteFn()
188 var noCandidatesExist = bestCandidate == null && firstCandidate == null; in GetWriteFn()
206 valueGetter = firstCandidate.GetValueGetter(typeof(T)); in GetWriteFn()
207 writeElementFn = CreateWriteRowFn(firstCandidate.PropertyType); in GetWriteFn()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/
H A DRuntimeTypeInfo.BindingFlags.cs33 ConstructorInfo firstCandidate = candidates[0]; in GetConstructorImpl()
34 ParameterInfo[] parameters = firstCandidate.GetParametersNoCopy(); in GetConstructorImpl()
36 return firstCandidate; in GetConstructorImpl()
146 PropertyInfo firstCandidate = candidates[0]; in GetPropertyImpl()
147 … if ((object)returnType != null && !returnType.IsEquivalentTo(firstCandidate.PropertyType)) in GetPropertyImpl()
149 return firstCandidate; in GetPropertyImpl()
/dports/www/firefox/firefox-99.0/dom/base/
H A DContentIterator.cpp789 nsIContent* firstCandidate = nullptr; in DetermineCandidateForFirstContent() local
803 firstCandidate = child; in DetermineCandidateForFirstContent()
807 if (!firstCandidate) { in DetermineCandidateForFirstContent()
809 firstCandidate = ContentIteratorBase::GetNextSibling(node); in DetermineCandidateForFirstContent()
812 if (firstCandidate) { in DetermineCandidateForFirstContent()
813 firstCandidate = ContentIteratorBase::GetDeepFirstChild(firstCandidate); in DetermineCandidateForFirstContent()
816 return firstCandidate; in DetermineCandidateForFirstContent()
820 nsIContent* firstCandidate = DetermineCandidateForFirstContent(); in DetermineFirstContent() local
821 if (!firstCandidate) { in DetermineFirstContent()
828 RangeUtils::IsNodeContainedInRange(*firstCandidate, mRange); in DetermineFirstContent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DContentIterator.cpp819 nsIContent* firstCandidate = nullptr; in DetermineCandidateForFirstContent() local
833 firstCandidate = child; in DetermineCandidateForFirstContent()
837 if (!firstCandidate) { in DetermineCandidateForFirstContent()
839 firstCandidate = ContentIteratorBase::GetNextSibling(node); in DetermineCandidateForFirstContent()
842 if (firstCandidate) { in DetermineCandidateForFirstContent()
843 firstCandidate = ContentIteratorBase::GetDeepFirstChild(firstCandidate); in DetermineCandidateForFirstContent()
846 return firstCandidate; in DetermineCandidateForFirstContent()
850 nsIContent* firstCandidate = DetermineCandidateForFirstContent(); in DetermineFirstContent() local
851 if (!firstCandidate) { in DetermineFirstContent()
858 RangeUtils::IsNodeContainedInRange(*firstCandidate, mRange); in DetermineFirstContent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DContentIterator.cpp819 nsIContent* firstCandidate = nullptr; in DetermineCandidateForFirstContent() local
833 firstCandidate = child; in DetermineCandidateForFirstContent()
837 if (!firstCandidate) { in DetermineCandidateForFirstContent()
839 firstCandidate = ContentIteratorBase::GetNextSibling(node); in DetermineCandidateForFirstContent()
842 if (firstCandidate) { in DetermineCandidateForFirstContent()
843 firstCandidate = ContentIteratorBase::GetDeepFirstChild(firstCandidate); in DetermineCandidateForFirstContent()
846 return firstCandidate; in DetermineCandidateForFirstContent()
850 nsIContent* firstCandidate = DetermineCandidateForFirstContent(); in DetermineFirstContent() local
851 if (!firstCandidate) { in DetermineFirstContent()
858 RangeUtils::IsNodeContainedInRange(*firstCandidate, mRange); in DetermineFirstContent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DContentIterator.cpp743 nsIContent* firstCandidate = nullptr; in InitWithRange() local
760 firstCandidate = child; in InitWithRange()
764 if (!firstCandidate) { in InitWithRange()
766 firstCandidate = GetNextSibling(node); in InitWithRange()
768 if (!firstCandidate) { in InitWithRange()
774 firstCandidate = GetDeepFirstChild(firstCandidate); in InitWithRange()
780 MOZ_ALWAYS_SUCCEEDS(RangeUtils::CompareNodeToRange(firstCandidate, mRange, in InitWithRange()
791 mFirst = GetTopAncestorInRange(firstCandidate); in InitWithRange()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentIterator.cpp922 nsIContent* firstCandidate = nullptr; in InitWithRange() local
938 firstCandidate = child; in InitWithRange()
942 if (!firstCandidate) { in InitWithRange()
944 firstCandidate = GetNextSibling(node); in InitWithRange()
946 if (!firstCandidate) { in InitWithRange()
952 firstCandidate = GetDeepFirstChild(firstCandidate); in InitWithRange()
958 MOZ_ALWAYS_SUCCEEDS(nsRange::CompareNodeToRange(firstCandidate, mRange, in InitWithRange()
969 mFirst = GetTopAncestorInRange(firstCandidate); in InitWithRange()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentIterator.cpp1310 nsIContent* firstCandidate = nullptr; in Init() local
1326 firstCandidate = child; in Init()
1330 if (!firstCandidate) { in Init()
1332 firstCandidate = GetNextSibling(node); in Init()
1334 if (!firstCandidate) { in Init()
1340 firstCandidate = GetDeepFirstChild(firstCandidate); in Init()
1347 nsRange::CompareNodeToRange(firstCandidate, mRange, &nodeBefore, &nodeAfter)); in Init()
1357 mFirst = GetTopAncestorInRange(firstCandidate); in Init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp600 bool areElementsOnSameLine(const FocusCandidate& firstCandidate, const FocusCandidate& secondCandid… in areElementsOnSameLine() argument
602 if (firstCandidate.isNull() || secondCandidate.isNull()) in areElementsOnSameLine()
605 if (!firstCandidate.visibleNode->renderer() || !secondCandidate.visibleNode->renderer()) in areElementsOnSameLine()
608 if (!firstCandidate.rect.intersects(secondCandidate.rect)) in areElementsOnSameLine()
611 …if (firstCandidate.focusableNode->hasTagName(HTMLNames::areaTag) || secondCandidate.focusableNode-… in areElementsOnSameLine()
614 …if (!firstCandidate.visibleNode->renderer()->isRenderInline() || !secondCandidate.visibleNode->ren… in areElementsOnSameLine()
617 …if (firstCandidate.visibleNode->renderer()->containingBlock() != secondCandidate.visibleNode->rend… in areElementsOnSameLine()
H A DSpatialNavigation.h144 bool areElementsOnSameLine(const FocusCandidate& firstCandidate, const FocusCandidate& secondCandid…
/dports/www/squid/squid-4.15/src/store/
H A DDisks.cc60 static int firstCandidate = 0; in storeDirSelectSwapDirRoundRobin() local
61 if (++firstCandidate >= Config.cacheSwap.n_configured) in storeDirSelectSwapDirRoundRobin()
62 firstCandidate = 0; in storeDirSelectSwapDirRoundRobin()
65 const int dirn = (firstCandidate + i) % Config.cacheSwap.n_configured; in storeDirSelectSwapDirRoundRobin()
/dports/devel/msbuild/msbuild-0.06/src/Shared/Compat/
H A DTypeExtensions.cs656 MethodInfo firstCandidate = candidates[0]; in GetMethodImpl()
660 return firstCandidate; in GetMethodImpl()
667 … if (!System.DefaultBinder.CompareMethodSigAndName(methodInfo, firstCandidate)) in GetMethodImpl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Drttype.cs3221 MethodInfo firstCandidate = candidates[0]; in GetMethodImpl()
3225 return firstCandidate; in GetMethodImpl()
3232 … if (!System.DefaultBinder.CompareMethodSigAndName(methodInfo, firstCandidate)) in GetMethodImpl()
3261 ConstructorInfo firstCandidate = candidates[0]; in GetConstructorImpl()
3263 ParameterInfo[] parameters = firstCandidate.GetParametersNoCopy(); in GetConstructorImpl()
3266 return firstCandidate; in GetConstructorImpl()
3296 PropertyInfo firstCandidate = candidates[0]; in GetPropertyImpl()
3298 … if ((object)returnType != null && !returnType.IsEquivalentTo(firstCandidate.PropertyType)) in GetPropertyImpl()
3301 return firstCandidate; in GetPropertyImpl()
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dsieve.py115 def eratosthenes(firstCandidate=2): argument
174 if q >= firstCandidate: