Home
last modified time | relevance | path

Searched refs:world (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DTimeUtilsTest.java85 String[] world = new String[] { in testWorldWeird() local
90 for (int i = 0; i < world.length; i += 2) { in testWorldWeird()
91 String country = world[i]; in testWorldWeird()
92 String name = world[i + 1]; in testWorldWeird()
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap-responsive.css8 * Designed and built with all the love in the world @twitter by @mdo and @fat.
Dbootstrap.css9 * Designed and built with all the love in the world @twitter by @mdo and @fat.
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbox2d.js495 var world = new World(gravity, true);
504 var ground = world.CreateBody(bd);
527 var body = world.CreateBody(bd);
535 return world;
538 var world = null;
548 var world = MakeNewWorld();
550 world.Step(1 / 60, 10, 3);
558 world = null;