Home
last modified time | relevance | path

Searched refs:dataSets (Results 1 – 9 of 9) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DHistogramChart.java64 ArrayList<IBarDataSet> dataSets = new ArrayList<>(numDataSets); in HistogramChart() local
68 dataSets.add(dataSet); in HistogramChart()
71 BarData barData = new BarData(dataSets); in HistogramChart()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py211 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
216 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py216 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
221 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py216 dataSets = [(5000, 3, 50, 0.50), (5000, 10, 100, 0.10), (5000, 10, 5, 0.10), (5000, 10, 1, 0.0), variable
221 for (numFuncs, elementsPerFunc, funcsBetweenExec, callWeighting) in dataSets:
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh1756 if (unlikely (outer >= dataSets.len)) in get_delta()
1759 return (this+dataSets[outer]).get_delta (inner, in get_delta()
1778 dataSets.sanitize (c, this)); in sanitize()
1782 { return (this+dataSets[ivs]).get_region_index_count (); } in get_region_index_count()
1789 (this+dataSets[ivs]).get_scalars (coords, coord_count, this+regions, in get_scalars()
1796 LOffsetArrayOf<VarData> dataSets; member
1798 DEFINE_SIZE_ARRAY (8, dataSets);
/external/aac/libSACdec/src/
Dsac_bitdec.cpp785 int i, j, pb, dataSets, setIdx, bsDataPair, dataBands, oldQuantCoarseXXX; in ecDataDec() local
788 dataSets = 0; in ecDataDec()
807 dataSets++; in ecDataDec()
1462 int dataSets; in mapIndexData() local
1472 dataSets = 0; in mapIndexData()
1475 aParamSlots[dataSets] = i; in mapIndexData()
1476 dataSets++; in mapIndexData()