| /external/grpc-grpc-java/api/src/test/java/io/grpc/ |
| D | StatusTest.java | 67 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is \u0000"); in metadataEncode_lowAscii() 68 assertEquals("my favorite character is %00", new String(b, ascii)); in metadataEncode_lowAscii() 73 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is %"); in metadataEncode_percent() 74 assertEquals("my favorite character is %25", new String(b, ascii)); in metadataEncode_percent() 79 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is "); in metadataEncode_surrogatePair() 80 assertEquals("my favorite character is %F0%90%80%81", new String(b, ascii)); in metadataEncode_surrogatePair() 85 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is " + ((char) 0xD801)); in metadataEncode_unmatchedHighSurrogate() 86 assertEquals("my favorite character is ?", new String(b, ascii)); in metadataEncode_unmatchedHighSurrogate() 91 byte[] b = Status.MESSAGE_KEY.toBytes("my favorite character is " + ((char)0xDC37)); in metadataEncode_unmatchedLowSurrogate() 92 assertEquals("my favorite character is ?", new String(b, ascii)); in metadataEncode_unmatchedLowSurrogate() [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-fab/demo/ |
| D | index.html | 48 <paper-fab icon="favorite" title="heart"></paper-fab> 57 <paper-fab mini icon="favorite" title="heart"></paper-fab> 66 <paper-fab noink icon="favorite" title="heart"></paper-fab> 84 <paper-fab icon="favorite" title="heart" class="blue"></paper-fab> 85 <paper-fab icon="favorite" title="heart" class="orange"></paper-fab>
|
| /external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/ |
| D | keywords.cpp | 177 make sure that the name and age keyword occur only once and allows the favorite color in main() 183 / kwd("favorite color",0,inf) [ '=' > parse_string ] in main() 191 …"name = \"Hellen\" \n age = 10 \n size = 1.80m \n favorite color = \"blue\" \n favorite color = \"… in main() 198 "name = \"Johny\" \n favorite color = \"blue\" \n favorite color = \"green\" " in main()
|
| /external/chromium-trace/catapult/third_party/polymer/components/paper-icon-button/ |
| D | README.md | 43 <paper-icon-button icon="favorite"></paper-icon-button> 56 <paper-icon-button icon="favorite"></paper-icon-button> 76 /* make a red "favorite" button */ 77 <paper-icon-button icon="favorite" style="color: red;"></paper-icon-button>
|
| D | paper-icon-button.html | 34 <paper-icon-button icon="favorite"></paper-icon-button> 50 /* make a red "favorite" button */ 51 <paper-icon-button icon="favorite" style="color: red;"></paper-icon-button>
|
| /external/accompanist/sample/src/main/java/com/google/accompanist/sample/themeadapter/ |
| D | Material3Sample.kt | 37 import androidx.compose.material.icons.filled.Favorite in <lambda>() 150 content = { Icon(Icons.Default.Favorite, null) } in Material3Sample() 156 content = { Icon(Icons.Default.Favorite, null) } in Material3Sample() 162 content = { Icon(Icons.Default.Favorite, null) } in Material3Sample() 169 icon = { Icon(Icons.Default.Favorite, null) } in Material3Sample()
|
| D | MaterialSample.kt | 42 import androidx.compose.material.icons.filled.Favorite in <lambda>() 108 content = { Icon(Icons.Default.Favorite, null) } in MaterialSample() 115 icon = { Icon(Icons.Default.Favorite, null) } in MaterialSample()
|
| /external/rust/android-crates-io/crates/config/tests/legacy/ |
| D | file_ini.rs | 13 favorite: bool, field 43 favorite: false, in test_file()
|
| D | get.rs | 14 favorite: bool, field 84 assert_eq!(c.get("place.favorite").ok(), Some(false)); in test_get_scalar_path() 165 assert!(!s.place.favorite); in test_file_struct() 182 assert!(!p.favorite); in test_scalar_struct()
|
| D | file_yaml.rs | 15 favorite: bool, field 51 assert!(!s.place.favorite); in test_file()
|
| D | file_ron.rs | 15 favorite: bool, field 52 assert!(!s.place.favorite); in test_file()
|
| D | file_json.rs | 15 favorite: bool, field 51 assert!(!s.place.favorite); in test_file()
|
| D | file_toml.rs | 15 favorite: bool, field 61 assert!(!s.place.favorite); in test_file()
|
| D | set.rs | 39 c.set_default("place.favorite", true).unwrap(); in test_set_scalar_path() 42 assert_eq!(c.get("place.favorite").ok(), Some(false)); in test_set_scalar_path()
|
| /external/rust/android-crates-io/crates/config/tests/ |
| D | file_ini.rs | 14 favorite: bool, field 44 favorite: false, in test_file()
|
| D | get.rs | 15 favorite: bool, field 84 assert_eq!(c.get("place.favorite").ok(), Some(false)); in test_get_scalar_path() 165 assert!(!s.place.favorite); in test_file_struct() 182 assert!(!p.favorite); in test_scalar_struct()
|
| D | file_yaml.rs | 15 favorite: bool, field 50 assert!(!s.place.favorite); in test_file()
|
| D | file_json5.rs | 14 favorite: bool, field 49 assert!(!s.place.favorite); in test_file()
|
| D | file_ron.rs | 16 favorite: bool, field 52 assert!(!s.place.favorite); in test_file()
|
| D | file_toml.rs | 16 favorite: bool, field 61 assert!(!s.place.favorite); in test_file()
|
| D | file_json.rs | 15 favorite: bool, field 50 assert!(!s.place.favorite); in test_file()
|
| D | set.rs | 36 .set_default("place.favorite", true) in test_set_scalar_path() 44 assert_eq!(config.get("place.favorite").ok(), Some(false)); in test_set_scalar_path()
|
| /external/accompanist/insets-ui/src/sharedTest/kotlin/com/google/accompanist/insets/ |
| D | ScaffoldTest.kt | 39 import androidx.compose.material.icons.filled.Favorite in <lambda>() 320 Icon(Icons.Filled.Favorite, null) in <lambda>() 366 Icon(Icons.Filled.Favorite, null) in <lambda>() 395 Icon(Icons.Filled.Favorite, null) in <lambda>() 473 Icon(Icons.Filled.Favorite, null) in <lambda>()
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | groupssettings_v1.groups.html | 136 …"favoriteRepliesOnTop": "A String", # Indicates if favorite replies should be … 137 # - true: Favorite replies will be displayed above other replies. 138 # - false: Favorite replies will not be displayed above other replies. 278 …sistContent setting. Permission to mark any other user's post as a favorite reply. Possible v… 284 …ontent setting. Permission to mark a post for a topic they started as a favorite reply. Possible v… 353 …e new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible v… 413 …"favoriteRepliesOnTop": "A String", # Indicates if favorite replies should be … 414 # - true: Favorite replies will be displayed above other replies. 415 # - false: Favorite replies will not be displayed above other replies. 555 …sistContent setting. Permission to mark any other user's post as a favorite reply. Possible v… [all …]
|
| D | youtube_v3.activities.html | 118 …ity feeds include rating a video, sharing a video, marking a video as a favorite, commenting on a … 144 …favorite": { # Information about a video that was marked as a favorite video. # The favorite … 145 … resourceId object contains information that identifies the resource that was marked as a favorite. 232 …rce. For example, if a user rates a video and marks the same video as a favorite, the entries for …
|