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

<<11121314151617181920>>

  /external/apache-harmony/support/src/test/resources/tests/resources/
TestCodeSigners.jar 
  /external/chromium/base/
base64_unittest.cc 16 const std::string kText = "hello world";
  /external/chromium/net/websockets/
websocket_frame_handler_unittest.cc 16 const char kInputData[] = "\0hello, world\xff";
48 const char kInputData[] = "\0hello, world\xff\xff\0";
69 const char kHelloWorldFrame[] = "\0hello, world\xff";
107 const char kInputData[] = "\0hello, world\xff"
  /external/clang/docs/
FAQ.rst 21 printf("Hello world\n");
29 $ clang -cc1 hello.c
30 hello.c:1:10: fatal error: 'stdio.h' file not found
41 $ clang -### -c hello.c
  /external/clang/test/Modules/
cstd.m 13 fprintf(file, "Hello, modules\n");
  /external/clang/test/Sema/
builtin-prefetch.c 9 __builtin_prefetch(&a, "hello", 2); // expected-error{{argument to '__builtin_prefetch' must be a constant integer}}
sentinel-attribute.c 7 void f3(int a, ...) __attribute__ ((sentinel("hello"))); //expected-error{{'sentinel' attribute requires parameter 1 to be an integer constant}}
  /external/clang/test/SemaCXX/
builtins.cpp 6 (void)CFStringRef(CFSTR("Hello"));
  /external/clang/test/SemaObjC/
unused.m 6 + (void) hello;
10 + (void) hello { printf("Hello, World!\n"); }
14 [Greeter hello];
  /external/compiler-rt/BlocksRuntime/tests/
constassign.c 23 void (^const blockA)(void) = ^ { printf("hello\n"); };
localisglobal.c 19 void (^global)(void) = ^{ printf("hello world\n"); };
  /external/compiler-rt/lib/asan/lit_tests/
strncpy-overflow.cc 21 char *hello = (char*)malloc(6); local
22 strcpy(hello, "hello");
24 strncpy(short_buffer, hello, 10); // BOOM
  /external/dnsmasq/contrib/lease-access/
README 0 Hello,
  /external/dnsmasq/contrib/try-all-ns/
README 7 Hello,
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 67 LENGTH_EQUIVALENCE.wrap("hello"),
68 LENGTH_EQUIVALENCE.wrap("hello"),
76 .addEqualityGroup(Equivalences.equals().wrap("hello"))
83 SerializableTester.reserializeAndAssert(LENGTH_EQUIVALENCE.wrap("hello"));
  /external/llvm/test/CodeGen/ARM/
hello.ll 7 @str = internal constant [12 x i8] c"Hello World\00"
vargs.ll 2 @str = internal constant [43 x i8] c"Hello World %d %d %d %d %d %d %d %d %d %d\0A\00" ; <[43 x i8]*> [#uses=1]
  /external/llvm/test/Feature/
testconstants.ll 5 @somestr = constant [11 x i8] c"hello world" ; <[11 x i8]*> [#uses=1]
  /external/llvm/test/MC/AsmParser/
hello.s 27 .asciz "hello world!\n"
  /external/llvm/test/Transforms/InstCombine/
strpbrk-1.ll 7 @hello = constant [12 x i8] c"hello world\00"
39 %str = getelementptr [12 x i8]* @hello, i32 0, i32 0
44 ; CHECK-NEXT: ret i8* getelementptr inbounds ([12 x i8]* @hello, i32 0, i32 6)
  /external/qemu-pc-bios/vgabios/
dataseghack 10 'BEGIN { i = 0; last = "hello" }\
  /external/stlport/test/eh/
test.cpp 40 std::cout<<"hello world\n";
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument21.js 120 doc.writeln("Hello, World.");
121 doc.writeln("Hello, World.");
124 doc.write("Hello, World.");
125 doc.write("Hello, World.");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument21.js 120 doc.writeln("Hello, World.");
121 doc.writeln("Hello, World.");
124 doc.write("Hello, World.");
125 doc.write("Hello, World.");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform08.xhtml 8 <p>Hello, world!<!-- Comment 1 --></p></body></html>

Completed in 2235 milliseconds

<<11121314151617181920>>