Searched defs:date (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/external/protobuf/objectivec/
H A DGPBWellKnownTypes.h38 // Extension to GPBTimestamp to work with standard Foundation time/date types.
40 @property(nonatomic, readwrite, strong) NSDate *date; variable
42 - (instancetype)initWithDate:(NSDate *)date;
/external/pdfium/fpdfsdk/javascript/
H A Dpublic_methods_embeddertest.cpp14 double RoundDownDate(double date) { argument
15 return date - fmod(date, 86400000);
27 double date; local
31 date = CJS_PublicMethods::MakeRegularDate(L"06/25/1968", L"mm/dd/yyyy",
33 date = RoundDownDate(date);
34 EXPECT_DOUBLE_EQ(-47865600000, date);
39 date = CJS_PublicMethods::MakeRegularDate(L"25061968", L"ddmmyyyy",
41 date
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DDateHelper.java28 * @return date the corresponding <code>Date</code>
36 * Converts a date as long to a mac date as long
38 * @param date date to convert
39 * @return date in mac format
41 static public long convert(Date date) { argument
42 return (date.getTime() / 1000L) + 2082844800L;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DDateParser.java41 * @param date message to parse to set
43 public DateParser(String date) { argument
44 super(date);
64 Calendar cal = date();
H A DHeaderParser.java78 * parse and return a date field.
79 * @return a date structure with the parsed value.
81 protected Calendar date() throws ParseException { method in class:HeaderParser
123 throw createParseException("bad date field");
/external/nist-sip/java/javax/sip/header/
H A DDateHeader.java9 void setDate(Calendar date); argument
/external/snakeyaml/src/test/java/examples/jodatime/
H A DMyBean.java22 private DateTime date; field in class:MyBean
33 return date;
36 public void setDate(DateTime date) { argument
37 this.date = date;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DJavaBeanWithSqlTimestamp.java20 private java.sql.Date date; field in class:JavaBeanWithSqlTimestamp
31 return date;
34 public void setDate(java.sql.Date date) { argument
35 this.date = date;
H A DInvoice.java22 public String date; // date field in class:Invoice
/external/apache-http/src/org/apache/http/client/
H A DCookieStore.java70 * the specified {@link java.util.Date date}.
74 boolean clearExpired(Date date); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCookieStore.java135 * that have expired by the specified {@link java.util.Date date}.
141 public synchronized boolean clearExpired(final Date date) { argument
142 if (date == null) {
147 if (it.next().isExpired(date)) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DDateFormatter.java24 * Format the date, provided as a java Date object.
26 * @param date the date
29 String format(Date date); argument
32 * Format the date, provided as milliseconds.
34 * @param date the date in milliseconds
37 String format(long date); argument
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DDangiCalendar.java48 * the lunar date calculation. Therefore, the following simpler rule works:
97 * Construct a <code>DangiCalendar</code> with the give date set in the default time zone
99 * @param date The date to which the new calendar is set.
105 public DangiCalendar(Date date) { argument
107 setTime(date);
H A DDateRule.java19 * DateRule is an interface for calculating the date of an event.
32 * that is on or after the given start date.
34 * @param start Only occurrances on or after this date are returned.
36 * @return The date on which this event occurs, or null if it
37 * does not occur on or after the start date.
46 * that is on or after the given start date and before the given
47 * end date.
49 * @param start Only occurrances on or after this date are returned.
50 * @param end Only occurrances before this date are returned.
52 * @return The date o
71 isOn(Date date) argument
[all...]
/external/icu/icu4c/source/samples/datefmt/answers/
H A Dmain_2.cpp46 UDate date; local
48 // The languages in which we will display the date
70 date = cal->getTime(status);
79 // Format the date
81 fmt->format(date, str, status);
83 // Display the formatted date string
H A Dmain_3.cpp46 UDate date; local
48 // The languages in which we will display the date
70 date = cal->getTime(status);
85 // Format the date
87 fmt->format(date, str, status);
89 // Display the formatted date string
/external/icu/icu4c/source/samples/datefmt/
H A Dmain.cpp46 UDate date; local
48 // The languages in which we will display the date
70 date = cal->getTime(status);
85 // Format the date
87 fmt->format(date, str, status);
89 // Display the formatted date string
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DDateFormatter.java22 * Format the date, provided as a java Date object.
24 * @param date the date
27 String format(Date date); argument
30 * Format the date, provided as milliseconds.
32 * @param date the date in milliseconds
35 String format(long date); argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDangiCalendar.java46 * the lunar date calculation. Therefore, the following simpler rule works:
95 * Construct a <code>DangiCalendar</code> with the give date set in the default time zone
97 * @param date The date to which the new calendar is set.
103 public DangiCalendar(Date date) { argument
105 setTime(date);
H A DDateRule.java18 * DateRule is an interface for calculating the date of an event.
31 * that is on or after the given start date.
33 * @param start Only occurrances on or after this date are returned.
35 * @return The date on which this event occurs, or null if it
36 * does not occur on or after the start date.
46 * that is on or after the given start date and before the given
47 * end date.
49 * @param start Only occurrances on or after this date are returned.
50 * @param end Only occurrances before this date are returned.
52 * @return The date o
73 isOn(Date date) argument
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgs1.java54 @Parameter(names = "-date", description = "An ISO 8601 formatted date.")
55 public Date date; field in class:Args1
/external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
H A DIsoDate.java36 public static String dateToString(Date date, int type) { argument
40 c.setTime(date);
/external/mockito/src/test/java/org/mockitousage/matchers/
H A DGenericMatchersTest.java23 String convertDate(Date date); argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPDateHeader.java50 /** date field
52 protected SIPDate date; field in class:SIPDateHeader
64 return date.encode();
68 * Set the date member
72 date = d;
77 * Sets date of DateHeader. The date is repesented by the Calendar object.
79 * @param dat the Calendar object date of this header.
83 date = new SIPDate(dat.getTime().getTime());
87 * Gets the date o
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DMockDateBeanConstructorTest.java27 String className = "!!org.yaml.snakeyaml.constructor.MockDateBeanConstructorTest$DateBean {number: 24, date: 2009-07-24}";
41 private MockDate date; field in class:MockDateBeanConstructorTest.DateBean
52 return date;
55 public void setDate(MockDate date) { argument
56 this.date = date;
68 public MockDate(long date) { argument

Completed in 605 milliseconds

1234567891011>>