Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 25 of 41) 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/trace-viewer/src/base/
Dsettings_test.js49 settings.set('my_key', {'hello': 5}); property
50 assertObjectEquals({'hello': 5}, settings.get('my_key')); property
55 var obj = {'hello': undefined}; property
/external/clang/test/PCH/
Dbuiltins.c10 void hello() { in hello() function
/external/clang/test/CodeGen/
Dfunction-sections.c12 const int hello = 123; variable
/external/compiler-rt/test/asan/TestCases/
Dstrncpy-overflow.cc12 char *hello = (char*)malloc(6); in main() local
/external/stlport/test/unit/
Dstrstream_buffer_read_test.cpp29 char hello[] = "Hello"; in read_from_buffer() local
/external/clang/test/Index/
Dcomplete-unterminated.c13 const char *hello = "Hello, world"; variable
Dannotate-tokens.c9 const char * hello = "Hello"; in f() local
/external/clang/test/CodeGenObjC/
Druntime-fns.m15 -(void) hello { method
Ddebug-info-id-with-protocol.m14 -(const char *)hello; method
/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/chromium_org/ipc/
Dsync_socket_unittest.cc234 char hello[kHelloStringLength] = {0}; in TEST_F() local
265 char hello[kHelloStringLength] = {0}; in TEST_F() local
301 char hello[kHelloStringLength] = {0}; in TEST_F() local
/external/robolectric/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/qemu/distrib/sdl-1.2.15/test/
Dtestloadso.c15 int hello = 0; in main() local
/external/chromium_org/chrome/browser/extensions/api/idltest/
Didltest_api.cc39 std::string hello = "hello world"; in RunSync() local
/external/valgrind/main/memcheck/tests/linux/
Dstack_changes.c18 void hello(mycontext *newc) in hello() function
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest.cpp7 const char * hello = "world"; variable
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
DHelloWorldMaker.java66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello"); in generateHelloMethod() local
/external/chromium_org/net/tools/flip_server/
Dmem_cache_test.cc44 FileData* hello; in TEST_F() local
/external/chromium_org/ipc/mojo/
Dipc_channel_mojo_readers.cc32 std::string hello; in ReadRequest() local
62 std::string hello; in ReadResponse() local
/external/lldb/test/lang/objc/objc-property/
Dmain.m5 -(const char *)hello; method
/external/chromium_org/mojo/system/
Dmultiprocess_message_pipe_unittest.cc111 std::string hello("hello"); in TEST_F() local
491 const std::string hello("hello"); in TEST_F() local

12