HomeSort by relevance Sort by last modified time
    Searched full:indicator (Results 76 - 100 of 1408) sorted by null

1 2 34 5 6 7 8 91011>>

  /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();
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java 88 // Initialize current selection. This will store where the dial's "indicator" is pointing.
193 * circle to server as our indicator. The position for the indicator is determined based
213 // Draw indicator mark
222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
226 * @param radius Radius where label/indicator is to be drawn.
  /developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/
DialView.java 88 // Initialize current selection. This will store where the dial's "indicator" is pointing.
193 * circle to server as our indicator. The position for the indicator is determined based
213 // Draw indicator mark
222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
226 * @param radius Radius where label/indicator is to be drawn.
  /development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DialView.java 88 // Initialize current selection. This will store where the dial's "indicator" is pointing.
193 * circle to server as our indicator. The position for the indicator is determined based
213 // Draw indicator mark
222 * Compute the X/Y-coordinates for a label or indicator, given the position number and radius
226 * @param radius Radius where label/indicator is to be drawn.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventHandler.java 52 /** Stop indicator.
59 /** Reset state indicator.
68 /** Reset derivatives indicator.
78 /** Continue indicator.
170 * indicator. It allows the user to reset the state vector for the
173 * #RESET_STATE} indicator, this function will never be called, and it is
  /frameworks/base/core/java/android/widget/
TabHost.java 198 * @param tabSpec Specifies how to create the indicator and content.
203 throw new IllegalArgumentException("you must specify a way to create the tab indicator.");
308 // unhandled key events change focus to tab indicator for embedded
451 * A tab has a tab indicator, content, and a tag that is used to keep
454 * For the tab indicator, your choices are:
475 * Specify a label as the tab indicator.
483 * Specify a label and icon as the tab indicator.
491 * Specify a view as the tab indicator.
531 * Specifies what you do to create a tab indicator.
536 * Return the view for the indicator
    [all...]
TabWidget.java 210 * Returns the tab indicator view at the given index.
212 * @param index the zero-based index of the tab indicator view to return
213 * @return the tab indicator view at the given index
220 * Returns the number of tab indicator views.
222 * @return the number of tab indicator views
512 * on a tab indicator.
523 // registered with each tab indicator so we can notify tab host
537 * Lets {@link TabHost} know that the user clicked on a tab indicator.
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
sort.js 90 * Adds the sort indicator as a hash to the document URL and all links.
129 * Remove the sorting indicator style from all headers.
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
ElementLayoutActivity.java 40 // Blinker indicator for visual feedback that Activity is currently updating.
138 // Interpolate indicator color
  /libcore/ojluni/src/main/java/sun/security/x509/
DeltaCRLIndicatorExtension.java 36 * Represents the Delta CRL Indicator Extension.
72 * Creates a delta CRL indicator extension with the integer value .
  /packages/apps/Camera2/src/com/android/camera/ui/
ProgressRenderer.java 63 * Shows a progress indicator. If the progress is '100', the progress
64 * indicator will be hidden.
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 31 # 2. IFD indicator:
45 # IFD indicator
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBar.java 30 * A view that contains the top-level indicator control.
36 // Space between indicator icons.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
ItalianCustomizer.java 59 // U+00BA: "º" MASCULINE ORDINAL INDICATOR
71 // U+00AA: "ª" FEMININE ORDINAL INDICATOR
PortugueseCustomizer.java 59 // U+00BA: "º" MASCULINE ORDINAL INDICATOR
70 // U+00AA: "ª" FEMININE ORDINAL INDICATOR
  /development/samples/BluetoothHDP/res/values/
strings.xml 27 <string name="data_ind">Data Indicator</string>
  /external/bison/lib/
sys_types.in.h 39 /* Indicator, for gnulib internal purposes. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
PKIXCRLStoreSelector.java 70 * CRL indicator CRL extension.
75 * @param deltaCRLIndicator <code>true</code> if the delta CRL indicator
252 * Returns if this selector must match CRLs with the delta CRL indicator
256 * indicator extension are selected.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CRLStoreSelector.java 169 * Returns if this selector must match CRLs with the delta CRL indicator
173 * indicator extension are selected.
182 * CRL indicator CRL extension.
187 * @param deltaCRLIndicator <code>true</code> if the delta CRL indicator
  /external/droiddriver/src/io/appium/droiddriver/actions/
Action.java 38 * Gets the timeout to wait for an indicator that the action has been carried
  /external/iptables/extensions/
libxt_LED.man 1 This creates an LED-trigger that can then be attached to system indicator
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 25 * a "busy" indicator for read operations).
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexEncoder.java 37 // Index Indicator
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.h 32 // WebRtcVad_GmmProbability() as a signal indicator, hence it is arbitrary above

Completed in 1311 milliseconds

1 2 34 5 6 7 8 91011>>