Searched
full:hello (Results
551 -
575 of
2904) sorted by null
<<21222324252627282930>>
/external/clang/bindings/python/tests/cindex/ |
test_index.py | 14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
|
/external/clang/test/CodeGenObjCXX/ |
mangle-blocks.mm | 31 static const char *name = "hello"; 39 static const char *name = "hello"; 49 static const char *name = "hello"; 61 static const char *nameb = "hello";
|
/external/clang/test/Parser/ |
block-block-storageclass.c | 8 __block const char * message = "HELLO";
|
/external/clang/test/Sema/ |
block-storageclass.c | 9 __block const char * message = "HELLO";
|
/external/compiler-rt/BlocksRuntime/tests/ |
shorthandexpression.c | 18 void (^b)(void) = ^(void)printf("hello world\n");
|
/external/llvm/test/CodeGen/Generic/ |
hello.ll | 3 @.str_1 = internal constant [7 x i8] c"hello\0A\00" ; <[7 x i8]*> [#uses=1]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
hello2.ll | 4 @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
|
/external/llvm/test/ExecutionEngine/ |
hello.ll | 4 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
|
hello2.ll | 5 @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
|
/external/llvm/test/Object/Inputs/ |
trivial.ll | 1 @.str = private unnamed_addr constant [13 x i8] c"Hello World\0A\00", align 1
|
/external/robolectric/src/test/resources/res/values/ |
string_arrays.xml | 10 <item>@string/hello</item>
|
/external/v8/test/mjsunit/ |
this-in-callbacks.js | 46 assertEquals('id', 'hello'.replace('hello', r)); 47 assertEquals('id', 'hello'.replace(/hello/, r));
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraUtilsRuntimeExceptionTest.java | 43 CameraRuntimeException runtimeExc = new CameraRuntimeException(12345, "Hello"); 47 assertEquals("Hello", e.getMessage()); 69 CameraRuntimeException runtimeExc = new CameraRuntimeException(12345, "Hello", cause); 73 assertEquals("Hello", e.getMessage());
|
/libcore/benchmarks/src/benchmarks/ |
StringIterationBenchmark.java | 28 String s = "hello, world!"; 37 String s = "hello, world!"; 46 String s = "hello, world!"; 56 String s = "hello, world!";
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-af/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hallo wêreld, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-ca/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hola a tothom, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-cs/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Ahoj sv?te, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-es/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"¡Hola, mundo! ¡Hola, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-in/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Apa Kabar Dunia, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-nb/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hei, verden. AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-ro/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Bun? ziua tuturor, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-sw/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Hujambo Ulimwengu, Shughuli ya Kujibu Otomati!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-tl/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Kamusta sa Lahat, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-tr/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Merhaba Dünya, AutoReplyActivity!"</string>
|
/packages/apps/Mms/tests/SmsAutoReply/res/values-vi/ |
strings.xml | 4 <string name="hello" msgid="4362104386868779475">"Chào m?i ng??i, AutoReplyActivity!"</string>
|
Completed in 3119 milliseconds
<<21222324252627282930>>