HomeSort by relevance Sort by last modified time
    Searched full:world (Results 76 - 100 of 5769) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!";
30 static char const * const static_xyzzy = "Hello, world!";
39 static char const * static_nonconst_xyzzy = "Hello, world!";
49 char const * extern_nonconst_xyzzy = "Hello, world!";
  /external/clang/test/CodeGenObjC/
2008-11-24-ConstCFStrings.m 12 [a bork:@"Hello world!"];
  /external/clang/test/Driver/
no-objc-arr.m 6 id string = @"Hello World.\n";
  /external/clang/test/Lexer/
pragma-mark.c 5 #pragma mark Mike's world
  /external/libvorbis/m4/
add_cflags.m4 10 [puts("Hello, World!"); return 0;],
  /external/llvm/test/Assembler/
2002-08-15-UnresolvedGlobalReference.ll 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
  /external/llvm/test/CodeGen/PowerPC/
hello.ll 5 @.str = internal constant [13 x i8] c"Hello World!\00"
  /external/llvm/test/ExecutionEngine/MCJIT/
hello.ll 3 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
  /external/llvm/test/Linker/
module-flags-1-b.ll 6 !2 = metadata !{ i32 1, metadata !"mux", metadata !{ metadata !"hello world", i32 927 } }
  /external/llvm/test/Object/Inputs/
archive-test.a-coff-i386 9 L?@?L?.text$d? P`.data ?@??? ?D$?$???D$?? ?Hello World!.text$.data _mainL_.str (…)
  /external/llvm/test/YAMLParser/
run-parser-crash-bug.data 10 - Ghost World
spec-05-12.data 11 printf("Hello, world!\n");
spec-08-10.data 7 print "Hello, world!\n";
  /external/markdown/tests/extensions-x-abbr/
abbr.html 4 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p
abbr.txt 12 *[W3C]: World Wide Web Consortium
  /external/markdown/tests/misc/
headers.html 1 <h3>Hello world</h3>
  /external/quake/quake/src/QW/progs/
progs.src 8 world.qc
  /external/webkit/LayoutTests/storage/
open-database-creation-callback-isolated-world.html 4 This test tests that the openDatabase() creation callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
statement-error-callback-isolated-world.html 4 This test tests that the statement error callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
statement-success-callback-isolated-world.html 4 This test tests that the statement success callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
transaction-callback-isolated-world.html 4 This test tests that the transaction callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
transaction-error-callback-isolated-world.html 4 This test tests that the transaction error callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
transaction-success-callback-isolated-world.html 4 This test tests that the transaction success callback is called in the right world.
16 alert("FAIL: Visible in isolated world.");
26 document.body.foo = "FAIL: document.body.foo visible in isolated world.";
27 document.body.bar = "PASS: document.body.bar visible in a callback created in this world.";
  /frameworks/base/docs/html/training/
building-userinfo.jd 9 information that's relevant to them, and providing information about the world around them.</p
  /ndk/tests/device/gnustl-shared-1/jni/
main.cpp 15 ::printf(" World!\n");

Completed in 724 milliseconds

1 2 34 5 6 7 8 91011>>