Searched refs:initialization (Results 1 – 25 of 213) sorted by relevance
123456789
/external/clang/test/SemaObjC/ |
D | scope-check.m | 9 @try { // expected-note {{jump bypasses initialization of @try block}} 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}} 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}} 27 } @finally { // expected-note {{jump bypasses initialization of @finally block}} 32 @try { // expected-note 2 {{jump bypasses initialization of @try block}} 44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 52 @synchronized // expected-note {{jump bypasses initialization of @synchronized block}} 83 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block}} [all …]
|
/external/bison/build-aux/ |
D | darwin11.4.0.valgrind | 19 Mac OS X initialization 27 Mac OS X initialization 35 Mac OS X initialization
|
/external/libvpx/libvpx/examples/ |
D | postproc.txt | 12 initialization time. This is done by passing the VPX_CODEC_USE_POSTPROC 15 demonstration purposes, we also fall back to default initialization if
|
/external/e2fsprogs/util/ |
D | gcc-wall-cleanup | 20 /warning: (near initialization for/d
|
/external/libusb-compat/ |
D | NEWS | 9 * Handle libusb initialization failure
|
D | ChangeLog | 51 Better handling of library initialization failure 105 Also fix NULL initialization of ctx.
|
/external/libvpx/libvpx/ |
D | usage.dox | 37 video must be known at initialization time. See #vpx_codec_ctx_t for further 71 and interface structures are passed to an initialization function. Depending 79 initialization time to ensure the application is using a header file that 82 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has 84 named like the initialization methods, but without the _ver suffix. 87 The available initialization methods are:
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-scalars.cpp | 40 void initialization() { in initialization() function
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-globals.mm | 4 // initialized statically and wrapping up those initialization in an
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 8 initialization.html ov_bitrate.html ov_bitrate_instant.html\
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebIconDatabase.idl | 47 … should retain the icon once for every launch. This is best done at initialization time before th… 130 The counter equals 0 at initialization. 139 The counter equals 0 at initialization.
|
/external/iptables/extensions/ |
D | libipt_CLUSTERIP.man | 24 Specify the random seed used for hash initialization.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell_unittest.mm | 49 // (2) Test various initialization code paths (in particular, loading from nib).
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 41 * @brief Sets the initialization vector of a given cipher.
|
/external/eigen/doc/ |
D | C05_TutorialAdvancedInitialization.dox | 3 /** \page TutorialAdvancedInitialization Tutorial page 5 - Advanced initialization 35 Moreover, the elements of the initialization list may themselves be vectors or matrices. A common u… 165 object once the comma initialization of our temporary submatrix is done.
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 123 AddressSanitizer can optionally detect dynamic initialization order problems, 124 when initialization of globals defined in one translation unit uses
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | AMutableDictionary.m | 203 // This is the initialization condition, so we'll do one-time setup here. 204 …// Ensure that you never set state->state back to 0, or use another method to detect initialization
|
D | AMutableArray.m | 230 // This is the initialization condition, so we'll do one-time setup here. 231 …// Ensure that you never set state->state back to 0, or use another method to detect initialization
|
/external/openssl/crypto/conf/ |
D | README | 50 The DSO is expected to at least contain an initialization function:
|
/external/zlib/src/contrib/ada/ |
D | readme.txt | 11 - Attension: ZLib.Read generic routine have a initialization requirement
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 40 // Sanity check: the basic initialization pattern.
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.sh | 15 --sym=SYMBOL Unique symbol to use for RTCD initialization function
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_controller_unittest.mm | 17 // Subclass balloon controller and mock out the initialization of the RVH.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ST.stg | 148 /** allows convenient multi-value initialization: 195 /** allows convenient multi-value initialization:
|
/external/valgrind/main/drd/scripts/ |
D | download-and-build-splash2.in | 134 /* ANL macro initialization */
|
123456789