HomeSort by relevance Sort by last modified time
    Searched defs:id4 (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/vr/libpdx/
thread_local_buffer_tests.cpp 59 auto id4 = ThreadLocalBufferTest::GetSlotAddress<ReceiveSlotB>(); local
62 EXPECT_NE(id3, id4);
64 EXPECT_NE(id2, id4);
74 EXPECT_EQ(id4, id4_alias);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CharSequenceTransformationTest.java 74 AutofillId id4 = new AutofillId(4); local
85 b.addField(id4, Pattern.compile("(.)"), "4=$1");
95 when(finder.findByAutofillId(id4)).thenReturn("d");
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 100 X1<int*>::Inner4<int> id4; local
101 id4.f2(ip, i, dp); // expected-note{{instantiation}}
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa_avx.cpp 1145 simdscalari id4 = _mm256_set_epi32(3, 3, 2, 2, 1, 1, 0, 0); local
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50), local
483 ntm.expectTestNotification(6, id4, PRIORITY_HIGH); // concurrent
503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN);
512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN);
541 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50), local
555 ntm.expectTestNotification(6, id4, PRIORITY_HIGH); // concurrent
570 ntm.expectTestNotification(4, id4, PRIORITY_HIGH); // concurrent
631 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, local
656 ntm.expectTestNotification(1, id4, PRIORITY_HIGH);
667 ntm.expectTestNotification(1, id4, PRIORITY_HIGH)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
peicode.h 760 asection_ptr id4, id5, id6 = NULL, text = NULL;
885 id4 = pe_ILF_make_a_section (& vars, ".idata$4", SIZEOF_IDATA4, 0);
887 if (id4 == NULL || id5 == NULL)
898 ((unsigned int *) id4->contents)[0] = ordinal;
899 ((unsigned int *) id4->contents)[1] = 0x80000000;
903 * (unsigned int *) id4->contents = ordinal | 0x80000000;
958 pe_ILF_save_relocs (&vars, id4);
758 asection_ptr id4, id5, id6 = NULL, text = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
pe-dll.c 1885 asection *id2, *id5, *id4; local
1973 asection *id4, *id5, *id7; local
2090 asection *tx, *id7, *id5, *id4, *id6; local
2347 asection *id4; local
    [all...]

Completed in 463 milliseconds