Home
last modified time | relevance | path

Searched refs:problemIndex (Results 1 – 6 of 6) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DCompilationResult.java147 int problemIndex = 0; in getAllProblems() local
148 while (taskIndex + problemIndex < totalNumberOfProblem) { in getAllProblems()
154 if (problemIndex < problemCount) { in getAllProblems()
155 nextProblem = problems[problemIndex]; in getAllProblems()
164 problemIndex++; in getAllProblems()
171 problemIndex++; in getAllProblems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DCompilationResult.java135 int problemIndex = 0; in getAllProblems() local
136 while (taskIndex + problemIndex < totalNumberOfProblem) { in getAllProblems()
142 if (problemIndex < onlyProblemCount) { in getAllProblems()
143 nextProblem = onlyProblems[problemIndex]; in getAllProblems()
151 problemIndex++; in getAllProblems()
158 problemIndex++; in getAllProblems()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DCompilationResult.java149 int problemIndex = 0; in getAllProblems() local
150 while (taskIndex + problemIndex < totalNumberOfProblem) { in getAllProblems()
156 if (problemIndex < onlyProblemCount) { in getAllProblems()
157 nextProblem = onlyProblems[problemIndex]; in getAllProblems()
165 problemIndex++; in getAllProblems()
172 problemIndex++; in getAllProblems()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DCompilationResult.java153 int problemIndex = 0; in getAllProblems() local
154 while (taskIndex + problemIndex < totalNumberOfProblem) { in getAllProblems()
160 if (problemIndex < onlyProblemCount) { in getAllProblems()
161 nextProblem = onlyProblems[problemIndex]; in getAllProblems()
169 problemIndex++; in getAllProblems()
176 problemIndex++; in getAllProblems()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/navigation/
H A Dproblemnavigationcontext.cpp215 int problemIndex = 0; in html() local
219 if (++problemIndex != m_problems.size()) in html()
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/test/
H A DFibersTest.cpp2172 size_t problemIndex = size_t(-1)) { in dispatchJobs() argument
2174 dispatchProblem == DispatchProblem::None || problemIndex < jobs.size()); in dispatchJobs()
2179 [i, &executor, &jobs, &results, dispatchProblem, problemIndex]() { in dispatchJobs()
2184 if (i == problemIndex) { in dispatchJobs()
2196 if (i == problemIndex) { in dispatchJobs()