Home
last modified time | relevance | path

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

12345678910>>...40

/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/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh98 c->check_range (this, things) && in sanitize()
99 c->check_range (&StructAtOffset<char> (this, things), in sanitize()
181 { return &StructAtOffset<AxisRecord> (this, things); } in get_axes()
189 Offset<> things; /* Offset in bytes from the beginning of the table member
/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/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/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/libpcap/
Dpcap_version.h.in8 * run, various undesirable things may happen (warnings, the string
10 * was linked, or even weirder things, such as the string being the one
/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/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/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/jdiff/
Dbuild.gradle27 * 1. The OUT_DIR is a temporary directory you can use to put things during the build.
28 * 2. The DIST_DIR is where you want to save things from the build.
/external/bzip2/
Dwords13 If there's a problem, things might stop at this point.
/external/bison/doc/
Dcross-options.texi65 @item @option{--report=@var{things}}
66 @tab @option{-r @var{things}}
/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/curl/docs/cmdline-opts/
Dinclude.d6 Include the HTTP-header in the output. The HTTP-header includes things like
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml6 * these others for known things. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml6 * these others for known things. *)

12345678910>>...40