Home
last modified time | relevance | path

Searched full:example (Results 1 – 25 of 13617) sorted by relevance

12345678910>>...545

/external/sdv/vsomeip/third_party/boost/asio/doc/
Dexamples.qbk32 This example shows how to customise the allocation of memory associated with
35 * [@boost_asio/example/cpp03/allocation/server.cpp]
40 This example demonstrates how to create reference counted buffers that can be
43 * [@boost_asio/example/cpp03/buffers/reference_counted.cpp]
48 This example implements a chat server and client. The programs use a custom
51 * [@boost_asio/example/cpp03/chat/chat_message.hpp]
52 * [@boost_asio/example/cpp03/chat/chat_client.cpp]
53 * [@boost_asio/example/cpp03/chat/chat_server.cpp]
59 * [@boost_asio/example/cpp03/chat/posix_chat_client.cpp]
67 * [@boost_asio/example/cpp03/echo/async_tcp_echo_server.cpp]
[all …]
/external/okhttp/okhttp-tests/src/test/resources/
Dweb-platform-test-urltestdata.txt4 http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/
6 http:foo.com s:http h:example.org p:/foo/foo.com
7 \t\s\s\s:foo.com\s\s\s\n s:http h:example.org p:/foo/:foo.com
8 \sfoo.com\s\s s:http h:example.org p:/foo/foo.com
21 s:http h:example.org p:/foo/bar
22 \s\s\t s:http h:example.org p:/foo/bar
23 :foo.com/ s:http h:example.org p:/foo/:foo.com/
24 :foo.com\\ s:http h:example.org p:/foo/:foo.com/
25 : s:http h:example.org p:/foo/:
26 :a s:http h:example.org p:/foo/:a
[all …]
/external/rust/crates/url/tests/
Dsetters_tests.json28 "href": "a://example.net",
31 "href": "a://example.net",
36 "href": "a://example.net",
39 "href": "b://example.net",
53 "href": "a://example.net",
56 "href": "b://example.net",
62 "href": "a://example.net",
65 "href": "a://example.net",
71 "href": "a://example.net",
74 "href": "a://example.net",
[all …]
Durltestdata.json5 "input": "http://example\t.\norg",
6 "base": "http://example.org/foo/bar",
7 "href": "http://example.org/",
8 "origin": "http://example.org",
12 "host": "example.org",
13 "hostname": "example.org",
21 "base": "http://example.org/foo/bar",
96 "base": "http://example.org/foo/bar",
97 "href": "http://example.org/foo/foo.com",
98 "origin": "http://example.org",
[all …]
/external/curl/tests/data/
Dtest166021 .readfrom.example "20211001 04:47:41"
22 .old.example "20161001 04:47:41"
23 .new.example "unlimited"
40 readfrom.example [readfrom.example]: 1633063661 includeSubDomains
41 'old.example' is not HSTS
42 'readfrom.example' is not HSTS
43 example.com [example.com]: 1579905261
44 example.com [example.com]: 1569905261
45 example.com [example.com]: 1569905261
46 example.com [example.com]: 1569905261 includeSubDomains
[all …]
Dtest165430 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
32 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
33 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
34 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
36 bad example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
44 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
45 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
46 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
47 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
48 h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
[all …]
/external/cronet/net/websockets/
Dwebsocket_stream_cookie_test.cc235 {"ws://www.example.com",
236 "http://www.example.com",
240 {"ws://www.example.com",
241 "https://www.example.com",
245 {"ws://www.example.com",
246 "ws://www.example.com",
250 {"ws://www.example.com",
251 "wss://www.example.com",
256 {"wss://www.example.com",
257 "http://www.example.com",
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java5 package MyGame.Example;
34 public static final String SERVICE_NAME = "MyGame.Example.MonsterStorage";
39 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
43 MyGame.Example.Stat> getStoreMethod;
45 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> extractorOfMonster;
46 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> getExtractorOfMonster() { in getExtractorOfMonster()
50 extractorOfMonster = new FlatbuffersUtils.FBExtactor<MyGame.Example.Monster>() { in getExtractorOfMonster()
51 public MyGame.Example.Monster extract (ByteBuffer buffer) { in getExtractorOfMonster()
[all …]
/external/tensorflow/tensorflow/core/example/
Dfeature_util_test.cc15 #include "tensorflow/core/example/feature_util.h"
21 #include "tensorflow/core/example/example.pb.h"
31 Example example; in TEST() local
32 (*example.mutable_features()->mutable_feature())["tag"] in TEST()
36 auto tag = GetFeatureValues<protobuf_int64>("tag", example); in TEST()
53 Example example; in TEST() local
55 GetFeatureValues<protobuf_int64>("tag", &example)->Add(42); in TEST()
58 example.features().feature().at("tag").int64_list().value_size()); in TEST()
59 EXPECT_EQ(42, example.features().feature().at("tag").int64_list().value(0)); in TEST()
72 Example example; in TEST() local
[all …]
/external/zxing/core/src/test/java/com/google/zxing/client/result/
DEmailAddressParsedResultTestCase.java33 doTest("srowen@example.org", "srowen@example.org", null, null); in testEmailAddress()
34 doTest("mailto:srowen@example.org", "srowen@example.org", null, null); in testEmailAddress()
39 doTest("mailto:srowen@example.org,bob@example.org", in testTos()
40 new String[] {"srowen@example.org", "bob@example.org"}, in testTos()
42 doTest("mailto:?to=srowen@example.org,bob@example.org", in testTos()
43 new String[] {"srowen@example.org", "bob@example.org"}, in testTos()
49 doTest("mailto:?cc=srowen@example.org", in testCCs()
51 new String[] {"srowen@example.org"}, in testCCs()
53 doTest("mailto:?cc=srowen@example.org,bob@example.org", in testCCs()
55 new String[] {"srowen@example.org", "bob@example.org"}, in testCCs()
[all …]
/external/python/cpython3/Lib/test/
Dtest_array.py199 # example: an initializer usable in the constructor for this type
200 # smallerexample: the same length as example, but smaller
201 # biggerexample: the same length as example, but bigger
202 # outside: An entry that is not in example
220 a.append(self.example[0])
223 a = array.array(self.typecode, self.example)
224 self.assertEqual(len(a), len(self.example))
227 a = array.array(self.typecode, self.example)
238 example = '\U00100100'
240 example = self.example
[all …]
Dtest_smtpd.py57 write_line(b'HELO example')
58 write_line(b'MAIL From:eggs@example')
59 write_line(b'RCPT To:spam@example')
86 write_line(b'EHLO example')
88 write_line(b'MAIL From:eggs@example BODY=8BITMIME SMTPUTF8')
90 write_line(b'MAIL From:eggs@example')
91 write_line(b'RCPT To:spam@example')
210 self.write_line(channel, b'EHLO example')
211 self.write_line(channel, b'MAIL from: <foo@example.com> size=20')
212 self.write_line(channel, b'RCPT to: <foo@example.com> foo=bar')
[all …]
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DBaseTest.java65 "com.example.classes.AbstractEmptyClass");
67 "com.example.classes.AbstractEmptyInterface");
70 "com.example.classes.PublicAnnotation");
71 static final TypeElement publicClass = initTypeElement("com.example.classes.PublicClass");
72 static final TypeElement publicEnum = initTypeElement("com.example.classes.PublicEnum");
74 "com.example.classes.PublicInterface");
76 static final TypeElement simpleEnum = initTypeElement("com.example.classes.SimpleEnum");
79 "com.example.classes.PublicClassWithNests");
81 "com.example.classes.PublicClassWithNests.Nest1");
83 "com.example.classes.PublicClassWithNests.Nest1.Nest2");
[all …]
/external/python/cpython2/Lib/test/
Dtest_array.py58 # example: an initializer usable in the constructor for this type
59 # smallerexample: the same length as example, but smaller
60 # biggerexample: the same length as example, but bigger
61 # outside: An entry that is not in example
79 a.append(self.example[0])
82 a = array.array(self.typecode, self.example)
83 self.assertEqual(len(a), len(self.example))
86 a = array.array(self.typecode, self.example)
96 a = array.array(self.typecode, self.example)
99 b = array.array(self.typecode, self.example)
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3name_test.cc74 "-example.com", "example-.com",
75 "@@", "**", "*.com", "*com", "*.*.com", "*com", "com*", "*example.com",
76 "*@example.com", "test@*.example.com", "example.com", "www.example.com",
77 "test.www.example.com", "*.example.com", "*.www.example.com",
78 "test.*.example.com", "www.*.com",
79 ".www.example.com", "*www.example.com",
80 "example.net", "xn--rger-koa.example.com",
81 "*.xn--rger-koa.example.com", "www.xn--rger-koa.example.com",
82 "*.good--example.com", "www.good--example.com",
84 "a.example.com", "b.example.com",
[all …]
/external/jsoup/src/test/java/org/jsoup/internal/
DStringUtilTest.java115 …assertEquals("http://example.com/one/two?three", resolve("http://example.com", "./one/two?three")); in resolvesRelativeUrls()
116 …assertEquals("http://example.com/one/two?three", resolve("http://example.com?one", "./one/two?thre… in resolvesRelativeUrls()
117 …assertEquals("http://example.com/one/two?three#four", resolve("http://example.com", "./one/two?thr… in resolvesRelativeUrls()
118 …assertEquals("https://example.com/one", resolve("http://example.com/", "https://example.com/one")); in resolvesRelativeUrls()
119 …assertEquals("http://example.com/one/two.html", resolve("http://example.com/two/", "../one/two.htm… in resolvesRelativeUrls()
120 … assertEquals("https://example2.com/one", resolve("https://example.com/", "//example2.com/one")); in resolvesRelativeUrls()
121 assertEquals("https://example.com:8080/one", resolve("https://example.com:8080", "./one")); in resolvesRelativeUrls()
122 …assertEquals("https://example2.com/one", resolve("http://example.com/", "https://example2.com/one"… in resolvesRelativeUrls()
123 assertEquals("https://example.com/one", resolve("wrong", "https://example.com/one")); in resolvesRelativeUrls()
124 assertEquals("https://example.com/one", resolve("https://example.com/one", "")); in resolvesRelativeUrls()
[all …]
/external/rust/crates/unsafe-libyaml/tests/ignorelist/
Dlibyaml-emitter4 2LFX: Spec Example 6.13. Reserved Directives [1.3]
6 2XXW: Spec Example 2.25. Unordered Sets
8 4ABK: Spec Example 7.17. Flow Mapping Separate Values
10 4QFQ: Spec Example 8.2. Block Indentation Indicator [1.3]
13 5TYM: Spec Example 6.21. Local Tag Prefix
14 5WE3: Spec Example 8.17. Explicit Block Mapping Entries
15 6CK3: Spec Example 6.26. Tag Shorthands
21 6WLZ: Spec Example 6.18. Primary Tag Handle [1.3]
22 6WPF: Spec Example 6.8. Flow Folding [1.3]
24 6ZKB: Spec Example 9.6. Stream
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-srv.cc13 .add_question(new DNSQuestion("example.com", T_SRV)) in TEST_F()
14 .add_answer(new DNSSrvRR("example.com", 100, 10, 20, 30, "srv.example.com")) in TEST_F()
15 .add_answer(new DNSSrvRR("example.com", 100, 11, 21, 31, "srv2.example.com")); in TEST_F()
22 EXPECT_EQ("srv.example.com", std::string(srv->host)); in TEST_F()
29 EXPECT_EQ("srv2.example.com", std::string(srv2->host)); in TEST_F()
41 .add_question(new DNSQuestion("example.abc.def.com", T_SRV)) in TEST_F()
42 .add_answer(new DNSSrvRR("example.abc.def.com", 180, 0, 10, 8160, "example.abc.def.com")) in TEST_F()
56 EXPECT_EQ("example.abc.def.com", std::string(srv->host)); in TEST_F()
99 .add_question(new DNSQuestion("srv.example.com", T_SRV)) in TEST_F()
100 .add_answer(new DNSSrvRR("srv.example.com", 300, 0, 5, 6789, "a1.srv.example.com")) in TEST_F()
[all …]
Dares-test-parse-uri.cc13 .add_question(new DNSQuestion("example.com", T_URI)) in TEST_F()
14 .add_answer(new DNSUriRR("example.com", 100, 10, 20, "uri.example.com")) in TEST_F()
15 .add_answer(new DNSUriRR("example.com", 200, 11, 21, "uri2.example.com")); in TEST_F()
22 EXPECT_EQ("uri.example.com", std::string(uri->uri)); in TEST_F()
29 EXPECT_EQ("uri2.example.com", std::string(uri2->uri)); in TEST_F()
41 .add_question(new DNSQuestion("example.abc.def.com", T_URI)) in TEST_F()
42 .add_answer(new DNSUriRR("example.abc.def.com", 180, 0, 10, "example.abc.def.com")) in TEST_F()
56 EXPECT_EQ("example.abc.def.com", std::string(uri->uri)); in TEST_F()
99 .add_question(new DNSQuestion("uri.example.com", T_URI)) in TEST_F()
100 .add_answer(new DNSUriRR("uri.example.com", 600, 0, 5, "a1.uri.example.com")) in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc20 #include "tensorflow/core/example/example.pb.h"
21 #include "tensorflow/core/example/feature.pb.h"
30 namespace example { namespace
51 string Serialize(const T& example) { in Serialize() argument
53 example.SerializeToString(&serialized); in Serialize()
58 // and the regular Example.ParseFromString(..).
60 Example example; in TestCorrectness() local
61 Example fast_example; in TestCorrectness()
62 EXPECT_TRUE(example.ParseFromString(serialized)); in TestCorrectness()
63 example.DiscardUnknownFields(); in TestCorrectness()
[all …]
/external/aws-sdk-java-v2/services/devicefarm/src/main/resources/codegen-resources/
Dexamples-1.json9 "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
26 …"description": "The following example creates a new device pool named MyDevicePool inside an exist…
27 "id": "createdevicepool-example-1470862210860",
39 … "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE",
50 "description": "The following example creates a new project named MyProject.",
51 "id": "createproject-example-1470862210860",
62 "deviceArn": "arn:aws:devicefarm:us-west-2::device:123EXAMPLE",
63 "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
77 "description": "The following example creates a remote access session named MySession.",
87 "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
[all …]
/external/python/cpython3/Lib/test/test_email/
Dtest__header_value_parser.py1193 '""example" example"@example.com',
1194 '""example" example"',
1195 'example example',
1197 '@example.com')
1198 self.assertEqual(local_part.local_part, 'example example')
1202 r'"\\"example\\" example"@example.com',
1203 r'"\\"example\\" example"',
1204 r'\example\\ example',
1206 '@example.com')
1207 self.assertEqual(local_part.local_part, r'\example\\ example')
[all …]
/external/curl/docs/
Dcurl.155 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
73 "http://example.com/file[1-100:10].txt"
75 "http://example.com/file[a-z:2].txt"
80 for example \(aq&', '?' and '*'.
89 based on often-used host name prefixes. For example, for host names starting
163 second. The suffixes (k, M, G, T, P) are 1024 based. For example 1k is 1024
185 The short "single-dash" form of the options, \-d for example, may be used with
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_pkcs1_v21.data61 RSAES-OAEP Encryption Example 3_1
65 RSAES-OAEP Encryption Example 3_2
69 RSAES-OAEP Encryption Example 3_3
73 RSAES-OAEP Encryption Example 3_4
77 RSAES-OAEP Encryption Example 3_5
81 RSAES-OAEP Encryption Example 3_6
85 RSAES-OAEP Encryption Example 4_1
89 RSAES-OAEP Encryption Example 4_2
93 RSAES-OAEP Encryption Example 4_3
97 RSAES-OAEP Encryption Example 4_4
[all …]
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkcs1_v21.data46 RSAES-OAEP Encryption Example 3_1
49 RSAES-OAEP Encryption Example 3_2
52 RSAES-OAEP Encryption Example 3_3
55 RSAES-OAEP Encryption Example 3_4
58 RSAES-OAEP Encryption Example 3_5
61 RSAES-OAEP Encryption Example 3_6
64 RSAES-OAEP Encryption Example 4_1
67 RSAES-OAEP Encryption Example 4_2
70 RSAES-OAEP Encryption Example 4_3
73 RSAES-OAEP Encryption Example 4_4
[all …]

12345678910>>...545