Home
last modified time | relevance | path

Searched refs:Injection (Results 1 – 15 of 15) sorted by relevance

/external/google-fruit/extras/packaging/
Ddebian.control11 Description: Dependency Injection Framework For C++
20 Description: Dependency Injection Framework For C++ - Development files
Dlibfruit.spec8 Summary: Dependency Injection Framework For C++
34 Summary: Dependency Injection Framework For C++ - Development Files
/external/google-fruit/extras/
Dfruit-2.0.0.ebuild21 DESCRIPTION="Dependency Injection Framework For C++"
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp355 SmallString<8> Injection; in lengthExprHandle() local
357 Injection += ')'; in lengthExprHandle()
358 Injection += LengthHandle == LengthHandleKind::Increase ? " + 1" : " - 1"; in lengthExprHandle()
360 Injection += "UL"; in lengthExprHandle()
362 Diag << FixItHint::CreateInsertion(exprLocEnd(LengthExpr, Result), Injection); in lengthExprHandle()
/external/dagger2/
DBUILD116 doctitle = "Dagger Dependency Injection API",
/external/llvm-project/llvm/test/CodeGen/X86/
DO0-pipeline.ll71 ; CHECK-NEXT: X86 Load Value Injection (LVI) Ret-Hardening
Dopt-pipeline.ll152 ; CHECK-NEXT: X86 Load Value Injection (LVI) Load Hardening
199 ; CHECK-NEXT: X86 Load Value Injection (LVI) Ret-Hardening
/external/ltp/
DREADME.kernel_config177 Enabling Fault Injection Support for your kernel (version 2.6.29).
258 # How the Kernel Fault Injection works for LTP ?
/external/google-fruit/
DCMakeLists.txt147 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Fruit - Dependency Injection Framework For C++")
/external/testng/
DCHANGES.txt449 Fixed: Injection was sometimes not working properly when used with @Parameters
529 Added: Injection now works for data providers
/external/googletest/docs/
Dgmock_for_dummies.md100 [Dependency Injection](http://en.wikipedia.org/wiki/Dependency_injection) and know the right thing
Dfaq.md695 test is [Dependency Injection](http://en.wikipedia.org/wiki/Dependency_injection). You can inject
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2744 Enable only control-flow mitigations for Load Value Injection (LVI)
2748 Enable all mitigations for Load Value Injection (LVI)
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoV.td796 // Vector Floating-Point Sign-Injection Instructions
/external/llvm-project/clang/include/clang/Driver/
DOptions.td2441 HelpText<"Enable all mitigations for Load Value Injection (LVI)">;
2443 HelpText<"Disable mitigations for Load Value Injection (LVI)">;
2445 HelpText<"Enable only control-flow mitigations for Load Value Injection (LVI)">;
2447 HelpText<"Disable control-flow mitigations for Load Value Injection (LVI)">;