/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | NameAllocator.java | 99 public String newName(String suggestion) { in newName() argument 100 return newName(suggestion, UUID.randomUUID().toString()); in newName() 108 public String newName(String suggestion, Object tag) { in newName() argument 109 checkNotNull(suggestion, "suggestion"); in newName() 112 suggestion = toJavaIdentifier(suggestion); in newName() 114 while (SourceVersion.isKeyword(suggestion) || !allocatedNames.add(suggestion)) { in newName() 115 suggestion = suggestion + "_"; in newName() 118 String replaced = tagToName.put(tag, suggestion); in newName() 122 + "' and '" + suggestion + "'"); in newName() 125 return suggestion; in newName() [all …]
|
/external/autotest/client/profilers/powertop/src/ |
D | suggestions.c | 40 struct suggestion; 42 struct suggestion { struct 43 struct suggestion *next; argument 55 static struct suggestion *suggestions; argument 63 struct suggestion *ptr; in reset_suggestions() 66 struct suggestion *next; in reset_suggestions() 82 struct suggestion *new; in add_suggestion() 87 new = malloc(sizeof(struct suggestion)); in add_suggestion() 90 memset(new, 0, sizeof(struct suggestion)); in add_suggestion() 105 struct suggestion *ptr; in pick_suggestion() [all …]
|
D | Changelog | 20 * Fix USB suspend suggestion to take semi blacklisted stuff into 33 * add suggestion to increase VM writeback timeout 34 * add suggestion to enable INOTIFY in the kernel 45 * add suggestion to disable TV out 46 * add suggestion to disable Wake-On-Lan for unused ethernet 50 * Add suggestion to rf_kill unused wireless interfaces 71 these get fixed then the suggestion will not display. 88 * Add active suggestion to enable AC97 powersave mode at runtime 89 * Add active suggestion to enable wireless powersave mode at runtime 90 * Add active suggestion to enable ondemand [all …]
|
/external/libtextclassifier/native/actions/ |
D | utils.cc | 32 ActionSuggestion* suggestion) { in FillSuggestionFromSpec() argument 34 suggestion->score = action->score(); in FillSuggestionFromSpec() 35 suggestion->priority_score = action->priority_score(); in FillSuggestionFromSpec() 37 suggestion->type = action->type()->str(); in FillSuggestionFromSpec() 40 suggestion->response_text = action->response_text()->str(); in FillSuggestionFromSpec() 55 suggestion->serialized_entity_data = entity_data->Serialize(); in FillSuggestionFromSpec() 65 ActionSuggestion suggestion; in SuggestTextRepliesFromCapturingMatch() local 66 suggestion.response_text = match_text.ToUTF8String(); in SuggestTextRepliesFromCapturingMatch() 67 suggestion.type = smart_reply_action_type; in SuggestTextRepliesFromCapturingMatch() 71 FillSuggestionFromSpec(group->text_reply(), entity_data.get(), &suggestion); in SuggestTextRepliesFromCapturingMatch() [all …]
|
D | grammar-actions.cc | 119 ActionSuggestion suggestion; in InstantiateActionsFromMatch() local 120 suggestion.annotations = annotations; in InstantiateActionsFromMatch() 122 &suggestion); in InstantiateActionsFromMatch() 123 result->push_back(std::move(suggestion)); in InstantiateActionsFromMatch()
|
D | regex-actions.cc | 254 ActionSuggestion suggestion; in SuggestActions() local 255 suggestion.annotations = annotations; in SuggestActions() 256 FillSuggestionFromSpec(action, entity_data.get(), &suggestion); in SuggestActions() 257 actions->push_back(suggestion); in SuggestActions()
|
D | actions-suggestions.cc | 832 const ActionSuggestionSpec* spec, ActionSuggestion* suggestion) const { in FillSuggestionFromSpecWithEntityData() 836 FillSuggestionFromSpec(spec, entity_data.get(), suggestion); in FillSuggestionFromSpecWithEntityData() 861 ActionSuggestion suggestion; in PopulateIntentTriggering() local 865 FillSuggestionFromSpecWithEntityData(task_spec, &suggestion); in PopulateIntentTriggering() 866 suggestion.score = trigger_score; in PopulateIntentTriggering() 867 response->actions.push_back(std::move(suggestion)); in PopulateIntentTriggering() 934 ActionSuggestion suggestion; in ReadModelOutput() local 935 suggestion.type = action_type->name()->str(); in ReadModelOutput() 939 FillSuggestionFromSpecWithEntityData(action_type->action(), &suggestion); in ReadModelOutput() 940 suggestion.score = score; in ReadModelOutput() [all …]
|
D | utils.h | 38 ActionSuggestion* suggestion);
|
/external/rust/crates/thiserror/tests/ |
D | test_expr.rs | 43 .suggestion 50 suggestion: Option<String>, 86 suggestion: Some("clippy".to_owned()),
|
/external/rust/crates/proc-macro-error/src/ |
D | diagnostic.rs | 199 pub fn span_suggestion(self, span: Span, suggestion: &str, msg: String) -> Self { in span_suggestion() 200 match suggestion { in span_suggestion() 206 pub fn suggestion(self, suggestion: &str, msg: String) -> Self { in suggestion() method 207 match suggestion { in suggestion()
|
D | macros.rs | 202 $var.suggestion(stringify!($help), msg.to_string()) 226 let $var = $var.suggestion(stringify!($help), $msg.to_string()); 229 let $var = $var.suggestion(
|
/external/python/cpython2/Misc/ |
D | developers.txt | 33 at suggestion of Antoine Pitrou, for general bug fixing. 46 at suggestion of Tarek Ziadé. 49 at suggestion of Nick Coghlan. 55 for work on the py3k-jit branch, at suggestion of the Unladen 59 by MvL at suggestion of Mark Dickinson. 62 at suggestion of Michael Foord. 65 MvL, at suggestion of R. David Murray. 68 GFB, at suggestion of Michael Foord and others. 85 suggestion of Mark Dickinson, for work on the decimal module. 88 suggestion of Jesse Noller, for documentation work.
|
/external/rust/crates/clap/src/ |
D | suggestions.rs | 93 .map(|(_, suggestion)| suggestion) in did_you_mean_flag_suffix()
|
/external/dnsmasq/ |
D | CHANGELOG | 10 suggestion. 43 suggestion. 55 suggestion. 133 the suggestion. 144 Alkis Georgopoulos for the suggestion and Guilherme Moro 189 Support arbitrarily encapsulated DHCP options, suggestion 227 Ib Uhrskov for the suggestion. 251 suggestion. 282 suggestion generated an illegal, zero-length, 337 break things too: suggestion from Gilles Espinasse.
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/ |
D | d456ee029700adef5d28438593010223 | 1 …}},feature:{movie_ratings:{float_list:{value:9.0,value:9.7}}},feature:{suggestion:{bytes_list:{val…
|
D | 013a29ea098a178f8a36741c9fd91144 | 27 suggestion: {
|
/external/lmfit/ |
D | CHANGELOG | 104 (suggestion by Nghia Ho) 151 - malloc==NULL ? (suggestion R. Strickland) 152 - allow printout=NULL (suggestion J. Lodewyck) 161 - machine-dependent arithmetic constants from float.h (suggestion M. Bydder)
|
/external/libjpeg-turbo/ |
D | change.log | 13 Thank to Wolfgang Werner (W.W.) Heinz for suggestion. 32 Thank to Michele Martone for suggestion. 39 Thank to Andrew Senior, David Clunie, and Josef Schmid for suggestion. 58 Thank to Michael Koch for the initial suggestion. 61 Thank to Jeffrey Friedl for the suggestion. 77 Thank to Brett Blackham for the suggestion. 88 Thank to Roberto Boni from Italy for the suggestion.
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | README | 10 If you have a suggestion for an example program, please send mail to
|
/external/llvm-project/clang-tools-extra/clang-doc/assets/ |
D | clang-doc-default-stylesheet.css | 895 .tt-suggestion { 900 .tt-suggestion:hover { 906 .tt-suggestion:hover .search-from-lib { 910 .tt-suggestion.tt-cursor { 915 .tt-suggestion.tt-cursor .search-from-lib { 919 .tt-suggestion p {
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | README | 9 suggestion would be a tarred version of the gcc package.
|
/external/rust/crates/structopt-derive/src/ |
D | parse.rs | 237 let suggestion = if exprs.len() == 1 { in raw_method_suggestion() localVariable 253 name, name, suggestion in raw_method_suggestion()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | GenericRequest.java | 232 private static void check(String name, Object object, String suggestion) { in check() argument 236 if (suggestion != null) { in check() 238 message.append(suggestion); in check()
|
/external/llvm-project/clang/www/demo/ |
D | what is this directory.txt | 9 If nobody in the LLVM community has the skills, one suggestion would be to post a request on a frie…
|
/external/clang/www/demo/ |
D | what is this directory.txt | 9 If nobody in the LLVM community has the skills, one suggestion would be to post a request on a frie…
|