Home
last modified time | relevance | path

Searched defs:Hello (Results 1 – 7 of 7) sorted by relevance

/external/nos/host/generic/libnos/generator/test/nos/generator/test/
Dtest.proto21 service Hello { service
28 rpc First (EmptyRequest) returns (EmptyResponse);
29 rpc Second (EmptyRequest) returns (EmptyResponse);
30 rpc Third (EmptyRequest) returns (EmptyResponse);
31 rpc Greet (GreetRequest) returns (GreetResponse);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Hello/
DHello.cpp27 struct Hello : public FunctionPass { struct
28 static char ID; // Pass identification, replacement for typeid
29 Hello() : FunctionPass(ID) {} in Hello() argument
31 bool runOnFunction(Function &F) override { in runOnFunction()
/external/llvm/lib/Transforms/Hello/
DHello.cpp27 struct Hello : public FunctionPass { struct
28 static char ID; // Pass identification, replacement for typeid
29 Hello() : FunctionPass(ID) {} in Hello() function
31 bool runOnFunction(Function &F) override { in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
DHello.cpp26 struct Hello : public FunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 Hello() : FunctionPass(ID) {} in Hello() function
30 virtual bool runOnFunction(Function &F) { in runOnFunction()
/external/python/cpython2/Demo/pdist/
Dcmdfw.py124 class Hello(CommandFrameWork): class
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp518 StringRef Hello("hello"); in TEST() local
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1773 UnicodeString Hello("Hello, world."); in API_Pattern() local