Searched refs:artist (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkViewPriv.h32 Artist_SkTagList(SkView::Artist* artist) argument
33 : SkTagList(kViewArtist_SkTagList), fArtist(artist)
35 SkASSERT(artist);
36 artist->ref();
H A DSkView.cpp482 Artist* artist = this->getArtist(); local
484 if (artist) {
485 artist->draw(this, canvas);
/external/skia/src/views/
H A DSkViewPriv.h32 Artist_SkTagList(SkView::Artist* artist) argument
33 : SkTagList(kViewArtist_SkTagList), fArtist(artist)
35 SkASSERT(artist);
36 artist->ref();
H A DSkView.cpp482 Artist* artist = this->getArtist(); local
484 if (artist) {
485 artist->draw(this, canvas);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.h40 // Returns true if |artist| exists in the library.
41 bool KnownArtist(const ArtistName& artist) const;
43 // Returns true if |artist| has an album by the name |album| in the library.
44 bool KnownAlbum(const ArtistName& artist, const AlbumName& album) const;
46 // Get the track named (filename basename) |track| in |album| by |artist|.
48 base::FilePath GetTrackLocation(const ArtistName& artist,
55 // Get the set of albums for |artist|.
56 std::set<AlbumName> GetAlbumNames(const ArtistName& artist) const;
58 // Get the tracks for the |album| by |artist|.
59 Album GetAlbum(const ArtistName& artist, cons
[all...]
H A Ditunes_data_provider.cc202 bool ITunesDataProvider::KnownArtist(const ArtistName& artist) const {
205 return ContainsKey(library_, artist);
208 bool ITunesDataProvider::KnownAlbum(const ArtistName& artist, argument
212 Library::const_iterator library_it = library_.find(artist);
219 const ArtistName& artist, const AlbumName& album,
223 Library::const_iterator library_it = library_.find(artist);
250 const ArtistName& artist) const {
254 Library::const_iterator artist_lookup = library_.find(artist);
267 const ArtistName& artist, const AlbumName& album) const {
271 Library::const_iterator artist_lookup = library_.find(artist);
218 GetTrackLocation( const ArtistName& artist, const AlbumName& album, const TrackName& track) const argument
266 GetAlbum( const ArtistName& artist, const AlbumName& album) const argument
[all...]
H A Ditunes_data_provider_browsertest.cc30 LibraryEntry(const std::string& artist, const std::string& album, argument
32 : artist(artist),
36 std::string artist; member in struct:itunes::__anon5509::LibraryEntry
115 void ExpectTrackLocation(const std::string& artist, const std::string& album, argument
121 artist, album, track_name).NormalizePathSeparators().value());
124 void ExpectNoTrack(const std::string& artist, const std::string& album, argument
127 artist, album, track_name).empty()) << track_name;
190 i + 1, i + 1, location.spec().c_str(), entries[i].artist.c_str(),
/external/chromium_org/chrome/utility/media_galleries/
H A Ditunes_library_parser.cc26 std::string artist; member in struct:itunes::__anon7397::TrackInfo
31 // true if at least the id and location where found (artist and album may be
87 if (!iapps::ReadString(reader, &result->artist))
93 result->artist.clear();
94 if (!iapps::ReadString(reader, &result->artist))
172 if (track_info.artist.empty())
173 track_info.artist = "Unknown Artist";
177 library_[track_info.artist][track_info.album].insert(track);
H A Ditunes_library_parser_unittest.cc16 #define SIMPLE_TRACK(key, id, path, artist, album) \
21 " <key>Artist</key><string>" artist "</string>" \
92 const std::string& artist, const std::string& album) {
100 expected_library_[artist][album].insert(track);
91 AddExpectedTrack(uint32 id, const std::string& location, const std::string& artist, const std::string& album) argument
/external/libmtp/examples/
H A Dsendtr.c58 fprintf(stderr, "-t <title> -a <artist> -A <Album artist> -w <writer or composer>\n");
102 album->artist != NULL &&
104 !strcmp(album->artist, albuminfo->artist)) ||
167 char artist[80], albumartist[80], title[80], genre[80], album[80], composer[80]; local
214 palbumartist = prompt("Album artist", albumartist, 80, 0);
217 partist = prompt("Artist", artist, 80, 0);
279 printf("Album artist: %s\n", palbumartist);
280 albuminfo->artist
[all...]
H A Dtracks.c31 if (track->artist != NULL)
32 printf(" Artist: %s\n", track->artist);
H A Dalbums.c31 printf(" Artist: %s\n", album->artist);
H A Dgetplaylist.c37 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
H A Dplaylists.c40 printf(" %u: %s - %s\n", pl->tracks[i], track->artist, track->title);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
H A Did3_parser.js286 var artist = reader.readNullTerminatedString(30).trim();
287 if (artist.length > 0) {
288 metadata.artist = artist;
400 extract('artist', 'TPE1', 'TP1');
/external/libmtp/src/
H A Dlibmtp.c156 char const * const artist,
168 char const * const artist,
4173 new->artist = NULL;
4209 if (track->artist != NULL)
4210 free(track->artist);
4239 track->artist = strdup(prop->propval.str);
4241 track->artist = NULL;
4349 track->artist = get_string_from_object(device, track->item_id, PTP_OPC_Artist);
5888 if (metadata->artist == NULL)
5894 prop->propval.str = strdup(metadata->artist);
7035 create_new_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const parenthandle, uint32_t const storageid, uint16_t const objectformat, char const * const suffix, uint32_t * const newid, uint32_t const * const tracks, uint32_t const no_tracks) argument
7357 update_abstract_list(LIBMTP_mtpdevice_t *device, char const * const name, char const * const artist, char const * const composer, char const * const genre, uint32_t const objecthandle, uint16_t const objectformat, uint32_t const * const tracks, uint32_t const no_tracks) argument
[all...]
H A Dlibmtp.h630 char *artist; /**< Name of recording artist */ member in struct:LIBMTP_track_struct
672 char *artist; /**< Name of album artist */ member in struct:LIBMTP_album_struct
H A Dlibmtp.h.in628 char *artist; /**< Name of recording artist */
670 char *artist; /**< Name of album artist */
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h271 /** Return the artist attached to this view (or null). The artist's reference
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned.
279 Artist* setArtist(Artist* artist);
/external/skia/include/views/
H A DSkView.h271 /** Return the artist attached to this view (or null). The artist's reference
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned.
279 Artist* setArtist(Artist* artist);
/external/libvorbis/doc/
H A D05-comment.tex114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
H A Daudio_player.js522 this.artist_.className = 'data-artist';
548 * @return {string} 'Unknown artist' string.
576 (metadata.media && metadata.media.artist) || this.getDefaultArtist();
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
H A Daudio_player.css205 .track .data .data-artist {
/external/chromium_org/net/base/registry_controlled_domains/
H A Deffective_tld_names.cc3308 char stringpool_str3074[sizeof("is-an-artist.com")];
9686 "is-an-artist.com",
[all...]

Completed in 559 milliseconds