HomeSort by relevance Sort by last modified time
    Searched refs:date (Results 76 - 100 of 1211) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
Support_MessageFormat.java 24 import java.util.Date;
48 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} liters of coke. That was {0,choice,1#just enough|1<more than enough} food!";
51 Date date = new GregorianCalendar(2005, 1, 28, 14, 20, 16).getTime(); local
54 hamburgers, date, date };
74 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} liters of coke. That was {0,choice,1#just enough|1<more than enough} food!";
77 Date date = new GregorianCalendar(2005, 1, 28, 14, 20, 16).getTime(); local
79 Object[] objects = new Object[] { hamburgers, new Double(3.5), hamburgers, date, date }
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_MessageFormat.java 24 import java.util.Date;
47 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!";
50 Date date = new GregorianCalendar(2005, 1, 28, 14, 20, 16).getTime(); local
53 hamburgers, date, date };
74 String pattern = "On {4,date} at {3,time}, he ate {2,number, integer} hamburger{2,choice,1#|1<s} and drank {1, number} litres of coke. That was {0,choice,1#just enough|1<more than enough} food!";
77 Date date = new GregorianCalendar(2005, 1, 28, 14, 20, 16).getTime(); local
80 hamburgers, date, date }
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 54 Long date = getDate(); local
55 return date == null ? -1 : date;
74 Long date = getDate(); local
75 return date == null ? null : ContactInteractionUtil.formatDateStringFromTimestamp(
76 date, context);
105 return mValues.getAsLong(Sms.DATE);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
WeekInputType.cpp 80 bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents* date) const
82 ASSERT(date);
83 return date->setMillisecondsSinceEpochForWeek(value);
  /external/f2fs-tools/scripts/
spo_test.sh 22 date >> $USER_DIR/por_result
55 date
57 RANDOM=`date '+%s'`
  /build/core/
version_defaults.mk 100 # from this date/time" value. Make it start with a non-digit so that
102 BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S)
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdate.h 40 * perform tests using date and fFormat, called in many variations
42 void tryDate(UDate date);
62 // Values in milliseconds (== Date)
73 DATE,
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl 8 # 3) The manifest file from the fossil SCM. This gives use the date.
22 # 5) Replaces the string --SOURCE-ID-- with the date and time and sha1
50 # Get the fossil-scm check-in date from the "D" card of $TOP/manifest.
56 if {[regexp {^D (2[-0-9T:]+)} $line all date]} {
57 set zDate [string map {T { }} $date]
  /external/compiler-rt/make/
config.mk 21 DATE := date
  /external/icu/icu4c/source/i18n/
datefmt.cpp 11 * Date Name Description
123 // if the type of the Formattable is double or long, treat it as if it were a Date
124 UDate date = 0;
128 date = obj.getDate();
131 date = (UDate)obj.getDouble();
134 date = (UDate)obj.getLong();
145 return format(date, appendTo, fieldPosition);
158 // if the type of the Formattable is double or long, treat it as if it were a Date
159 UDate date = 0;
163 date = obj.getDate()
    [all...]
  /external/icu/icu4c/source/samples/uresb/
resources.mak 15 @echo All targets are up to date
  /external/icu/icu4c/source/test/intltest/
tsdate.h 40 * perform tests using date and fFormat, called in many variations
42 void tryDate(UDate date);
62 // Values in milliseconds (== Date)
73 DATE,
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.h 69 unsigned char date[8]; /* Date of program build */ member in struct:__anon33341
  /external/smack/src/org/jivesoftware/smackx/provider/
StreamInitiationProvider.java 4 * $Date$
23 import java.util.Date;
54 String date = null; local
74 date = parser.getAttributeValue("", "date");
97 Date fileDate = new Date();
98 if (date != null) {
100 fileDate = StringUtils.parseXEP0082Date(date);
102 // couldn't parse date, use current date-tim
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 35 * Use {@link java.text.DateFormat} to format a {@code Date} for display to a human.
36 * Use {@link Calendar} to break down a {@code Date} if you need to extract fields such
37 * as the current month or day of week, or to construct a {@code Date} from a broken-down
41 * allow you to interpret a {@code Date} in a given time zone.
45 public class Date implements Serializable, Cloneable, Comparable<Date> {
50 private static final int CREATION_YEAR = new Date().getYear();
55 * Initializes this {@code Date} instance to the current time.
57 public Date() {
62 * Constructs a new {@code Date} initialized to midnight in the default {@code TimeZone} o
387 int year = -1, month = -1, date = -1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
backward_warning.h 35 may be removed without further notice at a future date. Please use a \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 34 may be removed without further notice at a future date. Please use a \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 34 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
backward_warning.h 30 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
backward_warning.h 35 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
backward_warning.h 35 may be removed without further notice at a future date. Please use a \
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
backward_warning.h 35 may be removed without further notice at a future date. Please use a \

Completed in 1181 milliseconds

1 2 34 5 6 7 8 91011>>