Home
last modified time | relevance | path

Searched full:reminders (Results 1 – 18 of 18) 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/python/google-api-python-client/docs/dyn/
Dcalendar_v3.calendarList.html142 … "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
147 # - "email" - Reminders are sent via email.
148 …ure is shutdown, the API will no longer return reminders using this method. Any newly added SMS re…
149 …# Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS
150 # - "popup" - Reminders are sent via a UI popup.
213 "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
218 # - "email" - Reminders are sent via email.
219 …ure is shutdown, the API will no longer return reminders using this method. Any newly added SMS re…
220 …# Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS
221 # - "popup" - Reminders are sent via a UI popup.
[all …]
Dcalendar_v3.events.html274 "reminders": { # Information about the event's reminders for the authenticated user.
275reminders, this lists the reminders specific to the event, or, if not set, indicates that no remin…
280 # - "email" - Reminders are sent via email.
281 …ure is shutdown, the API will no longer return reminders using this method. Any newly added SMS re…
282 …# Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS
283 # - "popup" - Reminders are sent via a UI popup.
287 … "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
535 "reminders": { # Information about the event's reminders for the authenticated user.
536reminders, this lists the reminders specific to the event, or, if not set, indicates that no remin…
541 # - "email" - Reminders are sent via email.
[all …]
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable_test.cc192 auto* reminders = buffer->Repeated("reminders"); in TEST_F() local
193 MutableFlatbuffer* reminder1 = reminders->Add(); in TEST_F()
206 additional_entity_data.reminders.push_back( in TEST_F()
208 additional_entity_data.reminders[0]->notes.push_back("additional note1"); in TEST_F()
209 additional_entity_data.reminders[0]->notes.push_back("additional note2"); in TEST_F()
228 ASSERT_THAT(entity_data->reminders, SizeIs(2)); in TEST_F()
229 EXPECT_THAT(entity_data->reminders[1]->notes, in TEST_F()
276 auto reminders = buffer->Repeated("reminders"); in TEST_F() local
277 auto foo_reminder = reminders->Add(); in TEST_F()
279 auto bar_reminder = reminders->Add(); in TEST_F()
[all …]
Dflatbuffers_test_extended.fbs60 reminders: [Reminder];
Dflatbuffers_test.fbs60 reminders: [Reminder];
/external/snakeyaml/src/test/resources/javabeans/
Dhouse-dump3.yaml6 reminders:
Dhouse-dump1.yaml6 reminders:
Dhouse-dump2.yaml7 reminders:
/external/llvm-project/clang/test/Analysis/
Dlocalization.m128 …= 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders")…
/external/clang/test/Analysis/
Dlocalization.m128 …= 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders")…
/external/llvm-project/clang/www/analyzer/
Dalpha_checks.html631 NSLocalizedString(@"None", @"Indicates no reminders");
642 NSLocalizedString(@"%@ Reminders", @"Indicates multiple reminders"),
/external/llvm-project/clang/docs/analyzer/
Dcheckers.rst2032 NSLocalizedString(@"None", @"Indicates no reminders");
2043 NSLocalizedString(@"%@ Reminders", @"Indicates multiple reminders"),
/external/python/cpython3/Doc/whatsnew/
D2.4.rst11 .. Feel free to add commented-out reminders of things that need
/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/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_platform.c9542 {"popup-reminders", {NULL}, 7787, "tcp"},
9543 {"popup-reminders", {NULL}, 7787, "udp"},