Searched refs:hello_world (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/programs/psa/ |
D | key_ladder_demo.sh | 43 input=input.txt output=hello_world.wrap 48 input=hello_world.wrap output=hello_world.txt 50 cmp input.txt hello_world.txt 54 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab… 59 input=hello_world.wrap output=hello.key 62 input=hello_world.wrap output=hello_world.txt
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | stdio.c | 50 char hello_world[] = "hello world!"; in stdio_dynamic_chk_001() local 51 FILE *fp = fmemopen(hello_world, sizeof(hello_world), "r"); in stdio_dynamic_chk_001() 56 EXPECT_EQ(1u, fread(buf, sizeof(hello_world), 1, fp)); in stdio_dynamic_chk_001() 57 EXPECT_STREQ(hello_world, buf); in stdio_dynamic_chk_001() 181 char hello_world[] = "hello world!"; in stdio_dynamic_chk_005() local 182 FILE *fp = fmemopen(hello_world, sizeof(hello_world), "r"); in stdio_dynamic_chk_005() 189 EXPECT_TRUE(strcmp(hello_world, get) == 0); in stdio_dynamic_chk_005() 201 char hello_world[] = "hello world!\nhello boy!\0"; in stdio_dynamic_chk_006() local 202 FILE *fp = fmemopen(hello_world, sizeof(hello_world), "r"); in stdio_dynamic_chk_006() 235 char hello_world[] = "hello world!"; in stdio_dynamic_chk_007() local [all …]
|
/third_party/gn/examples/rust_example/hello_world/src/ |
D | BUILD.gn | 1 executable("hello_world") { 3 deps = [ "//hello_world/foo/src:foo" ] 5 baz = "//hello_world/foo/src:foo"
|
/third_party/gn/examples/rust_example/ |
D | BUILD.gn | 2 deps = [ "//hello_world/src:hello_world" ]
|
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/ |
D | user_tagp.h | 29 #define TEST_STRING hello_world
|
/third_party/gn/examples/rust_example/hello_world/foo/src/ |
D | BUILD.gn | 3 deps = [ "//hello_world/bar/src:bar" ]
|
/third_party/node/test/parallel/ |
D | test-node-output-console.mjs | 22 { name: 'console/hello_world.js' },
|
/third_party/rust/crates/heck/ |
D | README.md | 28 "hello_world", not the exact same string). Leading or trailing word boundary
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | break-rules.md | 110 These rules will match "`abc`", "`hello_world`", `"hi-there"`, 118 In the example below, matching "`hello_world`", 125 hello_world
|
/third_party/python/Doc/library/ |
D | asyncio-eventloop.rst | 1583 def hello_world(loop): 1590 # Schedule a call to hello_world() 1591 loop.call_soon(hello_world, loop)
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1020 "[\w]+" " <0>hello_world</0>! "
|