/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 95 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 101 str = test::GetValue<String>(&table_, "string/bar"); in TEST_F() 137 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F() 156 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 163 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F() 172 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 180 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F() 188 str = test::GetValue<String>(&table_, "string/foo3"); in TEST_F() 195 str = test::GetValue<String>(&table_, "string/foo4"); in TEST_F() 205 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F() [all …]
|
D | ResourceTable_test.cpp | 65 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull()); in TEST() 97 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/layout_width"), NotNull()); in TEST() 98 EXPECT_THAT(test::GetValue<Id>(&table, "android:attr/id"), NotNull()); in TEST() 99 EXPECT_THAT(test::GetValue<Id>(&table, "android:string/ok"), NotNull()); in TEST() 110 Attribute* attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST() 117 attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST()
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourcePathShortener_test.cpp | 22 using ::aapt::test::GetValue; 55 GetValue<FileReference>(table.get(), "android:drawable/xmlfile"); in TEST() 62 *GetValue<String>(table.get(), "android:string/string")->value, in TEST()
|
D | MultiApkGenerator_test.cpp | 42 using ::aapt::test::GetValue; 130 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull()); in TEST_F() 155 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull()); in TEST_F() 180 EXPECT_THAT(GetValue<Id>(new_table, "android:string/one"), NotNull()); in TEST_F()
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker_test.cpp | 59 Reference* ref = test::GetValue<Reference>(table.get(), "com.app.test:string/foo"); in TEST() 64 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/bar"); in TEST() 69 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/baz"); in TEST() 91 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() 122 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST() 169 Style* style = test::GetValue<Style>(table.get(), "com.app.test:style/Theme"); in TEST()
|
D | TableMerger_test.cpp | 145 FileReference* f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/file"); in TEST_F() 150 f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/com.app.b$file"); in TEST_F() 176 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F() 216 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F() 218 BinaryPrimitive* bar = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/bar"); in TEST_F() 220 BinaryPrimitive* baz = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/baz"); in TEST_F() 470 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); in TEST_F() 480 Style* style = test::GetValue<Style>(&final_table, "com.app.a:style/Theme"); in TEST_F()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 354 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()
|
D | slesTestDecodeToBuffQueue.cpp | 246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 253 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback()
|
/frameworks/base/cmds/idmap2/idmap2/ |
D | Lookup.cpp | 88 Result<std::string> WARN_UNUSED GetValue(const AssetManager2& am, ResourceId resid) { in GetValue() function 238 const Result<std::string> value = GetValue(am, *resid); in Lookup()
|
/frameworks/base/tools/aapt2/split/ |
D | TableSplitter_test.cpp | 60 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST() 96 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
|
/frameworks/base/tools/aapt2/format/proto/ |
D | ProtoSerialize_test.cpp | 59 Id* id = test::GetValue<Id>(table.get(), "com.app.a:id/foo"); in TEST() 115 Id* new_id = test::GetValue<Id>(&new_table, "com.app.a:id/foo"); in TEST() 142 Reference* actual_ref = test::GetValue<Reference>(&new_table, "com.app.a:layout/abc"); in TEST() 149 test::GetValue<FileReference>(&new_table, "com.app.a:layout/main"); in TEST() 154 test::GetValue<StyledString>(&new_table, "com.app.a:string/styled"); in TEST()
|
/frameworks/base/tools/aapt2/test/ |
D | Common.h | 81 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue() function
|
/frameworks/base/tools/aapt2/compile/ |
D | PseudolocaleGenerator_test.cpp | 194 String* val = test::GetValue<String>(table.get(), "android:string/four"); in TEST()
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator_test.cpp | 312 test::GetValue<Id>(table.get(), "android:id/foo") in TEST()
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 233 Attribute* actual_attr = test::GetValue<Attribute>(&result, "android:attr/foo"); in TEST_F()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 786 SLresult (*GetValue) ( member
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1332 XAresult (*GetValue) ( member
|