Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser_test.cpp93 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
102 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
108 str = test::GetValue<String>(&table_, "string/bar"); in TEST_F()
125 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
144 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
151 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F()
162 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
181 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
199 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
219 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo"); in TEST_F()
[all …]
DResourceTable_test.cpp61 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull()); in TEST()
93 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/layout_width"), NotNull()); in TEST()
94 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull()); in TEST()
95 EXPECT_THAT(test::GetValue<Id>(&table, "android:string/ok"), NotNull()); in TEST()
106 Attribute* attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST()
114 attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST()
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp57 Reference* ref = test::GetValue<Reference>(table.get(), "com.app.test:string/foo"); in TEST()
62 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/bar"); in TEST()
67 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/baz"); in TEST()
89 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
120 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
167 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
DTableMerger_test.cpp144 FileReference* f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/file"); in TEST_F()
148 f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/com.app.b$file"); in TEST_F()
173 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F()
343 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); in TEST_F()
353 Style* style = test::GetValue<Style>(&final_table, "com.app.a:style/Theme"); in TEST_F()
/frameworks/base/tools/aapt2/proto/
DTableProtoSerializer_test.cpp47 Id* id = test::GetValue<Id>(table.get(), "com.app.a:id/foo"); in TEST()
96 Id* new_id = test::GetValue<Id>(new_table.get(), "com.app.a:id/foo"); in TEST()
123 Reference* actual_ref = test::GetValue<Reference>(new_table.get(), "com.app.a:layout/abc"); in TEST()
130 test::GetValue<StyledString>(new_table.get(), "com.app.a:string/styled"); in TEST()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp354 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback()
361 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback()
364 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, bitsPerSampleKeyIndex, in DecPlayCallback()
367 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, containerSizeKeyIndex, in DecPlayCallback()
370 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelMaskKeyIndex, in DecPlayCallback()
374 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, endiannessKeyIndex, in DecPlayCallback()
DslesTestDecodeToBuffQueue.cpp246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback()
253 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback()
/frameworks/base/tools/aapt2/split/
DTableSplitter_test.cpp58 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
94 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
/frameworks/base/tools/aapt2/test/
DCommon.h81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue() function
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp192 String* val = test::GetValue<String>(table.get(), "android:string/four"); in TEST()
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator_test.cpp271 test::GetValue<Id>(table.get(), "android:id/foo") in TEST()
/frameworks/base/tools/aapt2/flatten/
DTableFlattener_test.cpp241 Attribute* actual_attr = test::GetValue<Attribute>(&result, "android:attr/foo"); in TEST_F()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h786 SLresult (*GetValue) ( member
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h1332 XAresult (*GetValue) ( member