HomeSort by relevance Sort by last modified time
    Searched refs:world (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 152 b = by("Hello, world")
157 self.assertEqual(b[7:], by("world"))
158 self.assertEqual(b[7:12], by("world"))
159 self.assertEqual(b[7:100], by("world"))
164 self.assertEqual(b[-5:], by("world"))
165 self.assertEqual(b[-5:12], by("world"))
166 self.assertEqual(b[-5:100], by("world"))
181 sample = u"Hello world\n\u1234\u5678\u9abc\udef0"
190 sample = u"Hello world\n\u1234\u5678\u9abc\def0\def0"
194 sample = u"Hello world\n\x80\x81\xfe\xff
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 475 # This target builds all the data files. The world starts here.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 574 public void spawnFromWorld(TiledWorld world, int tileWidth, int tileHeight) {
575 // Walk the world and spawn objects based on tile indexes.
576 final float worldHeight = world.getHeight() * tileHeight;
579 for (int y = 0; y < world.getHeight(); y++) {
580 for (int x = 0; x < world.getWidth(); x++) {
581 int index = world.getTile(x, y);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/icu4c/data/
makedata.mak 475 # This target builds all the data files. The world starts here.
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 426 // LIMITATION: numerator and denominator don't make sense in floating point world.
448 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
pdfjs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 420 // LIMITATION: numerator and denominator don't make sense in floating point world.
442 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 420 // LIMITATION: numerator and denominator don't make sense in floating point world.
442 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 420 // LIMITATION: numerator and denominator don't make sense in floating point world.
442 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 426 // LIMITATION: numerator and denominator don't make sense in floating point world.
448 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 426 // LIMITATION: numerator and denominator don't make sense in floating point world.
448 // LIMITATION: sc_rationalize doesn't make sense in a floating point world.
    [all...]
  /external/bison/build-aux/
texinfo.tex 234 % aren't perfect, it's not the end of the world, being an error message,
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 783 * '(hello (world))', then that portion of the token will be passed to the
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 783 * '(hello (world))', then that portion of the token will be passed to the
    [all...]

Completed in 1704 milliseconds

1 2 3 4 56