HomeSort by relevance Sort by last modified time
    Searched refs:indicator (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/util/
catrom.pl 38 ( 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/tensorflow/tensorflow/compiler/tf2xla/kernels/
matrix_set_diag_op.cc 63 // Create an indicator tensor that is true only on the diagonal.
68 auto indicator = builder->Eq(iota_m, variable
71 indicator = builder->Broadcast(indicator, batch_shape.dim_sizes());
83 auto output = builder->Select(indicator, diag, input);
matrix_band_part_op.cc 80 auto indicator = builder->And(builder->Le(builder->Neg(num_lower), offset), variable
82 indicator = builder->Broadcast(indicator, batch_shape.dim_sizes());
86 indicator, input,
  /external/ltp/testcases/kernel/fs/fs_maim/
partbeat 65 `touch $device/indicator$i`;
77 `rm -f $device/indicator*`;
  /external/vixl/tools/
printer.py 113 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)
  /packages/apps/Camera2/src/com/android/camera/session/
SessionNotifier.java 49 /** The capture indicator should be updated. */
50 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator,
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
level_indicators_machine.py 45 'Indicator list and its defaults must be of the same '
61 for indicator in self._supported_indicators:
62 levels.append(str(self._state[indicator]))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 104 private void layoutIndicator(View indicator) {
109 left = right - indicator.getMeasuredWidth();
112 right = left + indicator.getMeasuredWidth();
114 indicator.layout(
116 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
  /external/jline/src/src/main/java/jline/
WindowsTerminal.java 326 int indicator = readCharacter(in); local
331 if (indicator == SPECIAL_KEY_INDICATOR
332 || indicator == NUMPAD_KEY_INDICATOR) {
361 } else if (indicator > 128) {
364 replayStream.setInput(indicator, in);
366 indicator = replayReader.read();
370 return indicator;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 69 Drawable indicator = fPressed ? mJoystickPressed : mJoystickNormal; local
74 Utilities.centerAround(x, y, indicator);
75 indicator.draw(canvas);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keywords.c 185 char stringpool_str64[sizeof("indicator")];
233 "indicator",
310 {(int)(long)&((struct stringpool_t *)0)->stringpool_str64, INDICATOR},
  /test/vti/dashboard/src/main/webapp/css/
test_results.css 69 .indicator {
79 .indicator.padded {
82 .test-col .indicator {
show_coverage.css 69 .indicator {
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 45 * Expandable lists are able to show an indicator beside each item to display
135 /** Left bound for drawing the indicator. */
138 /** Right bound for drawing the indicator. */
141 /** Start bound for drawing the indicator. */
144 /** End bound for drawing the indicator. */
148 * Left bound for drawing the indicator of a child. Value of
154 * Right bound for drawing the indicator of a child. Value of
160 * Start bound for drawing the indicator of a child. Value of
166 * End bound for drawing the indicator of a child. Value of
172 * Denotes when a child indicator should inherit this bound from the generi
377 Drawable indicator; local
477 Drawable indicator; local
    [all...]
  /external/v8/tools/testrunner/local/
execution.py 219 self.indicator = progress_indicator
270 # For the indicator, everything that happens after the first run is treated
273 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
275 # Rerun test failures after the indicator has processed the results.
299 self.indicator.HasRun(test, True)
302 # difference is found, call the indicator twice to report both tests.
306 self.indicator.HasRun(test, True)
308 self.indicator.HasRun(test, True)
314 self.indicator.HasRun(test, False)
325 self.indicator.Starting(
    [all...]
  /frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/app/
ActionBarDrawerToggle.java 61 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
96 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
103 * Set the Action Bar's up indicator drawable and content description.
105 * @param upDrawable - Drawable to set as up indicator
111 * Set the Action Bar's up indicator content description.
149 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
158 * @param drawerImageRes A Drawable resource to use as the drawer indicator
180 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
189 * @param animate True to animate the drawer indicator along with the drawer's position.
191 * @param drawerImageRes A Drawable resource to use as the drawer indicator
279 Drawable indicator = null; local
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
ActionBarDrawerToggle.java 54 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
85 * Set the Action Bar's up indicator drawable and content description.
87 * @param upDrawable - Drawable to set as up indicator
93 * Set the Action Bar's up indicator content description.
227 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
292 * Set the up indicator to display when the drawer indicator is not
298 * @param indicator A drawable to use for the up indicator, or null to use
302 public void setHomeAsUpIndicator(Drawable indicator) {
328 Drawable indicator = null; local
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 28 #define R% ratio indicator
  /external/selinux/python/sepolgen/src/sepolgen/
util.py 34 def __init__(self, out, steps=100, indicator='#'):
38 self.indicator = indicator
59 self.out.write(self.indicator * new)
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
Utils.java 92 * returns a shorter array with values taken from x at indices where indicator == value
94 public static double[] extract(int[] indicator, int value, double[] arr) {
95 if (arr.length != indicator.length) {
96 throw new IllegalArgumentException("Length of arr and indicator must be the same.");
99 for (int v: indicator) if (v == value) newLen++;
104 if (indicator[i] == value) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 34 def __init__(self, out, steps=100, indicator='#'):
38 self.indicator = indicator
59 self.out.write(self.indicator * new)
  /frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
Config.java 40 public static final String KEY_INDICATOR = "indicator";
81 boolean indicator) {
85 mIndicator = indicator;
  /external/autotest/frontend/client/src/autotest/common/table/
DynamicTable.java 88 // we add a <span> with a unique ID to hold the sort indicator
104 for (SortIndicator indicator : sortIndicators) {
105 if (columns[indicator.column][COL_NAME].equals(firstSpec.getField())) {
106 indicator.sortOn(firstSpec.getDirection());
108 indicator.sortOff();
  /hardware/qcom/gps/msm8909w_3100/android/location_api/
MeasurementAPIClient.cpp 204 uint8_t indicator = local
207 indicator |= IGnssMeasurementCallback::GnssMultipathIndicator::INDICATOR_PRESENT;
209 indicator |= IGnssMeasurementCallback::GnssMultipathIndicator::INDICATIOR_NOT_PRESENT;
211 static_cast<IGnssMeasurementCallback::GnssMultipathIndicator>(indicator);
  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.cpp 227 uint8_t indicator = local
230 indicator |= IGnssMeasurementCallback::GnssMultipathIndicator::INDICATOR_PRESENT;
232 indicator |= IGnssMeasurementCallback::GnssMultipathIndicator::INDICATIOR_NOT_PRESENT;
234 static_cast<IGnssMeasurementCallback::GnssMultipathIndicator>(indicator);

Completed in 1057 milliseconds

1 2 3 4 5 6 7 8 91011>>