/external/markdown/tests/safe_mode/ |
D | unsafe_urls.txt | 3 [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)
|
D | script_tags.txt | 4 alert("Hello world!") 11 alert("Hello world!") 18 alert("Hello world!") 24 alert("Hello world!") 31 alert("Hello world!")
|
/external/dtc/tests/ |
D | extra-terminating-null.dts | 4 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/ |
D | comdat-reloc.s | 7 call world 10 .section .text.world,"axG",@progbits,world,comdat 11 .type world,@function 12 world: label
|
/external/e2fsprogs/lib/ss/ |
D | test_script_expected | 4 Hello, world! 7 Hello, world! 10 Hello, world! 17 Hello, world! 21 Hello, world!
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-03-25-TestBug.ll | 7 @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/ |
D | 2009-03-25-TestBug.ll | 8 @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/ |
D | LevelSystem.java | 123 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()
|
D | LevelBuilder.java | 120 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()
|
D | TiledVertexGrid.java | 54 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/ |
D | example-5 | 2 Hello, world! 4 <!-- Let world.txt contain "world" (excluding the quotes) -->
|
/external/clang/test/SemaOpenCL/ |
D | str_literals.cl | 4 constant char * __constant x = "hello world"; 11 foo("hello world");
|
/external/compiler-rt/test/tsan/Darwin/ |
D | xpc-race.mm | 17 NSLog(@"Hello world."); 60 xpc_dictionary_set_string(msg, "hello", "world"); 74 // CHECK: Hello world.
|
D | objc-simple.mm | 9 NSLog(@"Hello world"); 12 // CHECK: Hello world
|
D | gcd-async-norace.mm | 9 NSLog(@"Hello world."); 24 // CHECK: Hello world.
|
D | gcd-semaphore-norace.mm | 9 NSLog(@"Hello world."); 27 // CHECK: Hello world.
|
D | gcd-sync-norace.mm | 11 NSLog(@"Hello world."); 30 // CHECK: Hello world.
|
/external/syslinux/txt/ |
D | hello.txt | 10 hello - hello world 16 Say hello and greet the world
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | ident.ll | 8 ; CHECK: .ident "hello world" 12 !0 = !{!"hello world"}
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes_collection_literal.m | 38 @"world", 41 NSArray<NSArray<NSString *> *> *array2 = @[@[@"hello", @"world"], 50 …@"world" : @"blah" // expected-warning{{object of type 'NSString *' is not compatible with diction…
|
D | ucn-objc-string.m | 10 NSLog(@"hello \u2192 \u2603 \u2190 world"); 11 NSLog(@"hello → ☃ ← world");
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
D | Sample13_Hello.java | 19 String world = LocaleDisplayNames in main() local 22 System.out.println("Hello, " + world + "\u2603"); in main()
|
/external/clang/test/CodeGenOpenCL/ |
D | str_literals.cl | 3 __constant char * __constant x = "hello world"; 4 __constant char * __constant y = "hello world";
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | objc-odr.mm | 19 fprintf(stderr,"Hello world"); 23 // CHECK: Hello world
|
/external/llvm/test/Linker/ |
D | module-flags-1-a.ll | 8 ; CHECK: !3 = !{!"hello world", i32 927} 14 !2 = !{ i32 1, !"mux", !{ !"hello world", i32 927 } }
|