HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 351 - 375 of 1658) sorted by null

<<11121314151617181920>>

  /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/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/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement01.html 8 <P>Hello, World</P>
HTMLBodyElement02.html 8 <P>Hello, World</P>
HTMLBodyElement03.html 8 <P>Hello, World</P>
HTMLBodyElement04.html 8 <P>Hello, World</P>
HTMLBodyElement05.html 8 <P>Hello, World</P>
HTMLBodyElement06.html 8 <P>Hello, World</P>
HTMLHeadElement01.html 8 <P>Hello, World.</P>
HTMLHtmlElement01.html 8 <P>Hello, World.</P>
HTMLStyleElement01.html 9 <P>Hello, World.</P>
HTMLStyleElement02.html 9 <P>Hello, World.</P>
HTMLStyleElement03.html 9 <P>Hello, World.</P>
body01.html 8 <P>Hello, World</P>
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHeadElement01.xhtml 10 <p>Hello, World.</p>
HTMLHtmlElement01.xhtml 10 <p>Hello, World.</p>
HTMLStyleElement01.xhtml 11 <p>Hello, World.</p>
HTMLStyleElement02.xhtml 11 <p>Hello, World.</p>

Completed in 657 milliseconds

<<11121314151617181920>>