Home
last modified time | relevance | path

Searched refs:moon (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Demo/turtle/
Dtdemo_planet_and_moon.py103 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/
DChineseCalendar.java550 int moon = day - dom + 1; // New moon in add() local
551 offsetMonth(moon, dom, amount); in add()
569 int moon = day - dom + 1; // New moon (start of this month) in roll() local
589 int moon1 = moon - in roll()
592 if (isLeapMonthBetween(moon1, moon)) { in roll()
607 offsetMonth(moon, dom, newM - m); in roll()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java567 int moon = day - dom + 1; // New moon in add() local
568 offsetMonth(moon, dom, amount); in add()
587 int moon = day - dom + 1; // New moon (start of this month) in roll() local
607 int moon1 = moon - in roll()
610 if (isLeapMonthBetween(moon1, moon)) { in roll()
625 offsetMonth(moon, dom, newM - m); in roll()
/external/icu/icu4c/source/i18n/
Dchnsecal.cpp382 int32_t moon = day - dom + 1; // New moon in add() local
383 offsetMonth(moon, dom, amount); in add()
412 int32_t moon = day - dom + 1; // New moon (start of this month) in roll() local
433 int moon1 = moon - in roll()
436 if (isLeapMonthBetween(moon1, moon)) { in roll()
452 offsetMonth(moon, dom, newM - m); in roll()
/external/chromium-trace/catapult/devil/devil/android/sdk/test/data/push_directory/
Dpush_directory_contents.txt1 Goodnight, moon.
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-10-15.data3 : moon: white
Dspec-10-15.canonical14 ? !!str "moon"
/external/llvm/test/YAMLParser/
Dspec-10-15.test5 : moon: white
/external/icu/tools/srcgen/resources/
Dreplacements.txt133 * Each month of the calendar starts when the new moon's crescent is visible
148 * calendar, however, are based on the <em>observation</em> of the crescent moon.
151 * eccentricities of the moon's orbit, and even the weather at the observation
156 * Using astronomical calculations for the position of the sun and moon, the
157 * moon's illumination, and other factors, it is possible to determine the start
165 * on the sighting method of the crescent moon but is standardized by Saudi Arabia.
/external/icu/icu4c/source/data/lang/
Drm.txt523 Moon{"moon"}
Dnn.txt581 Moon{"moon"}
Dpt.txt631 Moon{"moon"}
Dda.txt652 Moon{"moon"}
Des.txt637 Moon{"moon"}
Dit.txt729 Moon{"moon"}
Dhr.txt653 Moon{"moon pismo"}
Dnb.txt729 Moon{"moon"}
Dca.txt700 Moon{"moon"}
Dsv.txt745 Moon{"moon"}
Dfr.txt723 Moon{"moon"}
Dfi.txt750 Moon{"moon-kohokirjoitus"}
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt1127 嫦>'[name of a moon goddess]';
2242 月>'[moon]';
2246 朏>'[light of crescent moon]';
2255 朦>'[condition or appearance of moon]';
2256 朧>'[condition or appearance of moon]';
/external/brotli/tests/testdata/
Dplrabn12.txt357 Hung on his shoulders like the moon, whose orb
510 To whose bright image nigntly by the moon
666 Shorn of his beams, or, from behind the moon,
1539 With Lapland witches, while the labouring moon
1927 Of smallest magnitude close by the moon.
2397 Not in the neighbouring moon as some have dreamed;
2664 Night would invade; but there the neighbouring moon
3292 The starry host, rode brightest, till the moon,
3334 With this her solemn bird, and this fair moon,
3341 With this her solemn bird, nor walk by moon,
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt630 月餅 < moon\-cake\-\(esp\.\-for\-the\-mid\-autumn\-festival\);
1757 朧 < condition\-or\-appearance\-of\-moon;
1859 䵸 < the\-toad\-that\-lives\-in\-the\-moon;
2813 步月 < to\-stroll\-beneath\-the\-moon;
3904 嫦 < name\-of\-a\-moon\-goddess;
4039 朏 < light\-of\-crescent\-moon;
5143 登月 < go\-\(up\)\-to\-the\-moon;
5893 㬴 < the\-moon\-is\-dimmed;
6270 朠 < color\-of\-the\-moon;
7622 朣 < the\-rising\-moon;
[all …]
/external/python/cpython2/Doc/library/
Doptparse.rst1744 should not be called when the moon is full, all you have to do is this::
1748 raise OptionValueError("%s option invalid when moon is full"

12