HomeSort by: relevance | last modified time | path
    Searched refs:World (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/d10v/
hello.s 2 # output: Hello World!\n
  /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/
hello.s 2 # output: Hello World!\n
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-2 46 <name>Hello World</name>
54 <label>Hello World</label>
55 <comments>This &lt;button&gt; displays &quot;Hello World&quot;.</comments>
93 msgid "Hello World"
97 msgid "This <button> displays \"Hello World\"."
  /src/distrib/alpha/rz25dist/
build_dist 34 make World
35 echo -n "++++++ X11 WORLD: "; date
  /src/external/gpl2/mkhybrid/dist/
Makefile.in 51 World: mkhybrid
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/
write.d 1513 auto arr = ["hello", "world"];
1514 formatTest("%(%s, %)", arr, `"hello", "world"`);
1515 formatTest("%-(%s, %)", arr, `hello, world`);
1517 auto aa1 = [1:"hello", 2:"world"];
1518 formatTest("%(%s:%s, %)", aa1, [`1:"hello", 2:"world"`, `2:"world", 1:"hello"`]);
1519 formatTest("%-(%s:%s, %)", aa1, [`1:hello, 2:world`, `2:world, 1:hello`]);
1888 auto aa3 = [1:"hello", 2:"world"];
1891 [`{1:"hello" $ 2:"world"}`, `{2:"world" $ 1:"hello"}`])
    [all...]

Completed in 29 milliseconds