Home
last modified time | relevance | path

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

1234

/external/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/nist-sip/java/gov/nist/javax/sip/parser/
DTokenNames.java77 public static final String DEC = SIPDate.DEC; field
/external/icu/icu4c/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/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.l79 DEC [0-9]+[kKmM]?
172 {HEX}|{OCT}|{DEC} { char *endp;
/external/llvm/test/CodeGen/X86/
Dmisched-fusion.ll28 ; Verify that DEC+JE are scheduled together.
55 ; DEC+JS should *not* be scheduled together.
/external/v8/src/parsing/
Dtoken.h46 T(DEC, "--", 0) \
292 return op == INC || op == DEC; in IsCountOp()
/external/llvm/test/Transforms/InstCombine/
Dand2.ll72 ; CHECK-NEXT: [[DEC:%.*]] = add i32 %i, -1
73 ; CHECK-NEXT: [[CMP:%.*]] = icmp ult i32 [[DEC]], 13
/external/iproute2/lib/
Dll_proto.c46 __PF(DEC,dec)
/external/libpcap/
DREADME.tru642 (formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, and
DREADME66 standard in AIX. {DEC OSF/1, Digital UNIX, Tru64 UNIX} uses the
/external/libxml2/vms/
Dreadme.vms111 - the DEC C compiler may produce a number of warnings when compiling the
140 /NAMES=SHORTENED compiler option, which requires DEC/Compaq C 5.7
/external/bison/m4/
Dfpieee.m442 # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact.
Disnanf.m4137 /* The Compaq (ex-DEC) C 6.4 compiler chokes on the expression 0.0 / 0.0. */
/external/zlib/src/as400/
Dcompile.clp35 DCL VAR(&CMDLEN) TYPE(*DEC) LEN(15 5) VALUE(300) /* Command length. */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestExpressionFeatures.g349 DEC = '--';
/external/icu/icu4c/source/data/locales/
Dmer.txt162 "DEC",
/external/libpng/scripts/
DREADME.txt20 makefile.dec => DEC Alpha UNIX makefile
/external/google-breakpad/m4/
Dax_pthread.m4112 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
197 # due to DEC craziness with -lpthreads. We check for
/external/harfbuzz_ng/m4/
Dax_pthread.m4118 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
203 # due to DEC craziness with -lpthreads. We check for
/external/mesa3d/m4/
Dax_pthread.m4118 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
203 # due to DEC craziness with -lpthreads. We check for
/external/pcre/dist/m4/
Dax_pthread.m4118 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
203 # due to DEC craziness with -lpthreads. We check for
/external/libmicrohttpd/m4/
Dax_pthread.m4118 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
217 # due to DEC craziness with -lpthreads. We check for
/external/google-breakpad/src/testing/gtest/m4/
Dacx_pthread.m494 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
175 # due to DEC craziness with -lpthreads. We check for
/external/protobuf/gtest/m4/
Dacx_pthread.m494 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
175 # due to DEC craziness with -lpthreads. We check for

1234