HomeSort by relevance Sort by last modified time
    Searched full:automatic (Results 326 - 350 of 2473) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 36 the original file is restored from an automatic backup.
  /toolchain/binutils/binutils-2.25/libiberty/
README 68 If the fully automatic scheme doesn't work, you may be able to get
  /docs/source.android.com/src/devices/audio/
implement-pre-processing.jd 37 <a href="http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html">Automatic Gain Control</a></li>
131 <li>Automatic Gain Control
  /docs/source.android.com/src/devices/tech/display/
night-light.jd 123 Light. This state respects existing automatic rules. For example, if Night
124 Light is toggled on at 5:30 p.m. (before the automatic rule would turn it on
  /external/ImageMagick/www/Magick++/
Documentation.html 15 <p>The Image class supports reference-counted memory management which supports the semantics of an intrinsic variable type (e.g. 'int') with an extremely efficient <tt>operator =</tt> and copy constructor (only a pointer is assigned) while ensuring that the image data is replicated as required so that it the image may be modified without impacting earlier generations. Since the Image class manages heap memory internally, images are best allocated via C++ automatic (stack-based) memory allocation. This support allows most programs using Magick++ to be written without using any pointers, simplifying the implementation and avoiding the risks of using pointers. When a program uses automatic memory allocation to allocate Magick++ images, that aspect of the program becomes naturally exception-safe and thread-safe.</p>
  /external/clang/test/OpenMP/
sections_firstprivate_messages.cpp 137 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp sections' directive into a parallel or another task region?}}
324 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp sections' directive into a parallel or another task region?}}
single_firstprivate_messages.cpp 111 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp single' directive into a parallel or another task region?}}
234 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp single' directive into a parallel or another task region?}}
  /external/flatbuffers/docs/source/
FlexBuffers.md 22 combining automatic pooling of strings with automatic sizing of containers to
  /external/libchrome/base/mac/
scoped_nsobject.h 45 // If Automatic Reference Counting (aka ARC) is enabled then the ownership
61 // Automatic Reference Counting enable or not all methods have annotation to
  /external/libchrome/base/synchronization/
waitable_event.h 49 enum class ResetPolicy { MANUAL, AUTOMATIC };
121 // wait-lists. Each WaitableEvent is automatic-reset and two of them are
  /external/v8/tools/profviz/
profviz.js 139 this.range_start.value = "automatic";
140 this.range_end.value = "automatic";
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
cng_unittest.cc 294 // Test automatic SID.
321 // Test automatic SID, with very short interval.
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
gain_control.h 238 * : 1 - Adaptive Analog Automatic Gain Control -3dBOv
239 * : 2 - Adaptive Digital Automatic Gain Control -3dBOv
  /frameworks/base/tools/aapt2/
readme.md 97 - Transition XML versioning: Adds a new flag `--no-version-transitions` to disable automatic
138 - Automatic attribute versioning: adds version qualifiers to resources that use attributes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 59 * @retries - Number of automatic retries to attempt
102 * @retries - Number of automatic retries to attempt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 59 * @retries - Number of automatic retries to attempt
102 * @retries - Number of automatic retries to attempt
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 479 // Only when shift key is releasing, automatic temporary upper case will be set.
501 // Shift key has been double tapped while in manual shifted or automatic
516 // Shift key is pressed while automatic shifted, we have to move to manual
559 // After chording input, automatic shift state may have been changed depending on
585 // automatic shifted
681 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...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xtensa.texi 26 * Xtensa Relaxation:: Other Automatic Transformations.
63 Enable or disable automatic alignment to reduce branch penalties at some
64 expense in code size. @xref{Xtensa Automatic Alignment, ,Automatic
230 generation of density instructions where appropriate and automatic
235 * Xtensa Automatic Alignment:: Automatic Instruction Alignment.
258 @node Xtensa Automatic Alignment
259 @subsection Automatic Instruction Alignment
    [all...]
  /build/kati/
func.cc 605 new SimpleVar(args[i]->Eval(ev), VarOrigin::AUTOMATIC));
621 // We need to blank further automatic vars
624 if (v->Origin() != VarOrigin::AUTOMATIC) break;
626 av.emplace_back(new SimpleVar("", VarOrigin::AUTOMATIC));
643 tok.as_string(), VarOrigin::AUTOMATIC));
  /external/pcre/dist2/doc/html/
pcre2callout.html 72 an assertion, an automatic callout is inserted immediately before the
83 program has a pattern qualifier (/auto_callout) that sets automatic callouts.
127 Automatic .* anchoring
170 If a pattern has more than one top-level branch, automatic anchoring occurs if
320 help in distinguishing between different automatic callouts, which all have the
  /frameworks/support/core-ui/java/android/support/v4/widget/
AutoScrollHelper.java 31 * AutoScrollHelper is a utility class for adding automatic edge-triggered
40 * <h1>Activation</h1> Automatic scrolling starts when the user touches within
63 * <h1>Scrolling</h1> When automatic scrolling is active, the helper will
446 * Handles touch events by activating automatic scrolling, adjusting scroll
451 * automatic scrolling is active and false otherwise.
    [all...]
  /external/autotest/server/site_tests/firmware_ECThermal/
firmware_ECThermal.py 44 """Enable EC automatic fan speed control"""
394 Checker of thermal engine automatic fan speed control.
429 logging.info("Verifying automatic fan control functionality.")
  /external/v8/src/
handles.h 105 // Constructor for handling automatic up casting.
189 // Constructor for handling automatic up casting from Handle.
200 // Constructor for handling automatic up casting.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsServiceControllerTest.java 368 * Ensure that bindService has only been called once before automatic rebind occurs.
386 * Ensure that calling unbind stops automatic rebind of the ImsService from occuring.
407 * Ensure that calling bind causes the automatic rebinding to be cancelled or not cause another

Completed in 721 milliseconds

<<11121314151617181920>>