Searched refs:Hello (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Hello/
H A DHello.cpp1 //===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===//
10 // This file implements two versions of the LLVM "Hello World" pass described
25 // Hello - The first implementation, without getAnalysisUsage.
26 struct Hello : public FunctionPass { struct in namespace:__anon10328
28 Hello() : FunctionPass(ID) {} function in struct:__anon10328::Hello
32 errs() << "Hello: ";
39 char Hello::ID = 0;
40 static RegisterPass<Hello> X("hello", "Hello World Pass");
50 errs() << "Hello
[all...]
H A DMakefile1 ##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/
H A DMakefile11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello
17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
/macosx-10.10.1/CPANInternal-159.1/UNIVERSAL-moniker-0.08/
H A DMakefile.PL5 Hello!
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_document.rb29 <message>Hello world!</message>
31 assert_equal("Hello world!", doc.root.children.first.value)
90 message = "���������������������������" # Hello world! in Japanese
114 <message>Hello world!</message>
124 <message>Hello world!</message>
135 Hello world!
148 >Hello world!</message
187 <message>Hello world!</message>
197 Hello world!
208 >Hello worl
[all...]
H A Dtest_sax.rb114 <!DOCTYPE greeting PUBLIC "Hello Greeting DTD" "http://foo/hello.dtd">
115 <greeting>Hello, world!</greeting>
133 assert_equal 'Hello Greeting DTD', tlong_name, 'simple doctype block listener failed - incorrect long_name'
137 assert_equal 'Hello Greeting DTD', dtl.long_name, 'simple doctype listener failed - incorrect long_name'
147 <greeting>Hello, world!</greeting>
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker.rb28 st = Tk::Vu::TkcSticker.new(c, '6m', '10m', '13m', '27m', :text=>'Hello')
32 puts 'You\'ll see the whole "Hello" drawn rotated 90 degrees.'
48 puts 'Enlarging the rectangle shows the complete "Hello" again'
53 puts 'This time the text is repeated: "Hello", approx. 5mm space, "Hello"'
74 puts 'Finally a large outline forces a single "Hello" and shrinks the bar.'
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/t/
H A Dstring.t176 cap: [Hello world]
222 [% USE str=String('Hello World') -%]
227 [Hello]
228 [Hello...]
229 [Hello World]
385 [% USE String('Hello World') -%]
392 b: Hello!
393 c: Hello!
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dpublic.test42 option add *TestPublic.message "Hello, World!"
64 } {{-background background Background red red} {-clientdata clientData ClientData {} {}} {-cursor cursor Cursor trek trek} {-foreground foreground Foreground white white} {-message message Message {Hello, World!} {Hello, World!}} {-null {} {} {} {}}}
/macosx-10.10.1/ruby-106/ruby/test/erb/
H A Dtest_erb.rb331 Hello,\s
347 Hello,\s
354 %>Hello,\s
361 Hello,\s
369 Hello,\s
377 Hello,\s
409 % y = 'Hello'
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Array/
H A D15.4.4.4-001.js56 x = "Hello";
68 x = /Hello/g;
74 x = new Error("Hello");
80 x = function() {return "Hello";};
86 x = [function() {return "Hello";}];
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dselftest.pl81 print TEST "#include <stdio.h>\n#include <errno.h>\nmain(){printf(\"Hello world\\n\");}\n";
84 if (`./cctest` !~ /Hello world/) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.pl95 Hello => hostname(),
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu215 set menu {Hello World {How } {Are } {You }}
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_html_snippet.rb30 assert_equal "<p>Hello\n", @to.res.join
35 assert_equal "<p>Hello\n", @to.res.join
40 assert_equal "<p>Hello\n", @to.res.join
45 assert_equal "<p>Hello\n", @to.res.join
50 assert_equal "<p>Hello\n", @to.res.join
55 assert_equal "<p><strong>Hello</strong>\n",
61 assert_equal "<p>Hello\n", @to.res.join
365 @to.accept_heading @RM::Heading.new(7, 'Hello')
367 assert_equal "<p>Hello\n", @to.res.join
375 @to.accept_heading @RM::Heading.new(1, 'Hello')
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm490 -i=24 --int=-27 -f=24.5 --float=0.27 -s=Hello --string=Hello
494 -i 24 --int -27 -f 24.5 --float 0.27 -s Hello --string Hello
499 -i= 24 -f= 24.5 -s= Hello
503 not "Hello".
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dconfigure3199 printf("Hello")
3413 printf("Hello")
3538 printf("Hello")
4258 printf("Hello")
4480 printf("Hello")
4605 printf("Hello")
5934 printf("Hello world");
6527 printf("Hello world");
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DParser.pm1081 Hello ${name},
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm745 Hello World
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm4403 and returns "Hello $given_name $name".
4408 Hello Martin Kutter!
4646 <sayHelloResult>Hello Martin Kutter!</sayHelloResult>
4741 <sayHelloResult>Hello Martin Kutter!</sayHelloResult>
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm906 $logger->debug("Hello ", "World", "!"); # and
907 $logger->debug("Hello World!");
2637 mylog "Hello";
2644 main::mylog Hello
2649 main::func Hello
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp1576 UnicodeString s = "Hello World";
1579 REGEX_ASSERT(mFromClone->group(status) == "Hello");
1792 pat1 = RegexPattern::compile("(Hello, world)*", pe, status);
1794 REGEX_ASSERT(pat1->pattern() == "(Hello, world)*");
1801 pat1 = RegexPattern::compile("(Hello, world)*", pe, status);
1805 UnicodeString Hello("Hello, world.");
1806 RegexMatcher *m = pat1->matcher(Hello, status);
2843 const char str_HelloWorld[] = { 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x00 }; /* Hello World */
2847 REGEX_ASSERT(mFromClone->group(status) == "Hello");
[all...]

Completed in 369 milliseconds