Home
last modified time | relevance | path

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

12345678910>>...243

/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/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
Dicu-parser-tests.json4 "Hello",
5 "Hello world!",
6 "Hello \\t \\n \\r \\{ world!",
7 "Hello world {:datetime}",
8 "Hello world {foo}",
9 "Hello {0} world",
10 "Hello {123} world",
11 "Hello {-123} world",
12 "Hello {3.1416} world",
13 "Hello {-3.1416} world",
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
Dicu-parser-tests.json4 "Hello",
5 "Hello world!",
6 "Hello \\t \\n \\r \\{ world!",
7 "Hello world {:datetime}",
8 "Hello world {foo}",
9 "Hello {0} world",
10 "Hello {123} world",
11 "Hello {-123} world",
12 "Hello {3.1416} world",
13 "Hello {-3.1416} world",
[all …]
/external/truth/extensions/java8/src/test/java/com/google/common/truth/
DStreamSubjectTest.java42 Stream<String> stream = Stream.of("hello"); in testIsEqualTo()
49 Stream<String> stream = Stream.of("hello"); in testIsNotEqualTo()
72 Stream<String> stream = Stream.of("hello"); in testIsSameInstanceAs()
84 expectFailure(whenTesting -> whenTesting.that(Stream.of("hello")).isEmpty()); in testIsEmpty_fails()
89 assertThat(Stream.of("hello")).isNotEmpty(); in testIsNotEmpty()
100 assertThat(Stream.of("hello")).hasSize(1); in testHasSize()
106 expectFailure(whenTesting -> whenTesting.that(Stream.of("hello")).hasSize(2)); in testHasSize_fails()
111 assertThat(Stream.of("hello")).containsNoDuplicates(); in testContainsNoDuplicates()
118 whenTesting -> whenTesting.that(Stream.of("hello", "hello")).containsNoDuplicates()); in testContainsNoDuplicates_fails()
123 assertThat(Stream.of("hello")).contains("hello"); in testContains()
[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/private-join-and-compute/third_party/abseil-cpp-20230125.2/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/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/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/zstd/tests/cli-tests/progress/
Dprogress.sh.stderr.glob4 *Read:*hello*hello.zst*
8 *Read:*stdin*hello.zst*
10 *Read:*hello*stdout*
14 *hello.zst*hello.zst*
20 *hello.zst*hello.zst*
22 *hello.zst*2 files decompressed*
26 *Read:*hello*hello.zst*
29 *Read:*stdin*hello.zst*
34 *hello.zst*hello.zst*
40 *hello.zst*2 files decompressed*
[all …]
Dno-progress.sh.stderr.glob4 hello*hello.zst*
7 *stdin*hello.zst*
12 hello.zst*
46 hello*hello.zst*
49 *stdin*hello.zst*
54 hello.zst*
65 hello*hello.zst*
71 *stdin*hello.zst*
74 *hello*stdout*
77 *hello*hello.zst*
[all …]
Dprogress.sh9 echo hello > hello
12 zstd -q hello world
20 zstd $args -f hello
22 zstd $args < hello > $INTOVOID
24 zstd $args < hello -fo hello.zst
26 zstd $args hello -c > $INTOVOID
28 zstd $args -f hello world
31 zstd $args -d -f hello.zst
33 zstd $args -d < hello.zst > $INTOVOID
35 zstd $args -d < hello.zst -fo hello
[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.sh1566 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1567 -c "client hello, adding psk_key_exchange_modes extension" \
1568 -c "client hello, adding PSK binder list" \
1580 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1581 -c "client hello, adding psk_key_exchange_modes extension" \
1582 -c "client hello, adding PSK binder list" \
1593 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
1594 -c "client hello, adding psk_key_exchange_modes extension" \
1595 -c "client hello, adding PSK binder list" \
1607 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \
[all …]
/external/ksp/test-utils/testData/api/
DconstProperties.kt15 const val topLevelConstCompiled: String = "hello"
16 val topLevelCompiled: String = "hello"
17 val topLevelDelegatedCompiled by lazy { "hello" } in <lambda>()
18 var topLevelVarCompiled: String = "hello"
19 val topLevelCustomGetterCompiled: String get() = "hello"
22 val insideObjectCompiled: String = "hello"
23 val insideObjectDelegatedCompiled by lazy { "hello" } in <lambda>()
24 var insideVarObjectCompiled: String = "hello"
25 val insideObjectCustomGetterCompiled: String get() = "hello"
39 const val topLevelConstSource: String = "hello"
[all …]
/external/cronet/third_party/re2/src/python/
Dre2_test.py112 Params(u'\\d+', u'Hello, world.', None, False, False, False),
113 Params(b'\\d+', b'Hello, world.', None, False, False, False),
114 Params(u'\\s+', u'Hello, world.', [(6, 7)], True, False, False),
115 Params(b'\\s+', b'Hello, world.', [(6, 7)], True, False, False),
116 Params(u'\\w+', u'Hello, world.', [(0, 5)], True, True, False),
117 Params(b'\\w+', b'Hello, world.', [(0, 5)], True, True, False),
118 Params(u'(\\d+)?', u'Hello, world.', [(0, 0), (-1, -1)], True, True, False),
119 Params(b'(\\d+)?', b'Hello, world.', [(0, 0), (-1, -1)], True, True, False),
221 (u'\\w*', u'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12),
223 (b'\\w*', b'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12),
[all …]
/external/pigweed/pw_ide/py/
Deditors_test.py39 dict_a = {'hello': 'world'}
43 'hello': 'world',
51 dict_a = {'hello': 'world'}
55 'hello': 'world',
63 dict_a = {'hello': 'world'}
70 dict_a = OrderedDict({'hello': 'world'})
75 'hello': 'world',
84 dict_a = OrderedDict({'hello': 'world'})
89 'hello': 'world',
98 dict_a = OrderedDict({'hello': 'world'})
[all …]
/external/threetenbp/src/test/java/org/threeten/bp/format/
DTestStringLiteralParser.java52 {new StringLiteralPrinterParser("hello"), true, "hello", 0, 5}, in data_success()
53 {new StringLiteralPrinterParser("hello"), true, "helloOTHER", 0, 5}, in data_success()
54 {new StringLiteralPrinterParser("hello"), true, "OTHERhelloOTHER", 5, 10}, in data_success()
55 {new StringLiteralPrinterParser("hello"), true, "OTHERhello", 5, 10}, in data_success()
58 {new StringLiteralPrinterParser("hello"), true, "", 0, ~0}, in data_success()
59 {new StringLiteralPrinterParser("hello"), true, "a", 1, ~1}, in data_success()
60 {new StringLiteralPrinterParser("hello"), true, "HELLO", 0, ~0}, in data_success()
61 {new StringLiteralPrinterParser("hello"), true, "hlloo", 0, ~0}, in data_success()
62 {new StringLiteralPrinterParser("hello"), true, "OTHERhllooOTHER", 5, ~5}, in data_success()
63 {new StringLiteralPrinterParser("hello"), true, "OTHERhlloo", 5, ~5}, in data_success()
[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/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/cronet/third_party/apache-portable-runtime/src/test/
Dtestescape.c37 src = "Hello World &;`'\"|*?~<>^()[]{}$\\"; in test_escape()
38 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\"; in test_escape()
52 src = "Hello World &;`'\"|*?~<>^()[]{}$\\\n"; in test_escape()
53 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\\\\n"; in test_escape()
65 src = "Hello"; in test_escape()
69 src = "Hello"; in test_escape()
73 src = "Hello%20"; in test_escape()
77 src = "Hello%20World"; in test_escape()
78 target = "Hello World"; in test_escape()
86 src = "Hello+World"; in test_escape()
[all …]
/external/libxml2/python/tests/
Dserialize.py12 doc = libxml2.parseDoc("""<root><foo>hello</foo></root>""")
15 <root><foo>hello</foo></root>
21 <root><foo>hello</foo></root>
28 <foo>hello</foo>
36 <foo>hello</foo>
47 if str != """<root><foo>hello</foo></root>""":
51 if str != """<root><foo>hello</foo></root>""":
56 <foo>hello</foo>
62 <foo>hello</foo>
71 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
[all …]
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go32 hello *clientHelloMsg member
60 // with key shares copied from |hello|. This allows sending an exact
61 // externally-specified ClientHello in tests. However, we use |hello|'s key
65 func replaceClientHello(hello *clientHelloMsg, in []byte) (*clientHelloMsg, error) {
72 // Replace |newHellos|'s key shares with those of |hello|. For simplicity,
76 hello.marshalKeyShares(bb)
86 newHello.keyShares = hello.keyShares
172 hs.hello, err = hs.createClientHello(hs.innerHello, echEnc)
178 hs.hello, err = hs.createClientHello(nil, nil)
182 earlyHello = hs.hello
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dhandshake_client.go32 hello *clientHelloMsg member
60 // with key shares copied from |hello|. This allows sending an exact
61 // externally-specified ClientHello in tests. However, we use |hello|'s key
65 func replaceClientHello(hello *clientHelloMsg, in []byte) (*clientHelloMsg, error) {
72 // Replace |newHellos|'s key shares with those of |hello|. For simplicity,
76 hello.marshalKeyShares(bb)
86 newHello.keyShares = hello.keyShares
172 hs.hello, err = hs.createClientHello(hs.innerHello, echEnc)
178 hs.hello, err = hs.createClientHello(nil, nil)
182 earlyHello = hs.hello
[all …]

12345678910>>...243