/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/actions/ |
D | actions-suggestions.cc | 572 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/ |
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/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.
|
D | CHANGELOG.archive | 57 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/ |
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/tensorflow/tensorflow/core/kernels/fuzzing/corpus/decode_json_example/ |
D | 013a29ea098a178f8a36741c9fd91144 | 27 suggestion: {
|
D | d456ee029700adef5d28438593010223 | 1 …}},feature:{movie_ratings:{float_list:{value:9.0,value:9.7}}},feature:{suggestion:{bytes_list:{val…
|
/external/tinyxml/ |
D | changes.txt | 85 - 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/ |
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/python/cpython2/Demo/tkinter/matt/ |
D | README | 10 If you have a suggestion for an example program, please send mail to
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | README | 9 suggestion would be a tarred version of the gcc package.
|
/external/libjpeg-turbo/ |
D | change.log | 13 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/ |
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/tensorflow/tensorflow/core/example/ |
D | feature.proto | 37 // key: "suggestion"
|
/external/Microsoft-GSL/ |
D | CONTRIBUTING.md | 7 tracking the suggestion that has been approved by the maintainers. Your pull request should include…
|
/external/python/cpython2/Doc/library/ |
D | user.rst | 44 A suggestion for programmers who wish to use this mechanism: a simple way to let
|
/external/libxml2/bakefile/ |
D | Readme.txt | 49 That's all: for any problem/compile-error/suggestion, write to
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTCompile.cmake | 73 # this before we try to build the tests and print out a suggestion how to fix
|
/external/clang/tools/scan-build-py/ |
D | README.md | 108 Please describing the bug and where you found it. If you have a suggestion
|
/external/python/cpython3/Doc/ |
D | bugs.rst | 20 have a suggestion on how to fix it, include that as well.
|
/external/python/cpython2/Doc/ |
D | bugs.rst | 17 have a suggestion how to fix it, include that as well.
|
/external/markdown/docs/ |
D | CHANGE_LOG | 143 collection (per Doug Sauder's suggestion).
|