/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pci_regs.h | 390 #define PCI_EXP_DEVCAP_ATN_IND 0x2000 /* Attention Indicator Present */ 391 #define PCI_EXP_DEVCAP_PWR_IND 0x4000 /* Power Indicator Present */ 450 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */ 451 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */ 466 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ 467 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 68 * Visual indicator of progress in some operation. Displays a bar to the user 122 * By default, the progress bar is a spinning wheel (an indeterminate indicator). To change to a [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
ScannerImpl.java | 181 * A simple key is a key that is not denoted by the '?' indicator. 188 * simple key, we try to locate the corresponding ':' indicator. 315 // Is it the block entry indicator? 330 // Is it the flow sequence start indicator? 334 // Is it the flow mapping start indicator? 338 // Is it the flow sequence end indicator? 342 // Is it the flow mapping end indicator? 346 // Is it the flow entry indicator? 349 // see block entry indicator above 351 // Is it the key indicator 1429 char indicator = reader.peek(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
jdepend-frames.xsl | 368 <p>The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.</p> 370 <p>The number of other packages that depend upon classes within the package is an indicator of the package's responsibility. </p> 372 <p>The number of other packages that the classes in the package depend upon is an indicator of the package's independence. </p> 377 <p>The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. </p> 380 <p>The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. </p>
|
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 573 * <li>the appropriate truncation indicator may be locale-dependent</li> 574 * <li>it is safe to use non-ASCII characters in the truncation indicator</li> 587 // length to truncate the sequence to, not including the truncation indicator 591 // meaning that a string will be truncated to just the truncation indicator itself 593 "maxLength (%s) must be >= length of the truncation indicator (%s)",
|
/external/icu/icu4c/source/common/unicode/ |
ushape.h | 194 /** Direction indicator: the source is in logical (keyboard) order. @stable ICU 2.0 */ 198 * Direction indicator: 207 * Direction indicator: 263 * The direction of "preceding" depends on the direction indicator option. 276 * The direction of "preceding" depends on the direction indicator option.
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_acelp.h | 137 int16 bfi, /* input : Bad frame indicator */ 146 int16 bfi, /* input : Bad frame indicator */ 257 int16 bfi, /* (i) :bad frame indicator */ 258 int16 prev_bfi, /* (i) : Previous BF indicator */ 260 int16 unusable_frame, /* (i) : UF indicator */
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 358 * each page indicator or 0 if the page indicator should be hidden 393 // If more pages exist before the first page indicator, make it a fade-in gradient. 398 // If more pages exist after the last page indicator, make it a fade-out gradient. 403 // Set the indicator of the selected page to be light.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 48 /** Type indicator for a lexer recognizer 52 /** Type indicator for a parser recognizer 56 /** Type indicator for a tree parser recognizer
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
FieldLUDecompositionImpl.java | 55 /** Singularity indicator. */ 237 /** Singularity indicator. */ 245 * @param singular singularity indicator
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
AbstractIntegrator.java | 57 /** Indicator for last step. */ 60 /** Indicator that a state or derivative reset was triggered by some event. */ 66 /** Initialization indicator of events states. */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
AbstractStepInterpolator.java | 79 /** indicator for dirty state. */ 112 * @param forward integration direction indicator 178 * @param isForward integration direction indicator
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
OpenIntToDoubleHashMap.java | 42 /** Status indicator for free table entries. */ 45 /** Status indicator for full table entries. */ 48 /** Status indicator for removed table entries. */
|
OpenIntToFieldHashMap.java | 45 /** Status indicator for free table entries. */ 48 /** Status indicator for full table entries. */ 51 /** Status indicator for removed table entries. */
|
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_stream.h | 317 /* Get the EOF indicator for a stream. */ 321 /* Get the error indicator for a stream. */ 325 /* Clear the error indicator for a stream. */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
dtx_enc.h | 168 Flag *pOverflow /* i/o : overflow indicator */ 182 Flag *pOverflow /* i/o : overflow indicator */ 199 Flag *pOverflow /* i/o : overflow indicator */
|
/frameworks/base/core/tests/coretests/src/android/text/ |
StaticLayoutTest.java | 353 // Odd numbered regional indicator symbols. 354 // U+1F1E6 is REGIONAL INDICATOR SYMBOL LETTER A, U+1F1E8 is REGIONAL INDICATOR SYMBOL
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
EriManager.java | 53 HashMap<Integer, EriInfo> mRoamIndTable; // Roaming Indicator Table 328 // Handling the standard roaming indicator (non-ERI) 422 // Handling the non standard Enhanced Roaming Indicator (roamInd > 63)
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
Spline.java | 141 private void drawHandles(Canvas canvas, Drawable indicator, float centerX, float centerY) { 144 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize); 145 indicator.draw(canvas);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
ActionAdapter.java | 315 Drawable indicator = action.getIndicator(mContext); local 316 if (indicator != null) { 317 indicatorView.setImageDrawable(indicator);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pci_regs.h | 405 #define PCI_EXP_DEVCAP_ATN_IND 0x2000 /* Attention Indicator Present */ 406 #define PCI_EXP_DEVCAP_PWR_IND 0x4000 /* Power Indicator Present */ 468 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */ 469 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */ 484 #define PCI_EXP_SLTCTL_AIC 0x00c0 /* Attention Indicator Control */ 485 #define PCI_EXP_SLTCTL_PIC 0x0300 /* Power Indicator Control */ [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CodecState.java | 221 // FIX-ME: in tunneled mode we currently use input EOS as output EOS indicator 258 // FIX-ME: in tunneled mode we currently use input EOS as output EOS indicator
|
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 33 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to 57 * @return return the color of the indicator used when {@code position} is selected.
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 33 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to 57 * @return return the color of the indicator used when {@code position} is selected.
|
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/ |
SlidingTabLayout.java | 33 * To be used with ViewPager to provide a tab indicator component which give constant feedback as to 57 * @return return the color of the indicator used when {@code position} is selected.
|