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

1 2 3 4

  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 241 lalr_item_set consider; local
253 consider = new lalr_item_set(this);
255 /* repeat this until there is nothing else to consider */
256 while (consider.size() > 0)
258 /* get one item to consider */
259 itm = consider.get_one();
289 /* that may need further closure, consider it also */
290 consider.add(new_itm);
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/icu4c/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/chromium_org/cc/base/
tiling_data.cc 316 gfx::Rect consider,
333 consider.Intersect(bounds);
335 if (consider.IsEmpty()) {
341 tiling_data_->FirstBorderTileXIndexFromSrcCoord(consider.x());
343 tiling_data_->FirstBorderTileYIndexFromSrcCoord(consider.y());
345 tiling_data_->LastBorderTileXIndexFromSrcCoord(consider.right() - 1);
347 tiling_data_->LastBorderTileYIndexFromSrcCoord(consider.bottom() - 1);
359 // Clamp ignore indices to consider indices.
393 // If the ignore rect spans the whole consider rect horizontally, then
tiling_data.h 102 // |consider| but which also do not intersect with |ignore|.
107 gfx::Rect consider,
  /external/chromium_org/third_party/icu/source/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu4c/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu4c/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/icu4c/data/brkitr/
brkfiles.mk 10 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 10 # you should consider creating a 'rbnflocal.mk' file in this same directory.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
  /external/icu4c/data/rbnf/
rbnffiles.mk 10 # you should consider creating a 'rbnflocal.mk' file in this same directory.
  /external/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
  /external/ceres-solver/
Android.mk 35 # core libraries. If you need a more complete Ceres build, consider using the
42 # you don't need them for your application, consider adding:
49 # Similarly if you do not need the line search minimizer, consider adding
  /external/ceres-solver/jni/
Android.mk 35 # core libraries. If you need a more complete Ceres build, consider using the
62 # you don't need them for your application, consider adding:
69 # Similarly if you do not need the line search minimizer, consider adding
  /external/chromium_org/v8/test/mjsunit/
for-in-special-cases.js 100 // assert will fail. If that happens, consider if that behavior is OK.
  /external/v8/test/mjsunit/
for-in-special-cases.js 100 // assert will fail. If that happens, consider if that behavior is OK.
  /development/scripts/app_engine_server/
memcache_zipserve.py 701 work will consider compressing the data before storing or chunking it
727 Future work should consider setting a maximum negative cache size to
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
results.js 94 // FIXME: Ideally this heuristic would be a bit smarter and not consider
  /external/chromium_org/third_party/icu/source/data/coll/
collocal.mk 10 # you should consider creating a 'collocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 10 # you should consider creating a 'reslocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmfiles.mk 9 # you should consider creating a 'ucmlocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 10 # you should consider creating a 'reslocal.mk' file in this same directory.
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 10 # you should consider creating a 'reslocal.mk' file in this same directory.

Completed in 591 milliseconds

1 2 3 4