/external/arduino/hardware/arduino/cores/arduino/ |
D | Print.h | 28 #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/ |
D | date-parse-comments-test-expected.txt | 30 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/ |
D | dir-listing-vms-2 | 5 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)
|
D | dir-listing-vms-5 | 6 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,) 8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
|
D | dir-listing-vms-8 | 16 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)
|
D | dir-listing-vms-1 | 11 1 13-DEC-2005 08:45:27.56
|
/external/chromium/net/data/ftp/ |
D | dir-listing-vms-2 | 5 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)
|
D | dir-listing-vms-5 | 6 2 19-DEC-1994 15:40 [NET,ANONYMOUS] (RWED,RWED,,) 8 274 7-DEC-1993 15:54 [NET,ANONYMOUS] (RWED,RWED,,)
|
D | dir-listing-vms-1 | 11 1 13-DEC-2005 08:45:27.56
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | TokenNames.java | 77 public static final String DEC = SIPDate.DEC; field
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/ |
D | sample.re | 4 [0-9]+ {return DEC;}
|
/external/chromium_org/third_party/icu/source/common/ |
D | usc_impl.c | 28 #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/ |
D | usc_impl.c | 28 #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/ |
D | makvms.opt | 3 ! but only for the older VAX C compiler. DEC C does not need it.
|
/external/qemu/distrib/jpeg-6b/ |
D | makvms.opt | 3 ! but only for the older VAX C compiler. DEC C does not need it.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDate.java | 90 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/ |
D | ldlex.l | 87 DEC [0-9]+[kKmM]? 180 {HEX}|{OCT}|{DEC} { char *endp;
|
/external/v8/src/ |
D | token.h | 67 T(DEC, "--", 0) \ 265 return op == INC || op == DEC; in IsCountOp()
|
/external/chromium_org/v8/src/ |
D | token.h | 67 T(DEC, "--", 0) \ 284 return op == INC || op == DEC; in IsCountOp()
|
/external/llvm/test/CodeGen/X86/ |
D | misched-fusion.ll | 28 ; Verify that DEC+JE are scheduled together. 55 ; DEC+JS should *not* be scheduled together.
|
/external/libpcap/ |
D | README | 68 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/ |
D | README | 13 For the DEC alpha, I also hand wrote the assember (except the division which
|
/external/openssl/crypto/bn/asm/ |
D | README | 13 For the DEC alpha, I also hand wrote the assember (except the division which
|
/external/iproute2/lib/ |
D | ll_proto.c | 46 __PF(DEC,dec)
|
/external/openssl/crypto/des/ |
D | options.txt | 17 DEC Alpha 165mhz?? - cc - RISC2 PTR [2] 181,000 1448k/s
|