HomeSort by relevance Sort by last modified time
    Searched full:automatic (Results 251 - 275 of 1965) sorted by null

<<11121314151617181920>>

  /external/markdown/MarkdownTest/Tests_2007/
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
  /external/markdown/tests/extensions-x-def_list/
markdown-syntax.txt 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
  /external/markdown/tests/markdown-test/
markdown-syntax.txt 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
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 90 * automatic setup/configuration for specific email providers. These values supplement (or
91 * override) the automatic configurations provided in res/xml/providers.xml in
  /external/ceres-solver/docs/source/
tutorial.rst 164 Automatic Differentiation in `examples/helloworld.cc
200 Notice the parallel from when we were using automatic differentiation
208 The construction looks almost identical to the one used for automatic
214 **Generally speaking we recommend automatic differentiation instead of
215 numeric differentiation. The use of C++ templates makes automatic
223 In some cases, using automatic differentiation is not possible. For
226 by the automatic differentiation code.
625 and computing its analytic Jacobian is a bit of a pain. Automatic
  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 32 // Jacobians computed via automatic differentiation. For more
33 // information on automatic differentation, see the wikipedia article
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc 295 // TODO(beng): The following two calls should be automatic by Navigate().
403 // TODO(beng): The following two calls should be automatic by Navigate().
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.html 211 <legend>Automatic Configuration</legend>
213 <label for="proxyTypeAutoconfig">Your proxy supports <em>automatic configuration</em>.</label>
  /external/chromium_org/sync/notifier/
registration_manager_unittest.cc 298 // Losing a registration should queue automatic re-registration.
397 // automatic re-registration if that registration is lost.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 160 // These two methods are called by the nodes who want to add/remove themselves into/from the automatic pull lists.
313 // For the sake of thread safety, we maintain a seperate Vector of automatic pull nodes for rendering in m_renderingAutomaticPullNodes.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 74 * supports automatic conversion from strings such as 'abcd' to a 32-bit
83 * supports automatic conversion from strings such as 'abcd' to a 32-bit
  /external/stlport/doc/
README.evc3 111 STLport uses automatic linking to find the proper .lib file. If you want to see
113 When not using automatic linking (by specifying _STLP_DONT_USE_AUTO_LINK), you
README.msvc 97 STLport uses automatic linking to find the proper .lib file. If you want to see
99 When not using automatic linking (by specifying _STLP_DONT_USE_AUTO_LINK), you
  /external/valgrind/main/gdbserver_tests/
README_DEVELOPERS 0 Automatic regression tests:
3 The Valgrind gdbserver automatic tests are by default
  /external/wpa_supplicant_8/hostapd/
defconfig 282 # Automatic Channel Selection
287 # Automatic selection is currently only done through initialization, later on
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 74 * scripts/variables/automatic: Add a test for bug #8154.
250 * scripts/variables/automatic: Add a test for Savannah bug #12320.
307 * scripts/variables/automatic: Fix to work with the second
473 * scripts/variables/automatic: Add tests for $$(@), $${@}, $${@D},
546 * scripts/variables/automatic: Add some tests for $$@, $$(@D), and
553 lot faster. So far it's only used in the automatic test suite.
557 * scripts/variables/automatic: Create a test for automatic variables.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 87 * <li>Automatic or manually-defined based on the key code</li>
257 * <li>Automatic based on the character represented by the key code</li>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 65 * The action of displaying a toast to warn the user an automatic download is starting.
235 * Shows a toast informing the user that an automatic dictionary download is starting.
  /sdk/eclipse/
changes.txt 24 * Automatic merging of library project manifest files into the
27 * Automatic ProGuard support for the aapt -G flag. This means that
222 - Improved "smart indent": automatic indentation and un-indentation
408 - Automatic configuration of many widgets on drop, such as
433 - Automatic Proguard support in release builds. Only need to have a
620 - New launch modes for device selection: automatic will launch an
    [all...]
  /device/lge/mako/
WCNSS_qcom_cfg.ini 217 # Enable Automatic Tx Power control
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 58 example 'automatic input wrapping' do
  /external/bison/lib/
stdbool.in.h 46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
  /external/ceres-solver/examples/
snavely_reprojection_error.h 35 // can use Ceres's automatic differentiation to compute analytic
  /external/ceres-solver/internal/ceres/
autodiff_local_parameterization_test.cc 91 // constant and when used for automatic differentiation will
autodiff_test.cc 191 // Use automatic differentiation to compute the Jacobian.
205 // Use automatic differentiation (again), with two arguments.
312 // Automatic differentiation.
658 // alignment of Eigen types used for automatic differentiation would

Completed in 431 milliseconds

<<11121314151617181920>>