/external/chromium_org/tools/telemetry/unittest_data/ |
page_that_logs_to_console.html | 9 console.log("Hello, world")
|
/external/clang/test/CodeGen/ |
2006-01-13-Includes.c | 7 printf("Hello World\n");
|
cfstring.c | 8 // CHECK: @.str = linker_private unnamed_addr constant [14 x i8] c"Hello, World!\00", align 1 10 // CHECK: @.str3 = linker_private unnamed_addr constant [16 x i8] c"Goodbye, World!\00", align 1 15 CFSTR("Hello, World!"); 22 static void* h = CFSTR("Goodbye, World!");
|
cfstring2.c | 8 CFSTR("Hello, World!");
|
/external/llvm/test/Object/Inputs/ |
program-headers.elf-i386 | |
/external/markdown/tests/misc/ |
headers.txt | 1 ### Hello world
|
/external/valgrind/main/none/tests/linux/ |
mremap3.stdout.exp | 4 Hello World
|
/ndk/tests/device/exceptions-crash/jni/ |
foo.cpp | 12 ::printf(" World!\n");
|
/ndk/tests/device/test-gnustl-2/jni/ |
hello.cpp | 10 std::cout << " World" << std::endl;
|
/external/chromium_org/chrome/renderer/ |
isolated_world_ids.h | 11 // Chrome can not use ID 0 for isolated world. 13 // Isolated world ID for Chrome Translate.
|
/external/chromium_org/chrome_frame/test/data/ |
simple_object_focus_cf.html | 4 // Upon receiving focus, pass the focus to the hello world button.
12 hello world</button>
|
/system/core/libutils/tests/ |
String8_test.cpp | 35 String8 tmp("Hello, world!"); 37 EXPECT_STREQ(tmp.string(), "Hello, world!"); 44 const char* ccsrc2 = "world!"; 46 EXPECT_STREQ(dst1.string(), "Hello, world!"); 48 EXPECT_STREQ(ccsrc2, "world!"); 51 String8 ssrc2("world!"); 53 EXPECT_STREQ(dst2.string(), "Hello, world!"); 55 EXPECT_STREQ(ssrc2.string(), "world!");
|
/libcore/luni/src/test/java/libcore/javax/xml/parsers/ |
DocumentBuilderTest.java | 41 assertEquals("hello & world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello & world\" />")))); 43 domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />"); 48 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />")))); 49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />")))); 54 assertEquals("hello & world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello & world</root>"))); 55 assertEquals("hello some-cdata world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello <![CDATA[ some-cdata ]]> world</root> (…) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
whereA.test | 23 INSERT INTO t1 values(2,'hello','world'); 27 } {1 2 3 2 hello world 3 4.53 {}} 33 } {3 4.53 {} 2 hello world 1 2 3} 42 } {3 4.53 {} 2 hello world 1 2 3} 50 } {1 2 3 2 hello world 3 4.53 {}} 56 } {1 2 3 2 hello world 3 4.53 {}} 70 } {3 4.53 {} 2 hello world 1 2 3} 77 } {1 2 3 2 hello world 3 4.53 {}} 83 } {3 4.53 {} 2 hello world 1 2 3} 90 } {1 2 3 2 hello world 3 4.53 {} [all...] |
unixexcl.test | 38 INSERT INTO t1 VALUES('hello', 'world'); 41 do_test unixexcl-1.$tn.2 { sql2 { SELECT * FROM t1 } } {hello world} 48 } {hello world} 56 } {0 {hello world}} 67 INSERT INTO t1 VALUES('hello', 'world'); 70 do_test unixexcl-2.$tn.2 { sql2 { SELECT * FROM t1 } } {hello world} 77 } {hello world} 80 } {0 {hello world}}
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
flavors | 120 $(V2)echo world 124 world'); 130 world'); 138 $(V2)echo world 142 echo world 143 world'); 150 world'); 156 world'); 166 echo world 170 echo world [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-03-25-TestBug.ll | 8 @world = internal constant [7 x i8] c"world\0A\00" 15 br i1 %tmp178, label %hello, label %world 21 world: 22 %w = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @world, i32 0, i32 0))
|
/frameworks/base/core/tests/coretests/src/android/text/ |
HtmlTest.java | 139 s = new SpannableString("Hello world"); 140 assertEquals(Html.toHtml(s), "<p>Hello world</p>\n"); 142 s = new SpannableString("Hello world\nor something"); 143 assertEquals(Html.toHtml(s), "<p>Hello world<br>\nor something</p>\n"); 145 s = new SpannableString("Hello world\n\nor something"); 146 assertEquals(Html.toHtml(s), "<p>Hello world</p>\n<p>or something</p>\n"); 148 s = new SpannableString("Hello world\n\n\nor something"); 149 assertEquals(Html.toHtml(s), "<p>Hello world<br></p>\n<p>or something</p>\n"); 160 s = new SpannableString("Hello world"); 162 assertEquals(Html.toHtml(s), "<blockquote><p>Hello world</p>\n</blockquote>\n") [all...] |
/external/clang/test/Sema/ |
ucn-cstring.c | 6 int a[sizeof("hello \u2192 \u2603 \u2190 world") == 24 ? 1 : -1]; 8 printf("%s (%zd)\n", "hello \u2192 \u2603 \u2190 world", sizeof("hello \u2192 \u2603 \u2190 world"));
|
/external/chromium/base/ |
sys_string_conversions_mac_unittest.mm | 12 EXPECT_STREQ("Hello, world!", 13 base::SysNSStringToUTF8(@"Hello, world!").c_str());
|
/external/chromium_org/base/strings/ |
sys_string_conversions_mac_unittest.mm | 14 EXPECT_STREQ("Hello, world!", SysNSStringToUTF8(@"Hello, world!").c_str());
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 8 Verifies simplest-possible build of a "Hello, world!" program 18 test.run_built_executable('hello', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-all.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
gyptest-target.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|