Searched refs:makeDate (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java189 eventByTime.put(new Event(makeDate(1), 100, "Company_A"));
190 eventByTime.put(new Event(makeDate(2), 2, "Company_B"));
191 eventByTime.put(new Event(makeDate(3), 20, "Company_C"));
192 eventByTime.put(new Event(makeDate(4), 40, "CompanyD"));
199 Event e = new Event(makeDate(rand.nextInt(365)),
216 Date startDate = makeDate(Calendar.JUNE, 1);
217 Date endDate = makeDate(Calendar.AUGUST, 31);
257 private Date makeDate(int day) { method in class:EventExampleDPL
267 private Date makeDate(int month, int day) { method in class:EventExampleDPL
H A DEventExample.java249 LongBinding.longToEntry(makeDate(1), key);
254 LongBinding.longToEntry(makeDate(2), key);
259 LongBinding.longToEntry(makeDate(3), key);
264 LongBinding.longToEntry(makeDate(4), key);
274 long time = makeDate(rand.nextInt(365));
292 long endDate = makeDate(Calendar.AUGUST, 31);
296 LongBinding.longToEntry(makeDate(Calendar.JUNE, 1), key);
378 private long makeDate(int day) { method in class:EventExample
387 private long makeDate(int month, int day) { method in class:EventExample

Completed in 131 milliseconds