HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 851 - 875 of 1610) sorted by null

<<31323334353637383940>>

  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 547 /** Top of the scrollable region i.e. below date labels and all day events */
1620 Time date = view.mBaseDate; local
1638 Time date = new Time(mBaseDate); local
4144 Time date = view.mBaseDate; local
4628 int date = mSelectionDay; local
    [all...]
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 31 __le32 date; member in struct:i2400m_bcf_hdr
  /cts/tools/vm-tests-tf/etc/
starttests 65 curdate=`date`
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 74 alarmTime.set(Calendar.DATE, alarm.date);
  /developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/
AlarmAdapter.java 74 alarmTime.set(Calendar.DATE, alarm.date);
  /development/ndk/platforms/android-21/include/linux/wimax/
i2400m.h 31 __le32 date; member in struct:i2400m_bcf_hdr
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 249 unsigned int date; member in struct:microcode_header
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmAdapter.java 74 alarmTime.set(Calendar.DATE, alarm.date);
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 42 self._date_of_support_removal = datetime.date(year, month, day)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive.py 187 date = email.utils.parsedate(request.headers.get(header, None))
188 if date:
189 if ((header == 'if-modified-since' and last_modified > date) or
190 (header == 'if-unmodified-since' and last_modified < date)):
861 """Return the epoch seconds of a date header.
864 date_str: a date string (e.g. "Thu, 01 Dec 1994 16:00:00 GMT")
874 """Return an updated date based on its delta from the "Date" header.
876 For example, if |date_str| is one week later than the "Date" header,
877 then the returned date string is one week later than the current date
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 29 return time.strftime('%c', exc_data.date)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
sdbmanager.py 29 from datetime import datetime, date, time namespace
68 date: (self.encode_date, self.decode_date),
289 return date(int(value[0]), int(value[1]), int(value[2]))
301 return date(int(value[0]), int(value[1]), int(value[2]))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
property.py 394 And the datetime.date objects. It can return either one,
414 if isinstance(value, datetime.date):
429 data_type = datetime.date
430 type_name = 'Date'
455 val = val.date()
459 return datetime.date.today()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);
93 Type</b></td><td><b>Build Name</b></td><td><b>Build Date</b></td></tr> <?php
125 <td><b>Build Date</b></td>
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 17 import java.util.Date;
37 * DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a
38 * language-independent manner. The date/time formatting subclass, such as SimpleDateFormat, allows for formatting
39 * (i.e., date -&gt; text), parsing (text -&gt; date), and normalization. The date is represented as a <code>Date</code>
45 * methods for obtaining default date/time formatters based on the default for a given locale and a number of formatting
58 * To format a date for the current Locale, use one of the static factory methods:
75 * To format a date for a different Locale, specify it in the call to getDateInstance()
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 13 import java.util.Date;
26 * <p>DateFormat is an abstract class for date/time formatting subclasses which
28 * The date/time formatting subclass, such as SimpleDateFormat, allows for
29 * formatting (i.e., date -> text), parsing (text -> date), and
30 * normalization. The date is represented as a <code>Date</code> object or
33 * <p>DateFormat provides many class methods for obtaining default date/time
43 * <p>To format a date for the current Locale, use one of the
67 * <p>Use getDateInstance to get the normal date format for that country
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 16 import java.util.Date;
36 * DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a
37 * language-independent manner. The date/time formatting subclass, such as SimpleDateFormat, allows for formatting
38 * (i.e., date -&gt; text), parsing (text -&gt; date), and normalization. The date is represented as a <code>Date</code>
44 * methods for obtaining default date/time formatters based on the default for a given locale and a number of formatting
57 * To format a date for the current Locale, use one of the static factory methods:
74 * To format a date for a different Locale, specify it in the call to getDateInstance()
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Response.java 508 public void setDateHeader(String name, long date)
511 _connection.getResponseFields().putDateField(name, date);
518 public void addDateHeader(String name, long date)
521 _connection.getResponseFields().addDateField(name, date);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 31 import java.util.Date;
150 public void exportDate(String hdfName, TimeZone timeZone, Date date) {
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 140 __le32 date; /* BCD YYYMMDD */ member in struct:i2400m_bcf_hdr
  /external/nist-sip/java/javax/sip/header/
HeaderFactory.java 67 DateHeader createDateHeader(Calendar date);
  /external/v8/tools/release/
releases.py 181 # The date of the commit.
182 "date": self.GitLog(n=1, format="%ci", git_hash=git_hash),
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 182 # compiled date
  /frameworks/base/core/java/android/security/keymaster/
KeymasterArguments.java 24 import java.util.Date;
278 * Adds a date tag with the provided value.
280 * @throws IllegalArgumentException if {@code tag} is not a date tag or if {@code value} is
283 public void addDate(int tag, Date value) {
285 throw new IllegalArgumentException("Not a date tag: " + tag);
290 // Keymaster's KM_DATE is unsigned, but java.util.Date is signed, thus preventing us from
293 throw new IllegalArgumentException("Date tag value out of range: " + value);
299 * Adds a date tag with the provided value, if the value is not {@code null}. Does nothing if
302 * @throws IllegalArgumentException if {@code tag} is not a date tag or if {@code value} is
305 public void addDateIfNotNull(int tag, Date value)
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
GridDocumentHolder.java 61 mDate = (TextView) itemView.findViewById(R.id.date);

Completed in 2135 milliseconds

<<31323334353637383940>>