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

1 2 3 4

  /external/selinux/sepolgen/src/sepolgen/
util.py 21 def __init__(self, out, steps=100, indicator='#'):
25 self.indicator = indicator
46 self.out.write(self.indicator * new)
  /external/vixl/tools/
printer.py 93 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)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 21 def __init__(self, out, steps=100, indicator='#'):
25 self.indicator = indicator
46 self.out.write(self.indicator * new)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
util.py 21 def __init__(self, out, steps=100, indicator='#'):
25 self.indicator = indicator
46 self.out.write(self.indicator * new)
  /external/v8/tools/testrunner/local/
execution.py 77 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.HasRun(test, True
    [all...]
  /packages/apps/Camera2/src/com/android/camera/session/
SessionNotifier.java 49 /** The capture indicator should be updated. */
50 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 86 private void layoutIndicator(View indicator) {
91 left = right - indicator.getMeasuredWidth();
94 right = left + indicator.getMeasuredWidth();
96 indicator.layout(
98 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/v4/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 52 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
83 * Set the Action Bar's up indicator drawable and content description.
85 * @param upDrawable - Drawable to set as up indicator
91 * Set the Action Bar's up indicator content description.
230 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
293 * Set the up indicator to display when the drawer indicator is not
299 * @param indicator A drawable to use for the up indicator, or null to use
303 public void setHomeAsUpIndicator(Drawable indicator) {
329 Drawable indicator = null; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
types_traits.hpp 76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
  /external/v8/tools/testrunner/network/
network_execution.py 115 self.indicator.Starting()
167 self.indicator.Done()
208 self.indicator.AboutToRun(test)
217 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/8/sources/cxx-stl/gnu-libstdc++/4.7/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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;
  /prebuilts/ndk/9/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;

Completed in 779 milliseconds

1 2 3 4