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

  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 91 X1<int*>::Inner3<int> id3; local
92 id3.f0(ip, i);
93 id3.f0(dp, i); // expected-error{{cannot initialize a parameter of type 'int *' with an lvalue of type 'double *'}}
94 id3.f1(ip, i, ip);
95 id3.f1(ip, i, dp); // expected-note{{instantiation}}
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 24 #include "include/ID3.h"
56 // Skip an optional ID3 header if syncing at the very beginning
68 if (memcmp("ID3", id3header, 3)) {
84 ALOGV("skipped ID3 tag, new starting offset is %lld (0x%016llx)",
267 && meta->findInt64("post-id3-offset", &meta_post_id3_offset)) {
373 // When getting the id3 tag, skip the V1 tags to prevent the source cache
375 ID3 id3(mDataSource, true);
376 if (id3.isValid()) {
377 ID3::Iterator *com = new ID3::Iterator(id3, "COM")
    [all...]
MPEG4Extractor.cpp 46 #include "include/ID3.h"
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), local
490 new int[] {id3, id2, id1}, PRIORITY_MIN);
503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN);
512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN);
545 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), local
562 new int[] {id3, id2, id1}, PRIORITY_MIN);
575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN);
636 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, local
655 ntm.expectTestNotification(2, id3, PRIORITY_HIGH);
666 ntm.expectTestNotification(2, id3, PRIORITY_HIGH)
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 27 #include "include/ID3.h"
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/v8/test/cctest/
test-api.cc 4387 UniqueId id3 = MakeUniqueId(g3s1.handle); local
4418 UniqueId id3 = MakeUniqueId(g3s1.handle); local
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 174 milliseconds