Searched
full:hello (Results
676 -
700 of
2904) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGen/ |
PR3589-freestanding-libcalls.c | 8 printf("hello\n");
|
/external/clang/test/Sema/ |
overloaded-func-transparent-union.c | 27 Class_Init(&obj, "Hello ", " World");
|
/external/clang/test/SemaObjC/ |
objc-literal-sig.m | 47 id dict = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObjects:forKeys:count:' has incompatible signature}} 48 id dict2 = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObjects:forKeys:count:' has incompatible signature}} 49 id str = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has incompatible signature}} 50 id str2 = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has incompatible signature}}
|
/external/clang/test/SemaTemplate/ |
delegating-constructors.cpp | 16 string s("hello");
|
/external/compiler-rt/BlocksRuntime/tests/ |
orbars.c | 20 void (^b)(void) = ^(void){ | i | printf("hello world, %d\n", ++i); };
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
strncpy-overflow.cc | 13 char *hello = (char*)malloc(6); local 14 strcpy(hello, "hello"); 16 strncpy(short_buffer, hello, 10); // BOOM
|
/external/llvm/test/Assembler/ |
2002-08-15-ConstantExprProblem.ll | 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
|
/external/llvm/test/CodeGen/Mips/ |
2012-12-12-ExpandMemcpy.ll | 3 @.str = private unnamed_addr constant [7 x i8] c"hello\0A\00", align 1
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-02-23-lr-saved-twice.ll | 5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
darwin-stub.ll | 4 @"\01LC" = internal constant [13 x i8] c"Hello World!\00" ; <[13 x i8]*> [#uses=1]
|
/external/llvm/test/Feature/ |
attributes.ll | 5 @.str = private unnamed_addr constant [14 x i8] c"hello world!\0A\00", align 1
|
/external/llvm/test/Transforms/InstCombine/ |
fputs-1.ll | 11 @hello = constant [7 x i8] c"hello\0A\00" 38 %str = getelementptr [7 x i8]* @hello, i32 0, i32 0 40 ; CHECK-NEXT: call i32 @fwrite(i8* getelementptr inbounds ([7 x i8]* @hello, i32 0, i32 0), i32 6, i32 1, %FILE* %fp)
|
/external/llvm/unittests/Support/ |
CompressionTest.cpp | 48 TestZlibCompression("hello, world!", zlib::NoCompression); 49 TestZlibCompression("hello, world!", zlib::BestSizeCompression); 50 TestZlibCompression("hello, world!", zlib::BestSpeedCompression); 51 TestZlibCompression("hello, world!", zlib::DefaultCompression);
|
/libcore/support/src/test/java/tests/resources/ |
Inserted_Entry_Manifest.jar | |
Inserted_Entry_Manifest_with_DigestCode.jar | |
Integrate.jar | |
Modified_Class.jar | |
Modified_Manifest_EntryAttributes.jar | |
Modified_Manifest_MainAttributes.jar | |
Modified_SF_EntryAttributes.jar | |
/ndk/tests/device/test-openmp/jni/ |
openmp2.c | 16 printf("Hello World from thread = %d\n", tid);
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
MessageHeaderViewTest.java | 64 assertSnippetEquals("Hello, world!", 65 "Hello, world!"); 68 assertSnippetEquals("Hello, World...", 69 "<p><span style=\"color:red\">Hello, <b>World</b></span>...</p>");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_python_api.py | 75 PyOS_snprintf(buf, sizeof(buf), "Hello from %s", "ctypes") 76 self.assertEqual(buf.value, "Hello from ctypes") 78 PyOS_snprintf(buf, sizeof(buf), "Hello from %s", "ctypes", 1, 2, 3) 79 self.assertEqual(buf.value, "Hello from ctypes")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
reperf.py | 5 s = "\13hello\14 \13world\14 " * 1000
|
test_file_eintr.py | 157 data_to_write=b'hello, world!', 160 expected=b'hello, world!\n')) 165 data_to_write=b'hello\nworld!', 168 expected=[b'hello\n', b'world!\n'])) 173 data_to_write=b'hello\nworld!', 176 expected=b'hello\nworld!\n')) 179 data_to_write=b'hello\nworld!', 182 expected=b'hello\nworld!\n')) 194 data_to_write=b'hello\nworld!', 197 expected=b'hello\nworld!\n') [all...] |
Completed in 288 milliseconds
<<21222324252627282930>>