HomeSort by relevance Sort by last modified time
    Searched refs:World (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/valgrind/none/tests/linux/
mremap3.stdout.exp 4 Hello World
  /prebuilts/go/darwin-x86/misc/cgo/fortran/helloworld/
helloworld.f90 2 write(*,*) "Hello World!"
  /prebuilts/go/linux-x86/misc/cgo/fortran/helloworld/
helloworld.f90 2 write(*,*) "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)`),
64 `Hello, <b>World</b> &amp;tc!`,
66 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
67 `Hello, World &amp; O&#39;Reilly\x21`,
68 `greeting=H%69&amp;addressee=(World)`,
90 `Hello,&#32;World&#32;&amp;tc!`,
92 `c&#32;&amp;&amp;&#32;alert(&#34;Hello,&#32;World!&#34;);`
    [all...]
html_test.go 55 {"Hello, World!", "Hello, World!"},
57 {`Hello <a href="www.example.com/">World</a>!`, "Hello World!"},
  /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)`),
64 `Hello, <b>World</b> &amp;tc!`,
66 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
67 `Hello, World &amp; O&#39;Reilly\x21`,
68 `greeting=H%69&amp;addressee=(World)`,
90 `Hello,&#32;World&#32;&amp;tc!`,
92 `c&#32;&amp;&amp;&#32;alert(&#34;Hello,&#32;World!&#34;);`
    [all...]
html_test.go 55 {"Hello, World!", "Hello, World!"},
57 {`Hello <a href="www.example.com/">World</a>!`, "Hello World!"},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Rev.py 7 >>> chars = list(Rev('Hello World!'))
47 >>> WH = Rev('Hello World!')
49 Hello World! !dlroW olleH
  /external/libcap/kdebug/
test-init.sh 11 echo Hello, World
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 47 public static class World {
130 World mWorld;
133 HashMap<Integer, World.Vec> mFingers = new HashMap<Integer, World.Vec>();
134 World.Body mBody;
135 World.Vec mGrabSpot;
202 mWorld = new World();
204 mBody = new World.Body(mass, new World.Vec(200,200));
221 mBody.applyImpulse(new World.Vec(400000, -200000))
    [all...]
  /external/valgrind/memcheck/tests/
varinforestrict.stderr.exp 1 Hello World
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug164.go 12 Hello, World!
issue4585.go 52 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
73 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
93 copy((*[12]byte)(unsafe.Pointer(&a))[:], "hello world!")
105 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
127 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug164.go 12 Hello, World!
issue4585.go 52 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
73 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
93 copy((*[12]byte)(unsafe.Pointer(&a))[:], "hello world!")
105 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
127 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
  /prebuilts/go/darwin-x86/src/net/http/httptest/
example_test.go 18 io.WriteString(w, "<html><body>Hello World!</body></html>")
35 // <html><body>Hello World!</body></html>
  /prebuilts/go/linux-x86/src/net/http/httptest/
example_test.go 18 io.WriteString(w, "<html><body>Hello World!</body></html>")
35 // <html><body>Hello World!</body></html>
  /prebuilts/go/darwin-x86/test/
turing.go 52 if r != "Hello World!\n" {
  /prebuilts/go/linux-x86/test/
turing.go 52 if r != "Hello World!\n" {
  /prebuilts/go/darwin-x86/src/go/ast/
example_test.go 64 println("Hello, World!")
117 // 38 . . . . . . . . . Value: "\"Hello, World!\""
151 const hello = "Hello, World!" // line comment 1
194 // const hello = "Hello, World!" // line comment 1
  /prebuilts/go/darwin-x86/src/net/
port_unix.go 21 // "http 80/tcp www www-http # World Wide Web HTTP"
  /prebuilts/go/linux-x86/src/go/ast/
example_test.go 64 println("Hello, World!")
117 // 38 . . . . . . . . . Value: "\"Hello, World!\""
151 const hello = "Hello, World!" // line comment 1
194 // const hello = "Hello, World!" // line comment 1
  /prebuilts/go/linux-x86/src/net/
port_unix.go 21 // "http 80/tcp www www-http # World Wide Web HTTP"
  /external/libmojo/third_party/markupsafe/
__init__.py 39 >>> Markup("Hello <em>World</em>!")
40 Markup(u'Hello <em>World</em>!')
51 >>> Markup.escape("Hello <em>World</em>!")
52 Markup(u'Hello &lt;em&gt;World&lt;/em&gt;!')
  /prebuilts/go/darwin-x86/src/testing/
benchmark_test.go 109 templ.Execute(&buf, "World")

Completed in 907 milliseconds

1 2 3