HomeSort by relevance Sort by last modified time
    Searched full:world (Results 451 - 475 of 3844) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/test/
fts3corrupt.test 41 INSERT INTO t1 VALUES('world');
78 INSERT INTO t1 VALUES('world');
87 SELECT rowid FROM t1 WHERE t1 MATCH 'world'
112 SELECT rowid FROM t1 WHERE t1 MATCH 'world';
131 SELECT rowid FROM t1 WHERE t1 MATCH 'world';
icu.test 26 execsql {INSERT INTO test1 VALUES(1,2,1.1,2.2,'hello','world')}
61 test_expr icu-2.1 {i1='HellO WorlD'} {upper(i1)} {HELLO WORLD}
62 test_expr icu-2.2 {i1='HellO WorlD'} {lower(i1)} {hello world}
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
PointLight.java 46 * E.g a lamp or a bright effect. Point light positions are in world space.
70 * Returns the world space position of the light.
72 * @return the world space position of the light.
81 * Set the world space position of the light.
83 * @param position the world space position of the light.
  /external/openssh/
pathnames.h 27 * world-readable.
35 * should be world-readable.
59 * directory should be world-readable (though not all files are).
85 * volume where root is mapped to nobody, this may need to be world-readable.
94 * may need to be world-readable. (This file is read by the daemon which is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 28 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
58 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
107 return "Hello, world!"
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
test_pipes.py 24 f.write('hello world #1')
27 self.assertEqual(f.read(), 'HELLO WORLD #1')
31 f.write('hello world #2')
36 self.assertEqual(f.read(), 'HELLO WORLD #2')
40 f.write('hello world #2')
44 self.assertEqual(f.read(), 'HELLO WORLD #2')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgutil.py 28 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
58 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
107 return "Hello, world!"
121 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
130 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
test_pipes.py 24 f.write('hello world #1')
27 self.assertEqual(f.read(), 'HELLO WORLD #1')
31 f.write('hello world #2')
36 self.assertEqual(f.read(), 'HELLO WORLD #2')
40 f.write('hello world #2')
44 self.assertEqual(f.read(), 'HELLO WORLD #2')
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringTest.java 52 String text = "hello, world";
82 SpannableString spannable = new SpannableString("hello, world");
105 String text = "hello, world";
TextUtils_SimpleStringSplitterTest.java 60 simpleStringSplitter.setString("hello|world");
66 assertEquals("world", iterator.next());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ConsoleTest.java 43 private static final byte[] bytes = "hello world\n".getBytes();
93 assertEquals("hello world", line);
98 assertEquals("hello world", line);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_memorizingfile.py 81 self.check(memorizing_file, 3, ['Hello\n', 'World\n', 'Welcome'])
86 self.check(memorizing_file, 3, ['Hello\n', 'World\n'])
98 ['Hello\n', 'World\n', 'Welcome'])
  /external/chromium_org/chrome/test/pyautolib/chromeos/
file_browser.py 12 # Create and change into 'hello world' folder.
16 file_browser.CreateDirectory('hello world')
17 file_browser.ChangeDirectory('hello world')
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomEventCustom.cpp 66 // If we're in an isolated world and the event was created in the main world,
67 // we need to find the 'detail' property on the main world wrapper and clone it.
  /external/chromium_org/third_party/leveldatabase/src/util/
bloom_test.cc 90 ASSERT_TRUE(! Matches("world"));
95 Add("world");
97 ASSERT_TRUE(Matches("world"));
  /external/guava/guava-tests/test/com/google/common/io/
AppendableWriterTest.java 72 assertEquals("Hello, World!", builder.toString());
81 writer.append("The World Wide Web", 4, 9);
84 assertEquals("Hello, World!", builder.toString());
  /external/skia/tests/
MetaDataTest.cpp 51 m1.setString("hello", "world");
63 REPORTER_ASSERT(reporter, !strcmp(m1.findString("hello"), "world"));
78 { "hello", SkMetaData::kString_Type, sizeof("world") },
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 28 h = Header("Hello World!")
39 Hello World! =?iso-2022-jp?b?GyRCJU8lbSE8JW8hPCVrJUkhKhsoQg==?=
42 [('Hello World!', None),
test_email_codecs_renamed.py 28 h = Header("Hello World!")
39 Hello World! =?iso-2022-jp?b?GyRCJU8lbSE8JW8hPCVrJUkhKhsoQg==?=
42 [('Hello World!', None),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 28 h = Header("Hello World!")
39 Hello World! =?iso-2022-jp?b?GyRCJU8lbSE8JW8hPCVrJUkhKhsoQg==?=
42 [('Hello World!', None),
test_email_codecs_renamed.py 28 h = Header("Hello World!")
39 Hello World! =?iso-2022-jp?b?GyRCJU8lbSE8JW8hPCVrJUkhKhsoQg==?=
42 [('Hello World!', None),
  /external/chromium_org/chrome/browser/resources/
translate.js 6 // It is executed in an isolated world of a page to translate it from one
91 * Inserts CSS element into the main world.
100 * Inserts JavaScript into the isolated world.
115 * Alternate implementation of appendChild. In the isolated world, appendChild
117 * CSS link tag and script tag injection work fine like the main world.
191 return 'und'; // defined as chrome::kUnknownLanguageCode in C++ world.
  /external/chromium_org/crypto/
openpgp_symmetric_encryption_unittest.cc 65 EXPECT_EQ("Hello world\n", out);
76 EXPECT_EQ("Hello world\n", out);
87 EXPECT_EQ("Hello world\n", out);
98 EXPECT_EQ("Hello world\n", out);
104 OpenPGPSymmetricEncrytion::Encrypt("Hello world\n", "testing");
110 EXPECT_EQ("Hello world\n", out);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLShape.java 25 public GLShape(GLWorld world) {
26 mWorld = world;
  /external/android-mock/livetests/com/google/android/testing/mocking/test/
MockingTest.java 53 "I'm the king of the world, king of the -- d'oh!");
56 assertEquals("I'm the king of the world, king of the -- d'oh!",

Completed in 1466 milliseconds

<<11121314151617181920>>