Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 13 of 13) sorted by relevance

/system/libhwbinder/vts/performance/
DPerfTest.cpp82 Results Results::combine(const Results& a, const Results& b) { in combine() function in Results
185 PResults PResults::combine(const PResults& a, const PResults& b) { in combine() function in PResults
189 ret.other = Results::combine(a.other, b.other); in combine()
190 ret.fifo = Results::combine(a.fifo, b.fifo); in combine()
DPerfTest.h92 static Results combine(const Results& a, const Results& b);
125 static PResults combine(const PResults& a, const PResults& b);
DBenchmark_throughput.cpp123 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() function
388 tot_results = ProcResults::combine(tot_results, tmp_results); in main()
DLatency.cpp379 total = PResults::combine(total, presults[i]); in main()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h132 static std::unique_ptr<CompatibilityMatrix> combine(Level deviceLevel, Level kernelLevel,
/system/core/storaged/tools/
Dranker.py125 if uid in uids and args.combine:
/system/libvintf/test/
DLibVintfTest.cpp6144 std::unique_ptr<CompatibilityMatrix> combine(Level deviceLevel, in combine() function
6147 return CompatibilityMatrix::combine(deviceLevel, Level::UNSPECIFIED, theMatrices, errorPtr); in combine()
6149 std::unique_ptr<CompatibilityMatrix> combine(Level deviceLevel, Level kernellevel, in combine() function
6152 return CompatibilityMatrix::combine(deviceLevel, kernellevel, theMatrices, errorPtr); in combine()
6176 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
6218 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
6247 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
6273 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
6308 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
6321 auto combined = combine(Level{1}, &matrices, &error); in TEST_F()
[all …]
/system/extras/libatrace_rust/
DREADME.md76 You can combine the subscriber with other
/system/extras/profcollectd/
DREADME.md161 More profile data usually generates better quality profiles. You may combine data from multiple
/system/libvintf/
DCompatibilityMatrix.cpp337 std::unique_ptr<CompatibilityMatrix> CompatibilityMatrix::combine( in combine() function in android::vintf::CompatibilityMatrix
DVintfObject.cpp224 auto combined = CompatibilityMatrix::combine(deviceLevel, kernelLevel, &matrixFragments, error); in getCombinedFrameworkMatrix()
1011 CompatibilityMatrix::combine(deviceLevel, kernelLevel, &targetMatrices, error); in checkDeprecation()
Dcheck_vintf.cpp392 auto combined = CompatibilityMatrix::combine(deviceManifest->level(), kernelLevel, in logHalsFromNewFcms()
DAssembleVintf.cpp747 builtMatrix = CompatibilityMatrix::combine(deviceLevel, kernelLevel, matrices, &error); in assembleCompatibilityMatrix()