Home
last modified time | relevance | path

Searched full:hello (Results 1 – 25 of 5165) sorted by relevance

12345678910>>...207

/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/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DCharSetUtilsTest.java54 assertEquals("hello", CharSetUtils.squeeze("hello", (String) null)); in testSqueeze_StringString()
55 assertEquals("hello", CharSetUtils.squeeze("hello", "")); in testSqueeze_StringString()
56 assertEquals("hello", CharSetUtils.squeeze("hello", "a-e")); in testSqueeze_StringString()
57 assertEquals("helo", CharSetUtils.squeeze("hello", "l-p")); in testSqueeze_StringString()
59 assertEquals("hello", CharSetUtils.squeeze("helloo", "^l")); in testSqueeze_StringString()
74 assertEquals("hello", CharSetUtils.squeeze("hello", (String[]) null)); in testSqueeze_StringStringarray()
75 assertEquals("hello", CharSetUtils.squeeze("hello")); in testSqueeze_StringStringarray()
76 assertEquals("hello", CharSetUtils.squeeze("hello", null)); in testSqueeze_StringStringarray()
77 assertEquals("hello", CharSetUtils.squeeze("hello", "a-e")); in testSqueeze_StringStringarray()
79 assertEquals("helo", CharSetUtils.squeeze("hello", "el")); in testSqueeze_StringStringarray()
[all …]
/external/truth/extensions/java8/src/test/java/com/google/common/truth/
DStreamSubjectTest.java41 Stream<String> stream = Stream.of("hello"); in testIsEqualTo()
47 Stream<String> stream = Stream.of("hello"); in testIsEqualToList()
48 List<String> list = asList("hello"); in testIsEqualToList()
70 Stream<String> stream = Stream.of("hello"); in testIsSameInstanceAs()
82 expectFailure(whenTesting -> whenTesting.that(Stream.of("hello")).isEmpty()); in testIsEmpty_fails()
87 assertThat(Stream.of("hello")).isNotEmpty(); in testIsNotEmpty()
98 assertThat(Stream.of("hello")).hasSize(1); in testHasSize()
104 expectFailure(whenTesting -> whenTesting.that(Stream.of("hello")).hasSize(2)); in testHasSize_fails()
109 assertThat(Stream.of("hello")).containsNoDuplicates(); in testContainsNoDuplicates()
116 whenTesting -> whenTesting.that(Stream.of("hello", "hello")).containsNoDuplicates()); in testContainsNoDuplicates_fails()
[all …]
/external/cronet/third_party/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dmemutil_test.cc56 absl::strings_internal::memcat(a, 0, "hello", sizeof("hello") - 1); in TEST()
59 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO there", in TEST()
60 sizeof("hello there") - 1), in TEST()
62 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
63 sizeof("hello there") - 1), in TEST()
65 EXPECT_EQ(absl::strings_internal::memcasecmp(a, "heLLO therf", in TEST()
66 sizeof("hello there") - 2), in TEST()
70 char* p = absl::strings_internal::memdup("hello", 5); in TEST()
73 p = absl::strings_internal::memrchr("hello there", 'e', in TEST()
74 sizeof("hello there") - 1); in TEST()
[all …]
/external/tcpdump/tests/
Dhsrp_1.out1 …1 05:52:16.041638 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 ad…
2 …2 05:52:17.053757 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 a…
3 …3 05:52:19.049810 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 ad…
4 …4 05:52:20.053952 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 a…
5 …5 05:52:22.058588 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 ad…
6 …6 05:52:22.826625 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 ad…
7 …7 05:52:23.030764 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 a…
9 …9 05:52:25.050768 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 ad…
10 …10 05:52:26.042314 IP 192.168.0.20.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 …
11 …11 05:52:28.050368 IP 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 a…
[all …]
/external/mbedtls/tests/opt-testcases/
Dtls13-kex-modes.sh1572 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1573 -c "client hello, adding psk_key_exchange_modes extension" \
1574 -c "client hello, adding PSK binder list" \
1586 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1587 -c "client hello, adding psk_key_exchange_modes extension" \
1588 -c "client hello, adding PSK binder list" \
1599 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1600 -c "client hello, adding psk_key_exchange_modes extension" \
1601 -c "client hello, adding PSK binder list" \
1613 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DREADME.md47 [2021/03/31 15:29:49:0882] U: myss_rx: len 1380, flags: 1, srv: lwsws, test: hello
48 [2021/03/31 15:29:49:0907] U: myss_rx: len 140, flags: 0, srv: lwsws, test: hello
50 [2021/03/31 15:29:49:0937] U: myss_rx: len 1380, flags: 0, srv: lwsws, test: hello
51 [2021/03/31 15:29:49:0938] U: myss_rx: len 140, flags: 0, srv: lwsws, test: hello
52 [2021/03/31 15:29:49:0940] U: myss_rx: len 829, flags: 0, srv: lwsws, test: hello
53 [2021/03/31 15:29:49:0942] U: myss_rx: len 691, flags: 0, srv: lwsws, test: hello
54 [2021/03/31 15:29:49:0943] U: myss_rx: len 1380, flags: 0, srv: lwsws, test: hello
55 [2021/03/31 15:29:49:0944] U: myss_rx: len 140, flags: 0, srv: lwsws, test: hello
56 [2021/03/31 15:29:49:0945] U: myss_rx: len 1380, flags: 0, srv: lwsws, test: hello
57 [2021/03/31 15:29:49:0947] U: myss_rx: len 140, flags: 0, srv: lwsws, test: hello
[all …]
/external/toybox/tests/
Dgrep.test30 testcmd "-Fo ''" "-Fo ''" "" "" "hello\n"
31 testcmd "-Fw ''" "-Fw ''" "" "" "hello\n"
36 echo -e "hello this is test" > foo2
37 echo -e "hi hello" > foo3
39 "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
50 testcmd "-s" "-hs hello asdf input 2>&1" "hello\n" "hello\n" ""
78 "hello one\nthere one\n" "hello one" "there one"
120 "-q hello missing input 2>/dev/null && echo yes" "yes\n" "hello\n" ""
121 testcmd "-q not found is 1" '-q hello input || echo $?' "1\n" "x" ""
123 '-q hello missing missing 2>/dev/null || echo $?' "2\n" "" ""
[all …]
/external/libtextclassifier/native/utils/strings/
Dstringpiece_test.cc26 EXPECT_TRUE(EndsWith("hello there!", "there!")); in TEST()
27 EXPECT_TRUE(EndsWith("hello there!", "!")); in TEST()
28 EXPECT_FALSE(EndsWith("hello there!", "there")); in TEST()
29 EXPECT_FALSE(EndsWith("hello there!", " hello there!")); in TEST()
30 EXPECT_TRUE(EndsWith("hello there!", "")); in TEST()
31 EXPECT_FALSE(EndsWith("", "hello there!")); in TEST()
35 EXPECT_TRUE(StartsWith("hello there!", "hello")); in TEST()
36 EXPECT_TRUE(StartsWith("hello there!", "hello ")); in TEST()
37 EXPECT_FALSE(StartsWith("hello there!", "there!")); in TEST()
38 EXPECT_FALSE(StartsWith("hello there!", " hello there! ")); in TEST()
[all …]
/external/slf4j/slf4j-simple/src/test/java/org/slf4j/
DInvocationTest.java57 logger.debug("Hello world."); in test1()
67 logger.debug("Hello world 1."); in test2()
68 logger.debug("Hello world {}", i1); in test2()
72 logger.debug("Hello world 2", e); in test2()
73 logger.info("Hello world 2."); in test2()
75 logger.warn("Hello world 3."); in test2()
76 logger.warn("Hello world 3", e); in test2()
78 logger.error("Hello world 4."); in test2()
79 logger.error("Hello world {}", new Integer(3)); in test2()
80 logger.error("Hello world 4.", e); in test2()
[all …]
/external/pigweed/pw_ide/py/
Deditors_test.py35 dict_a = {'hello': 'world'}
39 'hello': 'world',
48 dict_a = {'hello': 'world'}
52 'hello': 'world',
61 dict_a = {'hello': 'world'}
69 dict_a = OrderedDict({'hello': 'world'})
74 'hello': 'world',
84 dict_a = OrderedDict({'hello': 'world'})
89 'hello': 'world',
99 dict_a = OrderedDict({'hello': 'world'})
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_client.go31 hello *clientHelloMsg member
59 // with key shares copied from |hello|. This allows sending an exact
60 // externally-specified ClientHello in tests. However, we use |hello|'s key
64 func replaceClientHello(hello *clientHelloMsg, in []byte) (*clientHelloMsg, error) {
71 // Replace |newHellos|'s key shares with those of |hello|. For simplicity,
75 hello.marshalKeyShares(bb)
82 newHello.keyShares = hello.keyShares
168 hs.hello, err = hs.createClientHello(hs.innerHello, echEnc)
174 hs.hello, err = hs.createClientHello(nil, nil)
178 earlyHello = hs.hello
[all …]
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go31 hello *clientHelloMsg member
59 // with key shares copied from |hello|. This allows sending an exact
60 // externally-specified ClientHello in tests. However, we use |hello|'s key
64 func replaceClientHello(hello *clientHelloMsg, in []byte) (*clientHelloMsg, error) {
71 // Replace |newHellos|'s key shares with those of |hello|. For simplicity,
75 hello.marshalKeyShares(bb)
82 newHello.keyShares = hello.keyShares
168 hs.hello, err = hs.createClientHello(hs.innerHello, echEnc)
174 hs.hello, err = hs.createClientHello(nil, nil)
178 earlyHello = hs.hello
[all …]
/external/libxml2/python/tests/
Dserialize.py11 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
14 <root><foo>hello</foo></root>
20 <root><foo>hello</foo></root>
27 <foo>hello</foo>
35 <foo>hello</foo>
46 if str != """<root><foo>hello</foo></root>""":
50 if str != """<root><foo>hello</foo></root>""":
55 <foo>hello</foo>
61 <foo>hello</foo>
70 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
[all …]
/external/rust/crates/xml-rs/tests/
Devent_writer.rs59 w.write(XmlEvent::start_element("h:hello").ns("h", "urn:hello-world")).unwrap(); in writing_simple()
60 w.write("hello world").unwrap(); in writing_simple()
66 r#"<h:hello xmlns:h="urn:hello-world">hello world</h:hello>"# in writing_simple()
80 w.write(XmlEvent::start_element("hello")); in writing_empty_elements_with_normalizing()
87 assert_eq!(str::from_utf8(&b).unwrap(), r#"<hello><world /></hello>"#); in writing_empty_elements_with_normalizing()
103 w.write(XmlEvent::start_element("hello")); in writing_empty_elements_without_normalizing()
110 assert_eq!(str::from_utf8(&b).unwrap(), r#"<hello><world></world></hello>"#); in writing_empty_elements_without_normalizing()
126 w.write(XmlEvent::start_element("hello")); in writing_empty_elements_without_pad_self_closing()
133 assert_eq!(str::from_utf8(&b).unwrap(), r#"<hello><world/></hello>"#); in writing_empty_elements_without_pad_self_closing()
148 w.write(XmlEvent::start_element("hello")); in writing_empty_elements_pad_self_closing_explicit()
[all …]
/external/slf4j/slf4j-jcl/src/test/java/org/slf4j/
DInvocationTest.java59 logger.debug("Hello world."); in test1()
69 logger.debug("Hello world 1."); in test2()
70 logger.debug("Hello world {}", i1); in test2()
74 logger.debug("Hello world 2", e); in test2()
75 logger.info("Hello world 2."); in test2()
77 logger.warn("Hello world 3."); in test2()
78 logger.warn("Hello world 3", e); in test2()
80 logger.error("Hello world 4."); in test2()
81 logger.error("Hello world {}", new Integer(3)); in test2()
82 logger.error("Hello world 4.", e); in test2()
[all …]
/external/slf4j/slf4j-nop/src/test/java/org/slf4j/
DInvocationTest.java53 logger.debug("Hello world."); in test1()
63 logger.debug("Hello world 1."); in test2()
64 logger.debug("Hello world {}", i1); in test2()
68 logger.debug("Hello world 2", e); in test2()
69 logger.info("Hello world 2."); in test2()
71 logger.warn("Hello world 3."); in test2()
72 logger.warn("Hello world 3", e); in test2()
74 logger.error("Hello world 4."); in test2()
75 logger.error("Hello world {}", new Integer(3)); in test2()
76 logger.error("Hello world 4.", e); in test2()
[all …]
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
DInvocationTest.java72 logger.debug("Hello world."); in test1()
73 assertLogMessage("Hello world.", 0); in test1()
85 logger.debug("Hello world"); in verifyMessageFormatting()
86 assertLogMessage("Hello world", index++); in verifyMessageFormatting()
88 logger.debug("Hello world {}", i1); in verifyMessageFormatting()
89 assertLogMessage("Hello world " + i1, index++); in verifyMessageFormatting()
97 logger.debug("Hello world 2", e); in verifyMessageFormatting()
98 assertLogMessage("Hello world 2", index); in verifyMessageFormatting()
100 logger.info("Hello world 2."); in verifyMessageFormatting()
102 logger.warn("Hello world 3."); in verifyMessageFormatting()
[all …]
/external/toolchain-utils/cros_utils/
Dtiny_render_test.py24 tiny_render.Bold("hello"),
31 "**hello**, **world!**",
36 "<b>hello</b>, <b>world!</b>",
41 "hello",
48 "hello\nworld!",
53 "hello<br />\nworld!",
58 "hello ",
64 "hello world!",
69 'hello <a href="https://google.com">world!</a>',
74 "hello:",
[all …]

12345678910>>...207