Home
last modified time | relevance | path

Searched refs:suggestion (Results 1 – 25 of 88) sorted by relevance

1234

/external/javapoet/src/main/java/com/squareup/javapoet/
DNameAllocator.java99 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/
Dsuggestions.c40 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 …]
DChangelog20 * 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/actions/
Dactions-suggestions.cc572 ActionSuggestion suggestion; in SuggestionFromSpec() local
573 suggestion.score = action != nullptr ? action->score() : default_score; in SuggestionFromSpec()
574 suggestion.priority_score = in SuggestionFromSpec()
576 suggestion.type = action != nullptr && action->type() != nullptr in SuggestionFromSpec()
579 suggestion.response_text = in SuggestionFromSpec()
583 suggestion.serialized_entity_data = in SuggestionFromSpec()
587 return suggestion; in SuggestionFromSpec()
935 ActionSuggestion suggestion = in ReadModelOutput() local
938 suggestion.score = score; in ReadModelOutput()
939 response->actions.push_back(suggestion); in ReadModelOutput()
[all …]
/external/python/cpython2/Misc/
Ddevelopers.txt33 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/dnsmasq/
DCHANGELOG10 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.
DCHANGELOG.archive57 inspired by a suggestion from Eli Chen <eli@routefree.com>
264 to /etc/ppp/resolv.conf (suggestion from Jorg Sommer.)
386 names in /etc/hosts -suggestion from Phil Harman.
803 I. Vdovikin for the suggestion to do that.
818 Thanks to Andi Cambeis for that suggestion.
895 Thanks to Grzegorz Nosek for the suggestion.
1251 /etc/hosts entry. Thanks to Mat Swift for the suggestion.
1325 the DHCP lease. Thanks to Will Murname for the suggestion.
1423 options. A sensible suggestion by Nathaniel McCallum.
1506 the suggestion.
[all …]
/external/lmfit/
DCHANGELOG104 (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/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/
D013a29ea098a178f8a36741c9fd9114427 suggestion: {
Dd456ee029700adef5d284385930102231 …}},feature:{movie_ratings:{float_list:{value:9.0,value:9.7}}},feature:{suggestion:{bytes_list:{val…
/external/tinyxml/
Dchanges.txt85 - Added <ctype.h> include, at the suggestion of Steve Walters.
120 - A suggestion by Ronald Fenner Jr (dormlock) to add #include <istream> and <ostream> for Apple's P…
144 - Nodes and attributes can now print themselves to strings. (Yves suggestion)
164 - Added version # constants - a suggestion from JP and Ellers.
207 - Documents loaded with the UTF-8 BOM will now save with the UTF-8 BOM. Good suggestion
/external/glide/library/src/main/java/com/bumptech/glide/request/
DGenericRequest.java232 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/python/cpython2/Demo/tkinter/matt/
DREADME10 If you have a suggestion for an example program, please send mail to
/external/ltp/testcases/kernel/io/ltp-aiodio/
DREADME9 suggestion would be a tarred version of the gcc package.
/external/libjpeg-turbo/
Dchange.log13 Thank to Michele Martone for suggestion.
32 Thank to Michael Koch for the initial suggestion.
35 Thank to Jeffrey Friedl for the suggestion.
51 Thank to Brett Blackham for the suggestion.
62 Thank to Roberto Boni from Italy for the suggestion.
/external/clang/www/demo/
Dwhat is this directory.txt9 If nobody in the LLVM community has the skills, one suggestion would be to post a request on a frie…
/external/tensorflow/tensorflow/core/example/
Dfeature.proto37 // key: "suggestion"
/external/Microsoft-GSL/
DCONTRIBUTING.md7 tracking the suggestion that has been approved by the maintainers. Your pull request should include…
/external/python/cpython2/Doc/library/
Duser.rst44 A suggestion for programmers who wish to use this mechanism: a simple way to let
/external/libxml2/bakefile/
DReadme.txt49 That's all: for any problem/compile-error/suggestion, write to
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake73 # this before we try to build the tests and print out a suggestion how to fix
/external/clang/tools/scan-build-py/
DREADME.md108 Please describing the bug and where you found it. If you have a suggestion
/external/python/cpython3/Doc/
Dbugs.rst20 have a suggestion on how to fix it, include that as well.
/external/python/cpython2/Doc/
Dbugs.rst17 have a suggestion how to fix it, include that as well.
/external/markdown/docs/
DCHANGE_LOG143 collection (per Doug Sauder's suggestion).

1234