Home
last modified time | relevance | path

Searched refs:DEC (Results 1 – 25 of 91) sorted by relevance

1234

/external/arduino/hardware/arduino/cores/arduino/
DPrint.h28 #define DEC 10 macro
48 void print(int, int = DEC);
49 void print(unsigned int, int = DEC);
50 void print(long, int = DEC);
51 void print(unsigned long, int = DEC);
58 void println(int, int = DEC);
59 void println(unsigned int, int = DEC);
60 void println(long, int = DEC);
61 void println(unsigned long, int = DEC);
/external/chromium_org/v8/test/webkit/
Ddate-parse-comments-test-expected.txt30 PASS Date.parse("DEC ((27) 26 (24)) 25 1995 1:30 PM UTC") == 819898200000 is true
33 PASS Date.parse("DEC 25 1995 1:30 PM UTC (") == 819898200000 is true
36 PASS Date.parse("DEC 25 1995 1:30 (PM)) UTC") is NaN
39 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) GMT (EST)") == 819849600000 is true
42 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996)") == 819849600000 + timeZoneOffset is true
45 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) 1:30 (1:40) GMT (EST)") == 819855000000 is true
48 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) 1:30 (1:40)") == 819855000000 + timeZoneOffset …
51 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) 1:30 ") == 819855000000 + timeZoneOffset is true
54 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM) GMT (EST)") == 819855000000 i…
57 PASS Date.parse("(NOV) DEC (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM)") == 819855000000 + timeZoneO…
[all …]
/external/chromium_org/net/data/ftp/
Ddir-listing-vms-25 BOINC.DIR;1 1/16 29-DEC-2005 21:33:21 [SYSTEM] (RWE,RWE,RE,RE)
10 FIXREC.DIR;1 1/16 20-DEC-2003 10:57:22 [SYSTEM] (RWE,RWE,RE,RE)
17 MISC.DIR;1 6/16 12-DEC-1999 17:31:56 [SYSTEM] (RWE,RWE,RE,RE)
33 WPUT.DIR;1 1/16 9-DEC-2004 20:16:46 [SYSTEM] (RWE,RWE,RE,RE)
Ddir-listing-vms-56 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,)
8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
Ddir-listing-vms-816 PHONE.DIR;1 2 15-DEC-2008 21:03 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
27 SDLEXT.DIR;1 1 19-DEC-2008 08:35 [ANONY,ANONYMOUS] (RWE,RE,RE,RE)
Ddir-listing-vms-111 1 13-DEC-2005 08:45:27.56
/external/chromium/net/data/ftp/
Ddir-listing-vms-25 BOINC.DIR;1 1/16 29-DEC-2005 21:33:21 [SYSTEM] (RWE,RWE,RE,RE)
10 FIXREC.DIR;1 1/16 20-DEC-2003 10:57:22 [SYSTEM] (RWE,RWE,RE,RE)
17 MISC.DIR;1 6/16 12-DEC-1999 17:31:56 [SYSTEM] (RWE,RWE,RE,RE)
33 WPUT.DIR;1 1/16 9-DEC-2004 20:16:46 [SYSTEM] (RWE,RWE,RE,RE)
Ddir-listing-vms-56 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,)
8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
Ddir-listing-vms-111 1 13-DEC-2005 08:45:27.56
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java77 public static final String DEC = SIPDate.DEC; field
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
Dsample.re4 [0-9]+ {return DEC;}
/external/chromium_org/third_party/icu/source/common/
Dusc_impl.c28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount); in fixup()
/external/icu4c/common/
Dusc_impl.c28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro
29 #define DEC1(sp) (DEC(sp, 1))
111 int32_t fixupSP = DEC(scriptRun->parenSP, scriptRun->fixupCount); in fixup()
/external/jpeg/
Dmakvms.opt3 ! but only for the older VAX C compiler. DEC C does not need it.
/external/qemu/distrib/jpeg-6b/
Dmakvms.opt3 ! but only for the older VAX C compiler. DEC C does not need it.
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPDate.java90 public static final String DEC = "Dec"; field in SIPDate
238 sipMonth = DEC; in SIPDate()
443 } else if (sipMonth.compareToIgnoreCase(DEC) == 0) { in setMonth()
/external/elfutils/src/
Dldlex.l87 DEC [0-9]+[kKmM]?
180 {HEX}|{OCT}|{DEC} { char *endp;
/external/v8/src/
Dtoken.h67 T(DEC, "--", 0) \
265 return op == INC || op == DEC; in IsCountOp()
/external/chromium_org/v8/src/
Dtoken.h67 T(DEC, "--", 0) \
284 return op == INC || op == DEC; in IsCountOp()
/external/llvm/test/CodeGen/X86/
Dmisched-fusion.ll28 ; Verify that DEC+JE are scheduled together.
55 ; DEC+JS should *not* be scheduled together.
/external/libpcap/
DREADME68 BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, and OpenBSD. DEC
74 ftp://gatekeeper.dec.com/pub/DEC/net/bpfext42.tar.Z.
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
DREADME13 For the DEC alpha, I also hand wrote the assember (except the division which
/external/openssl/crypto/bn/asm/
DREADME13 For the DEC alpha, I also hand wrote the assember (except the division which
/external/iproute2/lib/
Dll_proto.c46 __PF(DEC,dec)
/external/openssl/crypto/des/
Doptions.txt17 DEC Alpha 165mhz?? - cc - RISC2 PTR [2] 181,000 1448k/s

1234