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

  /frameworks/base/tools/aapt2/format/proto/
ProtoSerialize_test.cpp 86 Reference expected_ref; local
87 expected_ref.name = test::ParseNameOrDie("android:layout/main");
88 expected_ref.id = ResourceId(0x01020000);
91 util::make_unique<Reference>(expected_ref), context->GetDiagnostics()));
141 EXPECT_THAT(*actual_ref, Eq(expected_ref));
  /art/runtime/gc/collector/
concurrent_copying.cc 2139 mirror::Object* expected_ref = ref; local
2165 mirror::Object* expected_ref = ref; local
2183 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); local
    [all...]

Completed in 78 milliseconds