/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | ForStmt.java | 71 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/ |
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/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | SegmentBase.java | 29 @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 …]
|
D | DashManifestParser.java | 699 @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/ |
D | ANGLE_robust_resource_initialization.txt | 38 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 68 If <data> is NULL, and robust resource initialization is enabled, 83 robust resource initialization is enabled, the contents of the image 88 initialization is not enabled, the image contents are undefined, and 96 for target. If robust resource initialization is enabled, the 104 If robust resource initialization is enabled, the contents of each 118 initialization is enabled, the contents of each pixel in the data 130 will perform robust resource initialization as described above in
|
D | EGL_ANGLE_robust_resource_initialization.txt | 41 supporting robust resource initialization. 65 is set to EGL_TRUE, a context supporting <robust resource initialization> 76 the context was created using robust initialization." 91 the surface was created using robust initialization."
|
/external/python/cpython3/Doc/c-api/ |
D | module.rst | 131 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``. 217 Single-phase initialization 220 The module initialization function may create and return the module object 221 directly. This is referred to as "single-phase initialization", and uses one [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 13693 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/ |
D | span_unittest.nc | 29 …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/ |
D | control | 7 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/ |
D | control | 7 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/angle/third_party/glslang/src/Test/ |
D | hlsl.matrixindex.frag | 12 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/ |
D | hlsl.matrixindex.frag | 12 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/grpc-grpc/test/ |
D | .clang-tidy | 2 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization' 3 …cit-make-pair,readability-function-size,performance-*,-performance-unnecessary-copy-initialization'
|
/external/libaom/libaom/ |
D | usage.dox | 37 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/ |
D | control | 7 PURPOSE = "Measures first boot initialization and login performance" 14 This is the client-side test that goes through initialization and logins and
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | list_comprehensions.py | 57 initialization = templates.replace(template, target=target) 78 return initialization + body
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | AdamsNordsieckTransformer.java | 140 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/u-boot/doc/device-tree-bindings/clock/ |
D | st,stm32mp1.txt | 1 STMicroelectronics STM32MP1 clock tree initialization 4 The STM32MP1 clock tree initialization is based on device tree information 11 describes the fields added for clock tree initialization which are not present 15 The added properties for clock tree initialization are: 166 At boot the clock tree initialization will 209 for the clock tree initialization. 231 Example of clock tree initialization
|
/external/autotest/server/site_tests/platform_InitLoginPerfServer/ |
D | control | 7 PURPOSE = "Measures first boot initialization and login performance" 17 It captures the performance data for tpm initialization, as well as first-boot
|
/external/libvpx/libvpx/ |
D | usage.dox | 37 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/u-boot/board/armltd/integrator/ |
D | README | 34 In case c) it may be necessary for U-Boot to perform CM dependent initialization. 47 Code specific to initialization of a particular ARM processor has been placed in 58 Code specific to the initialization of the CM, rather than the cpu, and initialization
|
/external/u-boot/arch/arm/mach-zynq/ |
D | Kconfig | 31 bool "Zynq DDRC initialization" 34 This option used to perform DDR specific initialization
|
/external/python/cpython3/Doc/extending/ |
D | building.rst | 10 ``.pyd`` on Windows), which exports an *initialization function*. 16 The initialization function has the signature: 27 module. When using :ref:`multi-phase-initialization`, non-ASCII module names 28 are allowed. In this case, the initialization function name is 40 defining multiple initialization functions. However, importing them requires
|
/external/u-boot/doc/device-tree-bindings/memory-controllers/ |
D | k3-am654-ddrss.txt | 8 adds support for the initialization of the external SDRAM devices by 10 initialization routines.
|