Home
last modified time | relevance | path

Searched refs:albums (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
Dtunes_db_test.py298 self.assertEquals(2, len(response.albums))
299 self.AssertAlbumMatches(self.get_it_together, response.albums[0])
300 self.AssertAlbumMatches(self.help, response.albums[1])
308 self.assertEquals(2, len(response.albums))
309 self.AssertAlbumMatches(self.proof_of_youth, response.albums[0])
310 self.AssertAlbumMatches(self.thunder_lightening_strike, response.albums[1])
317 self.assertEquals(1, len(response.albums))
319 self.AssertAlbumMatches(self.yellow_submarine, response.albums[0])
330 self.assertEquals(2, len(response.albums))
331 self.AssertAlbumMatches(self.get_it_together, response.albums[0])
[all …]
Dtunes_db.py299 albums = messages.MessageField(Album, 1, repeated=True) variable in SearchAlbumsResponse
538 return SearchAlbumsResponse(albums=results or [],
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/
Dmain.py186 albums = response.albums
191 'albums': albums,
240 albums = response.albums
244 {'albums': albums,
/external/markdown/markdown/extensions/
Dimagelinks.py54 albums = []
111 if not album in albums :
112 albums.append(album)
/external/libmtp/examples/
DMakefile.am3 format albumart albums newplaylist emptyfolders \ program
20 albums_SOURCES=albums.c util.c util.h common.h
DMakefile.in40 format$(EXEEXT) albumart$(EXEEXT) albums$(EXEEXT) \
63 am_albums_OBJECTS = albums.$(OBJEXT) util.$(OBJEXT)
286 albums_SOURCES = albums.c util.c util.h common.h
373 albums$(EXEEXT): $(albums_OBJECTS) $(albums_DEPENDENCIES)
374 @rm -f albums$(EXEEXT)
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/albums.Po@am__quote@
/external/libmtp/
DChangeLog316 * src/libmtp.c: store albums and playlists in the default
317 music folder if no default folder for albums resp.
531 missing or not properly set. Not doing the same for albums -
771 needed for classical albums, on abstract albums.
773 * examples/albums.c: consequental changes.
806 * src/libmtp.c: add parent_id to albums and playlists,
810 * examples/albums.c: consequental changes.
843 * examples/sendtr.c: add transferred tracks to albums if possible.
925 * src/libmtp.c: make libmtp use PTP_OPC_AlbumArtist on albums,
1095 * src/libmtp.c: wrapped updating of playlists and albums into an
[all …]
DREADME657 Playlists and albums aren't really files, thinking about
663 instead! This is why playlists/albums must have their own structs and
/external/libmtp/src/
Dlibmtp.h.in903 * @defgroup albums The audio/video album management API.