/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
time.h | 119 strict C++ rules prevent the automatic promotion. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsap.h | 12 * BEGIN_xx and END_xx markers are used for automatic generation of
|
hdreg.h | 283 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */ 302 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */ 482 * 9: Automatic Acoustic Management 532 * 9: Automatic Acoustic Management
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 245 * behaviour. Additionally, there will be no automatic monitoring of the lock
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
time.h | 119 strict C++ rules prevent the automatic promotion. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmsap.h | 12 * BEGIN_xx and END_xx markers are used for automatic generation of
|
hdreg.h | 283 #define SETFEATURES_EN_AAM 0x42 /* Enable Automatic Acoustic Management */ 302 #define SETFEATURES_DIS_AAM 0xC2 /* Disable Automatic Acoustic Management */ 482 * 9: Automatic Acoustic Management 532 * 9: Automatic Acoustic Management
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 245 * behaviour. Additionally, there will be no automatic monitoring of the lock
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
time.h | 119 strict C++ rules prevent the automatic promotion. */
|
/sdk/docs/ |
howto_use_cupcake_sdk.txt | 316 By default Android projects in Eclipse have an "automatic target" mode. 329 - Manual or automatic targetting mode. 332 - Automatic is the behavior explained above. 334 - In automatic mode, which AVD is preferred. If none is selected, the first
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchConfiguration.java | 37 /** Automatic target selection mode. */
|
AndroidLaunchController.java | 351 * - Automatic Way 406 "Automatic Target Mode: Preferred AVD '%1$s' is available on emulator '%2$s'", 419 "Automatic Target Mode: Preferred AVD '%1$s' is not available. Launching new emulator.", 495 // depending on the number of devices, we'll simulate an automatic choice 509 "Automatic Target Mode: launching new emulator with compatible AVD '%1$s'", 562 message = String.format("Automatic Target Mode: using existing emulator '%1$s' running compatible AVD '%2$s'", 565 message = String.format("Automatic Target Mode: using device '%1$s'", 576 message = "Automatic Target Mode: Several compatible targets. Please select a target device."; 578 message = "Automatic Target Mode: Unable to detect device compatibility. Please select a target device."; [all...] |
/system/core/include/utils/ |
Mutex.h | 126 * Automatic mutex. Declare one of these at the top of a function.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
content_settings_handler.cc | 103 {CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS, "multiple-automatic-downloads"}, 385 // Multiple automatic downloads 386 { "multiple-automatic-downloads_header", 388 { "multiple-automatic-downloads_allow", 390 { "multiple-automatic-downloads_ask", 392 { "multiple-automatic-downloads_block", 429 RegisterTitle(localized_strings, "multiple-automatic-downloads", [all...] |
/external/clang/docs/ |
Modules.rst | 136 will be automatically mapped to an import of the module ``std.io``. Even with specific ``import`` syntax in the language, this particular feature is important for both adoption and backward compatibility: automatic translation of ``#include`` to ``import`` allows an application to get the benefits of modules (for all modules-enabled libraries) without any changes to the application itself. Thus, users can easily use modules with one compiler while falling back to the preprocessor-inclusion mechanism with other compilers. 140 The automatic mapping of ``#include`` to ``import`` also solves an implementation problem: importing a module with a definition of some entity (say, a ``struct Point``) and then parsing a header containing another definition of ``struct Point`` would cause a redefinition error, even if it is the same ``struct Point``. By mapping ``#include`` to ``import``, the compiler can guarantee that it always sees just the already-parsed definition from the module. 144 The crucial link between modules and headers is described by a *module map*, which describes how a collection of existing headers maps on to the (logical) structure of a module. For example, one could imagine a module ``std`` covering the C standard library. Each of the C standard library headers (``<stdio.h>``, ``<stdlib.h>``, ``<math.h>``, etc.) would contribute to the ``std`` module, by placing their respective APIs into the corresponding submodule (``std.io``, ``std.lib``, ``std.math``, etc.). Having a list of the headers that are part of the ``std`` module allows the compiler to build the ``std`` module as a standalone entity, and having the mapping from header names to (sub)modules allows the automatic translation of ``#include`` directives to module imports. 177 Disable automatic linking against the libraries associated with imported modules. 330 Objective-C Automatic Reference Counting (ARC) is available 547 Automatic linking with the ``link`` directive is not yet widely [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogFilter.java | 341 * function with Automatic Dialog Support. 582 "Sending 481 for PRACK - automatic dialog support is enabled -- cant find dialog!"); 648 // NOTE: if Automatic dialog support is not enabled, 658 "dropping request -- automatic dialog " 677 // and automatic dialog support is disabled (i.e. the app wants [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
PHP Markdown Extra Readme.text | 276 * Now accepting capitalized URI schemes (such as HTTP:) in automatic 280 rule instead of an automatic link. 482 * Fixed a bug introduced in 1.0.1d where underscores in automatic links 503 automatic link. Improved the speed at which email addresses are converted 507 automatic links. This means that a given email address will always be
|
/frameworks/base/core/java/com/android/internal/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...] |
/ndk/sources/host-tools/make-3.81/ |
NEWS | 35 prerequisites are expanded again, this time with all the automatic 99 - New automatic variable: $| (added in 3.80, actually): contains all 500 * The automatic variable `$+' is new. It lists all the dependencies like 515 * The automatic variables `$(@D)', `$(%D)', `$(*D)', `$(<D)', `$(?D)', and 642 * Elements of the `$^' and `$?' automatic variables that are archive [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Markdown Documentation - Syntax.html | 16 <li><a href="#autoescape">Automatic Escaping for Special Characters</a></li> 37 <li><a href="#autolink">Automatic Links</a></li> 118 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 882 <h3 id="autolink">Automatic Links</h3> 884 <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> 894 <p>Automatic links for email addresses work similarly, except that
|
Markdown Documentation - Syntax.text-out | 27 <li><a href="#autoescape">Automatic Escaping for Special 52 <li><a href="#autolink">Automatic Links</a></li> 133 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 891 <h3 id="autolink">Automatic Links</h3> 892 <p>Markdown supports a shortcut style for creating "automatic" 906 <p>Automatic links for email addresses work similarly, except that
|
Markdown Documentation - Syntax.text-res | 27 <li><a href="#autoescape">Automatic Escaping for Special 52 <li><a href="#autolink">Automatic Links</a></li> 133 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 891 <h3 id="autolink">Automatic Links</h3> 892 <p>Markdown supports a shortcut style for creating "automatic" 906 <p>Automatic links for email addresses work similarly, except that
|
/external/markdown/MarkdownTest/Tests_2007/ |
Markdown Documentation - Syntax.html | 16 <li><a href="#autoescape">Automatic Escaping for Special Characters</a></li> 37 <li><a href="#autolink">Automatic Links</a></li> 118 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 882 <h3 id="autolink">Automatic Links</h3> 884 <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> 894 <p>Automatic links for email addresses work similarly, except that
|
/external/markdown/tests/extensions-x-def_list/ |
markdown-syntax.html | 14 <li><a href="#autoescape">Automatic Escaping for Special Characters</a></li> 35 <li><a href="#autolink">Automatic Links</a></li> 102 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 681 <h3 id="autolink">Automatic Links</h3> 683 <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> 689 <p>Automatic links for email addresses work similarly, except that
|
/external/markdown/tests/markdown-test/ |
markdown-syntax.html | 14 <li><a href="#autoescape">Automatic Escaping for Special Characters</a></li> 35 <li><a href="#autolink">Automatic Links</a></li> 102 <h3 id="autoescape">Automatic Escaping for Special Characters</h3> 681 <h3 id="autolink">Automatic Links</h3> 683 <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> 689 <p>Automatic links for email addresses work similarly, except that
|