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

<<21222324252627282930>>

  /external/ImageMagick/ImageMagick/api/
magick++-classes.html 59 <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/ImageMagick/www/api/
magick++-classes.html 63 <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/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 108 """Enables automatic send usage statistics and crash reports in Chrome.
117 desc='Wait for automatic send usage checkbox.')
  /external/clang/test/OpenMP/
for_firstprivate_messages.cpp 120 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for' directive into a parallel or another task region?}}
287 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for' directive into a parallel or another task region?}}
for_simd_firstprivate_messages.cpp 124 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for simd' directive into a parallel or another task region?}}
288 int i; // expected-note {{variable with automatic storage duration is predetermined as private; perhaps you forget to enclose 'omp for simd' directive into a parallel or another task region?}}
  /external/fmtlib/test/
format-test.cc 618 FormatError, "cannot switch from manual to automatic argument indexing");
620 FormatError, "cannot switch from automatic to manual argument indexing");
630 FormatError, "cannot switch from manual to automatic argument indexing");
632 FormatError, "cannot switch from automatic to manual argument indexing");
635 FormatError, "cannot switch from manual to automatic argument indexing");
637 FormatError, "cannot switch from automatic to manual argument indexing");
    [all...]
  /external/libnl/lib/
socket.c 304 * Disable automatic request for ACK
321 * Enable automatic request for ACK (default)
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 269 /// Mutates data by adding a word from the temporary automatic dictionary.
273 /// Mutates data by adding a word from the persistent automatic dictionary.
  /external/swiftshader/third_party/LLVM/docs/
Bugpoint.html 17 <li><a href="#autoselect">Automatic Debugger Selection</a></li>
73 <a name="autoselect">Automatic Debugger Selection</a>
  /external/syslinux/gpxe/src/doc/
build_sys.dox 108 provides, then you can exclude source files from the automatic rule
118 will show you which files are currently part of the automatic rule
  /external/v8/tools/release/
push_to_candidates.py 368 print "A reviewer (-r) is required in (semi-)automatic mode."
371 print "Specify your chromium.org email with -a in (semi-)automatic mode."
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 74 // Checks if the device implements Automatic Gain Control (AGC).
369 // Acoustic Echo Canceler (AEC) or Automatic Gain Control (AGC) or
  /external/wpa_supplicant_8/hostapd/
defconfig 321 # Automatic Channel Selection
326 # Automatic selection is currently only done through initialization, later on
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 529 /* This function is used to set the automatic headroom management parameters. */
    [all...]
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 89 * Enable/disable automatic restore of application data at install time. When
98 * @param doAutoRestore When true, enables the automatic app-data restore facility. When
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerInternal.java 136 * @param hasContent True if the logical display has content. This is used to control automatic
220 // If true, enables automatic brightness control.
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ToolbarActionBar.java 405 // Right now use no automatic transition so that the app can supply one if desired.
412 // Right now use no automatic transition so that the app can supply one if desired.
  /packages/services/Telephony/src/com/android/phone/
NetworkSetting.java 134 if (DBG) log("automatic network selection: failed!");
137 if (DBG) log("automatic network selection: succeeded!");
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 156 * does not let gcc to implement automatic instantiation of static template data members/
212 * Some compilers support the automatic linking feature.
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 156 * does not let gcc to implement automatic instantiation of static template data members/
212 * Some compilers support the automatic linking feature.
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 156 * does not let gcc to implement automatic instantiation of static template data members/
212 * Some compilers support the automatic linking feature.
  /device/google/dragon/overlay/frameworks/base/core/res/res/values/
config.xml 54 <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
string_format.h 97 /* Return 1 if an error has been detected switching between automatic
107 "automatic field numbering");
114 "automatic field numbering to "
442 braces). So this is the perfect place to handle automatic field
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
string_format.h 97 /* Return 1 if an error has been detected switching between automatic
107 "automatic field numbering");
114 "automatic field numbering to "
445 braces). So this is the perfect place to handle automatic field
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
history.txt 45 ism, lexical classes, error classes, and automatic error recovery;

Completed in 769 milliseconds

<<21222324252627282930>>