/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | HouseTest.java | 45 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 …]
|
D | House.java | 26 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/ |
D | calendar_v3.calendarList.html | 142 … "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 …]
|
D | calendar_v3.events.html | 274 "reminders": { # Information about the event's reminders for the authenticated user. 275 …reminders, 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. 536 …reminders, 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/ |
D | mutable_test.cc | 192 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 …]
|
D | flatbuffers_test_extended.fbs | 60 reminders: [Reminder];
|
D | flatbuffers_test.fbs | 60 reminders: [Reminder];
|
/external/snakeyaml/src/test/resources/javabeans/ |
D | house-dump3.yaml | 6 reminders:
|
D | house-dump1.yaml | 6 reminders:
|
D | house-dump2.yaml | 7 reminders:
|
/external/llvm-project/clang/test/Analysis/ |
D | localization.m | 128 …= 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders")…
|
/external/clang/test/Analysis/ |
D | localization.m | 128 …= 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders")…
|
/external/llvm-project/clang/www/analyzer/ |
D | alpha_checks.html | 631 NSLocalizedString(@"None", @"Indicates no reminders"); 642 NSLocalizedString(@"%@ Reminders", @"Indicates multiple reminders"),
|
/external/llvm-project/clang/docs/analyzer/ |
D | checkers.rst | 2032 NSLocalizedString(@"None", @"Indicates no reminders"); 2043 NSLocalizedString(@"%@ Reminders", @"Indicates multiple reminders"),
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.4.rst | 11 .. Feel free to add commented-out reminders of things that need
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 11 .. Feel free to add commented-out reminders of things that need
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_platform.c | 9542 {"popup-reminders", {NULL}, 7787, "tcp"}, 9543 {"popup-reminders", {NULL}, 7787, "udp"},
|