Home
last modified time | relevance | path

Searched refs:appendValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
DAaptUtil.h31 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector,
35 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector,
43 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector, in appendValue() function
53 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector, in appendValue() function
DResourceTable.cpp4647 AaptUtil::appendValue(attributesToRemove, sdkLevel, bag.keyAt(bi)); in modifyForCompat()
4872 AaptUtil::appendValue(resources, symbol, in getDensityVaryingResources()
/frameworks/base/tools/split-select/
DGrouper.cpp26 using AaptUtil::appendValue;
44 appendValue(densityGroups, key, split); in groupByMutualExclusivity()
48 appendValue(abiGroups, key, split); in groupByMutualExclusivity()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java401 .appendText("did not have expected band ").appendValue(expectedBand) in bandIs()
402 .appendText(", was ").appendValue(bucketSettings.band); in bandIs()
411 description.appendText("bucket band is ").appendValue(expectedBand); in bandIs()
426 .appendValue(bucketSettings.band);
431 .appendValue(expectedChannels.length)
432 .appendText(", was ").appendValue(bucketSettings.num_channels);
440 .appendValue(expectedChannels.length)
441 .appendText(", was ").appendValue(bucketSettings.channels.length);
460 .appendValue(expectedChannelsSet);
464 .appendValue(extraChannelsSet);
[all …]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentWithAspectRatioTest.java270 description.appendText(" Expected size was ").appendValue(mSize) in describeMismatch()
271 .appendText(" but received size is ").appendValue(size); in describeMismatch()
274 description.appendText(" Expected mode was ").appendValue(modeName(mMode)) in describeMismatch()
275 .appendText(" but received mode is ").appendValue(modeName(mode)); in describeMismatch()
282 description.appendText(" Measure spec size:").appendValue(mSize); in describeTo()
285 description.appendText(" Measure spec mode:").appendValue(modeName(mMode)); in describeTo()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java62 description.appendText("in(").appendValue(mValues).appendText(")"); in describeTo()