Searched refs:automatic (Results 1 – 25 of 178) sorted by relevance
12345678
/external/clang/docs/ |
D | BlockLanguageSpec.txt | 19 …ition to executable code they also contain various variable bindings to automatic (stack) or manag… 21 …of type int. The Block referenced is of opaque data that may reside in automatic (stack) memory, … 80 … bound to the Block in the normal manner with the exception of those in automatic (stack) storage.… 82 Local automatic (stack) variables referenced within the compound statement of a Block are imported … 113 …mplementation may choose an optimization where the storage is initially automatic and only "moved"… 115 …o a Block_copy or a Block_release if an implementation provides initial automatic storage for Bloc… 127 … Objective-C runtime is operational in the program or not. Blocks using automatic (stack) memory a… 131 The Block_copy operator retains all objects held in variables of automatic storage referenced withi… 144 … are extended to allow const use of C++ objects, pointers, or references held in automatic storage.
|
/external/llvm/runtime/ |
D | README.txt | 2 the LLVM compiler. For example, the automatic pool allocation transformation
|
/external/libvpx/examples/ |
D | vp8_scalable_patterns.txt | 15 example. In addition, we want to disable automatic keyframe selection, 24 /* Disable automatic keyframe placement */
|
/external/bluetooth/glib/tests/ |
D | casefold.txt | 8 # Now the automatic tests
|
/external/chromium/build/ |
D | README.chromium | 12 Run to enable automatic copy of DLL when they are as an input file in a vcproj project.
|
/external/gtest/ |
D | README.android | 8 the xUnit architecture. Supports automatic test discovery, a rich set
|
/external/strace/ |
D | TODO | 16 update automatic remaking of autoconf targets
|
/external/srtp/doc/ |
D | header.template | 102 \texttt{doxygen} utility for automatic documentation of source code.
|
/external/dbus/ |
D | INSTALL | 20 A typical scenario in which it is desirable to override automatic 36 A typical scenario in which it is desirable to override automatic 62 - dnotify (for automatic service file reload)
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view.cpp | 2396 Eina_Bool ewk_view_setting_auto_load_images_set(Evas_Object* o, Eina_Bool automatic) in ewk_view_setting_auto_load_images_set() argument 2400 automatic = !!automatic; in ewk_view_setting_auto_load_images_set() 2401 if (priv->settings.auto_load_images != automatic) { in ewk_view_setting_auto_load_images_set() 2402 priv->page_settings->setLoadsImagesAutomatically(automatic); in ewk_view_setting_auto_load_images_set() 2403 priv->settings.auto_load_images = automatic; in ewk_view_setting_auto_load_images_set() 2415 Eina_Bool ewk_view_setting_auto_shrink_images_set(Evas_Object* o, Eina_Bool automatic) in ewk_view_setting_auto_shrink_images_set() argument 2419 automatic = !!automatic; in ewk_view_setting_auto_shrink_images_set() 2420 if (priv->settings.auto_shrink_images != automatic) { in ewk_view_setting_auto_shrink_images_set() 2421 priv->page_settings->setShrinksStandaloneImagesToFit(automatic); in ewk_view_setting_auto_shrink_images_set() 2422 priv->settings.auto_shrink_images = automatic; in ewk_view_setting_auto_shrink_images_set()
|
D | ewk_view.h | 416 EAPI Eina_Bool ewk_view_setting_auto_load_images_set(Evas_Object *o, Eina_Bool automatic); 419 EAPI Eina_Bool ewk_view_setting_auto_shrink_images_set(Evas_Object *o, Eina_Bool automatic);
|
/external/stlport/doc/ |
D | 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
|
D | 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/clang/test/ARCMT/ |
D | atautorelease-check.m | 4 #define NS_AUTOMATED_REFCOUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic re…
|
/external/openssl/crypto/store/ |
D | README | 93 structure of a database. This may for example involve automatic
|
/external/oprofile/ |
D | README_PACKAGERS | 67 When defining the spec file for the OProfile RPM, you should add the automatic
|
/external/grub/ |
D | TODO | 32 * Add automatic configuration support.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_pos.utf | 15 ! (automatic output)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_pos.utf | 15 ! (automatic output)
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | 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
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_pos.utf | 15 ! (automatic output)
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_started_animation_mac.mm | 77 // Used for registering to receive notifications and automatic clean up.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_pos.utf | 15 ! (automatic output)
|
/external/iptables/extensions/ |
D | libxt_time.man | 49 what enables the automatic time-jumping in userspace. when DST changes. The
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | info_bubble_window.mm | 57 // Used for registering to receive notifications and automatic clean up.
|
12345678