HomeSort by relevance Sort by last modified time
    Searched refs:buildDate (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
buildnum.c 27 char *buildDate = __DATE__ ;
49 if (strncasecmp( &buildDate[0], mon[m], 3 ) == 0)
54 d += atoi( &buildDate[4] ) - 1;
56 y = atoi( &buildDate[7] ) - 1900;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 587 Calendar buildDate = new GregorianCalendar(2011, 8, 18); // 18 Sep 2011
592 if (nowDate.before(buildDate)) {

Completed in 55 milliseconds