HomeSort by relevance Sort by last modified time
    Searched full:indicator (Results 501 - 525 of 1146) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_5.cpp 125 bfi = bad frame indicator; set to 1 if a bad frame is received (Word16)
165 Word16 bfi, // i : bad frame indicator (set to 1 if a bad
303 Word16 bfi, /* i : bad frame indicator (set to 1 if a bad
  /frameworks/opt/telephony/src/java/android/telephony/
SmsMessage.java 269 * next message. int[3] is an indicator of the encoding
576 * indicator (MWI) clear message
584 * indicator (MWI) set message
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 287 int indicator = appParams.getStatusIndicator(); local
292 if(indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER ||
310 if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) {
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 842 FocusIndicator indicator = getFocusIndicator();
843 if (indicator != null) indicator.clear();
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 129 /** Container of the in-screen progress indicator, to be able to hide it
332 // Ensure that the list is shown (and initial progress indicator
567 * The first time this is called, we hide the large progress indicator
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 98 /** Minimum brightness at which the indicator is shown at half-full and ON */
100 /** Minimum brightness at which the indicator is shown at full */
174 * Returns the small indicator image ID underneath the setting.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 573 * Updates the lint indicator state in the given layout editor
580 * Updates the lint indicator state for the given file
582 * @param file the file to show the indicator status for
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 459 // input method indicator, etc. We have to call FOR_EACH_OBSERVER here since
463 // indicator is hidden) to "xkb:us:intl:eng,mozc", we have to update UI
464 // so it shows the indicator, but no signal is sent from ibus-daemon
467 // indicator is shown and ibus-daemon is started) to "xkb:us::eng", we
468 // have to update UI so it hides the indicator, but we should not expect
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 812 input::-webkit-calendar-picker-indicator {
822 input::-webkit-calendar-picker-indicator:hover {
826 input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator {
839 input:disabled::-webkit-calendar-picker-indicator,
848 input[readonly]::-webkit-calendar-picker-indicator {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 210 // Page Indicator
340 // Hook up the page indicator
371 // Unhook the page indicator
593 // Update the page indicator (when we aren't reordering)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.js 175 '#default-search-engine + .controlled-setting-indicator').location =
784 $('start-stop-sync-indicator').setAttribute('controlled-by', 'policy');
786 $('start-stop-sync-indicator').removeAttribute('controlled-by');
797 $('start-stop-sync-indicator').hidden = signInButton.hidden;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanel.js 324 * @param {?WebInspector.ProgressIndicator} indicator
326 _setOperationInProgress: function(indicator)
328 this._operationInProgress = !!indicator;
332 this._statusTextContainer.enableStyleClass("hidden", !!indicator);
334 if (indicator)
335 this._miscStatusBarItems.appendChild(indicator.element);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 40 /* CDF array for encoder bandwidth (12 vs 16 kHz) indicator. */
44 /* Pointer to cdf array for encoder bandwidth (12 vs 16 kHz) indicator. */
50 * (12 vs 16 kHz) indicator.
    [all...]
lpc_tables.c 16 /* cdf array for model indicator */
20 /* pointer to cdf array for model indicator */
24 /* initial cdf index for decoder of model indicator */
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain795.cpp 152 pOverflow -- Pointer to Flag -- overflow indicator
222 Flag *pOverflow /* o : overflow indicator */
415 pOverflow -- Pointer to Flag -- overflow indicator
491 Flag *pOverflow /* o : overflow indicator */
755 pOverflow -- Pointer to Flag -- overflow indicator
832 Flag *pOverflow /* o : overflow indicator */
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 583 for (Rotatable indicator : indicators) {
584 if (indicator != null) indicator.setOrientation(orientation);
755 // On initial startup, can get here before indicator control is
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 634 // Insert the debug event indicator
654 // Insert the debug event indicator
683 // Insert the debug event indicator
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 853 /* skip everything until the fallback indicator, even the start of a comment */
856 f=-1; /* no fallback indicator */
861 fprintf(stderr, "ucm error: fallback indicator must be |0..|3 - \"%s\"\n", line);
    [all...]
  /external/icu4c/tools/toolutil/
ucm.c 853 /* skip everything until the fallback indicator, even the start of a comment */
856 f=-1; /* no fallback indicator */
861 fprintf(stderr, "ucm error: fallback indicator must be |0..|4 - \"%s\"\n", line);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 252 // Made It, clear error indicator
294 // Made It, clear error indicator
347 // Made It, clear error indicator
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.m 314 * Returns: NSInteger indicator of SUCCESS OR FAILURE
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.m 314 * Returns: NSInteger indicator of SUCCESS OR FAILURE
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.m 314 * Returns: NSInteger indicator of SUCCESS OR FAILURE
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.m 316 * Returns: NSInteger indicator of SUCCESS OR FAILURE
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 29 * Generic state indicator.

Completed in 2355 milliseconds

<<21222324252627282930>>