Home
last modified time | relevance | path

Searched refs:artist (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DduplicateStringNamedProperty1.symbols5 "artist": string;
6 >"artist" : Symbol(Album["artist"], Decl(duplicateStringNamedProperty1.ts, 0, 24), Decl(duplicateSt…
8 artist: string;
9 >artist : Symbol(Album["artist"], Decl(duplicateStringNamedProperty1.ts, 0, 24), Decl(duplicateStri…
DduplicateStringNamedProperty1.errors.txt1 …/cases/compiler/duplicateStringNamedProperty1.ts(2,5): error TS2300: Duplicate identifier 'artist'.
2 …/cases/compiler/duplicateStringNamedProperty1.ts(3,5): error TS2300: Duplicate identifier 'artist'.
7 "artist": string;
9 !!! error TS2300: Duplicate identifier 'artist'.
10 artist: string;
12 !!! error TS2300: Duplicate identifier 'artist'.
DduplicateStringNamedProperty1.types3 "artist": string;
4 >"artist" : string
6 artist: string;
7 >artist : string
DduplicateStringNamedProperty1.js4 artist: string;
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Did3demux.c192 gchar *artist = NULL; in check_unsync_v23() local
204 fail_unless (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &artist)); in check_unsync_v23()
205 fail_unless (artist != NULL); in check_unsync_v23()
206 fail_unless_equals_string (artist, "藝人"); in check_unsync_v23()
207 g_free (artist); in check_unsync_v23()
225 gchar *artist = NULL; in check_unsync_v24() local
238 fail_unless (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &artist)); in check_unsync_v24()
239 fail_unless (artist != NULL); in check_unsync_v24()
240 fail_unless_equals_string (artist, "Muse"); in check_unsync_v24()
241 g_free (artist); in check_unsync_v24()
Dmatroskademux.c189 gchar artist[32]; in new_chapter() local
197 g_snprintf (artist, sizeof (artist), "art.%d", chapter_nb); in new_chapter()
198 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
206 g_snprintf (artist, sizeof (artist), "art.%d.1", chapter_nb); in new_chapter()
207 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
217 g_snprintf (artist, sizeof (artist), "art.%d.2", chapter_nb); in new_chapter()
218 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
Drgvolume.c357 gchar *artist; in GST_START_TEST() local
374 fail_unless (gst_tag_list_get_string (tag_list, GST_TAG_ARTIST, &artist)); in GST_START_TEST()
375 fail_unless (g_str_equal (artist, "Foobar")); in GST_START_TEST()
376 g_free (artist); in GST_START_TEST()
395 fail_unless (gst_tag_list_get_string (tag_list, GST_TAG_ARTIST, &artist)); in GST_START_TEST()
396 fail_unless (g_str_equal (artist, "Foobar")); in GST_START_TEST()
397 g_free (artist); in GST_START_TEST()
Dmatroskamux.c361 gchar artist[32]; in new_chapter() local
369 g_snprintf (artist, sizeof (artist), "art.%d", chapter_nb); in new_chapter()
370 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
378 g_snprintf (artist, sizeof (artist), "art.%d.1", chapter_nb); in new_chapter()
379 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
389 g_snprintf (artist, sizeof (artist), "art.%d.2", chapter_nb); in new_chapter()
390 tags = gst_tag_list_new (GST_TAG_TITLE, title, GST_TAG_ARTIST, artist, NULL); in new_chapter()
/third_party/boost/libs/histogram/benchmark/
Dplot_benchmarks.py100 for artist in axi.get_children():
101 if isinstance(artist, lines.Line2D) and artist.get_label() == name:
102 artist.set_xdata(x)
103 artist.set_ydata(y)
/third_party/gstreamer/gst_libav/tests/check/elements/
Davdemux_ape.c164 gchar *artist = NULL; in check_for_apedemux_tags() local
166 fail_unless (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &artist)); in check_for_apedemux_tags()
167 fail_unless (artist != NULL); in check_for_apedemux_tags()
168 fail_unless_equals_string (artist, "Marvin Gaye"); in check_for_apedemux_tags()
169 g_free (artist); in check_for_apedemux_tags()
/third_party/ejdb/src/jql/
DREADME.md521 > k add paintings {"name":"Mona Lisa", "year":1490, "origin":"Italy", "artist": 1}
523 …ntings {"name":"Madonna Litta - Madonna And The Child", "year":1490, "origin":"Italy", "artist": 1}
529 … 2 {"name":"Madonna Litta - Madonna And The Child","year":1490,"origin":"Italy","artist":1}
530 < k 1 {"name":"Mona Lisa","year":1490,"origin":"Italy","artist":1}
536 > k @paintings/* | /artist<artists
538 "artist":{"name":"Leonardo Da Vinci","years":[1452,1519]}}
541 "artist":{"name":"Leonardo Da Vinci","years":[1452,1519]}}
545 # Strip all document fields except `name` and `artist` join
547 > k @paintings/* | /artist<artists + /name + /artist/*
548 < k 2 {"name":"Madonna Litta - Madonna And The Child","artist":{"name":"Leonardo Da Vinci…
[all …]
/third_party/libsnd/tests/
Dstring_test.c188 artist [] = "The Artist", variable
223 sf_set_string (file, SF_STR_ARTIST, artist) ; in string_start_end_test()
277 if (cptr == NULL || strcmp (artist, cptr) != 0) in string_start_end_test()
386 sf_set_string (file, SF_STR_ARTIST, artist) ; in string_start_test()
435 if (cptr == NULL || strcmp (artist, cptr) != 0) in string_start_test()
513 sf_set_string (file, SF_STR_ARTIST, artist) ; in string_multi_set_test()
593 sf_set_string (file, SF_STR_ARTIST, artist) ; in string_rdwr_test()
600 …exit_if_true (strcmp (str, artist) != 0, "\n\nLine %d : SF_STR_ARTIST doesn't match what was writt… in string_rdwr_test()
650 sf_set_string (file, SF_STR_ARTIST, artist) ; in string_short_rdwr_test()
664 …exit_if_true (strcmp (str, artist) != 0, "\n\nLine %d : SF_STR_ARTIST doesn't match what was writt… in string_short_rdwr_test()
Dcommand_test.c1479 snprintf (ca_write.artist, sizeof (ca_write.artist), "Test artist") ; in cart_test()
1517 if (memcmp (ca_write.artist, ca_read.artist, sizeof (ca_write.artist)) != 0) in cart_test()
1518 …rtist mismatch :\n\twrite : '%s'\n\tread : '%s'\n\n", __LINE__, ca_write.artist, ca_read.artist) ; in cart_test()
1638 snprintf (cinfo.artist, sizeof (cinfo.artist), "Test artist") ; in cart_rdwr_test()
/third_party/flutter/skia/resources/
DREADME7 an artist uploads a piece of clipart to Openclipart to make it clear the artist
/third_party/skia/resources/
DREADME7 an artist uploads a piece of clipart to Openclipart to make it clear the artist
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstapev2mux.cc160 const char *artist; in add_one_tag() local
162 result = gst_tag_list_peek_string_index (list, tag, 0, &artist); in add_one_tag()
164 GST_DEBUG ("Setting artist to %s", artist); in add_one_tag()
165 apev2tag->setArtist (String (artist, String::UTF8)); in add_one_tag()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvorbisdec.c154 fail_unless (gst_tag_list_get_string (tag_list, GST_TAG_ARTIST, &artist)); in GST_START_TEST()
155 fail_unless_equals_string (artist, "me"); in GST_START_TEST()
156 g_free (artist); in GST_START_TEST()
/third_party/typescript/tests/cases/compiler/
DduplicateStringNamedProperty1.ts4 artist: string; property
/third_party/ejdb/
DREADME.md693 > k add paintings {"name":"Mona Lisa", "year":1490, "origin":"Italy", "artist": 1}
695 …ntings {"name":"Madonna Litta - Madonna And The Child", "year":1490, "origin":"Italy", "artist": 1}
701 … 2 {"name":"Madonna Litta - Madonna And The Child","year":1490,"origin":"Italy","artist":1}
702 < k 1 {"name":"Mona Lisa","year":1490,"origin":"Italy","artist":1}
708 > k @paintings/* | /artist<artists
710 "artist":{"name":"Leonardo Da Vinci","years":[1452,1519]}}
713 "artist":{"name":"Leonardo Da Vinci","years":[1452,1519]}}
717 # Strip all document fields except `name` and `artist` join
719 > k @paintings/* | /artist<artists + /name + /artist/*
720 < k 2 {"name":"Madonna Litta - Madonna And The Child","artist":{"name":"Leonardo Da Vinci…
[all …]
/third_party/libsnd/programs/
Dcommon.h40 const char * artist ; member
/third_party/gstreamer/gstreamer/po/
Dfur.po263 msgid "artist"
264 msgstr "artist"
269 msgid "artist sortname"
270 msgstr "non ordenament artist"
287 msgid "album artist"
288 msgstr "artist album"
290 msgid "The artist of the entire album, as it should be displayed"
291 msgstr "L'artist dal album intîr, come che al à di jessi mostrât"
293 msgid "album artist sortname"
294 msgstr "non ordenament artist album"
[all …]
/third_party/gstreamer/gstplugins_base/po/
Dfur.po378 msgid "artist ID"
379 msgstr "ID artist"
381 msgid "MusicBrainz artist ID"
382 msgstr "ID MusicBrainz dal artist"
390 msgid "album artist ID"
391 msgstr "ID artist dal album"
393 msgid "MusicBrainz album artist ID"
394 msgstr "ID MusicBrainz dal artist dal album"
Duk.po382 msgid "artist ID"
385 msgid "MusicBrainz artist ID"
394 msgid "album artist ID"
397 msgid "MusicBrainz album artist ID"
917 #~ msgid "artist sortname"
920 #~ msgid "MusicBrainz artist sortname"
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dmetadata39 - artist, title, author
91 id3v1 reset=true artist="Arid" ! filesink
93 - effect: clear the current tag and reset it to only have Arid as artist
203 - artist
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttag.c421 gchar *artist, *title; in GST_START_TEST() local
429 fail_unless (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &artist)); in GST_START_TEST()
430 fail_unless_equals_string (artist, "Arty Ist"); in GST_START_TEST()
440 g_free (artist); in GST_START_TEST()

12345678