Searched refs:newTable (Results 1 - 2 of 2) sorted by last modified time

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer_test.cpp79 std::unique_ptr<ResourceTable> newTable = deserializeTableFromPb(*pbTable, local
82 ASSERT_NE(nullptr, newTable);
84 Id* newId = test::getValue<Id>(newTable.get(), u"@com.app.a:id/foo");
88 Maybe<ResourceTable::SearchResult> result = newTable->findResource(
96 newTable.get(), u"@com.app.a:integer/one", test::parseConfigOrDie("land"), "");
101 newTable.get(), u"@com.app.a:integer/one", test::parseConfigOrDie("land"), "tablet");
105 Reference* actualRef = test::getValue<Reference>(newTable.get(), u"@com.app.a:layout/abc");

Completed in 70 milliseconds