Home
last modified time | relevance | path

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

12345678910>>...30

/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/fonttools/Lib/fontTools/
DafmLib.py136 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/
Ddirectory-structure.txt11 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/
Dmain-scripts.rb55 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/
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/libchrome/base/
DOWNERS6 # 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/
DREADME10 Otherwise things go wrong because things like FS-extensions and
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
Dproperties.rb34 lexer.properties.should have( 3 ).things
55 lexer.properties.should have( 3 ).things
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dscopes.rb206 symbols.should have( 2 ).things
241 symbols.should have( 2 ).things
/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/valgrind/none/tests/linux/
Dpthread-stack.stderr.exp1 ... doing bad things till guard page
/external/valgrind/none/tests/solaris/
Dpthread-stack.stderr.exp1 ... doing bad things till guard page
/external/bison/doc/
Dcross-options.texi65 @item @option{--report=@var{things}}
66 @tab @option{-r @var{things}}
/external/bzip2/
Dwords13 If there's a problem, things might stop at this point.
/external/expat/
DREADME43 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/
Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml6 * these others for known things. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml6 * these others for known things. *)
/external/pcre/dist/testdata/
Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
/external/chromium-trace/catapult/tracing/docs/
Dtrace-viewer-internals.md28 …* *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/
Dtoken.ml6 * these others for known things. *)
/external/llvm/docs/
DPackaging.rst12 break things for constrained platforms. These settings are not optimal for most
33 things down.
/external/vboot_reference/tests/futility/data/
DREADME6 bios_peppy_mp.bin doesn't do any of those things
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml6 * these others for known things. *)

12345678910>>...30