/system/libhwbinder/vts/performance/ |
D | PerfTest.cpp | 82 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()
|
D | PerfTest.h | 92 static Results combine(const Results& a, const Results& b); 125 static PResults combine(const PResults& a, const PResults& b);
|
D | Benchmark_throughput.cpp | 123 static ProcResults combine(const ProcResults& a, const ProcResults& b) { in combine() function 388 tot_results = ProcResults::combine(tot_results, tmp_results); in main()
|
D | Latency.cpp | 379 total = PResults::combine(total, presults[i]); in main()
|
/system/libvintf/include/vintf/ |
D | CompatibilityMatrix.h | 132 static std::unique_ptr<CompatibilityMatrix> combine(Level deviceLevel, Level kernelLevel,
|
/system/core/storaged/tools/ |
D | ranker.py | 125 if uid in uids and args.combine:
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 6144 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/ |
D | README.md | 76 You can combine the subscriber with other
|
/system/extras/profcollectd/ |
D | README.md | 161 More profile data usually generates better quality profiles. You may combine data from multiple
|
/system/libvintf/ |
D | CompatibilityMatrix.cpp | 337 std::unique_ptr<CompatibilityMatrix> CompatibilityMatrix::combine( in combine() function in android::vintf::CompatibilityMatrix
|
D | VintfObject.cpp | 224 auto combined = CompatibilityMatrix::combine(deviceLevel, kernelLevel, &matrixFragments, error); in getCombinedFrameworkMatrix() 1011 CompatibilityMatrix::combine(deviceLevel, kernelLevel, &targetMatrices, error); in checkDeprecation()
|
D | check_vintf.cpp | 392 auto combined = CompatibilityMatrix::combine(deviceManifest->level(), kernelLevel, in logHalsFromNewFcms()
|
D | AssembleVintf.cpp | 747 builtMatrix = CompatibilityMatrix::combine(deviceLevel, kernelLevel, matrices, &error); in assembleCompatibilityMatrix()
|