Searched refs:indicator (Results 1 - 10 of 10) sorted by relevance

/external/selinux/sepolgen/src/sepolgen/
H A Dutil.py21 def __init__(self, out, steps=100, indicator='#'):
25 self.indicator = indicator
46 self.out.write(self.indicator * new)
/external/vixl/tools/
H A Dprinter.py93 indicator = '[%02d:%02d| %3d%%|'
94 indicator += passed_colour + '+ %d\x1b[0m|'
95 indicator += failed_colour + '- %d\x1b[0m]'
98 progress_string += indicator % (minutes, seconds, progress, passed, failed)
/external/v8/tools/testrunner/local/
H A Dexecution.py77 self.indicator = progress_indicator
131 self.indicator.AboutToRun(test)
142 # For the indicator, everything that happens after the first run is treated
145 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
147 # Rerun test failures after the indicator has processed the results.
167 self.indicator.AboutToRun(test)
171 self.indicator.HasRun(test, True)
174 # difference is found, call the indicator twice to report both tests.
176 self.indicator.AboutToRun(test)
179 self.indicator
[all...]
/external/v8/tools/testrunner/network/
H A Dnetwork_execution.py115 self.indicator.Starting()
167 self.indicator.Done()
208 self.indicator.AboutToRun(test)
217 self.indicator.HasRun(test, has_unexpected_output)
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMathUtils.java1074 public static byte indicator(final byte x) { method in class:MathUtils
1086 public static double indicator(final double x) { method in class:MathUtils
1100 public static float indicator(final float x) { method in class:MathUtils
1113 public static int indicator(final int x) { method in class:MathUtils
1123 public static long indicator(final long x) { method in class:MathUtils
1134 public static short indicator(final short x) { method in class:MathUtils
1521 float sign = indicator(x);
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplex.java768 * <li><code>sign(b) = {@link MathUtils#indicator}(b) </code>
802 MathUtils.indicator(imaginary) * t);
/external/zlib/src/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java6493 DrawableBitmap indicator = new DrawableBitmap(
6498 indicator.setCrop(0, 8, 8, 8); // hack! this shouldn't be hard-coded.
6505 watcher.setup(render, indicator);
/external/blktrace/btt/doc/
H A Dbtt.tex1058 \emph{record} indicator, then the device information (either major,minor
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 463 milliseconds