HomeSort by relevance Sort by last modified time
    Searched refs:starter (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
MultistepIntegrator.java 72 /** Starter integrator. */
73 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
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ActivityStarterDelegate.java 72 public void setActivityStarterImpl(ActivityStarter starter) {
73 mActualStarter = starter;
  /external/mockito/src/test/java/org/mockito/internal/stubbing/
InvocationContainerImplTest.java 47 final CountDownLatch starter = new CountDownLatch(200); local
52 starter.await(); //NOPMD
68 starter.countDown();
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 367 * ccc=0 chars with their previous Starter. */
371 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
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java 87 Button starter = (Button) findViewById(R.id.button); local
88 starter.setOnClickListener(new View.OnClickListener() {
AnimationSeeking.java 63 Button starter = (Button) findViewById(R.id.startButton); local
64 starter.setOnClickListener(new View.OnClickListener() {
CustomEvaluator.java 51 Button starter = (Button) findViewById(R.id.startButton); local
52 starter.setOnClickListener(new View.OnClickListener() {
ReversingAnimation.java 51 Button starter = (Button) findViewById(R.id.startButton); local
52 starter.setOnClickListener(new View.OnClickListener() {
AnimationCloning.java 52 Button starter = (Button) findViewById(R.id.startButton); local
53 starter.setOnClickListener(new View.OnClickListener() {
AnimationLoading.java 60 Button starter = (Button) findViewById(R.id.startButton); local
61 starter.setOnClickListener(new View.OnClickListener() {
AnimatorEvents.java 79 Button starter = (Button) findViewById(R.id.startButton); local
80 starter.setOnClickListener(new View.OnClickListener() {
MultiPropertyAnimation.java 58 Button starter = (Button) findViewById(R.id.startButton); local
59 starter.setOnClickListener(new View.OnClickListener() {
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 128 DNSTaskStarter starter = _instances.get(jmDNSImpl); local
129 if (starter == null) {
131 starter = _instances.get(jmDNSImpl);
133 return starter;
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 49 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
51 SkOpSpan* spanStart = start->starter(end);
119 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
121 SkOpSpan* spanStart = start->starter(end);
SkOpSegment.cpp 164 FAIL_IF(start->starter(end)->alreadyAdded());
424 int testWinding = angle->starter()->windSum();
432 baseAngle = SK_MinS32 != angle->starter()->windSum() ? angle : nullptr;
435 if (baseAngle && SK_MinS32 == firstAngle->starter()->windSum()) {
451 int testWinding = angle->starter()->windSum();
458 baseAngle = SK_MinS32 != angle->starter()->windSum() ? angle : nullptr;
462 return start->starter(end)->windSum();
532 SkOpSpan* startSpan = start->starter(end);
550 markDone(start->starter(end));
556 markDone(start->starter(end))
    [all...]
SkPathOpsOp.cpp 74 if (!first && (sortable || start->starter(end)->windSum() != SK_MinS32)) {
145 } while (!simple->isClosed() && (!unsortable || !start->starter(end)->done()));
147 SkOpSpan* spanStart = start->starter(end);
SkOpAngle.h 88 SkOpSpan* starter();
SkOpSpan.h 162 const SkOpPtT* starter(const SkOpPtT* end) const { function in class:SkOpPtT
342 const SkOpSpan* starter(const SkOpSpanBase* end) const { function in class:SkOpSpanBase
347 SkOpSpan* starter(SkOpSpanBase* end) { function in class:SkOpSpanBase
353 SkOpSpan* starter(SkOpSpanBase** endPtr) { function in class:SkOpSpanBase
SkOpCoincidence.cpp     [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 12 // maxNonStarters + 1 for the starter + 1 for the GCJ
62 // as soon as a starter is encountered. However, there are some starters,
66 // be a non-starter. Note that it always hold that if nLead > 0 then
98 // GraphemeJoiner is inserted after maxNonStarters non-starter runes.
110 ss streamSafe // For limiting length of non-starter sequence.
471 // "In any character sequence beginning with starter S, a character C is
473 // and C, and either B is a starter or it has the same or higher
496 blocked := false // b[i] blocked by starter or greater or equal CCC?
iter.go 13 // sequence of starter and non-starter runes for the purpose of normalization.
119 // Modifying runes are grouped together with the preceding starter, if such a starter exists.
444 // Note that we treat any rune with nLeadingNonStarters > 0 as a non-starter,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 12 // maxNonStarters + 1 for the starter + 1 for the GCJ
62 // as soon as a starter is encountered. However, there are some starters,
66 // be a non-starter. Note that it always hold that if nLead > 0 then
98 // GraphemeJoiner is inserted after maxNonStarters non-starter runes.
110 ss streamSafe // For limiting length of non-starter sequence.
471 // "In any character sequence beginning with starter S, a character C is
473 // and C, and either B is a starter or it has the same or higher
496 blocked := false // b[i] blocked by starter or greater or equal CCC?
iter.go 13 // sequence of starter and non-starter runes for the purpose of normalization.
119 // Modifying runes are grouped together with the preceding starter, if such a starter exists.
444 // Note that we treat any rune with nLeadingNonStarters > 0 as a non-starter,
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 768 * Bit 0 set if the composite is a forward-combining starter
859 * a composition may contain at most one more code unit than the original starter,
870 UChar *starter, *pRemove, *q, *r; local
877 // Some of the following variables are not used until we have a forward-combining starter
879 compositionsList=NULL; // used as indicator for whether we have a forward-combining starter
880 starter=NULL;
889 // we have seen a starter that combines forward and
898 UChar prev=(UChar)(*starter-Hangul::JAMO_L_BASE);
910 *starter=syllable;
933 // The starter and the combining mark (c) do combine
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 608 // starter's compositions list, and the other characters in
617 // not a segment starter if it occurs in a decomposition or has cc!=0
1915 int starter, pRemove; local
    [all...]

Completed in 632 milliseconds

1 2 3