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

1 2 3 4 5 6 7 8 91011>>

  /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/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
  /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 63 struct Things {
64 ThingOrCell things; member in struct:PR8796::Things
66 Things x;
  /external/chromium_org/third_party/icu/source/samples/
defs.mk 25 ### Project independent things (common)
  /external/chromium_org/third_party/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/chromium_org/tools/perf/benchmarks/
sunspider.py 35 'Bitwise operations, these can be useful for various things '
40 'Bitwise operations, these can be useful for various things '
45 'Bitwise operations, these can be useful for various things '
50 'Bitwise operations, these can be useful for various things '
  /external/icu/icu4c/source/samples/
defs.mk 25 ### Project independent things (common)
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_master_fs.py 202 'text': 'is an API for testing 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/chromium_org/chrome/browser/extensions/api/copresence/
copresence_api_unittest.cc 62 bool GetOnly(const RepeatedPtrField<T>& things, T* out) {
63 if (things.size() != 1)
66 *out = things.Get(0);
  /external/chromium_org/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.
array-sort-numericCompare.js 25 "This tests that a call to array.sort(compareFunction) works correctly for numeric comparisons (arg1 - arg2), and also for things that might look like numeric comparisons."
dfg-add-not-number.js 25 "Tests that adding things that aren't numbers using ++ does not crash or generate bogus code."
dfg-arrayify-when-late-prevent-extensions.js 25 "Tests that Arraify does good things when Object.preventExtensions() has been called."
dfg-arrayify-when-prevent-extensions.js 25 "Tests that Arraify does good things when Object.preventExtensions() has been called."
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 206 symbols.should have( 2 ).things
241 symbols.should have( 2 ).things
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 27 // Some things are hidden via a parent, so make a helper function.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/
popup.js 71 // Kick things off.
  /external/chromium_org/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>