Home
last modified time | relevance | path

Searched refs:suggest (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/autotest/client/profilers/powertop/src/
Dmisctips.c188 int suggest = 0; in suggest_noatime() local
197 suggest = 1; in suggest_noatime()
200 if (suggest) { in suggest_noatime()
222 int suggest = 0; in suggest_powersched() local
243 suggest = 1; in suggest_powersched()
257 suggest = 0; in suggest_powersched()
263 if (suggest) { in suggest_powersched()
DChangelog54 * suggest enabling noatime to save disk IO's
55 * suggest enabling SATA AHCI Link powermanagement
56 * suggest enabling the SMP Power Aware Scheduler
68 - hal (suggest to stop cdrom polling)
84 * check for HPET being present; if not suggest user to toggle in
124 * Add capability to suggest disabling daemons and the like
/external/vogar/
D.vogarconfig.example9 # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath"
12 --suggest-classpaths
19 # a list of directories to search for jar files when using --suggest-classpaths
/external/llvm-project/lld/test/ELF/
Dundef-not-suggest.test1 ## Check we don't suggest alternative spelling for relocations to symbols
34 ## Relocation which references ".text.foo". Check we don't suggest the
39 ## Relocation which references "foo". Check we don't suggest "for".
Dundef-suggest-version.s6 ## For an unversioned undefined symbol, check we can suggest the symbol with the
16 ## For a versioned undefined symbol, check we can suggest the symbol with the
26 ## For an unversioned undefined symbol, check we can suggest a symbol with
41 ## For a versioned undefined symbol, check we can suggest a symbol with
Dundef-suggest-extern-c2.s4 ## The definition is mangled while the reference is not, suggest an arbitrary
9 ## Check that we can suggest a local definition.
Dundef-suggest-extern-c.s4 ## The reference is mangled while the definition is not, suggest a missing
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dperformance-unnecessary-copy-initialization.rst22 // The warning will suggest making this a const reference.
30 // The warning will suggest making this a const reference.
34 // The warning will suggest making this a const reference.
Dperformance-unnecessary-value-param.rst26 // The warning will suggest making Value a reference.
30 // The warning will suggest making Value a const reference.
37 will suggest to move it.
Dabseil-duration-factory-float.rst10 This check will not suggest fixes for literals which contain fractional
11 floating point values or non-literals. It will suggest removing
Dreadability-make-member-function-const.rst12 Therefore, it will suggest to add a ``const`` qualifier to a non-const
21 This check will also suggest to add a ``const`` qualifier to a non-const
27 Specifically, this check will not suggest to add a ``const`` to a non-const
Dgoogle-objc-global-variable-declaration.rst13 ``k[A-Z].*`` (constants). The check will suggest a variable name that follows the
46 The check will give a warning message but will not be able to suggest a fix. The
Dportability-simd-intrinsics.rst40 If this option is set to `true` (default is `false`), the check will suggest
46 The namespace used to suggest `P0214`_ alternatives. If not specified, `std::`
Dgoogle-runtime-int.rst6 Finds uses of ``short``, ``long`` and ``long long`` and suggest replacing them
/external/angle/third_party/vulkan_memory_allocator/
DBUILD.gn13 "-Wno-suggest-destructor-override",
14 "-Wno-suggest-override",
/external/selinux/libselinux/utils/
DMakefile17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
/external/libusb/
DREADME.git31 to fit in a couple of small patches, we would kindly suggest that you create a
38 We also suggest that, if you are planning to bring in a large development, you
/external/python/cpython3/Doc/tutorial/
Dinteractive.rst24 the expression up to the final ``'.'`` and then suggest completions from
42 symbol table. A command to check (or even suggest) matching parentheses,
/external/grpc-grpc/templates/
Dcomposer.json.template16 "suggest": {
/external/llvm-project/llvm/utils/unittest/
DCMakeLists.txt60 add_definitions("-Wno-suggest-override")
61 set_target_properties(gtest PROPERTIES INTERFACE_COMPILE_OPTIONS "-Wno-suggest-override")
/external/llvm-project/mlir/test/mlir-tblgen/
Dop-format-spec.td463 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc…
468 // CHECK: note: suggest adding a '$operand' directive to the custom assembly format
473 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire…
478 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire…
483 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc…
488 // CHECK: note: suggest adding a '$successor' directive to the custom assembly format
495 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire…
500 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc…
/external/clang/test/Parser/
Dwarn-semicolon-before-method-body.m5 // warn about it and suggest a fixit.
/external/llvm-project/clang/test/Parser/
Dwarn-semicolon-before-method-body.m5 // warn about it and suggest a fixit.
/external/llvm-project/llvm/test/MC/ARM/
Dinvalid-instructions-spellcheck.s56 @ Here it is checked that we don't suggest instructions that are not supported.
/external/llvm-project/llvm/test/MC/SystemZ/
Dinvalid-instructions-spellcheck.s55 # Here it is checked that we don't suggest instructions that are not supported.

12345678910>>...12