Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/test/MC/ELF/
Dcomdat-reloc.s4 .globl hello symbol
6 hello: label
/external/clang/test/SemaObjC/
Dscope-check.m75 + (void) hello; class
79 + (void) hello { class
Dunused.m6 + (void) hello; class
10 + (void) hello { printf("Hello, World!\n"); } class
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/hello/server/
Dservices.py32 hello = messages.StringField(1, required=True) variable in HelloResponse
38 def hello(self, request): member in HelloService
/external/chromium-trace/catapult/third_party/webapp2/tests/resources/
Dprotorpc_services.py8 hello = messages.StringField(1, required=True) variable in BonjourResponse
20 hello = messages.StringField(1, required=True) variable in CiaoResponse
/external/clang/test/PCH/
Dbuiltins.c10 void hello() { in hello() function
/external/clang/test/CodeGen/
Dfunction-sections.c12 const int hello = 123; variable
Dfunique-sections.c6 const int hello = 123; variable
/external/libbrillo/brillo/
Dosrelease_reader_unittest.cc40 string hello = "hello"; in TEST_F() local
76 string hello = "hello\n"; in TEST_F() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue154/
DTestBean.java19 public int hello; field in TestBean
/external/compiler-rt/test/asan/TestCases/
Dstrncpy-overflow.cc13 char *hello = (char*)malloc(6); in main() local
/external/clang/test/Index/
Dcomplete-unterminated.c13 const char *hello = "Hello, world"; variable
/external/clang/test/SemaCXX/
Darray-bounds-ptr-arith.cpp5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} in test_pointer_arithmetic() local
/external/clang/test/CodeGenObjC/
Druntime-fns.m15 -(void) hello { method
Ddebug-info-id-with-protocol.m14 -(const char *)hello; method
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DFragmentTest.java30 String hello = fragment.getResources().getString(id); in retrieveIdOfResource() local
DResourcesTest.java86 String hello=resources.getString( R.string.hello ); in testGetResourceFromSpecificLocale() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTestSample.java121 public String hello() { in hello() method in ICUServiceTestSample.HelloService
204 private static void doRegister(String hello, String id) { in doRegister()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTestSample.java120 public String hello() { in hello() method in ICUServiceTestSample.HelloService
203 private static void doRegister(String hello, String id) { in doRegister()
/external/valgrind/memcheck/tests/linux/
Dstack_changes.c18 void hello(mycontext *newc) in hello() function
/external/valgrind/memcheck/tests/
Dvarinforestrict.c49 const char *hello = "World"; in main() local
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp7 const char * hello = "world"; variable
/external/clang/test/Sema/
Dtypo-correction.c34 …_Generic(hello, int : banana)(); // expected-error-re {{use of undeclared identifier 'hello'{{$}}… in c11Generic() local
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
DHelloWorldMaker.java66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello"); in generateHelloMethod() local
/external/xmlrpcpp/test/
DHelloServer.cpp26 } hello(&s); // This constructor registers the method with the server variable

12