Home
last modified time | relevance | path

Searched full:reminders (Results 1 – 10 of 10) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DHouseTest.java45 Map<String, String> reminders = new TreeMap<String, String>(); in testDump1() local
46 reminders.put("today", "do nothig"); in testDump1()
47 reminders.put("tomorrow", "go shoping"); in testDump1()
48 house.setReminders(reminders); in testDump1()
77 Map<String, String> reminders = new TreeMap<String, String>(); in testDump3() local
78 reminders.put("today", "do nothig"); in testDump3()
79 reminders.put("tomorrow", "go shoping"); in testDump3()
80 house.setReminders(reminders); in testDump3()
103 assertEquals(reminders, loadedHouse.getReminders()); in testDump3()
123 Map<String, String> reminders = new TreeMap<String, String>(); in testDump2() local
[all …]
DHouse.java26 private Map<String, String> reminders; field in House
61 return reminders; in getReminders()
64 public void setReminders(Map<String, String> reminders) { in setReminders() argument
65 this.reminders = reminders; in setReminders()
/external/snakeyaml/src/test/resources/javabeans/
Dhouse-dump3.yaml6 reminders:
Dhouse-dump1.yaml6 reminders:
Dhouse-dump2.yaml7 reminders:
/external/clang/test/Analysis/
Dlocalization.m128 …= 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders")…
/external/autotest/site_utils/admin/apache/
Dapache2.conf10 # what they do. They're here only as hints or reminders. If you are unsure
/external/python/cpython2/Doc/whatsnew/
D2.4.rst11 .. Feel free to add commented-out reminders of things that need
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/c-ares/
Dares_platform.c9535 {"popup-reminders", {NULL}, 7787, "tcp"},
9536 {"popup-reminders", {NULL}, 7787, "udp"},