Searched refs:suggest (Results 1 – 25 of 282) sorted by relevance
12345678910>>...12
/external/autotest/client/profilers/powertop/src/ |
D | misctips.c | 188 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()
|
D | Changelog | 54 * 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.example | 9 # 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/ |
D | undef-not-suggest.test | 1 ## 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".
|
D | undef-suggest-version.s | 6 ## 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
|
D | undef-suggest-extern-c2.s | 4 ## The definition is mangled while the reference is not, suggest an arbitrary 9 ## Check that we can suggest a local definition.
|
D | undef-suggest-extern-c.s | 4 ## The reference is mangled while the definition is not, suggest a missing
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | performance-unnecessary-copy-initialization.rst | 22 // 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.
|
D | performance-unnecessary-value-param.rst | 26 // The warning will suggest making Value a reference. 30 // The warning will suggest making Value a const reference. 37 will suggest to move it.
|
D | abseil-duration-factory-float.rst | 10 This check will not suggest fixes for literals which contain fractional 11 floating point values or non-literals. It will suggest removing
|
D | readability-make-member-function-const.rst | 12 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
|
D | google-objc-global-variable-declaration.rst | 13 ``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
|
D | portability-simd-intrinsics.rst | 40 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::`
|
D | google-runtime-int.rst | 6 Finds uses of ``short``, ``long`` and ``long long`` and suggest replacing them
|
/external/angle/third_party/vulkan_memory_allocator/ |
D | BUILD.gn | 13 "-Wno-suggest-destructor-override", 14 "-Wno-suggest-override",
|
/external/selinux/libselinux/utils/ |
D | Makefile | 17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
|
/external/libusb/ |
D | README.git | 31 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/ |
D | interactive.rst | 24 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/ |
D | composer.json.template | 16 "suggest": {
|
/external/llvm-project/llvm/utils/unittest/ |
D | CMakeLists.txt | 60 add_definitions("-Wno-suggest-override") 61 set_target_properties(gtest PROPERTIES INTERFACE_COMPILE_OPTIONS "-Wno-suggest-override")
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | op-format-spec.td | 463 // 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/ |
D | warn-semicolon-before-method-body.m | 5 // warn about it and suggest a fixit.
|
/external/llvm-project/clang/test/Parser/ |
D | warn-semicolon-before-method-body.m | 5 // warn about it and suggest a fixit.
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | invalid-instructions-spellcheck.s | 56 @ Here it is checked that we don't suggest instructions that are not supported.
|
/external/llvm-project/llvm/test/MC/SystemZ/ |
D | invalid-instructions-spellcheck.s | 55 # Here it is checked that we don't suggest instructions that are not supported.
|
12345678910>>...12