HomeSort by relevance Sort by last modified time
    Searched refs:things (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue112/
MyCompositeObject.java 21 Collection<MyClass<? extends Object>> things; field in class:MyCompositeObject
24 return this.things;
27 public void setThings(Collection<MyClass<? extends Object>> things) {
28 this.things = things;
  /external/valgrind/none/tests/linux/
pthread-stack.stderr.exp 1 ... doing bad things till guard page
  /external/valgrind/none/tests/solaris/
pthread-stack.stderr.exp 1 ... doing bad things till guard page
  /system/core/base/include/android-base/
strings.h 38 // Joins a container of things into a single string, using the given separator.
40 std::string Join(const ContainerT& things, SeparatorT separator) {
41 if (things.empty()) {
46 result << *things.begin();
47 for (auto it = std::next(things.begin()); it != things.end(); ++it) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 6 * these others for known things. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 6 * these others for known things. *)
  /external/v8/test/mjsunit/regress/
regress-4507.js 17 broken(0x80000000); // Spice things up with a sprinkling of type feedback.
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 16 # handles things properly.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 34 lexer.properties.should have( 3 ).things
55 lexer.properties.should have( 3 ).things
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-9m.d 8 # Check that GC does not mess up things when no BPO:s are collected.
bpo-9.d 8 # Check that GC does not mess up things when no BPO:s are collected.
  /external/fonttools/Lib/fontTools/
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/clang/test/CodeGenCXX/
empty-classes.cpp 65 struct Things {
66 ThingOrCell things; member in struct:PR8796::Things
68 Things x;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ModuleValidator.java 325 private static String formatListForErrorMessage(List<?> things) {
326 switch (things.size()) {
330 return things.get(0).toString();
333 Joiner.on(", ").appendTo(output, things.subList(0, things.size() - 1));
334 output.append(" and ").append(things.get(things.size() - 1));
  /build/tools/droiddoc/templates-sdk/
trailer.cs 2 # Other, non-visible things needed at the end of the page,
  /external/icu/icu4c/source/samples/
defs.mk 25 ### Project independent things (common)
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 20 # Sets up the JNI module that our app calls into to draw things with skia.
  /external/svox/pico/tts/
Android.mk 35 # above, except that it packages things a shared library.
  /external/llvm/test/MC/COFF/
comm-align.s 4 # NOTE: this test checks multiple things:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 55 out_lines.should have( 3 ).things
75 lines.should have( 3 ).things
95 lines.should have( 4 ).things
242 # lines.should have(3).things
  /external/v8/test/webkit/
dfg-ensure-non-array-array-storage-on-window.js 25 "Tests that passing the global object to an array access that will arrayify to NonArrayWithArrayStorage doesn't break things."
53 // Do strange things to ensure that the get_by_id on length goes polymorphic.

Completed in 2490 milliseconds

1 2 3 4 5 6 7 8 91011>>