HomeSort by relevance Sort by last modified time
    Searched defs:mon (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /external/boringssl/src/crypto/x509/
t_x509.c 362 static const char *const mon[12] = { variable
409 mon[M - 1], d, h, m, s, f_len, f, y,
491 return BIO_printf(bp, "%s %2d %02d:%02d:%02d %d%s", mon[M - 1], D, h, m, s, Y,
  /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');
JavaTest.java 31 File file = new File("monsterdata_test.mon");
101 int mon = Monster.endMonster(fbb); local
103 Monster.finishMonsterBuffer(fbb, mon);
112 "monsterdata_java_wire.mon"));
  /external/lzma/C/Util/7z/
7zMain.c 290 unsigned year, mon, hour, min, sec; local
311 for (mon = 0;; mon++)
313 unsigned d = ms[mon];
319 UIntToStr_2(s, mon + 1); s[2] = '-'; s += 3;
  /external/openssh/
monitor_wrap.c 98 struct monitor *mon = (struct monitor *)ctx; local
100 if (mon->m_log_sendfd == -1)
114 if (atomicio(vwrite, mon->m_log_sendfd, buffer_ptr(&log_msg),
monitor.c 1671 struct monitor *mon; local
    [all...]
  /external/libcups/cups/
http-support.c 61 "Mon",
826 char mon[16]; /* Abbreviated month name */ local
842 if (sscanf(s, "%*s%d%15s%d%d:%d:%d", &day, mon, &year, &hour, &min, &sec) < 6)
845 DEBUG_printf(("4httpGetDateTime: day=%d, mon=\"%s\", year=%d, hour=%d, "
846 "min=%d, sec=%d", day, mon, year, hour, min, sec));
853 if (!_cups_strcasecmp(mon, http_months[i]))
    [all...]
  /external/toybox/toys/pending/
crond.c 46 char min[60], hour[24], dom[31], mon[12], dow[7], *cmd; member in struct:_job
58 static char days[]={"sun""mon""tue""wed""thu""fri""sat"};
273 if (parse_and_fillarray(j->mon, 1, sizeof(j->mon), tokens[3]))
606 && job->mon[lt->tm_mon-1]) {
  /art/runtime/
monitor.cc 1013 Monitor* mon = lock_word.FatLockMonitor(); local
1086 Monitor* mon = lock_word.FatLockMonitor(); local
1130 Monitor* mon = lock_word.FatLockMonitor(); local
1156 Monitor* mon = lock_word.FatLockMonitor(); local
1182 Monitor* mon = lock_word.FatLockMonitor(); local
1337 Monitor* mon = lock_word.FatLockMonitor(); local
1505 Monitor* mon = lock_word.FatLockMonitor(); local
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 295 int day, mon, year; local
302 mon = str2int(tok.p+2, tok.p+4);
305 if ((day|mon|year) < 0) {
311 r->utc_mon = mon;
  /libcore/ojluni/src/main/java/java/util/
Date.java 456 int mon = -1; local
544 if (mon < 0)
545 mon = (byte) (n - 1);
559 else if (year == Integer.MIN_VALUE && mon >= 0 && mday >= 0)
592 if (mon < 0)
593 mon = (byte) (action - 2);
607 if (year == Integer.MIN_VALUE || mon < 0 || mday < 0)
628 ldate.setDate(year, mon + 1, mday);
633 udate.setDate(year, mon + 1, mday);
    [all...]
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...]
GregorianCalendar.java 1248 int mon = (internalGet(MONTH) + amount) % 12; local
1265 int mon = (internalGet(MONTH) + amount) % yearLength; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 91 int MON[] = { 9, 9, 9,10,10,10,10, 10, 10, 10, 10, 10, 10, 10, 10 };
99 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, local
102 i + " days: " + y + "/" + mon + "/" + dom + " dow=" + dow);
103 if (y != 1582 || mon != MON[j] || dom != DOM[j] || dow != DOW[j])
    [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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 90 int MON[] = { 9, 9, 9,10,10,10,10, 10, 10, 10, 10, 10, 10, 10, 10 };
98 int y = cal.get(Calendar.YEAR), mon = cal.get(Calendar.MONTH)+1-Calendar.JANUARY, local
101 i + " days: " + y + "/" + mon + "/" + dom + " dow=" + dow);
102 if (y != 1582 || mon != MON[j] || dom != DOM[j] || dow != DOW[j])
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2034 struct wpa_ctrl *mon; local
2332 struct wpa_ctrl *mon; local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 1798 int32_t mon = (internalGet(UCAL_MONTH) + amount) % (max+1); local
    [all...]
  /external/libxml2/
xmlschemastypes.c 63 unsigned int mon :4; /* 1 <= mon <= 12 */ member in struct:_xmlSchemaValDate
77 long mon; /* mon stores years also */ member in struct:_xmlSchemaValDuration
3564 long carry, mon, day; local
3954 int mon; local
5865 unsigned long mon, day, hour = 0, min = 0; local
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 4322 int sec, min, hour, mday, mon, year; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 2796 int mon = (internalGet(MONTH) + amount) % (max+1); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 2893 int mon = (internalGet(MONTH) + amount) % (max+1); local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /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 3145 milliseconds

1 2 34 5