/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 80 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 90 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 111 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F() 132 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 140 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F() 151 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 170 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F() 189 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F() 210 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo"); in TEST_F() 221 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F() [all …]
|
D | ResourceTable_test.cpp | 59 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/id")); in TEST() 91 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/layout_width")); in TEST() 92 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/id")); in TEST() 93 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:string/ok")); in TEST() 105 Attribute* attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST() 113 attr = test::GetValue<Attribute>(&table, "android:attr/foo"); in TEST()
|
/frameworks/base/tools/aapt2/link/ |
D | ReferenceLinker_test.cpp | 56 Reference* ref = test::GetValue<Reference>(table.get(), "com.app.test:string/foo"); in TEST() 61 ref = test::GetValue<Reference>(table.get(), "com.app.test:string/bar"); in TEST() 66 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()
|
D | TableMerger_test.cpp | 144 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/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.h | 88 return GetValue(wmin_, fname, val); in GetElementMinBound() 91 return GetValue(wmax_, fname, val); in GetElementMaxBound() 102 GetValue(w_, fname, &val); in GetElement() 177 bool GetValue(const Wmap &w1, const Key &fname, double *val) const { in GetValue() function
|
D | sparse_weight_vector.cpp | 105 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in AdditiveWeightUpdateBounded() 112 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in AdditiveWeightUpdateBounded() 144 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in MultWeightUpdateBounded() 151 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in MultWeightUpdateBounded() 178 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in ReprojectToBounds() 185 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in ReprojectToBounds()
|
/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/tools/aapt2/proto/ |
D | TableProtoSerializer_test.cpp | 44 Id* id = test::GetValue<Id>(table.get(), "com.app.a:id/foo"); in TEST() 86 Id* new_id = test::GetValue<Id>(new_table.get(), "com.app.a:id/foo"); in TEST() 112 Reference* actual_ref = test::GetValue<Reference>(new_table.get(), "com.app.a:layout/abc"); in TEST()
|
/frameworks/base/tools/aapt2/split/ |
D | TableSplitter_test.cpp | 58 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/ |
D | Common.h | 90 T* GetValue(ResourceTable* table, const android::StringPiece& res_name) { in GetValue() function
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator_test.cpp | 269 test::GetValue<Id>(table.get(), "android:id/foo") in TEST()
|
/frameworks/base/tools/aapt2/compile/ |
D | PseudolocaleGenerator_test.cpp | 192 String* val = test::GetValue<String>(table.get(), "android:string/four"); in TEST()
|
/frameworks/base/tools/aapt2/flatten/ |
D | TableFlattener_test.cpp | 239 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
|