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

1 2 3 4 5 6 7 8 9

  /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,
CaptureSessionImpl.java 190 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) {
194 onCaptureIndicatorUpdate(indicator, rotationDegrees);
459 private void onCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) {
460 mSessionNotifier.notifySessionCaptureIndicatorAvailable(indicator, rotationDegrees);
CaptureSessionManagerImpl.java 194 * @param indicator the bitmap that should be used for the capture
195 * indicator
199 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator, final int
206 listener.onSessionCaptureIndicatorUpdate(indicator, rotationDegrees);
  /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]))
  /external/v8/tools/testrunner/local/
execution.py 189 self.indicator = progress_indicator
230 self.indicator.AboutToRun(test)
241 # For the indicator, everything that happens after the first run is treated
244 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
246 # Rerun test failures after the indicator has processed the results.
267 self.indicator.AboutToRun(test)
271 self.indicator.HasRun(test, True)
274 # difference is found, call the indicator twice to report both tests.
276 self.indicator.AboutToRun(test)
279 self.indicator.HasRun(test, True
    [all...]
progress.py 93 def Register(self, indicator):
94 self.indicators.append(indicator)
106 for indicator in self.indicators:
107 getattr(indicator, f.__name__)(*args, **kwargs)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 91 private void layoutIndicator(View indicator) {
96 left = right - indicator.getMeasuredWidth();
99 right = left + indicator.getMeasuredWidth();
101 indicator.layout(
103 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
  /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);
  /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...]
  /frameworks/support/core-ui/java/android/support/v4/app/
ActionBarDrawerToggle.java 55 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
83 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
90 * Set the Action Bar's up indicator drawable and content description.
92 * @param upDrawable - Drawable to set as up indicator
98 * Set the Action Bar's up indicator content description.
211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
220 * @param drawerImageRes A Drawable resource to use as the drawer indicator
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
253 * @param drawerImageRes A Drawable resource to use as the drawer indicator
341 Drawable indicator = null; local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggle.java 53 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
84 * Set the Action Bar's up indicator drawable and content description.
86 * @param upDrawable - Drawable to set as up indicator
92 * Set the Action Bar's up indicator content description.
229 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
294 * Set the up indicator to display when the drawer indicator is not
300 * @param indicator A drawable to use for the up indicator, or null to use
304 public void setHomeAsUpIndicator(Drawable indicator) {
330 Drawable indicator = null; local
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
util.py 34 def __init__(self, out, steps=100, indicator='#'):
38 self.indicator = indicator
59 self.out.write(self.indicator * new)
  /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)
  /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();
  /external/v8/tools/testrunner/network/
network_execution.py 113 self.indicator.Starting()
165 self.indicator.Done()
206 self.indicator.AboutToRun(test)
215 self.indicator.HasRun(test, has_unexpected_output)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
279 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
279 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
279 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
279 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 189 unsigned indicator = data[0]; local
191 CHECK((indicator & 0x1f) == 28);
243 || data[0] != indicator
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 75 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize,
79 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
80 indicator.draw(canvas);
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
status.css 169 .selected-indicator {
172 .selected-link .selected-indicator {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 231 u32 indicator; member in struct:__anon35180
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
GithubFeedbackTask.java 60 public void run(@NotNull ProgressIndicator indicator) {
61 indicator.setIndeterminate(true);

Completed in 3020 milliseconds

1 2 3 4 5 6 7 8 9