Searched defs:DATE (Results 1 - 21 of 21) sorted by relevance

/external/ppp/pppd/
H A Dpatchlevel.h4 #define DATE "13 November 2004" macro
/external/icu4c/test/intltest/
H A Dtsdate.h73 DATE, enumerator in enum:IntlTestDateFormat::EMode
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.3.1-1.js73 var DATE = 11; variable
254 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.1-2.js73 var DATE = 11; variable
212 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.1-3.js73 var DATE = 11; variable
190 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.1-4.js73 var DATE = 11; variable
174 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.1-5.js73 var DATE = 11; variable
151 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.2-1.js68 var DATE = 11; variable
221 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.2-2.js68 var DATE = 11; variable
199 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.2-3.js68 var DATE = 11; variable
185 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.2-4.js68 var DATE = 11; variable
168 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.2-5.js68 var DATE = 11; variable
150 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.8-1.js69 var DATE = 11; variable
279 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.8-2.js69 var DATE = 11; variable
254 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.8-3.js69 var DATE = 11; variable
232 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.8-4.js69 var DATE = 11; variable
201 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.3.8-5.js69 var DATE = 11; variable
169 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
H A D15.9.4.2.js78 var DATE = 11; variable
192 testcases[item++] = new TestCase( SECTION, DateString+".getDate()", ResultArray[DATE], DateCase.getDate() );
/external/opencore/tools_v2/build/make/
H A Dsdkinfo_nr.mk70 DATE := gnu_date macro
74 DATE := date macro
81 time_okay := $(shell $(DATE) -u +"$(header_date_format)")
96 header_time:= $(shell $(DATE) -u +"$(header_date_format)")
/external/webkit/WebCore/html/
H A DHTMLInputElement.h62 DATE, enumerator in enum:WebCore::HTMLInputElement::InputType
/external/icu4c/i18n/unicode/
H A Dcalendar.h98 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
181 DATE, // Example: 1..31 enumerator in enum:Calendar::EDateFields
502 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
521 * the current time of the calendar, call add(Calendar::DATE, -5). When adding on
540 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
565 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
590 * roll(Calendar::DATE, +1, status). When rolling on the month or
614 * roll(Calendar::DATE, +1, status). When rolling on the month or
659 * int d = cal->fieldDifference(when, Calendar::DATE, err);</pre>
670 * int d1 = cal->fieldDifference(date2, Calendar::DATE, er
[all...]

Completed in 134 milliseconds