HomeSort by relevance Sort by last modified time
    Searched refs:things (Results 1 - 25 of 590) 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) {
  /prebuilts/go/darwin-x86/test/
gcstring.go 22 var things []interface{} var
43 things = append(things, s[len(s):])
46 things = append(things, Ts...)
typeswitch3.go 8 // Issue 2700, among other things.
  /prebuilts/go/linux-x86/test/
gcstring.go 22 var things []interface{} var
43 things = append(things, s[len(s):])
46 things = append(things, Ts...)
  /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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 6 * these others for known things. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 6 * these others for known things. *)
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 6 * these others for known things. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 6 * these others for known things. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 6 * these others for known things. *)
  /external/harfbuzz_ng/src/
hb-ot-var-fvar-table.hh 98 c->check_range (this, things) &&
99 c->check_range (&StructAtOffset<char> (this, things),
181 { return &StructAtOffset<AxisRecord> (this, things); }
189 Offset<> things; /* Offset in bytes from the beginning of the table member in struct:OT::fvar
  /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.
  /external/skia/infra/bots/
recipes.py 85 def get_unique(things):
86 if len(things) == 1:
87 return things[0]
88 elif len(things) == 0:
92 (things, traceback.format_stack()))
93 return things[0]
  /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

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>