Home
last modified time | relevance | path

Searched refs:world (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/external/markdown/tests/safe_mode/
Dunsafe_urls.txt3 [link](javascript:alert%28'Hello%20world!'%29)
4 [link](vbscript:msgbox%28%22Hello%20world!%22%29)
5 [link](livescript:alert%28'Hello%20world!'%29)
7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29)
8 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
9 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
10 [link](ja vas cr ipt:alert%28'Hello%20world!'%29)
11 [link](ja%09 %0Avas cr
ipt:alert%28'Hello%20world!'%29)
12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29)
13 [link](live%20script:alert%28'Hello%20world!'%29)
Dscript_tags.txt4 alert("Hello world!")
11 alert("Hello world!")
18 alert("Hello world!")
24 alert("Hello world!")
31 alert("Hello world!")
/external/dtc/tests/
Dextra-terminating-null.dts4 extranull0 = "hello world";
5 extranull1,1 = "hello world\0";
6 extranull1,2 = "hello world", "";
7 extranull2,1 = "hello world\0\0";
8 extranull2,2 = "hello world", "", "";
9 extranull2,3 = "hello world\0", "";
10 extranull2,4 = "hello world", "\0";
/external/llvm/test/MC/ELF/
Dcomdat-reloc.s7 call world
10 .section .text.world,"axG",@progbits,world,comdat
11 .type world,@function
12 world: label
/external/e2fsprogs/lib/ss/
Dtest_script_expected4 Hello, world!
7 Hello, world!
10 Hello, world!
17 Hello, world!
21 Hello, world!
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-03-25-TestBug.ll7 @world = internal constant [7 x i8] c"world\0A\00"
14 br i1 %tmp178, label %hello, label %world
20 world:
21 %w = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @world, i32 0, i32 0))
/external/llvm/test/CodeGen/X86/
D2009-03-25-TestBug.ll8 @world = internal constant [7 x i8] c"world\0A\00"
15 br i1 %tmp178, label %hello, label %world
21 world:
22 …%w = tail call i32 (i8*, ...) @printf( i8* getelementptr ([7 x i8], [7 x i8]* @world, i32 0, i32 0…
/external/replicaisland/src/com/replica/replicaisland/
DLevelSystem.java123 TiledWorld world = new TiledWorld(byteStream); in loadLevel() local
148 mTileWidth, mTileHeight, world, tileIndex); in loadLevel()
156 mWidthInTiles = world.getWidth(); in loadLevel()
157 mHeightInTiles = world.getHeight(); in loadLevel()
162 collision.initialize(world, mTileWidth, mTileHeight); in loadLevel()
165 mSpawnLocations = world; in loadLevel()
170 hotSpots.setWorld(world); in loadLevel()
DLevelBuilder.java120 int width, int height, int tileWidth, int tileHeight, TiledWorld world, in addTileMapLayer() argument
158 bg.setWorld(world); in addTileMapLayer()
166 if (world.getWidth() > world.getHeight()) { in addTileMapLayer()
DTiledVertexGrid.java54 public void setWorld(TiledWorld world) { in setWorld() argument
55 mWorld = world; in setWorld()
131 TiledWorld world = mWorld; in draw() local
133 if (!mGenerated && world != null && gl != null && mTexture != null) { in draw()
/external/libxml2/result/c14n/with-comments/
Dexample-52 Hello, world!
4 <!-- Let world.txt contain "world" (excluding the quotes) -->
/external/clang/test/SemaOpenCL/
Dstr_literals.cl4 constant char * __constant x = "hello world";
11 foo("hello world");
/external/compiler-rt/test/tsan/Darwin/
Dxpc-race.mm17 NSLog(@"Hello world.");
60 xpc_dictionary_set_string(msg, "hello", "world");
74 // CHECK: Hello world.
Dobjc-simple.mm9 NSLog(@"Hello world");
12 // CHECK: Hello world
Dgcd-async-norace.mm9 NSLog(@"Hello world.");
24 // CHECK: Hello world.
Dgcd-semaphore-norace.mm9 NSLog(@"Hello world.");
27 // CHECK: Hello world.
Dgcd-sync-norace.mm11 NSLog(@"Hello world.");
30 // CHECK: Hello world.
/external/syslinux/txt/
Dhello.txt10 hello - hello world
16 Say hello and greet the world
/external/llvm/test/CodeGen/WebAssembly/
Dident.ll8 ; CHECK: .ident "hello world"
12 !0 = !{!"hello world"}
/external/clang/test/SemaObjC/
Dparameterized_classes_collection_literal.m38 @"world",
41 NSArray<NSArray<NSString *> *> *array2 = @[@[@"hello", @"world"],
50 …@"world" : @"blah" // expected-warning{{object of type 'NSString *' is not compatible with diction…
Ducn-objc-string.m10 NSLog(@"hello \u2192 \u2603 \u2190 world");
11 NSLog(@"hello → ☃ ← world");
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
DSample13_Hello.java19 String world = LocaleDisplayNames in main() local
22 System.out.println("Hello, " + world + "\u2603"); in main()
/external/clang/test/CodeGenOpenCL/
Dstr_literals.cl3 __constant char * __constant x = "hello world";
4 __constant char * __constant y = "hello world";
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm19 fprintf(stderr,"Hello world");
23 // CHECK: Hello world
/external/llvm/test/Linker/
Dmodule-flags-1-a.ll8 ; CHECK: !3 = !{!"hello world", i32 927}
14 !2 = !{ i32 1, !"mux", !{ !"hello world", i32 927 } }

12345678910>>...18