Home
last modified time | relevance | path

Searched refs:initialization (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/clang/test/SemaObjC/
Dscope-check.m9 @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/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
Dcontrol7 PURPOSE = "Tests PKCS#11 initialization under various system states."
8 CRITERIA = "Fails if initialization fails under any of the initial states."
17 This tests PKCS#11 initialization under various kinds of error conditions -
/external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
Dcontrol7 PURPOSE = "Tests PKCS#11 initialization on login"
8 CRITERIA = "Fails if initialization fails during login."
17 This tests if initialization of a user PKCS #11 token succeeds during login. It
/external/opencv3/doc/tutorials/introduction/android_binary_package/
Ddev_with_OCV_on_Android.markdown38 Using async initialization is a **recommended** way for application development. It uses the OpenCV
57 There is a very base code snippet implementing the async initialization. It shows basic principles.
90 callback will be called in UI thread, when initialization finishes. Please note, that it is not
92 your own native libraries that depend on OpenCV after the successful OpenCV initialization. Default
94 method to exit in case of initialization failure. To override this behavior you need to override
101 release package is recommended to communicate with OpenCV Manager via the async initialization
104 -# Add the OpenCV library project to your workspace the same way as for the async initialization
142 -# The last step of enabling OpenCV in your application is Java initialization code before calling
147 // Handle initialization error
152 **after** OpenCV initialization:
[all …]
/external/bison/build-aux/
Ddarwin11.4.0.valgrind19 Mac OS X initialization
27 Mac OS X initialization
35 Mac OS X initialization
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DAdamsNordsieckTransformer.java140 private final Array2DRowRealMatrix initialization; field in AdamsNordsieckTransformer
188 initialization = MatrixUtils.bigFractionMatrixToRealMatrix(bigRInverse); in AdamsNordsieckTransformer()
268 return initialization.multiply(new Array2DRowRealMatrix(multistep, false)); in initializeHighOrderDerivatives()
/external/libvpx/libvpx/
Dusage.dox37 video must be known at initialization time. See #vpx_codec_ctx_t for further
68 and interface structures are passed to an initialization function. Depending
74 initialization time to ensure the application is using a header file that
77 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has
79 named like the initialization methods, but without the _ver suffix.
82 The available initialization methods are:
/external/compiler-rt/test/asan/TestCases/Helpers/
Dinitialization-blacklist.txt3 src:*initialization-blacklist-extra2.cc=init
/external/mesa3d/src/egl/main/
DREADME.txt26 As part of initialization, the dispatch table in _EGLDriver->API must be
35 initialization that wasn't done in _eglMain() should be done at this
/external/e2fsprogs/util/
Dgcc-wall-cleanup20 /warning: (near initialization for/d
/external/curl/m4/
Dxc-am-iface.m428 dnl This macro performs embedding of automake initialization
42 ## Start of automake initialization code ##
51 ## End of automake initialization code ##
67 dnl initialization option 'subdir-objects' is used to
/external/curl/tests/data/
Dtest50926 initialization with memory callbacks and actual usage
/external/libchrome/base/memory/
Dscoped_ptr_unittest.nc63 …ONSTRUCT_FROM_ARRAY) // [r"fatal error: no matching constructor for initialization of 'scoped_ptr…
70 …_CONSTRUCT_TO_ARRAY) // [r"fatal error: no matching constructor for initialization of 'scoped_ptr…
/external/clang/test/Analysis/
Dobjc-arc.m119 …id x = [NSObject alloc]; // expected-warning {{Value stored to 'x' during its initialization is ne…
587 // CHECK-NEXT: <string>Value stored to &apos;x&apos; during its initialization is never read</…
589 // CHECK-NEXT: <string>Value stored to &apos;x&apos; during its initialization is never read</…
592 …ey>description</key><string>Value stored to &apos;x&apos; during its initialization is never read<…
594 // CHECK-NEXT: <key>type</key><string>Dead initialization</string>
648 // CHECK-NEXT: <string>Value stored to &apos;obj1&apos; during its initialization is never rea…
650 // CHECK-NEXT: <string>Value stored to &apos;obj1&apos; during its initialization is never rea…
653 …description</key><string>Value stored to &apos;obj1&apos; during its initialization is never read<…
655 // CHECK-NEXT: <key>type</key><string>Dead initialization</string>
709 // CHECK-NEXT: <string>Value stored to &apos;obj4&apos; during its initialization is never rea…
[all …]
/external/libusb-compat/
DNEWS9 * Handle libusb initialization failure
/external/llvm/test/Transforms/GlobalOpt/
Davailable_externally_global_ctors.ll6 ; Verify that the initialization of the available_externally global is not eliminated
/external/llvm/bindings/ocaml/backends/
Dllvm_backend.mli.in12 This interface provides an OCaml API for initialization of
/external/clang/test/Lexer/
Dobjc_macros.m15 __weak id x; // expected-note {{jump bypasses initialization of __weak variable}}
/external/icu/
DREADME.android18 android_utils/ - ICU4C runtime initialization / Android integration code.
/external/autotest/client/site_tests/platform_Crossystem/
Dcontrol20 initialization of the chromeos driver (drivers/platform/chromeos.c)
/external/autotest/client/site_tests/power_BatteryCharge/
Dcontrol22 initialization and parsing routines for battery status.
/external/libvorbis/doc/vorbisfile/
DMakefile.am8 initialization.html ov_bitrate.html ov_bitrate_instant.html\
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp40 void initialization() { in initialization() function
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm4 // initialized statically and wrapping up those initialization in an
/external/iptables/extensions/
Dlibipt_CLUSTERIP.man24 Specify the random seed used for hash initialization.

1234567891011