Searched defs:dateValue (Results 1 - 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
H A DDateUtils.java97 * @param dateValue the date value to parse
104 public static Date parseDate(String dateValue) throws DateParseException { argument
105 return parseDate(dateValue, null, null);
111 * @param dateValue the date value to parse
116 * @throws DateParseException if none of the dataFormats could parse the dateValue
118 public static Date parseDate(final String dateValue, String[] dateFormats) argument
120 return parseDate(dateValue, dateFormats, null);
126 * @param dateValue the date value to parse
135 * @throws DateParseException if none of the dataFormats could parse the dateValue
138 String dateValue,
137 parseDate( String dateValue, String[] dateFormats, Date startDate ) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h251 SkPdfDate& dateValue() const { function in class:SkPdfNativeObject
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 269 milliseconds