HomeSort by relevance Sort by last modified time
    Searched refs:mon (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 670 int mon = (internalGet(MONTH) + amount) % 12; local
671 if (mon < 0) {
672 mon += 12;
674 set(MONTH, mon);
680 int monthLen = monthLength(mon);
    [all...]
  /art/openjdkjvmti/
ti_stack.cc 854 art::ObjPtr<art::mirror::Object> mon(owned_monitor);
857 if (monitor.Get() == mon.Ptr()) {
861 visitor->monitors.push_back(visitor->hs.NewHandle(mon));
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 454 self.checkParam(widget, 'values', 'mon tue wed thur')
455 self.checkParam(widget, 'values', ('mon', 'tue', 'wed', 'thur'),
456 expected='mon tue wed thur')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 458 self.checkParam(widget, 'values', 'mon tue wed thur')
459 self.checkParam(widget, 'values', ('mon', 'tue', 'wed', 'thur'),
460 expected='mon tue wed thur')
    [all...]
  /external/flatbuffers/tests/
phpTest.php 21 $data = file_get_contents('monsterdata_test.mon');
71 $mon = \MyGame\Example\Monster::EndMonster($fbb); variable
73 \MyGame\Example\Monster::FinishMonsterBuffer($fbb, $mon);
149 // // missing unicode_test.mon, implemented later
150 // $correct = file_get_contents('unicode_test.mon');
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 97 int MON[] = { 9, 9, 9,10,10,10,10, 10, 10, 10, 10, 10, 10, 10, 10 };
105 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, local
108 i + " days: " + y + "/" + mon + "/" + dom + " dow=" + dow);
109 if (y != 1582 || mon != MON[j] || dom != DOM[j] || dow != DOW[j])
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 94 int MON[] = { 9, 9, 9,10,10,10,10, 10, 10, 10, 10, 10, 10, 10, 10 };
102 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, local
105 i + " days: " + y + "/" + mon + "/" + dom + " dow=" + dow);
106 if (y != 1582 || mon != MON[j] || dom != DOM[j] || dow != DOW[j])
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 485 self.checkParam(self.combo, 'values', 'mon tue wed thur',
486 expected=('mon', 'tue', 'wed', 'thur'))
487 self.checkParam(self.combo, 'values', ('mon', 'tue', 'wed', 'thur'))
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 483 self.checkParam(self.combo, 'values', 'mon tue wed thur',
484 expected=('mon', 'tue', 'wed', 'thur'))
485 self.checkParam(self.combo, 'values', ('mon', 'tue', 'wed', 'thur'))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 2801 int mon = (internalGet(MONTH) + amount) % (max+1); local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 1809 int32_t mon = (internalGet(UCAL_MONTH) + amount) % (max+1); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 2898 int mon = (internalGet(MONTH) + amount) % (max+1); local
    [all...]
  /art/runtime/
thread.h 589 void SetWaitMonitor(Monitor* mon) REQUIRES(wait_mutex_) {
590 wait_monitor_ = mon;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 97 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 107 br'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])'
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 1565 int32_t mon = cal.get(UCAL_MONTH, status); local
1830 int32_t mon = cal.get(UCAL_MONTH, status); local
    [all...]
  /external/curl/tests/
ftpserver.pl 205 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
211 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py 318 result = self.mon.measure_power(
    [all...]
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 821 milliseconds

1 2 3 45 6 7