Home
last modified time | relevance | path

Searched refs:initializations (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-redundant-member-init.rst6 Finds member initializations that are unnecessary because the same default
30 When `true`, the check will ignore unnecessary base class initializations
Dcppcoreguidelines-prefer-member-initializer.rst6 Finds member initializations in the constructor body which can be converted
23 initializations already implemented as member initializers. For that purpose
Dreadability-redundant-string-init.rst6 Finds unnecessary string initializations.
Dcppcoreguidelines-owning-memory.rst22 The following examples will demonstrate the correct and incorrect initializations
/external/pdfium/third_party/libopenjpeg20/
D0014-opj_jp2_read_ihdr_leak.patch15 /* further JP2 initializations go here */
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentImplementation.java147 private final List<CodeBlock> initializations = new ArrayList<>(); field in ComponentImplementation
329 initializations.add(codeBlock); in addInitialization()
386 return ImmutableList.copyOf(initializations); in getInitializations()
/external/clang/test/CodeGenObjC/
Dns_consume_null_check.m43 // Various initializations.
/external/llvm-project/clang/test/CodeGenObjC/
Dns_consume_null_check.m43 // Various initializations.
/external/oss-fuzz/docs/reference/
Dglossary.md86 …wise, you will see false positive crashes due to an inability to see initializations in uninstrume…
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DContextTest.java711 …VariableDeclarationExpr initializations = forStmt.getInitialization().get(0).asVariableDeclaration… in localVariablesExposedToChildWithinForStmt() local
712 assertOneVarExposedToChildInContextNamed(initializations, in localVariablesExposedToChildWithinForStmt()
713 initializations.getVariable(1), in localVariablesExposedToChildWithinForStmt()
/external/llvm-project/clang-tools-extra/docs/
DReleaseNotes.rst108 Finds member initializations in the constructor body which can be placed into
/external/grpc-grpc/third_party/nanopb/
DCHANGELOG.txt131 Improve compatibility by removing ternary operator from initializations (issue 88)
/external/nanopb-c/
DCHANGELOG.txt192 Improve compatibility by removing ternary operator from initializations (issue 88)
/external/mesa3d/docs/relnotes/
D11.1.0.rst243 gl_texture_object::TargetIndex initializations
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst889 initializations in an embedded situation from crashing. Patch by Gregory
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DAST.stg127 @alt.initializations() ::= <<
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md187 // Perform additional model specific initializations
/external/arm-trusted-firmware/docs/getting_started/
Dpsci-lib-integration-guide.rst277 mode and the EL3 Runtime Software must perform the prerequisite initializations
Dporting-guide.rst977 allows the platform to do the platform specific initializations. Platform
1845 port does the necessary initializations in ``bl31_plat_arch_setup()``.
2203 port does the necessary initializations in ``bl31_plat_arch_setup()``. It is only
/external/python/cpython2/Doc/howto/
Dcurses.rst126 the initializations described above, also initializing colors if color support
/external/python/cpython3/Doc/howto/
Dcurses.rst157 initializations described above, also initializing colors if color
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto348 // initializations) in the face of some network errors during RecvTensor.
/external/arm-trusted-firmware/docs/components/
Dsecure-partition-manager.rst506 The SPMC performs its platform initializations then loads and creates
/external/llvm-project/llvm/cmake/modules/
DHandleLLVMOptions.cmake206 # Since `--whole-archive` is not used by the LLVM build to keep such initializations for Linux,
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst299 On Arm platforms, BL1 performs the following platform initializations:
382 On Arm platforms, BL2 performs the following platform initializations:
577 As part of the PSCI initializations, BL31 detects the system topology. It also

12