HomeSort by relevance Sort by last modified time
    Searched refs:moon (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Demo/turtle/
tdemo_planet_and_moon.py 11 very light moon!
12 Planet has a circular orbit, moon a stable
103 moon = Star(1, Vec(220,0), Vec(0,295), gs, "planet")
104 moon.pencolor("blue")
105 moon.shapesize(0.5)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 25 * calendar is a lunisolar calendar: Each month starts on a new moon, and
31 * and moon.
518 // Search forward to the target month's new moon
550 int moon = day - dom + 1; // New moon local
551 offsetMonth(moon, dom, amount);
569 int moon = day - dom + 1; // New moon (start of this month) local
589 int moon1 = moon -
592 if (isLeapMonthBetween(moon1, moon)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 24 * calendar is a lunisolar calendar: Each month starts on a new moon, and
30 * and moon.
534 // Search forward to the target month's new moon
567 int moon = day - dom + 1; // New moon local
568 offsetMonth(moon, dom, amount);
587 int moon = day - dom + 1; // New moon (start of this month) local
607 int moon1 = moon -
610 if (isLeapMonthBetween(moon1, moon)) {
    [all...]
  /external/icu/icu4c/source/i18n/
chnsecal.cpp 80 * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
382 int32_t moon = day - dom + 1; // New moon local
383 offsetMonth(moon, dom, amount);
412 int32_t moon = day - dom + 1; // New moon (start of this month) local
433 int moon1 = moon -
436 if (isLeapMonthBetween(moon1, moon)) {
452 offsetMonth(moon, dom, newM - m)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 434 final Star moon = new Star(getContext()); local
435 moon.setBackgroundResource(R.drawable.moon);
436 moon.getBackground().setAlpha(dark ? 255 : 128);
437 moon.setScaleX(frand() > 0.5 ? -1 : 1);
438 moon.setRotation(moon.getScaleX() * frand(5, 30));
440 moon.setTranslationX(frand(w, mWidth - w));
441 moon.setTranslationY(frand(w, mHeight - w));
442 addView(moon, new LayoutParams(w, w))
    [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 1252 milliseconds