Home
last modified time | relevance | path

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

12345678910>>...41

/external/rust/crates/csv/examples/data/bench/
Dgame.csv1 hello,","," ",world,1,"!"
2 hello,","," ",world,1,"!"
3 hello,","," ",world,1,"!"
4 hello,","," ",world,1,"!"
5 hello,","," ",world,1,"!"
6 hello,","," ",world,1,"!"
7 hello,","," ",world,1,"!"
8 hello,","," ",world,1,"!"
9 hello,","," ",world,1,"!"
10 hello,","," ",world,1,"!"
[all …]
/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/grpc-grpc-java/examples/
DREADME.md18 This creates the scripts `hello-world-server`, `hello-world-client`,
19 `hello-world-tls-server`, `hello-world-tls-client`,
24 For example, to try the hello world example first run:
27 $ ./build/install/examples/bin/hello-world-server
33 $ ./build/install/examples/bin/hello-world-client
38 Running the hello world with TLS is the same as the normal hello world, but takes additional args:
40 **hello-world-tls-server**:
47 **hello-world-tls-client**:
56 …ipt to generate self-signed certificates for grpc-java including the hello world with TLS examples:
93 #### Hello world example with TLS (no mutual auth):
[all …]
DBUILD.bazel84 name = "hello-world-client",
93 name = "hello-world-server",
102 name = "hello-world-alts-client",
113 name = "hello-world-alts-server",
160 name = "hello-world-tls-client",
170 name = "hello-world-tls-server",
/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/llvm-project/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/arm-trusted-firmware/docs/process/
Dsecurity-hardening.rst15 Do not leak secrets to the normal world
18 The secure world **must not** leak secrets to the normal world, for example in
24 The secure world **should never** crash or become unusable due to receiving too
25 many normal world requests (a *Denial of Service* or *DoS* attack). It should
26 have a mechanism for throttling or ignoring normal world requests.
28 Preventing Secure-world timing information leakage via PMU counters
31 The Secure world needs to implement some defenses to prevent the Non-secure
32 world from making it leak timing information. In general, higher privilege
39 Timing leakage attacks from the Non-secure world
42 Since the Non-secure world has access to the ``PMCR`` register, it can
[all …]
/external/one-true-awk/testdir/
DT.csconcat10 BEGIN { print "hello" "world"; print helloworld }
14 print "hello" " " "world"
15 print "hello" (" " "world")
25 hello world
26 hello world
/external/arm-trusted-firmware/docs/components/
Dfirmware-update.rst23 This document describes the secure world FWU design. It is beyond its scope to
24 describe how normal world FWU images should operate. To implement normal world
33 some parts of FWU to be implemented in other secure and normal world images.
42 - Context switching between the normal and secure world during the FWU
45 - Other secure world FWU images handle platform initialization required by
47 - Normal world FWU images handle loading of firmware images from external
79 - Executable or non-executable image. This indicates whether the normal world
80 is permitted to request execution of a secure world FWU image (after
81 authentication). Secure world certificates and non-AP images are examples
126 requested BL1 to resume normal world execution.
[all …]
/external/e2fsprogs/lib/ss/
Dtest_script_expected4 Hello, world!
7 Hello, world!
10 Hello, world!
17 Hello, world!
21 Hello, world!
/external/rust/crates/slab/
DREADME.md29 let world = slab.insert("world");
32 assert_eq!(slab[world], "world");
34 slab[world] = "earth";
35 assert_eq!(slab[world], "earth");
/external/elfutils/tests/
Dtestfile-dwarf-45.source49 # = world.c =
70 n = "world";
75 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
77 $ gcc -o testfile-dwarf-4 hello.o world.o
79 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c
81 $ gcc -o testfile-dwarf-5 hello.o world.o
83 … -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-world4.o -c world.c
87 … -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-world5.o -c world.c
/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/llvm-project/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()
/external/dokka/core/testdata/format/
DlinksInHeaders.md13 ### [Bar.hello](hello.md) to the [Bar.world](world.md)!
33 | [world](world.md) | `fun world(): Unit` |
/external/zstd/contrib/pzstd/utils/test/
DRangeTest.cpp72 auto world = range; in TEST() local
73 world.advance(6); in TEST()
74 EXPECT_EQ(5, world.size()); in TEST()
75 EXPECT_EQ('w', *world.data()); in TEST()
76 EXPECT_EQ('d', *(world.end() - 1)); in TEST()
/external/libxml2/result/c14n/with-comments/
Dexample-52 Hello, world!
4 <!-- Let world.txt contain "world" (excluding the quotes) -->
/external/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-2.rst6 | | allow normal world to panic secure world |
18 | Impact | Denial of Service (secure world panic) |
28 entrypoint code, which enables debug exceptions from the secure world. This can
32 normal world attacker to induce a panic in the secure world.
35 from the secure world.
/external/grpc-grpc/test/cpp/util/
Dbyte_buffer_test.cc91 grpc_slice world = grpc_slice_from_copied_string(kContent2); in TEST_F() local
94 slices.push_back(Slice(world, Slice::STEAL_REF)); in TEST_F()
99 EXPECT_TRUE(SliceEqual(slices[1], world)); in TEST_F()
104 grpc_slice world = grpc_slice_from_copied_string(kContent2); in TEST_F() local
107 slices.push_back(Slice(world, Slice::STEAL_REF)); in TEST_F()
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__empty_ranges__rich_ascii_no_color.snap8 1 | Hello world!
14 1 | Hello world!
20 2 | Bye world!
Dterm__empty_ranges__rich_no_color.snap8 1 │ Hello world!
14 1 │ Hello world!
20 2 │ Bye world!
/external/grpc-grpc-java/examples/example-kotlin/
DREADME.md18 This creates the scripts `hello-world-server`, `hello-world-client`,
23 For example, to try the hello world example first run:
26 $ ./build/install/examples/bin/hello-world-server
32 $ ./build/install/examples/bin/hello-world-client

12345678910>>...41