Home
last modified time | relevance | path

Searched full:suggest (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/external/clang/test/Modules/
Dsuggest-include.cpp2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I%S/Inputs/suggest-inc…
19 // Don't suggest a #include that includes the entity via a path that leaves in f()
24 // Don't suggest #including a private header. in f()
25 // FIXME: We could suggest including "useprivate1.h" here, as it's the only in f()
31 // Even if we suggest an include for private1, we should not do so here. in f()
/external/autotest/client/profilers/powertop/src/
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
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()
/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/rust/android-crates-io/crates/darling/tests/
Dsuggestions.rs8 #[darling(attributes(suggest))]
25 #[suggest(ipsum = "Hello", dolorr(sit))] in suggest_dolor()
37 #[suggest(ipsum = "Hello", dolor(sit), amt)] in dont_suggest_skipped_field()
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/fixserialization/
DFixSerializationConfig.java45 * will serialize information and suggest type changes to resolve them, in case these errors could
54 * If enabled, serialized information of a fix suggest will also include the enclosing method and
115 XMLUtil.getValueFromAttribute(document, "/serialization/suggest", "active", Boolean.class) in FixSerializationConfig()
119 document, "/serialization/suggest", "enclosing", Boolean.class) in FixSerializationConfig()
123 …"Error in the fix serialization configuration, suggest flag must be enabled to activate enclosing … in FixSerializationConfig()
/external/python/google-api-python-client/docs/dyn/
Dcloudsearch_v1.query.sources.html82 <p class="firstline">Returns list of sources that user can use for Search and Suggest APIs. **Note:…
94 …<pre>Returns list of sources that user can use for Search and Suggest APIs. **Note:** This API req…
99 … are biased towards the specified language. The suggest API does not use this parameter. Instead,
116 { # The definition of a operator that can be used in a Search/Suggest request.
134 &quot;source&quot;: { # Defines sources for the suggest/search APIs. # Name of the source
Dcloudsearch_v1.query.html89 <code><a href="#suggest">suggest(body=None, x__xgafv=None)</a></code></p>
116 …ns are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only…
144 … &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of restriction.
169 … are biased towards the specified language. The suggest API does not use this parameter. Instead,
196 &quot;source&quot;: { # Defines sources for the suggest/search APIs.
242 …&quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source the result count…
391 …&quot;source&quot;: { # Defines sources for the suggest/search APIs. # The named source for the re…
443 <code class="details" id="suggest">suggest(body=None, x__xgafv=None)</code>
450 { # Request of suggest API.
453 …ns are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only…
[all …]
Dcloudsearch_v1.settings.searchapplications.html118 …ns are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only…
146 … &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of restriction.
175 …t;: { # Scoring configurations for a source while processing a Search or Suggest request. # Config…
180 { # Configurations for a source while processing a Search or Suggest request.
188 …&quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source for which this c…
279 …ns are joined disjunctively. The maximum number of elements is 20. NOTE: Suggest API supports only…
307 … &quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source of restriction.
336 …t;: { # Scoring configurations for a source while processing a Search or Suggest request. # Config…
341 { # Configurations for a source while processing a Search or Suggest request.
349 …&quot;source&quot;: { # Defines sources for the suggest/search APIs. # The source for which this c…
[all …]
/external/clang/test/Sema/
Dwarn-missing-braces.c3 int a[2][2] = { 0, 1, 2, 3 }; // expected-warning{{suggest braces}} expected-warning{{suggest brace…
/external/angle/third_party/vulkan_memory_allocator/
DBUILD.gn19 "-Wno-suggest-destructor-override",
20 "-Wno-suggest-override",
/external/aws-crt-java/.github/ISSUE_TEMPLATE/
Dfeature-request.yml3 description: Suggest an idea for this project
28Suggest how to implement the addition or change. Please include prototype/workaround/sketch/refere…
/external/clang/test/SemaCXX/
Dwarn-absolute-value-header.cpp15 // Suggest including cmath in test()
28 // Suggest including cstdlib in test()
44 // Declarations found, suggest name change. in test()
Daddr-of-overloaded-function.cpp65 …// FIXME: filter by const so we can unambiguously suggest '()' & point to just the one candidate, …
91 // Do not suggest '()' since an int argument is required in h()
93 // Suggest '()' since there's a default value for the only argument & the in h()
96 // Suggest '()' since no arguments are required & the type argument is in h()
99 // Do not suggest '()' since another type argument is required in h()
101 // Suggest '()' since the type parameter has a default value in h()
/external/mesa3d/.gitlab-ci/container/
Dbuild-skqp_base.gn19 "-Wno-suggest-override",
27 "-Wno-suggest-destructor-override",
/external/aws-sdk-java-v2/.github/ISSUE_TEMPLATE/
Dfeature-request.yml3 description: Suggest an idea for this project
28Suggest how to implement the addition or change. Please include prototype/workaround/sketch/refere…
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
DGenerateStatelessSummaryRequestOrBuilder.java30 * Required. The conversation to suggest a summary for.
44 * Required. The conversation to suggest a summary for.
59 * Required. The conversation to suggest a summary for.
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
DGenerateStatelessSummaryRequestOrBuilder.java30 * Required. The conversation to suggest a summary for.
44 * Required. The conversation to suggest a summary for.
59 * Required. The conversation to suggest a summary for.
/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/googleapis/google/cloud/talent/v4/
Dcompletion_service.proto67 // Suggest job titles for jobs autocomplete.
76 // Suggest company names for jobs autocomplete.
85 // Suggest both job titles and company names for jobs autocomplete.
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/
Dcompletion_service.proto67 // Suggest job titles for jobs autocomplete.
76 // Suggest company names for jobs autocomplete.
85 // Suggest both job titles and company names for jobs autocomplete.
/external/rust/android-crates-io/crates/glam/
DCONTRIBUTING.md23 If `glam` is missing functionality on existing types, [suggest a new feature]
57 [suggest a new feature]: https://github.com/bitshifter/glam-rs/discussions/new?category=ideas
/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/clang/test/FixIt/
Dfixit-vexing-parse.cpp47 // Suggest parentheses only around the first argument. in test()
75 // Maybe suggest an " = X()" initializer for this case? in test()
76 // Maybe suggest removing the parens anyway? in test()
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/
Dcompletion_service.proto68 // Suggest job titles for jobs autocomplete.
77 // Suggest company names for jobs autocomplete.
86 // Suggest both job titles and company names for jobs autocomplete.

12345678910>>...43