Searched refs:cycler (Results 1 - 4 of 4) sorted by relevance

/external/toolchain-utils/fdo_scripts/
H A Dprofile_cycler.py4 """Script to profile a page cycler, and get it back to the host."""
27 def __init__(self, chromeos_root, board, cycler, profile_dir, remote):
29 self._cycler = cycler
46 raise RuntimeError('Page cycler dir %s not found!' % page_cycler_dir)
94 def _LaunchCycler(self, cycler):
108 cycler))
122 # Copy the page cycler data to the remote
127 for cycler in self._cycler.split(','):
128 self._ProfileOneCycler(cycler)
133 def _ProfileOneCycler(self, cycler)
[all...]
/external/trappy/tests/trappy/plotter/
H A DAttrConf.py103 MPL_STYLE['axes.prop_cycle'] = matplotlib.cycler("color", colors)
/external/trappy/trappy/plotter/
H A DAttrConf.py103 MPL_STYLE['axes.prop_cycle'] = matplotlib.cycler("color", colors)
/external/r8/src/main/java/com/android/tools/r8/dex/
H A DVirtualFile.java848 private final VirtualFileCycler cycler; field in class:VirtualFile.PackageSplitPopulator
863 this.cycler = new VirtualFileCycler(files, namingLens, fillStrategy);
877 VirtualFile current = cycler.next();
885 // Reset the cycler to again iterate over all files, starting with the current one.
886 cycler.restart();
936 if (!cycler.hasNext()) {
947 cycler.addFile();
949 current = cycler.next();
963 addNonPackageClasses(cycler, nonPackageClasses);
969 VirtualFileCycler cycler, Lis
968 addNonPackageClasses( VirtualFileCycler cycler, List<DexProgramClass> nonPackageClasses) argument
993 getVirtualFile(VirtualFileCycler cycler) argument
[all...]

Completed in 104 milliseconds