/external/chromium_org/third_party/sqlite/src/test/ |
incrvacuum.test | 164 INSERT INTO tbl2 VALUES('hello world'); 297 INSERT INTO t3 VALUES('hello', 'world'); 300 INSERT INTO t3 VALUES('hello', 'world'); 440 INSERT INTO tbl1 VALUES('hello', 'world'); 451 } {hello world}
|
/external/icu4c/test/intltest/ |
regiontst.cpp | 655 // Test to make sure that the set of territories contained in World and the set of all available 659 const Region *world = Region::getInstance("001",status); local 664 StringEnumeration *containedInWorld = world->getContainedRegions(URGN_TERRITORY); 688 errln("Available territories and all territories contained in world should be the same set.\nAvailable = %s\nContained in World = %s",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httpservers.py | 360 print "Hello World" 465 self.assertEqual(('Hello World\n', 'text/html', 200), 484 self.assertEqual(('Hello World\n', 'text/html', 200), 490 self.assertEqual(('Hello World\n', 'text/html', 200), 497 self.assertEqual((b'Hello World\n', 'text/html', 200),
|
test_str.py | 327 self.assertEqual("{0:.{1}}".format('hello world', 5), 'hello') 328 self.assertEqual("{0:.{1}s}".format('hello world', 5), 'hello') 329 self.assertEqual("{0:.{precision}s}".format('hello world', precision=5), 'hello') 330 self.assertEqual("{0:{width}.{precision}s}".format('hello world', width=10, precision=5), 'hello ') 331 self.assertEqual("{0:{width}.{precision}s}".format('hello world', width='10', precision='5'), 'hello ')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httpservers.py | 360 print "Hello World" 465 self.assertEqual(('Hello World\n', 'text/html', 200), 484 self.assertEqual(('Hello World\n', 'text/html', 200), 490 self.assertEqual(('Hello World\n', 'text/html', 200), 497 self.assertEqual((b'Hello World\n', 'text/html', 200),
|
test_str.py | 327 self.assertEqual("{0:.{1}}".format('hello world', 5), 'hello') 328 self.assertEqual("{0:.{1}s}".format('hello world', 5), 'hello') 329 self.assertEqual("{0:.{precision}s}".format('hello world', precision=5), 'hello') 330 self.assertEqual("{0:{width}.{precision}s}".format('hello world', width=10, precision=5), 'hello ') 331 self.assertEqual("{0:{width}.{precision}s}".format('hello world', width='10', precision='5'), 'hello ')
|
/external/chromium_org/chrome/renderer/extensions/ |
user_script_slave.cc | 61 // We need to set the isolated world origin and CSP even if it's not a new 62 // world since these are stored per frame, and we might not have used this 63 // isolated world in this frame before.
|
/external/chromium_org/chrome/renderer/translate/ |
translate_helper.cc | 62 // Isolated world sets following content-security-policy. 65 // Isolated world sets following security-origin by default. 352 // Set up v8 isolated world with proper content-security-policy and
|
/external/chromium_org/net/http/ |
http_network_layer_unittest.cc | 92 MockRead("hello world"), 125 EXPECT_EQ("hello world", contents); 378 MockRead("hello world"),
|
/external/clang/docs/ |
BlockLanguageSpec.rst | 95 ^ void (void) { printf("hello world\n"); } 112 ^ ( void ) { printf("hello world\n"); } 118 ^ { printf("hello world\n"); }
|
/external/zlib/src/ |
Makefile.in | 87 if echo hello world | ./minigzip | ./minigzip -d && ./example $$TMPST ; then \ 100 if echo hello world | ./minigzipsh | ./minigzipsh -d && ./examplesh $$TMPSH; then \ 109 if echo hello world | ./minigzip64 | ./minigzip64 -d && ./example64 $$TMP64; then \
|
/frameworks/base/docs/html/google/gcm/ |
ccs.jd | 154 "hello":"world", 199 data.putString("hello", "world"); 214 "hello":"world",
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardConfig.java | 270 * that charset, while we need to use it to support various languages around the world. 361 * @hide Should not be available world wide. 378 * @hide Should not be available world wide.
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StringTest.java | 347 assertEquals("-h-e-l-l-o- -w-o-r-l-d-", "hello world".replace("", "-")); 348 assertEquals("-w-o-r-l-d-", "hello world".substring(6).replace("", "-")); 349 assertEquals("-*-w-*-o-*-r-*-l-*-d-*-", "hello world".substring(6).replace("", "-*-"));
|
/prebuilts/misc/common/jython/ |
LICENSE_CPython.txt | 89 hereby grants Licensee a nonexclusive, royalty-free, world-wide 143 royalty-free, world-wide license to reproduce, analyze, test, perform 190 hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
LICENSE.txt | 97 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 150 royalty-free, world-wide license to reproduce, analyze, test, perform 197 hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
LICENSE.txt | 97 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, 150 royalty-free, world-wide license to reproduce, analyze, test, perform 197 hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
/external/clang/test/SemaCXX/ |
constant-expression-cxx1y.cpp | 704 static_assert(test_copy("hello world", 0), ""); 705 static_assert(test_copy("hello world", 7), ""); 706 static_assert(test_copy("hello world", 8), ""); 707 static_assert(test_copy("hello world", 9), ""); 708 static_assert(test_copy("hello world", 10), ""); 709 static_assert(test_copy("hello world", 10), "");
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t055templates.py | 206 %res.foo = "world"; 221 self.failUnlessEqual("hello world", found)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 166 # %res.foo = "world"; 175 # text.should == 'hello world'
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
LineNumberReaderTest.java | 178 assertEquals("world", lnr.readLine()); 187 assertEquals("world", lnr.readLine());
|
/external/chromium/googleurl/src/ |
url_util_unittest.cc | 170 {"hello, world", "hello, world"},
|
/external/chromium/net/udp/ |
udp_socket_unittest.cc | 127 std::string simple_message("hello world!"); 171 std::string simple_message("hello world!");
|
/external/chromium/testing/gmock/test/ |
gmock-generated-actions_test.cc | 776 EXPECT_STREQ("hello", a1.Perform(make_tuple(false, CharPtr("world")))); 777 EXPECT_STREQ("world", a1.Perform(make_tuple(true, CharPtr("world")))); 780 EXPECT_STREQ("hi", a2.Perform(make_tuple(false, CharPtr("world")))); 781 EXPECT_STREQ("world", a2.Perform(make_tuple(true, CharPtr("world")))); 784 EXPECT_STREQ("hi", a3.Perform(make_tuple(true, CharPtr("world")))); 785 EXPECT_STREQ("you", a3.Perform(make_tuple(false, CharPtr("world")))); [all...] |
/external/chromium/testing/gtest/samples/ |
sample6_unittest.cc | 69 // for keeping the tests close to the real world scenario, where the 105 // Since we are in the template world, C++ requires explicitly
|