HomeSort by relevance Sort by last modified time
    Searched full:automatic (Results 226 - 250 of 1962) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/
version.mk 41 # Collect automatic version code parameters
  /packages/apps/Mms/tests/src/com/android/mms/
MmsStability.java 86 //This number will send automatic reply
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 92 #define ASYNC_AUTO_IRQ 0x0080 /* Do automatic IRQ during autoconfiguration */
  /device/asus/flo/nfc/
libnfc-brcm.conf 46 # 0 (FALSE) Automatic NDEF detection when background polling
47 # 0 (FALSE) Automatic NDEF read when background polling
  /device/lge/hammerhead/nfc/
libnfc-brcm.conf 46 # 0 (FALSE) Automatic NDEF detection when background polling
47 # 0 (FALSE) Automatic NDEF read when background polling
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 34 // automatic differentiation framework.
98 // cost_function now seamlessly integrates automatic differentiation
  /external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc 156 // In ONC the Inner protocol defaults to "Automatic".
158 // ONC's Inner == "Automatic" translates to omitting the Phase2 property in
  /external/chromium_org/media/audio/
audio_io.h 163 // Sets the Automatic Gain Control (AGC) state.
166 // Returns the Automatic Gain Control (AGC) state.
  /external/chromium_org/third_party/libxslt/win32/
Readme.txt 84 then you really should do an automatic configuration. Which files must
90 precompiled binary distribution, or performing the automatic
  /external/chromium_org/v8/tools/profviz/
profviz.js 138 this.range_start.value = "automatic";
139 this.range_end.value = "automatic";
  /external/clang/test/Sema/
asm.c 102 int a asm ("a_asm"); // expected-warning{{ignored asm label 'a_asm' on automatic variable}}
103 auto int aa asm ("aa_asm"); // expected-warning{{ignored asm label 'aa_asm' on automatic variable}}
  /external/webrtc/src/modules/audio_processing/agc/interface/
gain_control.h 241 * : 1 - Adaptive Analog Automatic Gain Control -3dBOv
242 * : 2 - Adaptive Digital Automatic Gain Control -3dBOv
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 63 * if we are looking for automatic selection. operatorAlphaLong is the
186 // nsm.operatorNumeric is "" if we're in automatic.selection.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 451 // Only when shift key is releasing, automatic temporary upper case will be set.
473 // Shift key has been double tapped while in manual shifted or automatic
488 // Shift key is pressed while automatic shifted, we have to move to manual
530 // After chording input, automatic shift state may have been changed depending on
556 // automatic shifted
649 case AUTOMATIC_SHIFT: return "AUTOMATIC";
  /external/markdown/tests/extensions-x-toc/
syntax-toc.html 6 <li><a href="#automatic-escaping-for-special-characters">Automatic Escaping for Special Characters</a></li>
26 <li><a href="#automatic-links">Automatic Links</a></li>
89 <h2 id="automatic-escaping-for-special-characters">Automatic Escaping for Special Characters</h2>
654 <h2 id="automatic-links">Automatic Links</h2>
655 <p>Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:</p>
661 <p>Automatic links for email addresses work similarly, except tha
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.html 426 <div id="ip-automatic-configuration" class="checkbox">
428 <input id="ip-automatic-configuration-checkbox"
431 <label for="ip-automatic-configuration-checkbox"
435 for="ip-automatic-configuration">
463 <input id="automatic-dns-radio" type="radio" name="dnstype"
464 value="automatic">
468 <div id="automatic-dns-display" class="dns-display"></div>
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 42 By default, wpa_supplicant is not using automatic network selection
93 # Automatic network selection behavior
102 Credentials can be pre-configured for automatic network selection:
106 # Each credential used for automatic network selection is configured as a set
116 # Interworking automatic networking selection behavior. The matching
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_status_bar.jd 18 <li><a href="#dimming11">Automatic dimming</a></li>
120 <a href="#dimming11">Automatic dimming</a> below for more on this behavior.</li>
214 <h3 id="dimming11">Automatic dimming</h3>
224 alt="Automatic shrinking and dimming behavior in Android 3.0 and later">
226 <strong>Figure 2.</strong> Automatic shrinking and dimming behavior in Android 3.0 and later.
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 32 * AutoScrollHelper is a utility class for adding automatic edge-triggered
41 * <h1>Activation</h1> Automatic scrolling starts when the user touches within
64 * <h1>Scrolling</h1> When automatic scrolling is active, the helper will
447 * Handles touch events by activating automatic scrolling, adjusting scroll
452 * automatic scrolling is active and false otherwise.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 131 Close(AUTOMATIC);
154 Close(AUTOMATIC);
410 download_views_.size(), num_in_progress, reason == AUTOMATIC);
  /external/libnfc-nci/src/include/
nfc_target.h 555 /* Automatic NDEF detection (when not in exclusive RF mode) */
560 /* Automatic NDEF read (when not in exclusive RF mode) */
565 /* Automatic NDEF read (when not in exclusive RF mode) */
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Syntax.text 16 * [Automatic Escaping for Special Characters](#autoescape)
31 * [Automatic Links](#autolink)
122 <h3 id="autoescape">Automatic Escaping for Special Characters</h3>
831 <h3 id="autolink">Automatic Links</h3>
833 Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:
841 Automatic links for email addresses work similarly, except that