/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/grpc-grpc/tools/buildgen/plugins/ |
D | expand_filegroups.py | 106 things = {} 108 things[thing['name']] = thing 111 for thing in things.itervalues(): 118 things[cur]['used_by'].append(thing['name']) 119 todo.extend(thing_deps(things[cur]))
|
/external/fonttools/Lib/fontTools/ |
D | afmLib.py | 137 things = [] 139 things.append(rest[fr:to]) 140 charname = things[2] 141 del things[2] 142 charnum, width, l, b, r, t = (int(thing) for thing in things) 149 things = [] 151 things.append(rest[fr:to]) 152 leftchar, rightchar, value = things
|
/external/u-boot/examples/standalone/ |
D | README.smc91111_eeprom | 13 4. Other things you can do with this 22 each node of a network. When things are not unique - bad things 47 it is not a good idea to start doing things on the network before the 48 MAC address is set, this example will do things over serial. 53 you specify things to load as is not the load address specified 141 should be blank, and allow you to set things one time. 174 4. Other things that you can do
|
/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/antlr/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/fonttools/Lib/fontTools/misc/ |
D | classifyTools.py | 30 things, sets, mapping = self._things, self._sets, self._mapping 33 intersection = s.intersection(things) # existing things 40 things.update(difference)
|
/external/curl/packages/DOS/ |
D | README | 10 Otherwise things go wrong because things like FS-extensions and
|
/external/antlr/runtime/Ruby/test/functional/lexer/ |
D | properties.rb | 34 lexer.properties.should have( 3 ).things 55 lexer.properties.should have( 3 ).things
|
/external/antlr/runtime/Ruby/test/functional/parser/ |
D | scopes.rb | 206 symbols.should have( 2 ).things 241 symbols.should have( 2 ).things
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/relax-mem/ |
D | STDWPtrQRr.mir | 18 ; We shouldn't expand things which already have 6-bit imms. 22 ; We shouldn't expand things which already have 6-bit imms.
|
/external/libcxx/ |
D | NOTES.TXT | 11 These notes contain a list of things that must be done after branching for 23 These notes contain a list of things that must be done upon adding a new header
|
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | TODO | 15 * A basic assembly parser is present now and seems to parse most things. 16 There are a few things that need to be looked at:
|
/external/autotest/server/site_tests/autoupdate_OmahaResponse/ |
D | control.local | 7 PURPOSE = "Test different things in the omaha response from your workstation." 13 Change the various arguments to the test to test different things in the
|
/external/skqp/infra/pathkit/docker/ |
D | README.md | 23 # Run bash in it to poke around and make sure things are properly installed 49 # Run bash in it to poke around and make sure things are properly installed 77 # Run bash in it to poke around and make sure things are properly installed 106 # Run bash in it to poke around and make sure things are properly installed
|
/external/skia/infra/pathkit/docker/ |
D | README.md | 23 # Run bash in it to poke around and make sure things are properly installed 49 # Run bash in it to poke around and make sure things are properly installed 77 # Run bash in it to poke around and make sure things are properly installed 106 # Run bash in it to poke around and make sure things are properly installed
|
/external/python/cpython3/Doc/library/ |
D | asyncio-api-index.rst | 15 await on multiple things with timeouts. 31 - Schedule and wait for things concurrently. 60 * :ref:`Using asyncio.gather() to run things in parallel
|
/external/expat/ |
D | README.md | 50 By default, the configure script will set things up to install 72 things and `make install` will install things into their proper 75 the directories into which things will be installed.
|
/external/python/pyasn1/ |
D | TODO.rst | 5 Big things to tackle, anyone interested is welcome to fork pyasn1, work on 58 Minor, housekeeping things
|