HomeSort by relevance Sort by last modified time
    Searched defs:starter (Results 1 - 23 of 23) sorted by null

  /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...]
  /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() {
AnimationLoading.java 60 Button starter = (Button) findViewById(R.id.startButton); local
61 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() {
MultiPropertyAnimation.java 58 Button starter = (Button) findViewById(R.id.startButton); local
59 starter.setOnClickListener(new View.OnClickListener() {
AnimatorEvents.java 79 Button starter = (Button) findViewById(R.id.startButton); local
80 starter.setOnClickListener(new View.OnClickListener() {
  /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...]
  /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/
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
SkOpAngle.cpp 1008 SkOpSpan* SkOpAngle::starter() { function in class:SkOpAngle
    [all...]
  /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/icu4c/source/tools/gennorm2/
n2builder.cpp 140 // Composition for a starter that does not have a decomposition mapping.
142 // Round-trip mapping & composition for a starter.
144 // Round-trip mapping for a starter that itself does not combine-forward.
373 "U+%04lX's round-trip mapping's starter U+%04lX has ccc!=0, "
475 "U+%04lX's round-trip mapping's starter "
487 "U+%04lX's round-trip mapping's starter "
498 "U+%04lX's round-trip mapping's non-starter "
515 "U+%04lX's round-trip mapping's non-starter "
572 ++i; // after the last starter or prevCC<=cc
624 * A starter character with a mapping does not have a composition boundary after i
638 UChar32 starter=buffer.charAt(lastStarterIndex); local
    [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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 604 // starter's compositions list, and the other characters in
613 // not a segment starter if it occurs in a decomposition or has cc!=0
1911 int starter, pRemove; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 614 milliseconds