Searched refs:diffs (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalVolumeTargetTest.cpp | 195 std::vector<int> diffs(mTestFrequencies.size()); in TEST_P() local 208 diffs = calculatePercentageDiff(outputMag); in TEST_P() 210 for (size_t i = 0; i < diffs.size(); i++) { in TEST_P() 211 ASSERT_EQ(diffs[i], percentageDb(kBaseLevel)); in TEST_P() 221 diffs = calculatePercentageDiff(outputMag); in TEST_P() 223 for (size_t i = 0; i < diffs.size(); i++) { in TEST_P() 224 ASSERT_EQ(diffs[i], percentageDb(kMinLevel /*Mute*/)); in TEST_P() 229 diffs = calculatePercentageDiff(outputMag); in TEST_P() 231 for (size_t i = 0; i < diffs.size(); i++) { in TEST_P() 232 ASSERT_LT(diffs[i], percentageDb(kMinLevel /*Mute*/)); in TEST_P() [all …]
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 81 std::ostream& operator<<(std::ostream& o, const AuthorizationSetDifferences& diffs) { in operator <<() argument 82 if (!diffs.aWhackB.empty()) { in operator <<() 83 o << "Set " << diffs.aName << " contains the following that " << diffs.bName << " does not" in operator <<() 84 << diffs.aWhackB; in operator <<() 85 if (!diffs.bWhackA.empty()) o << std::endl; in operator <<() 88 if (!diffs.bWhackA.empty()) { in operator <<() 89 o << "Set " << diffs.bName << " contains the following that " << diffs.aName << " does not" in operator <<() 90 << diffs.bWhackA; in operator <<() 103 AuthorizationSetDifferences diffs = {std::move(aName), std::move(bName), {}, {}}; in difference() local 104 std::set_difference(a.begin(), a.end(), b.begin(), b.end(), std::back_inserter(diffs.aWhackB)); in difference() [all …]
|
/hardware/google/pixel/perfstatsd/ |
D | io_usage.cpp | 239 std::unordered_map<uint32_t, UserIo> diffs; in calcIncrement() local 244 diffs[d.uid] = d; in calcIncrement() 246 diffs[d.uid] = d - mPrevious[d.uid]; in calcIncrement() 249 if ((diffs[d.uid].sumRead() || diffs[d.uid].sumWrite()) && in calcIncrement() 256 return diffs; in calcIncrement()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | lbxproto.h | 249 CARD8 diffs; /* number of diffs */ member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | markup.adoc | 501 However, the `inline` option interferes with generating HTML diffs between
|