HomeSort by relevance Sort by last modified time
    Searched full:mon (Results 26 - 50 of 756) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.36-6.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
34 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
35 ToNumber(mon).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
169 function SetFullYear( t, year, mon, date ) {
172 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.36-7.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
34 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
35 ToNumber(mon).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
154 function SetFullYear( t, year, mon, date ) {
157 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.37-2.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
33 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
34 ToNumber(mon).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
201 function SetUTCFullYear( t, year, mon, date ) {
204 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.37-3.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
33 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
34 ToNumber(mon).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
187 function SetUTCFullYear( t, year, mon, date ) {
190 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.37-4.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
33 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
34 ToNumber(mon).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
169 function SetUTCFullYear( t, year, mon, date ) {
172 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.37-5.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
33 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
34 ToNumber(mon).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
152 function SetUTCFullYear( t, year, mon, date ) {
155 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.36-1.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
34 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
35 ToNumber(mon).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
235 function SetFullYear( t, year, mon, date ) {
238 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.36-2.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
34 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
35 ToNumber(mon).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
221 function SetFullYear( t, year, mon, date ) {
224 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.36-3.js 24 ECMA Section: 15.9.5.36 Date.prototype.setFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
34 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
35 ToNumber(mon).
53 writeHeaderToLog( SECTION + " Date.prototype.setFullYear(year [, mon [, date ]] )");
208 function SetFullYear( t, year, mon, date ) {
211 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
15.9.5.37-1.js 24 ECMA Section: 15.9.5.37 Date.prototype.setUTCFullYear(year [, mon [, date ]] )
27 If mon is not specified, this behaves as if mon were specified with the
33 3. If mon is not specified, compute MonthFromTime(t); otherwise, call
34 ToNumber(mon).
51 writeHeaderToLog( SECTION + " Date.prototype.setUTCFullYear(year [, mon [, date ]] )");
227 function SetUTCFullYear( t, year, mon, date ) {
230 var MONTH = ( mon == void 0 ) ? MonthFromTime(T) : Number( mon );
  /frameworks/base/core/jni/
TimeUtils.h 51 MON = 5,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
76 this->t.tm_mon = mon;
  /external/qemu/
net-android.c 642 static void config_error(Monitor *mon, const char *fmt, ...)
647 if (mon) {
648 monitor_vprintf(mon, fmt, ap);
676 static void slirp_redirection(Monitor *mon, const char *redir_str);
832 Monitor *mon = (Monitor *)opaque; local
840 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
845 monitor_printf(mon, " %15s |", buf);
846 monitor_printf(mon, " %5d |", sock_address_get_port(faddr));
852 monitor_printf(mon, " %15s |", buf);
853 monitor_printf(mon, " %5d\n", sock_address_get_port(laddr))
    [all...]
net.c 637 static void config_error(Monitor *mon, const char *fmt, ...)
642 if (mon) {
643 monitor_vprintf(mon, fmt, ap);
671 static void slirp_redirection(Monitor *mon, const char *redir_str);
747 Monitor *mon = (Monitor *)opaque; local
755 monitor_printf(mon, " %s |", is_udp ? "udp" : "tcp" );
760 monitor_printf(mon, " %15s |", buf);
761 monitor_printf(mon, " %5d |", fport);
767 monitor_printf(mon, " %15s |", buf);
768 monitor_printf(mon, " %5d\n", lport)
    [all...]
disas.h 12 void monitor_disas(Monitor *mon, CPUState *env,
savevm.c 1165 void do_savevm(Monitor *mon, const char *name)
1182 monitor_printf(mon, "No block device can accept snapshots\n");
1221 monitor_printf(mon, "Device %s does not support VM state snapshots\n",
1229 monitor_printf(mon, "Could not open VM state file\n");
1236 monitor_printf(mon, "Error %d while writing VM\n", ret);
1248 monitor_printf(mon,
1257 monitor_printf(mon, "Error while creating snapshot on '%s'\n",
1268 void do_loadvm(Monitor *mon, const char *name)
1279 monitor_printf(mon, "No block device supports snapshots\n");
1295 monitor_printf(mon, "Warning: ")
    [all...]
  /external/openssl/crypto/dh/
example 1 From owner-cypherpunks@toad.com Mon Sep 25 10:50:51 1995
14 for <cypherpunks@toad.com>; Mon, 25 Sep 1995 17:52:47 -0700
16 id RAA14732; Mon, 25 Sep 1995 17:50:51 -0700
17 Date: Mon, 25 Sep 1995 17:50:51 -0700
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 26 #define INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time) do{\
28 mon = date % 10000 / 100;\
  /external/qemu/hw/
qdev.c 347 #define qdev_printf(fmt, ...) monitor_printf(mon, "%*s" fmt, indent, "", ## __VA_ARGS__)
348 static void qbus_print(Monitor *mon, BusState *bus, int indent);
350 static void qdev_print(Monitor *mon, DeviceState *dev, int indent)
382 sysbus_dev_print(mon, dev, indent);
388 qbus_print(mon, child, indent);
392 static void qbus_print(Monitor *mon, BusState *bus, int indent)
400 qdev_print(mon, dev, indent);
405 void do_info_qtree(Monitor *mon)
408 qbus_print(mon, main_system_bus, 0);
qdev.h 126 void do_info_qtree(Monitor *mon);
127 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);
  /dalvik/vm/
Sync.h 130 void dvmSweepMonitorList(Monitor** mon, int (*isUnmarkedObject)(void*));
138 * Returns NULL if "mon" is NULL or the monitor is not part of an object
141 struct Object* dvmGetMonitorObject(Monitor* mon);
  /external/strace/
strace.spec 92 * Mon Mar 14 2005 Roland McGrath <roland@redhat.com> - 4.5.10-1
120 * Mon Jul 12 2004 Roland McGrath <roland@redhat.com> 4.5.6-1
141 * Mon Mar 1 2004 Roland McGrath <roland@redhat.com> 4.5.2-1
168 * Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
177 * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 4.4.95-2
180 * Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1
204 * Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.4-9.1
211 * Mon Sep 2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
229 * Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
245 * Mon Jun 11 2001 Than Ngo <than@redhat.com
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 43 #define YMD_HMS_2_INT(year, mon, day, date, hour, min, sec, time) do{\
44 date = year * 10000 + mon * 100 + day;\
54 int32_t date; /**< year * 10000 + mon *100 + day */
  /external/quake/quake/src/QW/client/
buildnum.c 30 char *mon[12] = variable
49 if (strncasecmp( &buildDate[0], mon[m], 3 ) == 0)
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
diffs 3 --- ./Makefile Mon Jul 16 13:57:26 1990
49 --- ./ccl.c Mon Jul 16 13:57:27 1990
75 --- ./dfa.c Mon Jul 16 13:57:28 1990
141 --- ./ecs.c Mon Jul 16 13:57:28 1990
167 --- ./flex.skel Mon Jul 16 13:57:29 1990
187 --- ./flexdef.h Mon Jul 16 13:57:30 1990
283 --- ./gen.c Mon Jul 16 13:57:32 1990
326 --- ./initscan.c Mon Jul 16 13:57:33 1990
363 --- ./libmain.c Mon Jul 16 13:57:34 1990
381 --- ./main.c Mon Jul 16 13:57:34 199
    [all...]
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 63 char * mon; member in struct:nlm_reboot

Completed in 141 milliseconds

12 3 4 5 6 7 8 91011>>