HomeSort by relevance Sort by last modified time
    Searched full:world (Results 176 - 200 of 5805) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/asan/TestCases/Darwin/
empty-section.cc 10 printf("Hello, world!\n");
11 // CHECK: Hello, world!
  /external/compiler-rt/test/tsan/Darwin/
gcd-async-norace.mm 9 NSLog(@"Hello world.");
24 // CHECK: Hello world.
objc-simple.mm 9 NSLog(@"Hello world");
12 // CHECK: Hello world
  /external/llvm/test/CodeGen/WebAssembly/
ident.ll 8 ; CHECK: .ident "hello world"
12 !0 = !{!"hello world"}
  /external/llvm/test/MC/AsmParser/
directive_file-2.s 8 .file 1 "world"
11 // CHECK: .file 1 "world"
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t.c 23 uefi_call_wrapper(conout->OutputString, 2, conout, (CHAR16 *)L"Hello World!\n\r");
24 uefi_call_wrapper(conout->OutputString, 2, conout, a2u("Hello World!\n\r"));
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug263.go 12 data[0] += "world!"
13 if data[0] != "hello, world!" {
bug425.go 16 fmt.Println(s + "world" == "world")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug263.go 12 data[0] += "world!"
13 if data[0] != "hello, world!" {
bug425.go 16 fmt.Println(s + "world" == "world")
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
GenericAdapterTest.java 35 String[] arr = { "Hello", "World" };
40 assertEquals("Hello World", getBinder().textView1.getText().toString());
41 assertEquals("Hello World", getBinder().textView2.getText().toString());
42 assertEquals("Hello World", getBinder().textView3.getText().toString());
43 assertEquals("Hello World", getBinder().textView4.getText().toString());
46 assertEquals("Hello World", getBinder().textView7.getText().toString());
InstanceAdapterTest.java 74 mBinder.setStr("World");
76 assertEquals("Hello World foo bar baz", mBinder.textView1.getText().toString());
82 mBinder.setStr("World");
84 assertEquals("Hello World baz foo bar", mBinder.textView2.getText().toString());
90 mBinder.setStr("World");
92 assertEquals("Hello null World foo bar", mBinder.textView3.getText().toString());
95 assertEquals("Hello World Android foo bar", mBinder.textView3.getText().toString());
101 mBinder.setStr("World");
103 assertEquals("Hello null baz World baz", mBinder.textView4.getText().toString());
106 assertEquals("Hello World baz Android baz", mBinder.textView4.getText().toString())
    [all...]
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
InvocationTest.java 72 logger.debug("Hello world.");
73 assertLogMessage("Hello world.", 0);
85 logger.debug("Hello world");
86 assertLogMessage("Hello world", index++);
88 logger.debug("Hello world {}", i1);
89 assertLogMessage("Hello world " + i1, index++);
97 logger.debug("Hello world 2", e);
98 assertLogMessage("Hello world 2", index);
100 logger.info("Hello world 2.");
102 logger.warn("Hello world 3.")
    [all...]
  /external/toybox/tests/
gzip.test 19 testing "no files (stdin to stdout)" "echo hello world | gzip > f.gz &&
20 test -f f.gz && zcat f.gz" "hello world\n" "" ""
33 echo "hello world" | gzip > f.gz
35 test -f f && ! test -f f.gz && cat f" "hello world\n" "" ""
38 echo "hello world" | gzip > f.gz
40 ! test -f f && test -f f.gz" "hello world\n" "" ""
44 echo "hello world" > f1
48 "refused\nhello world\nprecious data\n" "" ""
51 "allowed\nhello world\n" "" ""
55 echo "hello world" > f
    [all...]
fmt.test 5 echo "hello world " > en.txt
13 testing "join" "fmt en.txt" "hello world this is some text\n" "" ""
15 testing "no room" "echo 'hello world' | fmt -w 1" "hello\nworld\n" "" ""
18 testing "leading space" "echo ' hello world' | fmt -w 5" " hello\n world\n" "" ""
  /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 &amp; 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 &lt;![CDATA[ some-cdata ]]&gt; world\" />"))));
