/external/llvm/test/MC/Mips/ |
elf-N64.ll | 5 ; ModuleID = '../hello.c' 9 @str = private unnamed_addr constant [12 x i8] c"hello world\00"
|
/external/llvm/test/Object/ |
objdump-section-content.test | 11 COFF-i386: 0000 48656c6c 6f20576f 726c6421 00 Hello World!. 19 ELF-i386: 0024 48656c6c 6f20576f 726c6421 00 Hello World!.
|
/external/markdown/tests/misc/ |
bidi.html | 16 <p>???? Hello World!</p> 17 <pre><code>print "Hello World!"
|
/external/openssh/openbsd-compat/regress/ |
snprintftest.c | 67 if (snprintf(b, 1, "%s %d", "hello", 12345) != 11) 69 if (x_snprintf(b, 1, "%s %d", "hello", 12345) != 11)
|
/external/protobuf/src/google/protobuf/io/ |
printer_unittest.cc | 70 printer.Print("Hello World!"); 79 EXPECT_STREQ("Hello World! This is the same line.\n" 95 printer.WriteRaw("Hello World!", 12); 105 EXPECT_STREQ("Hello World! This is the same line.\n" 128 printer.Print(vars, "Hello $foo$!\nbar = $bar$\n"); 140 EXPECT_STREQ("Hello World!\n" 157 printer.Print("Hello $foo$!\n", "foo", "World"); 165 EXPECT_STREQ("Hello World!\n"
|
/external/skia/tools/ |
skhello.cpp | 14 SkDebugf("usage: skhello [-o out-dir] [-t 'hello']\n default output: skhello.png\n"); 21 SkString text("Hello");
|
/external/stlport/test/unit/ |
iostream_test.cpp | 110 // wcout << L"Hello world" << endl; 112 // wcout << L"Hello world" << endl;
|
/external/webkit/LayoutTests/fast/url/ |
anchor-expected.txt | 6 PASS canonicalize('http://www.example.com/#hello, world') is 'http://www.example.com/#hello, world'
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
test_core_functions-expected.txt | 40 PASS DOM.evaluate("translate('hello world', 'e', 'a')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "hallo world" 41 PASS DOM.evaluate("translate('hello world', 'e', 'abc')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "hallo world" 42 PASS DOM.evaluate("translate('hello world', 'el', 'a')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "hao word" 43 PASS DOM.evaluate("translate('hello world', 'abcdefgabc', 'ABCDEFG123')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "hEllo worlD" 44 PASS DOM.evaluate("translate('hello world', 'abcdefghhe', 'ABCDEFGH')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "HEllo worlD" 45 PASS DOM.evaluate("translate('hello world', 'abcdefgh', '')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue is "llo worl"
|
/external/webkit/LayoutTests/storage/domstorage/script-tests/ |
quota.js | 40 debug("Adding 'Hello!' into a new bucket."); 42 storage['foo'] = "Hello!";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.5-3.js | 74 var foo = new MyObject('hello'); 76 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(0)", 0x0068, foo.charCodeAt(0) ); 77 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(1)", 0x0065, foo.charCodeAt(1) ); 78 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(2)", 0x006c, foo.charCodeAt(2) ); 79 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(3)", 0x006c, foo.charCodeAt(3) ); 80 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(4)", 0x006f, foo.charCodeAt(4) ); 81 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(-1)", Number.NaN, foo.charCodeAt(-1) ); 82 array[item++] = new TestCase( SECTION, "var foo = new MyObject('hello');foo.charCodeAt(5)", Number.NaN, foo.charCodeAt(5) );
|
/external/webkit/Tools/Scripts/webkitpy/common/thread/ |
threadedmessagequeue_unittest.py | 37 queue.post("Hello") 40 self.assertEqual(messages, ["Hello", "There"])
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
WKStringJSString.cpp | 36 WKStringRef wkString = WKStringCreateWithUTF8CString("hello"); 37 JSStringRef jsString = JSStringCreateWithUTF8CString("hello");
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PaintDrawFilterActivity.java | 59 canvas.drawText("Hello OpenGL renderer!", 100, 120, mMediumPaint); 61 canvas.drawText("Hello OpenGL renderer!", 100, 220, mMediumPaint);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHelloDone.java | 24 * Represents server hello done message 26 * Server hello done</a>
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
test.pass.cpp | 25 mystr << L"Hello" << std::endl; 33 assert(ws == L"Hello");
|
/ndk/tests/device/test-gnustl-full/unit/ |
iostream_test.cpp | 110 // wcout << L"Hello world" << endl; 112 // wcout << L"Hello world" << endl;
|
/ndk/tests/device/test-stlport/unit/ |
iostream_test.cpp | 110 // wcout << L"Hello world" << endl; 112 // wcout << L"Hello world" << endl;
|
/packages/apps/Settings/tests/res/values-fr/ |
strings.xml | 22 <string name="operator_hello" msgid="292208161864910159">"Hello Operator!"</string> 25 <string name="manufacturer_hello" msgid="7525744633645544137">"Hello Manufacturer!"</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmEscapeXmlStringMethodTest.java | 52 check("Hello\nWorld", "Hello\\nWorld");
|
/cts/tests/tests/net/src/android/net/cts/ |
MailToTest.java | 31 "cc=bob@example.com&body=hello"; 33 "cc=bob@example.com&body=hello"; 102 assertEquals("hello", mailTo_5.getBody()); 107 assertTrue(stringUrl.contains("body=hello&")); 117 assertEquals("hello", mailTo_6.getBody()); 122 assertTrue(stringUrl.contains("body=hello&"));
|
/external/chromium/net/base/ |
escape_unittest.cc | 179 {"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES, 180 "Hello %13%10world %23# %3F? %3D= %26& %25% %2B+"}, 181 {"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", 183 "Hello%20%13%10world ## ?? == && %% ++"}, 189 {"Hello%20%13%10%02", UnescapeRule::SPACES, "Hello %13%10%02"}, 190 {"Hello%20%13%10%02", UnescapeRule::CONTROL_CHARS, "Hello%20\x13\x10\x02"}, 240 {L"Hello%20%13%10world %23# %3F? %3D= %26& %25% %2B+", UnescapeRule::SPACES, 241 L"Hello %13%10world %23# %3F? %3D= %26& %25% %2B+"} [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_extensions.py | 67 'foo; x="Hello World"; y=10') 73 self.assertEqual('Hello World', method.get_parameter_value('x')) 87 'foo; x="Hello World", bar; y=10') 92 self.assertEqual('Hello World', 107 params.add_parameter('x', 'Hello, World') 111 self.assertEqual('foo; x="Hello, World"; y=10', desc)
|
/frameworks/base/core/tests/coretests/src/android/util/ |
Base64Test.java | 83 assertEquals("hello, world", decodeString("aGVsbG8sIHdvcmxk")); 88 assertEquals("hello, world", decodeString(" aGVs bG8s IHdv cmxk ")); 89 assertEquals("hello, world", decodeString(" aGV sbG8 sIHd vcmx k ")); 90 assertEquals("hello, world", decodeString(" aG VsbG 8sIH dvcm xk ")); 91 assertEquals("hello, world", decodeString(" a GVsb G8sI Hdvc mxk ")); 92 assertEquals("hello, world", decodeString(" a G V s b G 8 s I H d v c m x k ")); 93 assertEquals("hello, world", decodeString("_a*G_V*s_b*G_8*s_I*H_d*v_c*m_x*k_")); 94 assertEquals("hello, world", decodeString("aGVsbG8sIHdvcmxk")); 97 assertEquals("hello, world?!", decodeString("aGVsbG8sIHdvcmxkPyE=")); 98 assertEquals("hello, world?!", decodeString("aGVsbG8sIHdvcmxkPyE")) [all...] |
/docs/source.android.com/src/devices/tech/test_infra/tradefed/ |
full_example.jd | 20 <p>This tutorial guides you through the construction of a "hello world" Trade Federation test 44 <p>Lets create a hello world test that just dumps a message to stdout. A tradefed test will 58 System.out.println("Hello, TF World!"); 78 <pre><code><configuration description="Runs the hello world test"> 104 Hello, TF World! 106 <p>You should see "Hello, TF World!" outputted on the terminal.</p> 120 example/helloworld: Runs the hello world test 126 Hello, TF World! 130 <p>So far our hello world test isn't doing anything interesting. Tradefed's specialty is running 159 System.out.println("Hello, TF World! I have device " + getDevice().getSerialNumber()) [all...] |