Searched refs:starter (Results 1 - 22 of 22) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java73 private FirstOrderIntegrator starter; field in class:MultistepIntegrator
92 * <p>The default starter integrator is set to the {@link
123 starter = new DormandPrince853Integrator(minStep, maxStep,
139 * <p>The default starter integrator is set to the {@link
162 starter = new DormandPrince853Integrator(minStep, maxStep,
177 * Get the starter integrator.
178 * @return starter integrator
181 return starter;
185 * Set the starter integrator.
186 * <p>The various step and event handlers for this starter integrato
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc371 unsigned int starter = 0; local
376 if (/* We don't try to compose a non-mark character with it's preceding starter.
381 /* If there's anything between the starter and this char, they should have CCC
383 (starter == buffer->out_len - 1 ||
387 buffer->out_info[starter].codepoint,
397 buffer->merge_out_clusters (starter, buffer->out_len);
399 /* Modify starter and carry on. */
400 buffer->out_info[starter].codepoint = composed;
401 buffer->out_info[starter].glyph_index() = glyph;
402 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffe
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSTaskStarter.java128 DNSTaskStarter starter = _instances.get(jmDNSImpl);
129 if (starter == null) {
131 starter = _instances.get(jmDNSImpl);
133 return starter;
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp58 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
60 SkOpSpan* spanStart = start->starter(end);
135 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
138 SkOpSpan* spanStart = start->starter(end);
H A DSkOpSegment.cpp466 int testWinding = angle->starter()->windSum();
474 baseAngle = SK_MinS32 != angle->starter()->windSum() ? angle : NULL;
477 if (baseAngle && SK_MinS32 == firstAngle->starter()->windSum()) {
493 int testWinding = angle->starter()->windSum();
500 baseAngle = SK_MinS32 != angle->starter()->windSum() ? angle : NULL;
504 return start->starter(end)->windSum();
557 SkOpSpan* startSpan = start->starter(end);
575 markDone(start->starter(end));
581 markDone(start->starter(end));
591 markDone(start->starter(en
[all...]
H A DSkPathOpsPostSect.cpp347 SkASSERT(coinStart == coinStart->starter(coinEnd));
349 SkASSERT(oppStart == oppStart->starter(oppEnd));
386 SkASSERT(start == start->starter(end));
390 SkASSERT(oStart == oStart->starter(oEnd));
478 SkOpSpan* start = coin->fCoinPtTStart->span()->starter(&end);
481 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd);
H A DSkOpSpan.h263 const SkOpSpan* starter(const SkOpSpanBase* end) const { function in class:SkOpSpanBase
268 SkOpSpan* starter(SkOpSpanBase* end) { function in class:SkOpSpanBase
274 SkOpSpan* starter(SkOpSpanBase** endPtr) { function in class:SkOpSpanBase
H A DSkPathOpsOp.cpp63 if (!first && (sortable || start->starter(end)->windSum() != SK_MinS32)) {
132 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
134 SkOpSpan* spanStart = start->starter(end);
H A DSkOpAngle.h119 SkOpSpan* starter();
H A DSkOpCoincidence.cpp203 SkASSERT(start == start->starter(end));
210 SkASSERT(oStart == oStart->starter(oEnd));
390 SkOpSpan* start = coin->fCoinPtTStart->span()->starter(&end);
393 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd);
H A DSkPathOpsCommon.cpp46 SkOpSpan* lesser = startSpan->starter(endSpan);
121 if (!first && (sortable || start->starter(end)->windSum() != SK_MinS32)) {
H A DSkOpSegment.h160 return angle->start()->starter(angle->end())->done();
H A DSkPathOpsDebug.cpp341 const SkOpSpan* minSpan = next->start()->starter(next->end());
H A DSkOpAngle.cpp1071 SkOpSpan* SkOpAngle::starter() { function in class:SkOpAngle
1072 return fStart->starter(fEnd);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp766 * Bit 0 set if the composite is a forward-combining starter
857 * a composition may contain at most one more code unit than the original starter,
868 UChar *starter, *pRemove, *q, *r; local
875 // Some of the following variables are not used until we have a forward-combining starter
877 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
878 starter=NULL;
887 // we have seen a starter that combines forward and
896 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
908 *starter=syllable;
931 // The starter an
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java604 // starter's compositions list, and the other characters in
613 // not a segment starter if it occurs in a decomposition or has cc!=0
1269 // modifies src to point to the next starter.
1284 // Move to the next starter. We never need to look back before this point again.
1637 // it and its decomposition do not combine forward, and it has a starter)
1812 * Bit 0 set if the composite is a forward-combining starter
1900 * a composition may contain at most one more code unit than the original starter,
1911 int starter, pRemove;
1918 // Some of the following variables are not used until we have a forward-combining starter
1920 compositionsList=-1; // used as indicator for whether we have a forward-combining starter
[all...]
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp138 // Composition for a starter that does not have a decomposition mapping.
140 // Round-trip mapping & composition for a starter.
142 // Round-trip mapping for a starter that itself does not combine-forward.
371 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
473 "U+%04lX's round-trip mapping's starter "
485 "U+%04lX's round-trip mapping's starter "
496 "U+%04lX's round-trip mapping's non-starter "
513 "U+%04lX's round-trip mapping's non-starter "
570 ++i; // after the last starter or prevCC<=cc
622 * A starter characte
636 UChar32 starter=buffer.charAt(lastStarterIndex); local
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DOrderingTest.java848 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
849 verifyScenario(starter, 0);
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java882 Scenario<T> starter = new Scenario<T>((Ordering) ordering, list, emptyArray);
883 verifyScenario(starter, 0);
/external/v8/benchmarks/
H A Dearley-boyer.js4122 var starter;
4154 (starter = (sc_l_74.car));
4155 (starter_set = (BgL_sc_confzd2setzd2getza2_44za2(sc_state_82, BgL_sc_statezd2num_68zd2, starter)));
4158 (conf_set_adjoin(sc_state_82, starter_set, starter, BgL_sc_statezd2num_68zd2));
/external/skia/tests/
H A DPathOpsDebug.cpp748 const SkOpSpan& mSpan = *fStart->starter(fEnd);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 510 milliseconds