HomeSort by relevance Sort by last modified time
    Searched full:automatic (Results 101 - 125 of 2035) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ceres-solver/examples/
bundle_adjuster.cc 76 DEFINE_string(blocks_for_inner_iterations, "automatic", "Options are: "
77 "automatic, cameras, points, cameras,points, points,cameras");
92 DEFINE_string(ordering, "automatic", "Options are: automatic, user.");
181 } else if (FLAGS_blocks_for_inner_iterations == "automatic") {
182 LOG(INFO) << "Choosing automatic blocks for inner iterations";
200 if (FLAGS_ordering == "automatic") {
helloworld.cc 34 // automatic differentiation.
47 // automatic differentiation wrapper around it to generate its
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java 112 // Automatic switch back to alphabet by space key.
133 // Automatic switch back to alphabet shift locked test by space key.
156 // Automatic upper case test
160 // Load keyboard, should be in automatic shifted.
165 // Press/release auto caps trigger letter, should be in automatic shifted.
172 // Press/release auto caps trigger letter, should be in automatic shifted.
179 // Press/release space, switch back to automatic shifted.
188 // Press/release space, switch back to automatic shifted.
231 // Load keyboard, should be in automatic shifted.
267 // Load keyboard, should be in automatic shifted
    [all...]
KeyboardStateMultiTouchTests.java 235 // Chording input in automatic upper case.
287 // Multi touch input in automatic upper case.
313 // Press 'Z' key and hold, stay in automatic shifted mode.
340 // Multi touch shift chording input in automatic upper case.
373 // Release shift key, updated to alphabet automatic shifted.
388 // Press 'Z' key and hold, stay in automatic shifted mode.
394 // Release shift key, updated to alphabet automatic shifted.
430 // Load keyboard, should be in automatic shifted.
465 // // Load keyboard, should be in automatic shifted.
  /external/clang/docs/
BlockLanguageSpec.rst 35 also contain various variable bindings to automatic (stack) or managed
47 that may reside in automatic (stack) memory, global memory, or heap
151 exception of those in automatic (stack) storage. Thus one may access
155 Local automatic (stack) variables referenced within the compound
233 initially automatic and only "moved" to allocated (heap) storage upon
242 an implementation provides initial automatic storage for Blocks. This
270 not. Blocks using automatic (stack) memory are objects and may be
281 variables of automatic storage referenced within the Block expression
312 use of C++ objects, pointers, or references held in automatic storage.
LibFormat.rst 5 LibFormat is a library that implements automatic source code formatting based
  /frameworks/base/docs/html/tools/building/
building-studio.jd 18 <li><a href="#AutoAndManualTargetModes">Automatic and manual target modes</a></li>
115 configuration will launch the default project Activity and use automatic target mode for device
134 you'd like to use Manual or Automatic mode when selecting an AVD to run your application. See
135 the following section on <a href="#AutoAndManualTargetModes">Automatic and manual target modes</a>).
149 <h3 id="AutoAndManualTargetModes">Automatic and manual target modes</h3>
151 <p>By default, a run configuration uses the <strong>automatic</strong> target mode in order to
200 <p>By default, Android run configurations use an "automatic target" mode for selecting a
201 device target. For information on how automatic target mode selects a deployment target, see
202 <a href="#AutoAndManualTargetModes">Automatic and manual target modes</a> above.</p>
  /device/asus/flo/voice_processing/
voice_processing_descriptors.c 50 // Automatic Gain Control
58 // "Automatic Gain Control",
  /device/lge/hammerhead/voice_processing/
voice_processing_descriptors.c 50 // Automatic Gain Control 2d416a80-1fcf-11e3-b0b7-0002a5d5c51b
58 // "Automatic Gain Control",
  /device/moto/shamu/voice_processing/
voice_processing_descriptors.c 50 // Automatic Gain Control e6cdbac0-4a7c-11e4-a018-0002a5d5c51b
58 // "Automatic Gain Control",
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_test.cc 66 // Wait for the command execution triggered by the automatic popup to pop up
80 // Wait for the command execution triggered by the automatic popup to pop up
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 22 <legend>Automatic Configuration</legend>
24 <label for="proxyTypeAutoconfig">Your proxy supports <em>automatic configuration</em>.</label>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.html 28 <legend>Automatic Configuration</legend>
30 <label for="proxyTypeAutoconfig">Your proxy supports <em>automatic configuration</em>.</label>
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 45 * - Possible automatic checking for success when it goes out of scope.
47 * Note: For automatic checking for success in the destructor, a subclass
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2 60 * Automatic Variables:: How to use automatic variables in the
128 File: make.info, Node: Pattern Examples, Next: Automatic Variables, Prev: Pattern Intro, Up: Pattern Rules
140 uses the automatic variables `$@' and `$<' to substitute the names of
142 (*note Automatic Variables::).
172 File: make.info, Node: Automatic Variables, Next: Pattern Match, Prev: Pattern Examples, Up: Pattern Rules
174 10.5.3 Automatic Variables
182 What you do is use a special feature of `make', the "automatic
189 automatic variable values are available: they only have values within
196 Secondary Expansion::), which will allow automatic variable values t
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 39 .equals("Automatic Tunneling Pseudo-Interface"))
  /external/chromium_org/base/android/
jni_int_wrapper.h 9 // The wrapper disallows automatic conversion of long to int.
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.h 39 // No automatic enrollment.
  /external/chromium_org/chrome/browser/metrics/
google_update_metrics_provider_win.h 38 // The time at which Google Update last started an automatic update check.
  /external/chromium_org/components/dom_distiller/core/
fake_distiller.cc 61 "with automatic callback execution.";
  /external/chromium_org/components/password_manager/core/common/
password_manager_switches.cc 52 "enable-automatic-password-saving";
password_manager_ui.h 56 // Returns the state that the bubble should be in after the automatic display
  /external/chromium_org/net/proxy/
proxy_config.h 28 // (1) Automatic (indicates the methods to obtain a PAC script)
31 // When both automatic and manual settings are specified, the Automatic ones
171 // Returns true if this config contains any "automatic" settings. See the
  /external/clang/test/ARCMT/
objcmt-property-availability.m 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
objcmt-property-availability.m.result 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))

Completed in 598 milliseconds

1 2 3 45 6 7 8 91011>>