Home
last modified time | relevance | path

Searched full:favorite (Results 1 – 25 of 221) sorted by relevance

123456789

/external/grpc-grpc-java/api/src/test/java/io/grpc/
DStatusTest.java67 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/
Dindex.html48 <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/
Dkeywords.cpp177 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/
DREADME.md43 <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>
Dpaper-icon-button.html34 <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/
DMaterial3Sample.kt37 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()
DMaterialSample.kt42 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/
Dfile_ini.rs13 favorite: bool, field
43 favorite: false, in test_file()
Dget.rs14 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()
Dfile_yaml.rs15 favorite: bool, field
51 assert!(!s.place.favorite); in test_file()
Dfile_ron.rs15 favorite: bool, field
52 assert!(!s.place.favorite); in test_file()
Dfile_json.rs15 favorite: bool, field
51 assert!(!s.place.favorite); in test_file()
Dfile_toml.rs15 favorite: bool, field
61 assert!(!s.place.favorite); in test_file()
Dset.rs39 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/
Dfile_ini.rs14 favorite: bool, field
44 favorite: false, in test_file()
Dget.rs15 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()
Dfile_yaml.rs15 favorite: bool, field
50 assert!(!s.place.favorite); in test_file()
Dfile_json5.rs14 favorite: bool, field
49 assert!(!s.place.favorite); in test_file()
Dfile_ron.rs16 favorite: bool, field
52 assert!(!s.place.favorite); in test_file()
Dfile_toml.rs16 favorite: bool, field
61 assert!(!s.place.favorite); in test_file()
Dfile_json.rs15 favorite: bool, field
50 assert!(!s.place.favorite); in test_file()
Dset.rs36 .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/
DScaffoldTest.kt39 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/
Dgroupssettings_v1.groups.html136 …&quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # 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&#x27;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 …&quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # 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&#x27;s post as a favorite reply. Possible v…
[all …]
Dyoutube_v3.activities.html118 …ity feeds include rating a video, sharing a video, marking a video as a favorite, commenting on a …
144favorite&quot;: { # 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 …

123456789