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

  /frameworks/native/libs/vr/libpdx/
thread_local_buffer_tests.cpp 58 auto id3 = ThreadLocalBufferTest::GetSlotAddress<SendSlotB>(); local
62 EXPECT_NE(id3, id4);
63 EXPECT_NE(id1, id3);
73 EXPECT_EQ(id3, id3_alias);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 87 final String id3 = generateRandomId("id3"); local
101 makeShortcut(id3)
109 runWithCaller(mPackageContext2, () -> getManager().reportShortcutUsed(id3));
114 mPackageContext2.getPackageName(), id3), "Events weren't populated");
  /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...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 198 int id3 = host2.allocateAppWidgetId(); local
200 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
204 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /packages/apps/TV/libs/
exoplayer.jar 
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 2505 milliseconds