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

/external/v8/test/webkit/fast/js/
H A Dobject-prototype-toLocaleString.js33 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"Hello, world!"');
37 shouldBe("Object.prototype.toLocaleString.call('Hello, world!')", '"stringPrototypeToString"');
/external/valgrind/none/tests/linux/
H A Dmremap3.stdout.exp4 Hello World
/external/llvm/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
26 // Hello - The first implementation, without getAnalysisUsage.
27 struct Hello : public FunctionPass { struct in namespace:__anon10948
29 Hello() : FunctionPass(ID) {} function in struct:__anon10948::Hello
33 errs() << "Hello: ";
40 char Hello::ID = 0;
41 static RegisterPass<Hello> X("hello", "Hello World Pass");
51 errs() << "Hello
[all...]
H A DMakefile1 ##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
H A DAndroid.mk7 Hello.cpp
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs0 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
/external/llvm/lib/Transforms/
H A DMakefile11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC
17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
/external/valgrind/drd/tests/
H A Dtc21_pthonce.stdout.exp1 main: Hello
/external/valgrind/helgrind/tests/
H A Dtc21_pthonce.stdout.exp1 main: Hello
/external/valgrind/memcheck/tests/
H A Dvarinforestrict.stderr.exp0 Hello World
/external/lldb/test/lang/c/function_types/
H A DTestFunctionTypes.py98 self.expect("expr $1(\"Hello world\\n\")",
/external/lldb/test/lang/objc/objc-class-method/
H A DTestObjCClassMethod.py66 cmd_value = frame.EvaluateExpression ("(int)[Foo doSomethingWithString:@\"Hello\"]")
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A DTestDataFormatterScript.py57 script = 'a = valobj.GetChildMemberWithName(\'integer\'); a_val = a.GetValue(); str = \'Hello from Python, \' + a_val + \' time\'; return str + (\'!\' if a_val == \'1\' else \'s!\');'
62 substrs = ['Hello from Python',
66 substrs = ['Hello from Python',
72 substrs = ['Hello from Python, 10 times!',
73 'Hello from Python, 4 times!'])
78 substrs = ['Hello from Python',
/external/lldb/test/lang/objc/objc-new-syntax/
H A DTestObjCNewSyntax.py122 self.expect("expr --object-description -- @(\"Hello world\" + 6)", VARIABLES_DISPLAYED_CORRECTLY,
/external/skia/bench/DATA/skia_resources/
H A Dtest.lua52 canvas:drawText('Hello Lua', 300, 300, paint);
/external/skia/dm/DATA/skia_resources/
H A Dtest.lua52 canvas:drawText('Hello Lua', 300, 300, paint);
/external/skia/gm/DATA/skia_resources/
H A Dtest.lua52 canvas:drawText('Hello Lua', 300, 300, paint);
/external/skia/resources/
H A Dtest.lua52 canvas:drawText('Hello Lua', 300, 300, paint);
/external/llvm/
H A DAndroid.mk38 lib/Transforms/Hello \
/external/lldb/test/lang/objc/foundation/
H A DTestObjCMethods2.py216 self.expect("po [NSError errorWithDomain:@\"Hello\" code:35 userInfo:nil]",
217 substrs = ["Error Domain=Hello", "Code=35", "be completed."])
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1600 UnicodeString s = "Hello World";
1603 REGEX_ASSERT(mFromClone->group(status) == "Hello");
1816 pat1 = RegexPattern::compile("(Hello, world)*", pe, status);
1818 REGEX_ASSERT(pat1->pattern() == "(Hello, world)*");
1825 pat1 = RegexPattern::compile("(Hello, world)*", pe, status);
1829 UnicodeString Hello("Hello, world.");
1830 RegexMatcher *m = pat1->matcher(Hello, status);
2894 const char str_HelloWorld[] = { 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x00 }; /* Hello World */
2898 REGEX_ASSERT(mFromClone->group(status) == "Hello");
[all...]

Completed in 477 milliseconds