Searched defs:artist (Results 1 - 11 of 11) sorted by relevance

/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.cpp455 Artist* artist = this->getArtist(); local
457 if (artist) {
458 artist->draw(this, canvas);
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
H A Dmodel.py110 album_count: Number of albums produced by artist.
111 albums: Implicit collection of albums produced by artist.
121 artist: Artist that produced album.
125 artist = db.ReferenceProperty(ArtistInfo, variable in class:AlbumInfo
H A Dtunes_db.py42 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.
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.
90 """Update an existing artist.
93 artist: Complete information about artist t
96 artist = messages.MessageField(Artist, 1, required=True) variable in class:UpdateArtistRequest
146 artist = messages.MessageField(Artist, 1) variable in class:FetchArtistResponse
[all...]
/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...]
/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
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 184 milliseconds