/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/ |
D | MyCompositeObject.java | 21 Collection<MyClass<? extends Object>> things; field in MyCompositeObject 24 return this.things; in getThings() 27 public void setThings(Collection<MyClass<? extends Object>> things) { in setThings() argument 28 this.things = things; in setThings()
|
/external/fonttools/Lib/fontTools/ |
D | afmLib.py | 136 things = [] 138 things.append(rest[fr:to]) 139 charname = things[2] 140 del things[2] 141 charnum, width, l, b, r, t = (int(thing) for thing in things) 148 things = [] 150 things.append(rest[fr:to]) 151 leftchar, rightchar, value = things
|
/external/valgrind/docs/internals/ |
D | directory-structure.txt | 11 This file is a guide to where different things live. 33 2. Generic things go in the directory specified in (1). 35 Arch-specific, OS-specific, or platform-specific things are sprinkled 37 architecture-specific things, for example. 39 Sometimes we have a whole file holding things specific to a particular
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
D | main-scripts.rb | 55 out_lines.should have( 3 ).things 75 lines.should have( 3 ).things 95 lines.should have( 4 ).things
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ModuleValidator.java | 325 private static String formatListForErrorMessage(List<?> things) { in formatListForErrorMessage() argument 326 switch (things.size()) { in formatListForErrorMessage() 330 return things.get(0).toString(); in formatListForErrorMessage() 333 Joiner.on(", ").appendTo(output, things.subList(0, things.size() - 1)); in formatListForErrorMessage() 334 output.append(" and ").append(things.get(things.size() - 1)); in formatListForErrorMessage()
|
/external/libchrome/base/ |
D | OWNERS | 6 # Chromium is a very mature project, most things that are generally useful are 7 # already here, and that things not here aren't generally useful. 11 # applicability. Prefer to add things closer to where they're used (i.e. "not
|
/external/curl/packages/DOS/ |
D | README | 10 Otherwise things go wrong because things like FS-extensions and
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
D | properties.rb | 34 lexer.properties.should have( 3 ).things 55 lexer.properties.should have( 3 ).things
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
D | scopes.rb | 206 symbols.should have( 2 ).things 241 symbols.should have( 2 ).things
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 31 I've marked optimizations with a [t] to indicate things that I believe to 33 things to reimplement would be SSA based PRE, Strength reduction & loop 34 unrolling... these would be the major things we would miss out on if we
|
D | 2002-06-25-MegaPatchInfo.txt | 31 makes it much easier to write nested loops that iterator over things, changing 47 include every .h file that it used. Now things are batched a little bit more 70 Instead of having to go through getArgumentList for simple things like
|
/external/valgrind/none/tests/linux/ |
D | pthread-stack.stderr.exp | 1 ... doing bad things till guard page
|
/external/valgrind/none/tests/solaris/ |
D | pthread-stack.stderr.exp | 1 ... doing bad things till guard page
|
/external/bison/doc/ |
D | cross-options.texi | 65 @item @option{--report=@var{things}} 66 @tab @option{-r @var{things}}
|
/external/bzip2/ |
D | words1 | 3 If there's a problem, things might stop at this point.
|
/external/expat/ |
D | README | 43 By default, the configure script will set things up to install 61 things and "make install" will install things into their proper 64 the directories into which things will be installed.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | token.ml | 6 * these others for known things. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | token.ml | 6 * these others for known things. *)
|
/external/pcre/dist/testdata/ |
D | testinput13 | 2 attempt to use it has the expected behaviour. It also tests things that
|
/external/chromium-trace/catapult/tracing/docs/ |
D | trace-viewer-internals.md | 28 …* *Selection:* a vector of things in the tracks that the user has selected (counter samples, slice… 66 * When you see the tracing UI, you see lots of things like this: 119 …* When you drag to select, that creates a selection object by asking every track to append things … 123 …ction for why). Yet, analysis code want to know parentage in order to do things like group-by-thre…
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 6 * these others for known things. *)
|
/external/llvm/docs/ |
D | Packaging.rst | 12 break things for constrained platforms. These settings are not optimal for most 33 things down.
|
/external/vboot_reference/tests/futility/data/ |
D | README | 6 bios_peppy_mp.bin doesn't do any of those things
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 6 * these others for known things. *)
|