49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]> world\" />"))));
54 assertEquals("hello & world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello &amp; world</root>")));
55 assertEquals("hello some-cdata world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello <![CDATA[ some-cdata ]]> world</root> (…)
    [all...]
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
DependentTest.java 40 "2", "Hello world!", "HELLO WORLD!");
63 return "Goodbye world!";
69 "3", "Goodbye world!", "GOODBYE WORLD!");
71 "2", "Hello world!", "HELLO WORLD!");
  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 18 HTML(`Hello, <b>World</b> &amp;tc!`),
20 JS(`c && alert("Hello, World!");`),
21 JSStr(`Hello, World & O'Reilly\x21`),
22 URL(`greeting=H%69,&addressee=(World)`),
23 Srcset(`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`),
70 `Hello, <b>World</b> &amp;tc!`,
72 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
73 `Hello, World &amp; O&#39;Reilly\x21`,
74 `greeting=H%69,&amp;addressee=(World)`,
75 `greeting=H%69,&amp;addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 18 HTML(`Hello, <b>World</b> &amp;tc!`),
20 JS(`c && alert("Hello, World!");`),
21 JSStr(`Hello, World & O'Reilly\x21`),
22 URL(`greeting=H%69,&addressee=(World)`),
23 Srcset(`greeting=H%69,&addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`),
70 `Hello, <b>World</b> &amp;tc!`,
72 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
73 `Hello, World &amp; O&#39;Reilly\x21`,
74 `greeting=H%69,&amp;addressee=(World)`,
75 `greeting=H%69,&amp;addressee=(World) 2x, https://golang.org/favicon.ico 500.5w`
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Hello.c 3 Hello World response page
20 Respond with the Hello World page
41 // Send the Hello World page
47 Status = HttpPageHeader ( SocketFD, pPort, L"Hello World" );
57 "<h1>Hello World</h1>\r\n"
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
IsEqualIgnoringWhiteSpaceTest.java 12 private final Matcher<String> matcher = equalToIgnoringWhiteSpace("Hello World how\n are we? ");
20 assertThat("Hello World how are we?", matcher);
21 assertThat(" Hello World how are \n\n\twe?", matcher);
26 assertThat("Hello World how are we", not(matcher));
48 assertDescription("equalToIgnoringWhiteSpace(\"Hello World how\\n are we? \")",
  /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], [7 x i8]* @world, i32 0, i32 0))
  /external/perf_data_converter/src/quipper/
run_command_test.cc 16 EXPECT_EQ(0, RunCommand({"/bin/sh", "-c", "echo 'Hello, world!'"}, &output));
18 EXPECT_EQ("Hello, world!\n", output_str);
23 EXPECT_EQ(0, RunCommand({"sh", "-c", "echo 'Hello, world!'"}, &output));
25 EXPECT_EQ("Hello, world!\n", output_str);
39 EXPECT_EQ(0, RunCommand({"/bin/sh", "-c", "echo 'Hello, world!'"}, nullptr));
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2009-03-25-TestBug.ll 7 @world = internal constant [7 x i8] c"world\0A\00"
14 br i1 %tmp178, label %hello, label %world
20 world:
21 %w = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @world, i32 0, i32 0))
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/text/
SpannableStringBuilderTest.kt 41 append(" World")
43 assertEquals("Hello, World", result.toString())
51 append("World")
54 assertEquals("Hello, World", result.toString())
69 append("World")
72 assertEquals("Hello, World", result.toString())
87 append("World")
90 assertEquals("Hello, World", result.toString())
105 append("World")
108 assertEquals("Hello, World", result.toString()
    [all...]

Completed in 1017 milliseconds

1 2 3 4 5 6 78 91011>>