Home
last modified time | relevance | path

Searched refs:nestingDepth (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DWorkbenchDialogBlockedHandler.java29 int nestingDepth = 0; field in WorkbenchDialogBlockedHandler
40 if (nestingDepth == 0) { in clearBlocked()
44 nestingDepth--; in clearBlocked()
46 if (nestingDepth <= 0) { in clearBlocked()
49 nestingDepth = 0; in clearBlocked()
58 nestingDepth++; in showBlocked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/
H A DWorkbenchDialogBlockedHandler.java55 int nestingDepth = 0; field in WorkbenchDialogBlockedHandler
59 if (nestingDepth == 0) { in clearBlocked()
63 nestingDepth--; in clearBlocked()
65 if (nestingDepth <= 0) { in clearBlocked()
68 nestingDepth = 0; in clearBlocked()
78 nestingDepth++; in showBlocked()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dframe.h55 unsigned int nestingDepth(unsigned int maxDepth, FrameType) const;
57 virtual unsigned int nestingDepth(unsigned int depth,
104 virtual unsigned int nestingDepth(unsigned int depth,
118 virtual unsigned int nestingDepth(unsigned int depth,
138 virtual unsigned int nestingDepth(unsigned int depth,
156 virtual unsigned int nestingDepth(unsigned int depth,
183 unsigned int nestingDepth(unsigned int depth, unsigned int maxDepth) const;
236 virtual unsigned int nestingDepth(unsigned int depth,
H A Dframe.cpp182 ReferenceFrame::nestingDepth(unsigned int maxDepth, FrameType frameType) const in nestingDepth() function in ReferenceFrame
184 return this->nestingDepth(0, maxDepth, frameType); in nestingDepth()
216 bodyFrameDepth = body->getBodyFrame(0.0)->nestingDepth(depth + 1, maxDepth, frameType); in getFrameDepth()
240 J2000EclipticFrame::nestingDepth(unsigned int depth, in nestingDepth() function in J2000EclipticFrame
271 J2000EquatorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in J2000EquatorFrame
330 BodyFixedFrame::nestingDepth(unsigned int depth, in nestingDepth() function in BodyFixedFrame
434 BodyMeanEquatorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in BodyMeanEquatorFrame
649 TwoVectorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in TwoVectorFrame
659 unsigned int m = primaryVector.nestingDepth(depth, maxDepth); in nestingDepth()
664 m = secondaryVector.nestingDepth(depth, maxDepth); in nestingDepth()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dframe.h55 unsigned int nestingDepth(unsigned int maxDepth, FrameType) const;
57 virtual unsigned int nestingDepth(unsigned int depth,
104 virtual unsigned int nestingDepth(unsigned int depth,
118 virtual unsigned int nestingDepth(unsigned int depth,
138 virtual unsigned int nestingDepth(unsigned int depth,
156 virtual unsigned int nestingDepth(unsigned int depth,
183 unsigned int nestingDepth(unsigned int depth, unsigned int maxDepth) const;
236 virtual unsigned int nestingDepth(unsigned int depth,
H A Dframe.cpp182 ReferenceFrame::nestingDepth(unsigned int maxDepth, FrameType frameType) const in nestingDepth() function in ReferenceFrame
184 return this->nestingDepth(0, maxDepth, frameType); in nestingDepth()
216 bodyFrameDepth = body->getBodyFrame(0.0)->nestingDepth(depth + 1, maxDepth, frameType); in getFrameDepth()
240 J2000EclipticFrame::nestingDepth(unsigned int depth, in nestingDepth() function in J2000EclipticFrame
271 J2000EquatorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in J2000EquatorFrame
330 BodyFixedFrame::nestingDepth(unsigned int depth, in nestingDepth() function in BodyFixedFrame
434 BodyMeanEquatorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in BodyMeanEquatorFrame
649 TwoVectorFrame::nestingDepth(unsigned int depth, in nestingDepth() function in TwoVectorFrame
659 unsigned int m = primaryVector.nestingDepth(depth, maxDepth); in nestingDepth()
664 m = secondaryVector.nestingDepth(depth, maxDepth); in nestingDepth()
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DStructuredDocumentHandler.cpp54 contextDepth = nestingDepth; in startElement()
57 nestingDepth++; in startElement()
95 nestingDepth--; in endElement()
100 if ( nestingDepth != 0 && nestingDepth == contextDepth ) in endElement()
H A DStructuredDocumentHandler.h43 int nestingDepth; variable
51 activeHandler(handler), contextDepth(0), nestingDepth(0) {} in StructuredDocumentHandler()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Choose/
H A DChoose.cs71 int nestingDepth in Choose() argument
84 nestingDepth++; in Choose()
85 …ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <= maximumChooseNesting, chooseElemen… in Choose()
125 nestingDepth); in Choose()
137 nestingDepth); in Choose()
H A DWhen.cs59 int nestingDepth in When() argument
85 … ProcessWhenChildren(whenElement, parentProject, importedFromAnotherProject, nestingDepth); in When()
152 int nestingDepth in ProcessWhenChildren() argument
191 … importedFromAnotherProject, nestingDepth); in ProcessWhenChildren()
/dports/devel/msbuild/msbuild-0.06/src/Build/Construction/
H A DProjectChooseElement.cs121 int nestingDepth = 0; in VerifyThrowInvalidOperationAcceptableLocation()
128 nestingDepth++; in VerifyThrowInvalidOperationAcceptableLocation()
131 …ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <= ProjectParser.MaximumChooseNesting… in VerifyThrowInvalidOperationAcceptableLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/Delete/testDeleteWithinCu23/in/
H A DA.java3 private int nestingDepth; field in A
9 return nestingDepth; in getNestingDepth()
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomjson.c72 int nestingDepth; member
253 if (++jparse->nestingDepth > jparse->maxnesting) in jsonParseValue()
268 jparse->nestingDepth--; in jsonParseValue()
300 jparse->nestingDepth--; in jsonParseValue()
312 if (++jparse->nestingDepth > jparse->maxnesting) in jsonParseValue()
328 jparse->nestingDepth--; in jsonParseValue()
340 jparse->nestingDepth--; in jsonParseValue()
458 jparse.nestingDepth = 0; in JSON_Parse()
/dports/misc/usd/USD-21.11/pxr/base/arch/
H A Dfunction.cpp49 int nestingDepth = 1; in _GetStartOfName() local
50 while (nestingDepth && --i) { in _GetStartOfName()
52 ++nestingDepth; in _GetStartOfName()
55 --nestingDepth; in _GetStartOfName()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dxdxf2html.cc274 int nestingDepth = 0; in convert() local
277 nestingDepth++; in convert()
282 if (nestingDepth == j) in convert()
291 if( nestingDepth == 1 ) in convert()
293 if( nestingDepth == 2 ) in convert()
298 if( nestingDepth == 1 ) in convert()
300 if( nestingDepth == 2 ) in convert()
302 if( nestingDepth == 3 ) in convert()
304 if( nestingDepth == 4 ) in convert()
322 else if( nestingDepth < j ) // if it goes one level up @siblingCount needs to be reset in convert()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectParser.cs840 …jectChooseElement(XmlElementWithLocation element, ProjectElementContainer parent, int nestingDepth) in ParseProjectChooseElement() argument
846 nestingDepth++; in ParseProjectChooseElement()
860 child = ParseProjectWhenElement(childElement, choose, nestingDepth); in ParseProjectChooseElement()
867 child = ParseProjectOtherwiseElement(childElement, choose, nestingDepth); in ParseProjectChooseElement()
878 nestingDepth--; in ParseProjectChooseElement()
887 …seProjectWhenElement(XmlElementWithLocation element, ProjectChooseElement parent, int nestingDepth) in ParseProjectWhenElement() argument
893 ParseWhenOtherwiseChildren(element, when, nestingDepth); in ParseProjectWhenElement()
901 …jectOtherwiseElement(XmlElementWithLocation element, ProjectChooseElement parent, int nestingDepth) in ParseProjectOtherwiseElement() argument
907 ParseWhenOtherwiseChildren(element, otherwise, nestingDepth); in ParseProjectOtherwiseElement()
915 …OtherwiseChildren(XmlElementWithLocation element, ProjectElementContainer parent, int nestingDepth) in ParseWhenOtherwiseChildren() argument
[all …]
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DdefFind.c425 static int nestingDepth = 0; in find_def() local
439 if (nestingDepth == 0) { in find_def()
483 if ((nestingDepth != 0) || noNesting) in find_def()
577 nestingDepth++; in find_def()
588 nestingDepth--; in find_def()
598 nestingDepth--; in find_def()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DProgressMonitorDialog.java128 private int nestingDepth; field in ProgressMonitorDialog
510 return nestingDepth; in getNestingDepth()
519 nestingDepth++; in incrementNestingDepth()
529 nestingDepth--; in decrementNestingDepth()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/yarr/
H A DYarrPattern.cpp1164 void indentForNestingLevel(PrintStream& out, unsigned nestingDepth) in indentForNestingLevel() argument
1167 for (; nestingDepth; --nestingDepth) in indentForNestingLevel()
1252 void PatternAlternative::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth) in dump() argument
1266 m_terms[i].dump(out, thisPattern, nestingDepth); in dump()
1287 void PatternTerm::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth) in dump() argument
1289 indentForNestingLevel(out, nestingDepth); in dump()
1365 indentForNestingLevel(out, nestingDepth + 1); in dump()
1376 parentheses.disjunction->dump(out, thisPattern, nestingDepth + 1); in dump()
1384 void PatternDisjunction::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth = 0) in dump() argument
1388 indentForNestingLevel(out, nestingDepth); in dump()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/yarr/
H A DYarrPattern.cpp1164 void indentForNestingLevel(PrintStream& out, unsigned nestingDepth) in indentForNestingLevel() argument
1167 for (; nestingDepth; --nestingDepth) in indentForNestingLevel()
1252 void PatternAlternative::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth) in dump() argument
1266 m_terms[i].dump(out, thisPattern, nestingDepth); in dump()
1287 void PatternTerm::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth) in dump() argument
1289 indentForNestingLevel(out, nestingDepth); in dump()
1365 indentForNestingLevel(out, nestingDepth + 1); in dump()
1376 parentheses.disjunction->dump(out, thisPattern, nestingDepth + 1); in dump()
1384 void PatternDisjunction::dump(PrintStream& out, YarrPattern* thisPattern, unsigned nestingDepth = 0) in dump() argument
1388 indentForNestingLevel(out, nestingDepth); in dump()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp1145 …ring loopVertexTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nestingDepth) in loopVertexTemplate() argument
1179 for (int i = 0; i < nestingDepth; i++) in loopVertexTemplate()
1185 resultTemplate += string(nestingDepth + 1, '\t') + "value *= a_value${NAME_SPEC};\n"; in loopVertexTemplate()
1217 …ng loopFragmentTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nestingDepth) in loopFragmentTemplate() argument
1247 for (int i = 0; i < nestingDepth; i++) in loopFragmentTemplate()
1253 resultTemplate += string(nestingDepth + 1, '\t') + "value *= v_value${NAME_SPEC};\n"; in loopFragmentTemplate()
2295 , m_nestingDepth (nestingDepth) in ShaderCompilerLoopCase()
2735 , m_nestingDepth (nestingDepth) in InvalidShaderCompilerLoopCase()
2998 for (int nestingDepth = 1; nestingDepth <= maxLoopNestingDepth; nestingDepth++) in addShaderCompilationPerformanceCases() local
3004 if (deFloatPow((float)numIterations, (float)nestingDepth) > (float)maxTotalLoopIterations) in addShaderCompilationPerformanceCases()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1140 …ring loopVertexTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nestingDepth) in loopVertexTemplate() argument
1173 for (int i = 0; i < nestingDepth; i++) in loopVertexTemplate()
1179 resultTemplate += string(nestingDepth + 1, '\t') + "value *= a_value${NAME_SPEC};\n"; in loopVertexTemplate()
1211 …ng loopFragmentTemplate (LoopType type, bool isVertexCase, int numLoopIterations, int nestingDepth) in loopFragmentTemplate() argument
1239 for (int i = 0; i < nestingDepth; i++) in loopFragmentTemplate()
1245 resultTemplate += string(nestingDepth + 1, '\t') + "value *= v_value${NAME_SPEC};\n"; in loopFragmentTemplate()
2275 , m_nestingDepth (nestingDepth) in ShaderCompilerLoopCase()
2715 , m_nestingDepth (nestingDepth) in InvalidShaderCompilerLoopCase()
2978 for (int nestingDepth = 1; nestingDepth <= maxLoopNestingDepth; nestingDepth++) in addShaderCompilationPerformanceCases() local
2984 if (deFloatPow((float)numIterations, (float)nestingDepth) > (float)maxTotalLoopIterations) in addShaderCompilationPerformanceCases()
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/SSA/
H A DBlocker.oh61 OOC_INT32 nestingDepth;
85 OOC_INT32 nestingDepth;
119 OOC_INT32 nestingDepth;
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/
H A DBlocker.Mod150 nestingDepth: LONGINT;
252 r. nestingDepth := 0;
280 p(Region). nestingDepth := r. nestingDepth+1
299 p(Region). nestingDepth := r. nestingDepth+1
319 p(Region). nestingDepth := 0
1134 WHILE (a. region. nestingDepth > b. region. nestingDepth) DO
1137 WHILE (b. region. nestingDepth > a. region. nestingDepth) DO
1245 WHILE (a. nestingDepth > b. nestingDepth) DO
1248 WHILE (b. nestingDepth > a. nestingDepth) DO
1876 WHILE (a. nestingDepth > b. nestingDepth) DO
[all …]
/dports/textproc/p5-Text-ASCIIMathML/Text-ASCIIMathML-0.81/lib/Text/
H A DASCIIMathML.pm526 $self->{nestingDepth} = 0;
892 || $self->{nestingDepth} == 0) &&
1063 $symbol->{ttype} eq 'RIGHTBRACKET' && $self->{nestingDepth} > 0;
1077 $self->{nestingDepth}++;
1080 $self->{nestingDepth}--;
1250 $self->{nestingDepth}++;
1253 $self->{nestingDepth}--;

123