HomeSort by relevance Sort by last modified time
    Searched refs:consider (Results 1 - 25 of 91) 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/cc/base/
tiling_data.cc 373 gfx::Rect consider(consider_rect);
375 consider.Intersect(tiling_bounds_rect);
377 if (consider.IsEmpty()) {
382 consider_left_ = tiling_data_->TileXIndexFromSrcCoord(consider.x());
383 consider_top_ = tiling_data_->TileYIndexFromSrcCoord(consider.y());
384 consider_right_ = tiling_data_->TileXIndexFromSrcCoord(consider.right() - 1);
386 tiling_data_->TileYIndexFromSrcCoord(consider.bottom() - 1);
394 // Clamp ignore indices to consider indices.
428 // If the ignore rect spans the whole consider rect horizontally, then
474 gfx::Rect consider(consider_rect)
    [all...]
tiling_data_unittest.cc 1767 gfx::Rect consider; local
    [all...]
  /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/chromium_org/third_party/libyuv/
winarm.mk 5 # consider /arch:ARMv7VE
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /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/icu/icu4c/source/data/misc/
miscfiles.mk 9 # you should consider creating a 'misclocal.mk' file in this same directory.
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 9 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-stale-test-expectations-entries 97 option_parser.add_option('--days', type='int', default=90, help='Number of days to consider a bug stale.'),
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 58 * @param {number} keyCode The keycode to consider.
152 * @param {number} keyCode The keycode to consider.
171 * @param {Event} event The keyboard event to consider.
306 * @param {Event} event The keyboard event to consider.
331 * @param {Event} event The keyboard event to consider.
371 * @param {Event} event to consider.
382 * @param {Event} event to consider.
393 * @param {Event} event The keyboard event to consider.
422 * @param {Event} event The keyboard event to consider.
454 * @param {KeyboardEvent} event The keyboard event to consider
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 102 'mode. Please consider installing Tkinter."')
  /external/icu/icu4c/source/data/brkitr/
brkfiles.mk 10 # you should consider creating a 'brklocal.mk' file in this same directory.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 9 * control when ChromeVox starts, consider using cvox.InitGlobals instead.
  /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/icu/icu4c/source/data/rbnf/
rbnffiles.mk 10 # you should consider creating a 'rbnflocal.mk' file in this same directory.
  /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/icu/icu4c/source/data/coll/
colfiles.mk 10 # you should consider creating a 'collocal.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/icu/icu4c/source/data/mappings/
ucmfiles.mk 9 # you should consider creating a 'ucmlocal.mk' file in this same directory.
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 165 // TODO(kevinb): consider making this public
219 // TODO(kevinb): consider making this public
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 119 // 1. Since ieee_sin(-x) = -ieee_sin(x), we need only to consider positive x.
156 // 1. Since ieee_cos(-x) = ieee_cos(x), we need only to consider positive x.
213 // 1. Since ieee_tan(-x) = -ieee_tan(x), we need only to consider positive x.
  /external/ceres-solver/
Android.mk 62 # consider adding:

Completed in 1141 milliseconds

1 2 3 4