HomeSort by relevance Sort by last modified time
    Searched defs:DATE (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
buildinf.h 2 #define DATE "Mon Mar 8 14:17:05 PDT 2010"
  /external/ppp/pppd/
patchlevel.h 2 #define DATE "9 August 2014"
  /external/syslinux/com32/rosh/
Makefile 26 # The DATE is set on the make command line when building binaries for
32 ifndef DATE
33 DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
36 CFLAGS += -DDATE='"$(DATE)"'
37 LNXCFLAGS += -DDATE='"$(DATE)"'
  /external/syslinux/com32/sysdump/
Makefile 33 # The DATE is set on the make command line when building binaries for
39 ifndef DATE
40 DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
43 CFLAGS += -DDATE='"$(DATE)"'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 7 #ifndef DATE
9 #define DATE __DATE__
11 #define DATE "xx/xx/xx"
55 DATE, TIME);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 7 #ifndef DATE
9 #define DATE __DATE__
11 #define DATE "xx/xx/xx"
55 DATE, TIME);
  /external/icu/icu4c/source/test/intltest/
tsdate.h 42 * perform tests using date and fFormat, called in many variations
44 void tryDate(UDate date);
64 // Values in milliseconds (== Date)
75 DATE,
  /external/python/cpython2/Modules/
getbuildinfo.c 7 #ifndef DATE
9 #define DATE __DATE__
11 #define DATE "xx/xx/xx"
55 DATE, TIME);
  /external/python/cpython3/Modules/
getbuildinfo.c 7 #ifndef DATE
9 #define DATE __DATE__
11 #define DATE "xx/xx/xx"
47 DATE, TIME);
  /external/syslinux/efi/
Makefile 52 # The DATE is set on the make command line when building binaries for
58 ifndef DATE
59 DATE := $(shell sh $(SRC)/../gen-id.sh $(VERSION) $(HEXDATE))
61 CFLAGS += -DDATE_STR='"$(DATE)"'
  /external/syslinux/memdisk/
Makefile 18 CFLAGS += -D__MEMDISK__ -DDATE='"$(DATE)"' -mregparm=3 -DREGPARM=3
22 NFLAGS = -dDATE='"$(DATE)"'
28 # The DATE is set on the make command line when building binaries for
34 ifndef DATE
35 DATE := $(shell sh $(SRC)/../gen-id.sh $(VERSION) $(HEXDATE))
  /external/compiler-rt/make/
config.mk 21 DATE := date
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyUtils.java 29 private static final java.util.Date DATE = new java.util.Date();
41 DATE.setTime(time);
42 return DATE_FORMATTER.format(DATE);
  /external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
IsoDate.java 27 public static final int DATE = 1;
36 public static String dateToString(Date date, int type) {
40 c.setTime(date);
44 if ((type & DATE) != 0) {
75 public static Date stringToDate(String text, int type) {
79 if ((type & DATE) != 0) {
102 c.setTime(new Date(0));
  /libcore/ojluni/src/main/java/sun/security/x509/
InvalidityDateExtension.java 30 import java.util.Date;
38 * The invalidity date is a non-critical CRL entry extension that
39 * provides the date on which it is known or suspected that the private
41 * This date may be earlier than the revocation date in the CRL entry,
42 * which is the date at which the CA processed the revocation. When a
44 * date may precede the date of issue of earlier CRLs, but the
45 * revocation date SHOULD NOT precede the date of issue of earlier CRLs
69 private Date date; field in class:InvalidityDateExtension
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKOffsetTime.java 139 private static final LocalDate DATE = LocalDate.of(2008, 12, 3);
    [all...]
  /build/make/core/
version_defaults.mk 240 PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -jf '%Y-%m-%d %T %Z' '$(PLATFORM_SECURITY_PATCH) 00:00:00 GMT' +%s)
242 PLATFORM_SECURITY_PATCH_TIMESTAMP := $(shell date -d 'TZ="GMT" $(PLATFORM_SECURITY_PATCH)' +%s)
267 BUILD_DATETIME := $(shell date +%s)
271 DATE := date -r $(BUILD_DATETIME)
273 DATE := date -d @$(BUILD_DATETIME)
277 # BUILD_DATETIME and DATE can be removed once BUILD_NUMBER moves
290 # from this date/time" value. Make it start with a non-digit so that
292 BUILD_NUMBER := eng.$(shell echo $${USER:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S
    [all...]
  /external/syslinux/core/
Makefile 109 # The DATE is set on the make command line when building binaries for
115 ifndef DATE
116 DATE := $(shell sh $(SRC)/../gen-id.sh $(VERSION) $(HEXDATE))
156 $(NASM) -f $(NASM_ELF) $(NASMOPT) -DDATE_STR="'$(DATE)'" \
204 $(NASM) -f $(NASM_ELF) $(NASMOPT) -DDATE_STR="'$(DATE)'" \
215 $(NASM) -f $(NASM_ELF) $(NASMOPT) -DDATE_STR="'$(DATE)'" \
  /libcore/ojluni/src/main/java/java/sql/
Types.java 132 * <code>DATE</code>.
134 public final static int DATE = 91;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
LogTelephonyDatabaseAction.java 38 Threads.DATE,
49 private static final int DATE = 1;
111 ALL_THREADS_PROJECTION, null, null, "date ASC");
115 " " + ThreadsColumns.DATE + " : " + cursor.getLong(DATE) +
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java 44 public static final String DATE = "Date";
45 public static final String RESENT_DATE = "Resent-Date";
  /tools/loganalysis/src/com/android/loganalysis/parser/
EventsLogParser.java 41 "^(?<date>[0-9-]*)\\s+(?<time>[0-9:.]*)\\s+\\d+\\s+\\d+ I sysui_multi_action:"
45 private static final Pattern ACTION_LATENCY = Pattern.compile("^(?<date>[0-9-]*)\\s+"
49 private static final String DATE = "date";
90 delayItem.setDateTime(String.format("%s %s", match.group(DATE),
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 36 * @version 1.2 $Revision: 1.9 $ $Date: 2009/07/17 18:57:37 $
94 public static final String DATE = DateHeader.NAME; //40
  /external/pdfium/xfa/fwl/
cfwl_monthcalendar.h 43 struct DATE {
44 DATE() : iYear(0), iMonth(0), iDay(0) {}
46 DATE(int32_t year, int32_t month, int32_t day)
49 bool operator<(const DATE& right) {
61 bool operator>(const DATE& right) {
176 DATE m_dtMin;
177 DATE m_dtMax;
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 64 public static final String DATE = "date";
74 SuggestionColumns.DATE,
86 SuggestionColumns.DATE,
200 values.put(SuggestionColumns.DATE, now);
240 " ORDER BY " + SuggestionColumns.DATE + " DESC" +

Completed in 1086 milliseconds

1 2 3 4 5 6 7 8 910