Home
last modified time | relevance | path

Searched refs:Increase (Results 1 – 25 of 152) sorted by relevance

1234567

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp206 unsigned short Increase; in account() local
207 std::tie(MsgId, Increase) = D.process(); in account()
209 Total += Increase; in account()
530 unsigned short Increase; // How much of an increment? in check() local
531 std::tie(MsgId, Increase) = Detail.process(); in check()
536 << (unsigned)Increase << (unsigned)Detail.Nesting << 1 + Detail.Nesting; in check()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp36 enum class LengthHandleKind { Increase, Decrease }; enumerator
312 (LengthHandle == LengthHandleKind::Increase in lengthExprHandle()
358 Injection += LengthHandle == LengthHandleKind::Increase ? " + 1" : " - 1"; in lengthExprHandle()
403 lengthExprHandle(CapacityExpr, LengthHandleKind::Increase, Result, Diag); in isDestCapacityFix()
862 lengthArgHandle(LengthHandleKind::Increase, Result, Diag); in memoryHandlerFunctionFix()
911 lengthArgPosHandle(1, LengthHandleKind::Increase, Result, Diag); in memcpy_sFix()
952 lengthArgHandle(LengthHandleKind::Increase, Result, Diag); in memmoveFix()
963 lengthArgHandle(LengthHandleKind::Increase, Result, Diag); in strerror_sFix()
1009 lengthArgHandle(LengthHandleKind::Increase, Result, Diag); in xfrmFix()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp103 bool Increase = NewPriority > Boost; in boost() local
105 if (!Increase) in boost()
/external/autotest/client/site_tests/platform_InputVolume/
Dcontrol16 Increase, decrease, and mute the volume using keyboard shortcuts.
/external/autotest/client/site_tests/platform_InputBrightness/
Dcontrol16 Increase and decrease the brightness using keyboard shortcuts.
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.4hours21 # connection alive a few times. Increase the time "awake" to 0 to 8 seconds,
/external/autotest/server/site_tests/enterprise_CFM_LowLevelPeripheralTest/
Dcontrol.atrus_power_cycle_stress30 # Increase the timeout to 30 to ensure we give it enough time.
/external/mesa3d/docs/relnotes/
D19.3.1.rst55 - virgl: Increase the shader transfer buffer by doubling the size
D19.2.8.rst57 - virgl: Increase the shader transfer buffer by doubling the size
D6.5.rst92 - Increase MAX_DRAWBUFFERS
D18.2.2.rst59 - st/nine: Increase maximum number of temp registers
D6.387 Increase MAX_DRAWBUFFERS
D6.5.2.rst90 - Increase MAX_DRAWBUFFERS
D6.5.1.rst96 - Increase MAX_DRAWBUFFERS
/external/llvm-project/lld/test/wasm/lto/
Dcache.ll23 ; Increase the age of llvmcache-foo, which will give it the oldest time stamp
/external/wayland-protocols/freedesktop.org/
DREADME107 . Increase the major version number in the protocol XML by +1+.
108 . Increase the major version number in all of the interfaces in the
DREADME.md113 - Increase the major version number in the protocol XML by 1.
114 - Increase the major version number in all of the interfaces in the
/external/llvm-project/lld/test/ELF/
Dcommon-page.s10 # Increase max-page-size to 64k while using the default x86_64 common page size
115 # Increase common-page-size to max-page-size. Expect to see a larger offset
/external/llvm-project/lld/test/ELF/lto/
Dcache.ll24 ; Increase the age of llvmcache-foo, which will give it the oldest time stamp
/external/llvm-project/llvm/test/tools/gold/X86/
Dcache.ll56 ; Increase the age of llvmcache-foo
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/
Dapollo3evb_makefile.inc108 # - Increase the stack size from 1k to 20k
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dfast_exponential.inl68 …// Increase accuracy on number bigger that 1 and smaller than -1 but it's not enough for high and …
/external/yapf/
DCHANGELOG108 - Increase affinity for "atom" arguments in function calls. This helps prevent
130 - Increase indent for continuation line with same indent as next logical line
161 - Increase the penalty for splitting after the start of a tuple.
162 - Increase penalty for excess characters.
484 - Increase the penalty for splitting after a pseudo-paren. This could lead to
/external/bcc/tools/
Dtplist_example.txt130 -v Increase verbosity level (print variables, arguments, etc.)
/external/igt-gpu-tools/man/
Dintel_reg.rst33 Increase verbosity.

1234567