HomeSort by relevance Sort by last modified time
    Searched refs:art (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 219 MediaAlbumArt *art = static_cast<MediaAlbumArt *>(mem->pointer()); local
221 char *data = (char *)malloc(art->mSize + 4);
222 *(int32_t *)data = art->mSize;
223 memcpy(&data[4], &art[1], art->mSize);
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 1360 S_DLS_ART_VALUES art; local
1600 S_DLS_ART_VALUES art; local
    [all...]
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 611 // we just use it to see if there is album art or not
612 String art = cursor.getString(mAlbumArtIndex); local
614 if (unknown || art == null || art.length() == 0) {
ArtistAlbumBrowserActivity.java 737 // we just use it to see if there is album art or not
738 String art = cursor.getString(cursor.getColumnIndexOrThrow( local
740 if (unknown || art == null || art.length() == 0) {
    [all...]
MusicUtils.java 475 // as from the album art cache
482 // remove from album art cache
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 389 That thou her maid art far more fair than she:\n\
411 O, speak again, bright angel! for thou art\n\
419 var password = "O Romeo, Romeo! wherefore art thou Romeo?";
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 389 That thou her maid art far more fair than she:\n\
411 O, speak again, bright angel! for thou art\n\
419 var password = "O Romeo, Romeo! wherefore art thou Romeo?";
  /external/chromium/chrome/browser/resources/net_internals/
util.js 130 * TablePrinter is a helper to format a table as ascii art or an HTML table.
  /external/chromium/net/base/
effective_tld_names.cc 456 {"art.sn", 0},
602 {"art.pl", 0},
960 {"art.br", 0},
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 459 milliseconds