HomeSort by relevance Sort by last modified time
    Searched defs:indicators (Results 1 - 11 of 11) sorted by null

  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowCoverageServlet.java 90 List<String> indicators = new ArrayList<>(); // list of HTML indicates to display local
120 indicators.add(indicator);
131 request.setAttribute("indicators", new Gson().toJson(indicators));
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 805 // indicators = equal(y, input)
810 auto indicators = Cast(scope, Equal(scope, y, input), grad_inputs[0].type()); local
814 auto num_selected = Reshape(scope, Sum(scope, indicators, reduction_indices),
819 auto scale = Div(scope, indicators, num_selected);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 145 unsigned int changed; /* indicators with new state or map */
146 unsigned int state; /* current state of all indicators */
166 unsigned int changed_indicators;/* indicators with new names */
248 unsigned int leds_defined; /* indicators with names or maps */
249 unsigned int led_state; /* current state of the indicators */
261 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 590 // Update scroll indicators as needed.
594 final int indicators = (hasTopPanel ? View.SCROLL_INDICATOR_TOP : 0) local
596 content.setScrollIndicators(indicators,
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 535 // Update scroll indicators as needed.
539 final int indicators = (hasTopPanel ? ViewCompat.SCROLL_INDICATOR_TOP : 0) local
541 setScrollIndicators(contentPanel, content, indicators,
558 final int indicators, final int mask) {
559 // Set up scroll indicators (if present).
565 ViewCompat.setScrollIndicators(content, indicators, mask);
575 if (indicatorUp != null && (indicators & ViewCompat.SCROLL_INDICATOR_TOP) == 0) {
579 if (indicatorDown != null && (indicators & ViewCompat.SCROLL_INDICATOR_BOTTOM) == 0) {
599 // Set up the indicators following layout.
618 // Set up the indicators following layout
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon61846
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 173 // Small indicators which show the camera settings in the viewfinder.
180 // A view group that contains all the small indicators.
1330 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
    [all...]
VideoCamera.java 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
583 for (Rotatable indicator : indicators) {
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 307 milliseconds