HomeSort by relevance Sort by last modified time
    Searched defs:Artist (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
tunes_db.py 38 class Artist(messages.Message):
42 artist_id: Unique opaque identifier for artist.
43 name: User friendly name of artist.
44 album_count: Number of albums produced by artist.
57 album_id: Unique opaque identifier for artist.
58 artist_id: Artist id of musician or music group that produced album.
70 """Request to add a new Artist to library.
73 name: User friendly name of artist.
80 """Response sent after creation of new artist in library.
83 artist_id: Unique opaque ID of new artist
96 artist = messages.MessageField(Artist, 1, required=True) variable in class:UpdateArtistRequest
146 artist = messages.MessageField(Artist, 1) variable in class:FetchArtistResponse
    [all...]
  /external/skia/include/views/
SkView.h 253 /** \class Artist
259 class Artist : public SkRefCnt {
271 /** Return the artist attached to this view (or null). The artist's reference
274 Artist* getArtist() const;
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)
    [all...]

Completed in 1402 milliseconds