Home
last modified time | relevance | path

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

12345678910>>...36

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
DForStmt.java71 private NodeList<Expression> initialization; field in ForStmt
85 …public ForStmt(final NodeList<Expression> initialization, final Expression compare, final NodeList… in ForStmt() argument
86 this(null, initialization, compare, update, body); in ForStmt()
93 …public ForStmt(TokenRange tokenRange, NodeList<Expression> initialization, Expression compare, Nod… in ForStmt() argument
95 setInitialization(initialization); in ForStmt()
126 return initialization; in getInitialization()
168 public ForStmt setInitialization(final NodeList<Expression> initialization) { in setInitialization() argument
169 assertNotNull(initialization); in setInitialization()
170 if (initialization == this.initialization) { in setInitialization()
173 … notifyPropertyChange(ObservableProperty.INITIALIZATION, this.initialization, initialization); in setInitialization()
[all …]
/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/llvm-project/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/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java29 @Nullable /* package */ final RangedUri initialization; field in SegmentBase
41 @Nullable RangedUri initialization, long timescale, long presentationTimeOffset) { in SegmentBase()
42 this.initialization = initialization; in SegmentBase()
56 return initialization; in getInitialization()
84 @Nullable RangedUri initialization, in SingleSegmentBase()
89 super(initialization, timescale, presentationTimeOffset); in SingleSegmentBase()
136 @Nullable RangedUri initialization, in MultiSegmentBase()
142 super(initialization, timescale, presentationTimeOffset); in MultiSegmentBase()
257 RangedUri initialization, in SegmentList() argument
264 super(initialization, timescale, presentationTimeOffset, startNumber, duration, in SegmentList()
[all …]
DDashManifestParser.java699 @Nullable RangedUri initialization = parent != null ? parent.initialization : null; in parseSegmentBase() local
703 initialization = parseInitialization(xpp); in parseSegmentBase()
709 return buildSingleSegmentBase(initialization, timescale, presentationTimeOffset, indexStart, in parseSegmentBase()
713 protected SingleSegmentBase buildSingleSegmentBase(RangedUri initialization, long timescale, in buildSingleSegmentBase() argument
715 return new SingleSegmentBase(initialization, timescale, presentationTimeOffset, indexStart, in buildSingleSegmentBase()
729 RangedUri initialization = null; in parseSegmentList() local
736 initialization = parseInitialization(xpp); in parseSegmentList()
750 initialization = initialization != null ? initialization : parent.initialization; in parseSegmentList()
755 return buildSegmentList(initialization, timescale, presentationTimeOffset, in parseSegmentList()
760 RangedUri initialization, in buildSegmentList() argument
[all …]
/external/angle/extensions/
DANGLE_robust_resource_initialization.txt38 context that supports this extension, and resource initialization.
42 This extension specifies the behavior for initialization of
44 initialization ensures that access will not be provided by the
76 If <data> is NULL, and robust resource initialization is enabled,
97 robust resource initialization is enabled, the contents of the image
102 initialization is not enabled, the image contents are undefined, and
110 for target. If robust resource initialization is enabled, the
118 If robust resource initialization is enabled, the contents of each
132 Queries of pname RESOURCE_INITIALIZED_ANGLE return the initialization
143 initialization is enabled, the contents of each pixel in the data
[all …]
/external/python/cpython3/Doc/c-api/
Dmodule.rst131 which export an initialization function), or compiled-in modules
132 (where the initialization function is added using :c:func:`PyImport_AppendInittab`).
135 The initialization function can either pass a module definition instance
137 or request "multi-phase initialization" by returning the definition struct itself.
174 initialization.
185 An array of slot definitions for multi-phase initialization, terminated by
187 When using single-phase initialization, *m_slots* must be ``NULL``.
241 Single-phase initialization
244 The module initialization function may create and return the module object
245 directly. This is referred to as "single-phase initialization", and uses one
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13693 const std::string& initialization = getInitialization(); in prepareShaderSource() local
13740 …Utils::replaceToken("INITIALIZATION", position, initialization.c_str(), out_source.m_parts[0].m_co… in prepareShaderSource()
13945 std::string initialization; in getInitialization() local
13950 initialization.append(getVectorInitializer(0 /*column*/, test_case.m_n_rows)); in getInitialization()
13955 initialization = "{ "; in getInitialization()
13956 initialization.append(getVectorArrayList(test_case.m_n_cols, test_case.m_n_rows)); in getInitialization()
13957 initialization.append(" }"); in getInitialization()
13963 initialization = "{ "; in getInitialization()
13964 initialization.append(getVectorArrayCtr(test_case.m_n_cols, test_case.m_n_rows)); in getInitialization()
13965 initialization.append(" }"); in getInitialization()
[all …]
/external/libchrome/base/containers/
Dspan_unittest.nc29 …IC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int, …
38 …IC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int, …
47 …IC_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<const…
56 …NG_EXTENT_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int, …
66 …TIC_SPAN_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int, …
74 …NVERSION_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<base:…
87 …NVERSION_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<const…
97 …NVERSION_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int>'…
105 …NVERSION_DISALLOWED) // [r"fatal error: no matching constructor for initialization of 'span<int>'…
/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."
16 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."
16 This tests if initialization of a user PKCS #11 token succeeds during login. It
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-prefer-member-initializer.rst12 …isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c49-prefer-initialization-to-assignment-…
18 initialization is at the class member declaration.
44 ``m``, as ``m``'s initialization follows a control statement (``if``):
75 Here ``n`` can be initialized in the constructor initialization list, unlike
76 ``m``, as ``m``'s initialization follows a control statement (``if``):
Dbugprone-dynamic-static-initializers.rst13 initialization by providing their own synchronization, header files included from other projects may
15 compiler generated synchronization for static variable initialization will not cause
27 When synchronization of static initialization is disabled, if two threads both call `foo` for the f…
/external/llvm-project/llvm/test/Transforms/Attributor/
Dchain.ll2 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1…
3 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1…
4 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1…
5 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1…
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc50 // initialization.
75 // initialization.
128 // [basic.life] says an object has non-trivial initialization if it is of
145 // initialization, and is therefore subject to order of dynamic
146 // initialization bugs, where get() is called before the object's
161 // a) zero-initialization being sufficient to initialize
186 // initialization up until static storage is reclaimed (i.e. the properties
191 // ensures the instance's lifetime begins with static initialization
193 // of dynamic initialization. However, as of this writing Microsoft's
235 // regard for order of dynamic initialization or destruction of objects
[all …]
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc50 // initialization.
75 // initialization.
128 // [basic.life] says an object has non-trivial initialization if it is of
145 // initialization, and is therefore subject to order of dynamic
146 // initialization bugs, where get() is called before the object's
161 // a) zero-initialization being sufficient to initialize
186 // initialization up until static storage is reclaimed (i.e. the properties
191 // ensures the instance's lifetime begins with static initialization
193 // of dynamic initialization. However, as of this writing Microsoft's
235 // regard for order of dynamic initialization or destruction of objects
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.matrixindex.frag12 const float3x2 m1 = { { 10, 11 }, // row-wise initialization
16 …const float3x2 m2 = { 20, 21, 22, 23, 24, 25 }; // component-wise matrix initialization is allowed
17 …const float3x2 m3 = { 30, 31, 33, 33, 34, 35 }; // component-wise matrix initialization is allowed
/external/deqp-deps/glslang/Test/
Dhlsl.matrixindex.frag12 const float3x2 m1 = { { 10, 11 }, // row-wise initialization
16 …const float3x2 m2 = { 20, 21, 22, 23, 24, 25 }; // component-wise matrix initialization is allowed
17 …const float3x2 m3 = { 30, 31, 33, 33, 34, 35 }; // component-wise matrix initialization is allowed
/external/rust/crates/grpcio-sys/grpc/test/
D.clang-tidy2 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization'
3 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization'
/external/grpc-grpc/test/
D.clang-tidy2 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization'
3 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization'
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc50 // initialization.
75 // initialization.
128 // [basic.life] says an object has non-trivial initialization if it is of
145 // initialization, and is therefore subject to order of dynamic
146 // initialization bugs, where get() is called before the object's
161 // a) zero-initialization being sufficient to initialize
186 // initialization up until static storage is reclaimed (i.e. the properties
191 // ensures the instance's lifetime begins with static initialization
193 // of dynamic initialization. However, as of this writing Microsoft's
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc50 // initialization.
75 // initialization.
128 // [basic.life] says an object has non-trivial initialization if it is of
145 // initialization, and is therefore subject to order of dynamic
146 // initialization bugs, where get() is called before the object's
161 // a) zero-initialization being sufficient to initialize
186 // initialization up until static storage is reclaimed (i.e. the properties
191 // ensures the instance's lifetime begins with static initialization
193 // of dynamic initialization. However, as of this writing Microsoft's
/external/libaom/libaom/
Dusage.dox37 video must be known at initialization time. See #aom_codec_ctx_t for further
66 and interface structures are passed to an initialization function. Depending
72 initialization time to ensure the application is using a header file that
75 #AOM_DECODER_ABI_VERSION. For convenience, each initialization function has
77 named like the initialization methods, but without the _ver suffix.
80 The available initialization methods are:
/external/autotest/client/site_tests/platform_InitLoginPerf/
Dcontrol7 PURPOSE = "Measures first boot initialization and login performance"
14 This is the client-side test that goes through initialization and logins and
/external/llvm-project/flang/lib/Semantics/
Ddata-to-inits.cpp489 SymbolDataInitialization &initialization, in ConstructInitializer() argument
492 initialization.inits.sort(); in ConstructInitializer()
494 for (const auto &init : initialization.inits) { in ConstructInitializer()
504 CHECK(next <= static_cast<ConstantSubscript>(initialization.image.size())); in ConstructInitializer()
508 const auto &procDesignator{initialization.image.AsConstantProcPointer()}; in ConstructInitializer()
517 initialization.image.AsConstantDataPointer(*symbolType)); in ConstructInitializer()
521 initialization.image.AsConstant(context, *symbolType, *extents)); in ConstructInitializer()
549 for (auto &[symbolPtr, initialization] : inits) { in ConvertToInitializers()
550 ConstructInitializer(*symbolPtr, initialization, exprAnalyzer); in ConvertToInitializers()

12345678910>>...36