Searched refs:GetValue (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp94 String* str = test::GetValue<String>(&table_, "string/foo");
100 str = test::GetValue<String>(&table_, "string/bar");
105 str = test::GetValue<String>(&table_, "string/baz");
113 String* str = test::GetValue<String>(&table_, "string/foo");
119 str = test::GetValue<String>(&table_, "string/bar");
136 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo");
155 String* str = test::GetValue<String>(&table_, "string/foo");
162 str = test::GetValue<String>(&table_, "string/foo2");
171 String* str = test::GetValue<String>(&table_, "string/foo");
179 str = test::GetValue<Strin
[all...]
H A DResourceTable_test.cpp64 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull());
96 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/layout_width"), NotNull());
97 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull());
98 EXPECT_THAT(test::GetValue<Id>(&table, "android:string/ok"), NotNull());
109 Attribute* attr = test::GetValue<Attribute>(&table, "android:attr/foo");
116 attr = test::GetValue<Attribute>(&table, "android:attr/foo");
/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator_test.cpp40 using ::aapt::test::GetValue;
128 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
153 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
178 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull());
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker_test.cpp59 Reference* ref = test::GetValue<Reference>(table.get(), "com.app.test:string/foo");
64 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/bar");
69 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/baz");
91 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme");
122 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme");
169 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme");
H A DTableMerger_test.cpp145 FileReference* f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/file");
150 f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/com.app.b$file");
176 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo");
340 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo");
350 Style* style = test::GetValue<Style>(&final_table, "com.app.a:style/Theme");
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp57 Id* id = test::GetValue<Id>(table.get(), "com.app.a:id/foo");
110 Id* new_id = test::GetValue<Id>(&new_table, "com.app.a:id/foo");
137 Reference* actual_ref = test::GetValue<Reference>(&new_table, "com.app.a:layout/abc");
144 test::GetValue<FileReference>(&new_table, "com.app.a:layout/main");
149 test::GetValue<StyledString>(&new_table, "com.app.a:string/styled");
/frameworks/base/tools/aapt2/split/
H A DTableSplitter_test.cpp58 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one"));
94 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one"));
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp354 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
361 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex,
364 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, bitsPerSampleKeyIndex,
367 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, containerSizeKeyIndex,
370 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelMaskKeyIndex,
374 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, endiannessKeyIndex,
H A DslesTestDecodeToBuffQueue.cpp246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex,
253 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex,
/frameworks/base/tools/aapt2/test/
H A DCommon.h81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { function in namespace:aapt::test
/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator_test.cpp192 String* val = test::GetValue<String>(table.get(), "android:string/four");
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp263 test::GetValue<Id>(table.get(), "android:id/foo")
/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp231 Attribute* actual_attr = test::GetValue<Attribute>(&result, "android:attr/foo");
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1332 XAresult (*GetValue) ( member in struct:XAMetadataExtractionItf_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h786 SLresult (*GetValue) ( member in struct:SLMetadataExtractionItf_

Completed in 342 milliseconds