Home
last modified time | relevance | path

Searched refs:HELLO (Results 1 - 6 of 6) sorted by relevance

/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c37 #define HELLO "Hello" macro
1093 make_expect_screen_write(&expect, cursor_pos, HELLO); in TEST_IMPL()
1094 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr); in TEST_IMPL()
1098 buffer, sizeof(buffer), "%s%dm%s%sm", CSI, fg_attrs[i][0], HELLO, CSI); in TEST_IMPL()
1112 make_expect_screen_write(&expect, cursor_pos, HELLO); in TEST_IMPL()
1113 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr); in TEST_IMPL()
1117 buffer, sizeof(buffer), "%s%dm%s%sm", CSI, bg_attrs[i][0], HELLO, CSI); in TEST_IMPL()
1133 make_expect_screen_write(&expect, cursor_pos, HELLO); in TEST_IMPL()
1134 make_expect_screen_set_attr(&expect, cursor_pos, strlen(HELLO), attr); in TEST_IMPL()
1143 HELLO, in TEST_IMPL()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DneverAsDiscriminantType(strict=false).js36 [GatewayOpcode.HELLO]: { b: 1 }
49 HELLO = 10,
129 GatewayOpcode[GatewayOpcode["HELLO"] = 10] = "HELLO";
H A DneverAsDiscriminantType(strict=true).js36 [GatewayOpcode.HELLO]: { b: 1 }
49 HELLO = 10,
129 GatewayOpcode[GatewayOpcode["HELLO"] = 10] = "HELLO";
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh695 HELLO "world"
/third_party/python/Lib/test/
H A Dtest_os.py1006 os.environ.update(HELLO="World")
1007 with os.popen("%s -c 'echo $HELLO'" % unix_shell) as popen:
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs4520 assert_eq!(s, "HELLO world"); in test_split_at_mut()
5197 let data = String::from("hello HELLO hello HELLO yes YES 5 中ä华!!!"); in test_box_slice_clone()
15305 /// let s = "HELLO";
15392 /// assert_eq!("HELLO", s.to_uppercase());
[all...]

Completed in 57 milliseconds