Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 25 of 99) sorted by relevance

1234

/external/syslinux/gpxe/src/util/
Dcatrom.pl38 ( my $indicator ) =
40 my $msg = sprintf ( "$romfile: indicator was %02x, ", $indicator );
41 $indicator &= ! ( 1 << 7 );
42 $indicator |= ( $last << 7 );
43 $msg .= sprintf ( "now %02x\n", $indicator );
44 substr ( $romdata, $pci + INDICATOR_OFF, 1 ) = pack ( 'C', $indicator );
/external/jline/src/src/main/java/jline/
DWindowsTerminal.java326 int indicator = readCharacter(in); in readVirtualKey() local
331 if (indicator == SPECIAL_KEY_INDICATOR in readVirtualKey()
332 || indicator == NUMPAD_KEY_INDICATOR) { in readVirtualKey()
361 } else if (indicator > 128) { in readVirtualKey()
364 replayStream.setInput(indicator, in); in readVirtualKey()
366 indicator = replayReader.read(); in readVirtualKey()
370 return indicator; in readVirtualKey()
/external/vixl/tools/
Dprinter.py113 indicator = '[%02d:%02d| %3d%%|'
114 indicator += passed_colour + '+ %d' + NO_COLOUR + '|'
115 indicator += failed_colour + '- %d' + NO_COLOUR + ']'
118 progress_string += indicator % (minutes, seconds, progress, passed, failed)
/external/v8/tools/testrunner/local/
Dexecution.py219 self.indicator = progress_indicator
273 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
299 self.indicator.HasRun(test, True)
306 self.indicator.HasRun(test, True)
308 self.indicator.HasRun(test, True)
314 self.indicator.HasRun(test, False)
325 self.indicator.Starting()
327 self.indicator.Done()
358 self.indicator.Heartbeat()
Dprogress.py91 def Register(self, indicator): argument
92 self.indicators.append(indicator)
104 for indicator in self.indicators:
105 getattr(indicator, f.__name__)(*args, **kwargs)
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-09-18.data3 - >1 # Indentation indicator
5 - |+ # Chomping indicator
Dremove-possible-simple-key-bug.loader-error2 *A ] # The ']' indicator triggers remove_possible_simple_key,
/external/selinux/python/sepolgen/src/sepolgen/
Dutil.py34 def __init__(self, out, steps=100, indicator='#'): argument
38 self.indicator = indicator
59 self.out.write(self.indicator * new)
/external/llvm/test/YAMLParser/
Dspec-09-18.test9 - >1 # Indentation indicator
11 - |+ # Chomping indicator
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DUtils.java94 public static double[] extract(int[] indicator, int value, double[] arr) { in extract() argument
95 if (arr.length != indicator.length) { in extract()
99 for (int v: indicator) if (v == value) newLen++; in extract()
104 if (indicator[i] == value) { in extract()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst13 there is a global indicator (per thread) of the last error that occurred. Most
15 the error on failure. Most functions also return an error indicator, usually
21 doesn't set the error indicator; the function it called already set it. It is
35 The error indicator consists of three Python objects corresponding to the
37 API functions exist to interact with the error indicator in various ways. There
38 is a separate error indicator for each thread.
46 Print a standard traceback to ``sys.stderr`` and clear the error indicator.
47 Call this function only when the error indicator is set. (Otherwise it will
62 Test whether the error indicator is set. If set, return the exception *type*
102 Clear the error indicator. If the error indicator is not set, there is no
[all …]
/external/autotest/client/cros/cellular/wardmodem/state_machines/
Dlevel_indicators_machine.py61 for indicator in self._supported_indicators:
62 levels.append(str(self._state[indicator]))
/external/autotest/frontend/client/src/autotest/common/table/
DDynamicTable.java104 for (SortIndicator indicator : sortIndicators) { in updateSortIndicators()
105 if (columns[indicator.column][COL_NAME].equals(firstSpec.getField())) { in updateSortIndicators()
106 indicator.sortOn(firstSpec.getDirection()); in updateSortIndicators()
108 indicator.sortOff(); in updateSortIndicators()
/external/icu/icu4c/source/data/rbnf/
Daf.txt6 "%%digits-ordinal-indicator:",
14 "0: =#,##0==%%digits-ordinal-indicator=;",
Daz.txt6 "%%digits-ordinal-indicator:",
10 "0: =#,##0==%%digits-ordinal-indicator=;",
Dca.txt9 "%%digits-ordinal-indicator-m:",
20 "0: =#,##0==%%digits-ordinal-indicator-m=;",
/external/v8/tools/testrunner/network/
Dnetwork_execution.py113 self.indicator.Starting()
165 self.indicator.Done()
214 self.indicator.HasRun(test, has_unexpected_output)
/external/fmtlib/doc/bootstrap/
Dcarousel.less168 // Optional indicator pips
190 border: 1px solid @carousel-indicator-border-color;
210 background-color: @carousel-indicator-active-bg;
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D147-define-macro-no-space.c.expected51 % ratio indicator
D147-define-macro-no-space.c28 #define R% ratio indicator
/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DGithubFeedbackTask.java60 public void run(@NotNull ProgressIndicator indicator) { in run() argument
61 indicator.setIndeterminate(true); in run()
/external/syslinux/gpxe/src/arch/i386/image/
Deltorito.c86 uint8_t indicator; member
240 if ( boot_entry->indicator != ELTORITO_BOOTABLE ) { in eltorito_read_catalog()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java1074 public static byte indicator(final byte x) {
1086 public static double indicator(final double x) {
1100 public static float indicator(final float x) {
1113 public static int indicator(final int x) {
1123 public static long indicator(final long x) {
1134 public static short indicator(final short x) {
1521 float sign = indicator(x);
/external/llvm/test/Object/ARM/
Dsymbol-addr.ll7 ; indicator bit.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlocal_alias.ll8 ; Check that we generate internal alias and odr indicator symbols for global to be protected.

1234