HomeSort by relevance Sort by last modified time
    Searched refs:id3 (Results 1 - 17 of 17) 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 90 final String id3 = generateRandomId("id3"); local
104 makeShortcut(id3)
112 runWithCallerWithStrictMode(mPackageContext2, () -> getManager().reportShortcutUsed(id3));
117 mPackageContext2.getPackageName(), id3), "Events weren't populated");
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
AttachTest.py 71 id3 = dut.droid.wifiAwareAttach(False, None, True)
72 dut.log.info('id1=%d, id2=%d, id3=%d', id1, id2, id3)
93 id3))
96 aconsts.EVENT_CB_ON_IDENTITY_CHANGED, id3))
  /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}}
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LuhnChecksumValidatorTest.java 101 AutofillId id3 = new AutofillId(3); local
103 LuhnChecksumValidator validator = new LuhnChecksumValidator(id1, id2, id3);
109 when(finder.findByAutofillId(id3)).thenReturn("3");
CharSequenceTransformationTest.java 73 AutofillId id3 = new AutofillId(3); local
83 b.addField(id3, Pattern.compile("(.)"), "3=$2");
94 when(finder.findByAutofillId(id3)).thenReturn("c");
229 AutofillId id3 = new AutofillId(3); local
232 .addField(id3, Pattern.compile("c"), "C")
241 when(finder.findByAutofillId(id3)).thenReturn("c");
  /frameworks/av/media/extractors/mp3/
MP3Extractor.cpp 23 #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)",
372 // When getting the id3 tag, skip the V1 tags to prevent the source cache
374 ID3 id3(mDataSource, true);
375 if (id3.isValid()) {
376 ID3::Iterator *com = new ID3::Iterator(id3, "COM")
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
RttRequestManagementTest.py 130 id3 = dut.droid.wifiRttStartRangingToAccessPoints(aps, fake_uid)
138 rconsts.EVENT_CB_RANGING_ON_FAIL, id3))
  /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 26 #include "include/ID3.h"
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
model_pruner_test.cc 179 Output id3 = local
180 ops::Identity(scope.WithOpName("id3").WithControlDependencies(id0), id1);
186 item.fetch.push_back("id3");
271 // The input from switch should be forwarded to id3.
277 // The input from switch should be forwarded to id3.
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 219 int id3 = host2.allocateAppWidgetId(); local
221 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
225 assertTrue(Arrays.equals(host2.getAppWidgetIds(), new int[]{id3}));
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 52 #include "include/ID3.h"
    [all...]
  /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 906 milliseconds