/libcore/luni/src/test/java/libcore/java/util/ |
ObjectsTest.java | 23 public static final class Hello { 24 public String toString() { return "hello"; } 38 String[] o1 = new String[] { "hello" }; 40 String[] o3 = new String[] { "hello" }; 50 assertTrue(Objects.deepEquals("hello", "hello")); 51 assertFalse(Objects.deepEquals("hello", "world")); 55 Hello h1 = new Hello(); 56 Hello h2 = new Hello() [all...] |
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 8 Verifies simple build of a "Hello, world!" program with shared libraries, 27 Hello from program.c 28 Hello from lib1.c 29 Hello from lib2.c 30 Hello from lib1_moveable.c 43 contents = contents.replace('Hello', 'Hello again') 49 Hello again from program.c 50 Hello from lib1.c 51 Hello from lib2. [all...] |
gyptest-static.py | 8 Verifies simple build of a "Hello, world!" program with static libraries, 27 Hello from program.c 28 Hello from lib1.c 29 Hello from lib2.c 30 Hello from lib1_moveable.c 43 contents = contents.replace('Hello', 'Hello again') 49 Hello again from program.c 50 Hello from lib1.c 51 Hello from lib2. [all...] |
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-default.py | 22 Hello from program.c 23 Hello from function1.in 24 Hello from function2.in 34 Hello from program.c 35 Hello from function3.in 44 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n') 45 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n') 47 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n') 48 test.must_match('relocate/src/subdir2/file2.out2', 'Hello from file2.in\n') 51 'Hello from file1.in\n' [all...] |
/external/chromium_org/tools/gyp/test/build-option/ |
hello.gyp | 8 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-regyp-output.py | 21 test.run_gyp('hello.gyp', '--generator-output=%s' % CHDIR) 23 test.build('hello.gyp', test.ALL, chdir=CHDIR) 25 test.run_built_executable('hello', stdout="Hello, world!\n", chdir=CHDIR) 30 test.write('hello.gyp', test.read('hello2.gyp')) 32 test.build('hello.gyp', test.ALL, chdir=CHDIR) 34 test.run_built_executable('hello', stdout="Hello, two!\n", chdir=CHDIR)
|
hello.gyp | 8 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/msvs/config_attrs/ |
hello.gyp | 8 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/msvs/list_excluded/ |
hello_exclude.gyp | 8 'target_name': 'hello', 11 'hello.cpp',
|
/external/chromium_org/tools/gyp/test/msvs/props/ |
hello.gyp | 7 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/msvs/shared_output/ |
hello.gyp | 14 'target_name': 'hello', 17 'hello.c',
|
/external/chromium_org/tools/gyp/test/msvs/uldi2010/ |
hello.gyp | 8 'target_name': 'hello', 11 'hello.c',
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
embed-manifest.gyp | 10 'sources': ['hello.cc'], 23 'sources': ['hello.cc'], 36 'sources': ['hello.cc'], 47 'sources': ['hello.cc'], 58 'sources': ['hello.cc'], 72 'sources': ['hello.cc'], 85 'sources': ['hello.cc'], 98 'sources': ['hello.cc'],
|
/external/chromium_org/tools/gyp/test/win/precompiled/ |
hello2.c | 5 // Unlike hello.c, this file specifies the headers. 11 printf("Hello, two!\n");
|
/external/clang/test/SemaObjC/ |
ucn-objc-string.m | 10 NSLog(@"hello \u2192 \u2603 \u2190 world"); 11 NSLog(@"hello ? ? ? world");
|
/external/llvm/include/llvm/ |
CMakeLists.txt | 10 ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
|
/external/llvm/test/Feature/ |
load_module.ll | 2 ; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \ 3 ; RUN: -disable-output 2>&1 | grep Hello
|
/external/llvm/test/MC/AsmParser/ |
directive_file.s | 3 .file "hello" 7 # CHECK: .file "hello"
|
/external/llvm/test/TableGen/ |
MultiClassDefName.td | 12 defm Hello : Names<"hello", "world">;
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-be/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-en-rGB/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-en-rIN/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-hu/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-iw/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-ja/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hello World, AutoReplyActivity!"</string>
|