Home
last modified time | relevance | path

Searched refs:things (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
DMyCompositeObject.java21 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/
Dexpand_filegroups.py106 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/
DafmLib.py137 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/
DREADME.smc91111_eeprom13 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/
DModuleValidator.java325 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/
Dmain-scripts.rb55 out_lines.should have( 3 ).things
75 lines.should have( 3 ).things
95 lines.should have( 4 ).things
/external/fonttools/Lib/fontTools/misc/
DclassifyTools.py30 things, sets, mapping = self._things, self._sets, self._mapping
33 intersection = s.intersection(things) # existing things
40 things.update(difference)
/external/curl/packages/DOS/
DREADME10 Otherwise things go wrong because things like FS-extensions and
/external/antlr/runtime/Ruby/test/functional/lexer/
Dproperties.rb34 lexer.properties.should have( 3 ).things
55 lexer.properties.should have( 3 ).things
/external/antlr/runtime/Ruby/test/functional/parser/
Dscopes.rb206 symbols.should have( 2 ).things
241 symbols.should have( 2 ).things
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/relax-mem/
DSTDWPtrQRr.mir18 ; 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/
DNOTES.TXT11 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/
D2001-06-01-GCCOptimizations.txt31 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
D2002-06-25-MegaPatchInfo.txt31 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/
D2001-06-01-GCCOptimizations.txt31 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
D2002-06-25-MegaPatchInfo.txt31 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/
D2001-06-01-GCCOptimizations.txt31 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
D2002-06-25-MegaPatchInfo.txt31 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/
DTODO15 * 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/
Dcontrol.local7 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/
DREADME.md23 # 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/
DREADME.md23 # 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/
Dasyncio-api-index.rst15 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/
DREADME.md50 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/
DTODO.rst5 Big things to tackle, anyone interested is welcome to fork pyasn1, work on
58 Minor, housekeeping things

12345678910>>...56