/art/test/084-class-init/ |
info.txt | 1 Test class initialization edge cases and race conditions.
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
init0.src | 5 // initialization cycles 9 // initialization cycles (we don't know the types) 11 s0 /* ERROR initialization cycle */ = s0 13 x0 /* ERROR initialization cycle */ = y0 17 b0 /* ERROR initialization cycle */ = c0 23 s1 /* ERROR initialization cycle */ = s1 25 x1 /* ERROR initialization cycle */ = y1 29 b1 /* ERROR initialization cycle */ = c1 34 // initialization cycles (we know the types) 36 s2 /* ERROR initialization cycle */ int = s [all...] |
init2.src | 5 // initialization cycles 12 var x1 /* ERROR initialization cycle */ = f1 15 var x2 /* ERROR initialization cycle */ = f2() 21 var x3 /* ERROR initialization cycle */ = T3.m 25 var x4 /* ERROR initialization cycle */ = T4.m(0) 29 var x3p /* ERROR initialization cycle */ = (*T3p).m 33 var x4p /* ERROR initialization cycle */ = (*T4p).m(nil) 40 var x5 /* ERROR initialization cycle */ = T5.m 45 var x6 /* ERROR initialization cycle */ = T6.m(T6{0}) 50 var x5p /* ERROR initialization cycle */ = (*T5p). [all...] |
init1.src | 5 // initialization cycles 17 var y0 /* ERROR initialization cycle */ = x0.m() 31 var x2 /* ERROR initialization cycle */ = T2.m 42 var x3 /* ERROR initialization cycle */ = T3.m(T3{}) // <<<< added (T3{}) 53 var x4 /* ERROR initialization cycle */ = T4{}.m // <<<< added {} 64 var x5 /* ERROR initialization cycle */ = T5{}.m() // <<<< added () 79 var y6 /* ERROR initialization cycle */ = f6 95 var matchAny /* ERROR initialization cycle */ = matcher(matchList)
|
/prebuilts/go/linux-x86/src/go/types/testdata/ |
init0.src | 5 // initialization cycles 9 // initialization cycles (we don't know the types) 11 s0 /* ERROR initialization cycle */ = s0 13 x0 /* ERROR initialization cycle */ = y0 17 b0 /* ERROR initialization cycle */ = c0 23 s1 /* ERROR initialization cycle */ = s1 25 x1 /* ERROR initialization cycle */ = y1 29 b1 /* ERROR initialization cycle */ = c1 34 // initialization cycles (we know the types) 36 s2 /* ERROR initialization cycle */ int = s [all...] |
init2.src | 5 // initialization cycles 12 var x1 /* ERROR initialization cycle */ = f1 15 var x2 /* ERROR initialization cycle */ = f2() 21 var x3 /* ERROR initialization cycle */ = T3.m 25 var x4 /* ERROR initialization cycle */ = T4.m(0) 29 var x3p /* ERROR initialization cycle */ = (*T3p).m 33 var x4p /* ERROR initialization cycle */ = (*T4p).m(nil) 40 var x5 /* ERROR initialization cycle */ = T5.m 45 var x6 /* ERROR initialization cycle */ = T6.m(T6{0}) 50 var x5p /* ERROR initialization cycle */ = (*T5p). [all...] |
init1.src | 5 // initialization cycles 17 var y0 /* ERROR initialization cycle */ = x0.m() 31 var x2 /* ERROR initialization cycle */ = T2.m 42 var x3 /* ERROR initialization cycle */ = T3.m(T3{}) // <<<< added (T3{}) 53 var x4 /* ERROR initialization cycle */ = T4{}.m // <<<< added {} 64 var x5 /* ERROR initialization cycle */ = T5{}.m() // <<<< added () 79 var y6 /* ERROR initialization cycle */ = f6 95 var matchAny /* ERROR initialization cycle */ = matcher(matchList)
|
/external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/ |
ServletHolder-mbean.properties | 2 initOrder: Initialization order
|
/external/opencv3/modules/java/generator/src/java/ |
android+LoaderCallbackInterface.java | 4 * Interface for callback object in case of asynchronous initialization of OpenCV. 9 * OpenCV initialization finished successfully. 25 * OpenCV library initialization has failed. 30 * Callback method, called after OpenCV library initialization. 31 * @param status status of initialization (see initialization status constants).
|
/art/test/476-clinit-inline-static-invoke/ |
info.txt | 2 failed to emit a prior initialization check of the method's declaring
|
/external/compiler-rt/test/asan/TestCases/Helpers/ |
initialization-blacklist.txt | 3 src:*initialization-blacklist-extra2.cc=init
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
swigrun.i | 7 /* Hook the runtime module initialization 8 into the shared initialization function SWIG_Guile_Init. */ 10 /* Hook the runtime module initialization 11 into the shared initialization function SWIG_Guile_Init. */
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
p5.cpp | 3 // A program that calls for default-initialization or value-initialization of 6 // zero-initialization, default-initialization, and value-initialization. 13 return S(); // expected-note {{in value-initialization of type 'S' here}} 17 : S { // expected-note 2{{in value-initialization of type 'S' here}} 19 T t = T(); // expected-note {{in value-initialization of type 'T' here}} 22 T t[3]; // expected-note {{in value-initialization of type 'T' here}} 24 U u = U(); // expected-note {{in value-initialization of type 'U' here} [all...] |
p6.cpp | 5 // If a program calls for the default initialization of an object of a 13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' without a user-provided default constructor}} 15 const int x3; // expected-error{{default initialization of an object of const type 'const int'}} 21 const struct s0 s1::foo; // expected-error{{default initialization of an object of const type 'const struct s0' without a user-provided default constructor}}
|
/external/compiler-rt/test/asan/TestCases/ |
initialization-blacklist.cc | 1 // Test for blacklist functionality of initialization-order checker. 3 // RUN: %clangxx_asan -O0 %s %p/Helpers/initialization-blacklist-extra.cc\ 4 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 5 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o %t 7 // RUN: %clangxx_asan -O1 %s %p/Helpers/initialization-blacklist-extra.cc\ 8 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 9 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o %t 11 // RUN: %clangxx_asan -O2 %s %p/Helpers/initialization-blacklist-extra.cc\ 12 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 13 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o % [all...] |
initialization-constexpr.cc | 3 // constructor can be accessed during dynamic initialization (as a constexpr 4 // constructor implies that it was initialized during constant initialization, 5 // not dynamic initialization). 7 // RUN: %clangxx_asan -O0 %s %p/Helpers/initialization-constexpr-extra.cc --std=c++11 -o %t 9 // RUN: %clangxx_asan -O1 %s %p/Helpers/initialization-constexpr-extra.cc --std=c++11 -o %t 11 // RUN: %clangxx_asan -O2 %s %p/Helpers/initialization-constexpr-extra.cc --std=c++11 -o %t 13 // RUN: %clangxx_asan -O3 %s %p/Helpers/initialization-constexpr-extra.cc --std=c++11 -o %t
|
/external/clang/test/SemaObjC/ |
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/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/ |
control | 7 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/chromium-libpac/test/js-unittest/ |
binding_from_global.js | 2 // get exercised during initialization.
|
/external/clang/include/clang/Sema/ |
Initialization.h | 1 //===--- Initialization.h - Semantic Analysis for Initializers --*- C++ -*-===// 10 // This file provides supporting data types for initialization of objects. 66 /// \brief The initialization is being done by a delegating constructor. 100 /// initialization occurs. 163 /// \brief Create the initialization entity for a variable. 168 /// \brief Create the initialization entity for the result of a 179 /// \brief Create the initialization entity for a member subobject. 184 /// \brief Create the initialization entity for an array element. 188 /// \brief Create the initialization entity for a lambda capture. 198 /// \brief Create the initialization entity for a variable [all...] |
/external/compiler-rt/test/asan/TestCases/Linux/ |
initialization-bug-any-order.cc | 1 // Test to make sure basic initialization order errors are caught. 2 // Check that on Linux initialization order bugs are caught 6 // RUN: %clangxx_asan -O0 %s %p/../Helpers/initialization-bug-extra.cc -o %t 8 // RUN: %clangxx_asan -O0 %p/../Helpers/initialization-bug-extra.cc %s -o %t 17 // result is undefined behavior, which should be caught by initialization order 22 // CHECK: {{AddressSanitizer: initialization-order-fiasco}} 24 // CHECK: {{#0 0x.* in .*initX.* .*initialization-bug-any-order.cc:}}[[@LINE-3]] 28 // This initializer begins our initialization order problems.
|
/external/clang/test/Sema/ |
flexible-array-init.c | 5 } x = {5, {1, 2, 3}}; // expected-warning{{flexible array initialization is a GNU extension}} 7 struct one x2 = { 5, 1, 2, 3 }; // expected-warning{{flexible array initialization is a GNU extension}} 10 struct one x3 = {5, {1, 2, 3}}; // expected-error{{initialization of flexible array member is not allowed}} 14 // expected-warning{{flexible array initialization is a GNU extension}} \ 24 struct foo a = { 1, { 2, 3, 4 } }; // expected-warning{{flexible array initialization is a GNU extension}} 25 struct bar b = { { 1, { 2, 3, 4 } } }; // expected-error{{initialization of flexible array member is not allowed}} 26 struct bar c = { { 1, { } } }; // // expected-warning{{flexible array initialization is a GNU extension}} \ 30 // expected-error{{initialization of flexible array member is not allowed}} 32 struct foo desig_foo = { .y = {2, 3, 4} }; // expected-warning{{flexible array initialization is a GNU extension}} 35 // expected-warning{{flexible array initialization is a GNU extension} [all...] |
scope-check.c | 5 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 6 int b[x]; // expected-note {{jump bypasses initialization of variable length array}} 13 typedef int a[x]; // expected-note {{jump bypasses initialization of VLA typedef}} 22 int a __attribute((cleanup(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((cleanup))}} 29 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 52 int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 62 for (int arr[x]; // expected-note {{jump bypasses initialization of variable length array}} 68 int Y = ({ int a[x]; // expected-note {{jump bypasses initialization of variable length array}} 73 int A[x], // expected-note {{jump bypasses initialization of variable length array}} 74 B[x]; // expected-note {{jump bypasses initialization of variable length array} [all...] |
/external/clang/test/SemaCXX/ |
class-base-member-init.cpp | 10 b1(0), // expected-note {{previous initialization is here}} 13 S(), // expected-note {{previous initialization is here}} 34 B() : A<T>(), // expected-note {{previous initialization is here}} 41 A() : T(), // expected-note {{previous initialization is here}} 50 A() : t(1), // expected-note {{previous initialization is here}} 72 A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}} 73 A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}} 74 A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}} 85 A(int) : Base(3), // expected-note {{previous initialization is here}} 96 X() : a(), // expected-note{{previous initialization is here} [all...] |
/frameworks/base/media/java/android/media/ |
DrmInitData.java | 26 * Encapsulates initialization data required by a {@link MediaDrm} instance. 37 * Retrieves initialization data for a given DRM scheme, specified by its UUID. 40 * @return The initialization data for the scheme, or null if the scheme is not supported. 45 * Scheme initialization data. 54 * The initialization data. 59 * @param mimeType The mimeType of the initialization data. 60 * @param data The initialization data.
|