Home
last modified time | relevance | path

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

12345678910>>...502

/third_party/boost/libs/graph/example/
Dregression.cfg4 // ./regression --tests ../libs/graph/example/regression.cfg -o graph-eg.html
8 compile libs/graph/example/accum-compile-times.cpp
9 compile libs/graph/example/adjacency_list.cpp
10 compile libs/graph/example/adjacency_list_io.cpp
11 compile libs/graph/example/adjacency_matrix.cpp
12 compile libs/graph/example/bellman-example.cpp
13 compile libs/graph/example/bellman-ford-internet.cpp
14 compile libs/graph/example/bfs-example.cpp
15 compile libs/graph/example/bfs-name-printer.cpp
16 compile libs/graph/example/bfs.cpp
[all …]
/third_party/boost/libs/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 …]
/third_party/node/test/fixtures/wpt/url/resources/
Dsetters_tests.json27 "href": "a://example.net",
30 "href": "a://example.net",
35 "href": "a://example.net",
38 "href": "b://example.net",
52 "href": "a://example.net",
55 "href": "b://example.net",
61 "href": "a://example.net",
64 "href": "a://example.net",
70 "href": "a://example.net",
73 "href": "a://example.net",
[all …]
Durltestdata.json4 "input": "http://example\t.\norg",
5 "base": "http://example.org/foo/bar",
6 "href": "http://example.org/",
7 "origin": "http://example.org",
11 "host": "example.org",
12 "hostname": "example.org",
20 "base": "http://example.org/foo/bar",
95 "base": "http://example.org/foo/bar",
96 "href": "http://example.org/foo/foo.com",
97 "origin": "http://example.org",
[all …]
/third_party/curl/tests/data/
Dtest166021 .readfrom.example "20211001 04:47:41"
22 .old.example "20161001 04:47:41"
39 readfrom.example [readfrom.example]: 1633063661 includeSubDomains
40 'old.example' is not HSTS
41 'readfrom.example' is not HSTS
42 example.com [example.com]: 1579905261
43 example.com [example.com]: 1569905261
44 example.com [example.com]: 1569905261
45 example.com [example.com]: 1569905261 includeSubDomains
46 example.org [example.org]: 1579905261
[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 …]
Dtest156119 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; secure;
20 Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/; secure;
21 Set-Cookie: __Secure-SID=12345; Domain=example.com
22 Set-Cookie: __Secure-SID=12346; Secure; Domain=example.com
23 Set-Cookie: supersupersuper=secret; __Secure-SID=12346; Secure; Domain=example.com
26 Set-Cookie: __Host-SID=22347; Domain=example.com
27 Set-Cookie: __Host-SID=22348; Domain=example.com; Path=/
28 Set-Cookie: __Host-SID=22349; Secure; Domain=example.com; Path=/
38 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; httponly;
39 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER/; httponly;
[all …]
/third_party/boost/doc/html/boost_asio/examples/
Dcpp03_examples.html34 This example shows how to customise the allocation of memory associated with
38 …<a href="../example/cpp03/allocation/server.cpp" target="_top">boost_asio/example/cpp03/allocation…
45 This example demonstrates how to create reference counted buffers that can
49 …<a href="../example/cpp03/buffers/reference_counted.cpp" target="_top">boost_asio/example/cpp03/bu…
56 This example implements a chat server and client. The programs use a custom
61 …<a href="../example/cpp03/chat/chat_message.hpp" target="_top">boost_asio/example/cpp03/chat/chat_…
64 …<a href="../example/cpp03/chat/chat_client.cpp" target="_top">boost_asio/example/cpp03/chat/chat_c…
67 …<a href="../example/cpp03/chat/chat_server.cpp" target="_top">boost_asio/example/cpp03/chat/chat_s…
75 …<a href="../example/cpp03/chat/posix_chat_client.cpp" target="_top">boost_asio/example/cpp03/chat/…
87 …<a href="../example/cpp03/echo/async_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp03/e…
[all …]
Dcpp11_examples.html34 This example shows how to customise the allocation of memory associated with
38 …<a href="../example/cpp11/allocation/server.cpp" target="_top">boost_asio/example/cpp11/allocation…
45 This example demonstrates how to create reference counted buffers that can
49 …<a href="../example/cpp11/buffers/reference_counted.cpp" target="_top">boost_asio/example/cpp11/bu…
56 This example implements a chat server and client. The programs use a custom
61 …<a href="../example/cpp11/chat/chat_message.hpp" target="_top">boost_asio/example/cpp11/chat/chat_…
64 …<a href="../example/cpp11/chat/chat_client.cpp" target="_top">boost_asio/example/cpp11/chat/chat_c…
67 …<a href="../example/cpp11/chat/chat_server.cpp" target="_top">boost_asio/example/cpp11/chat/chat_s…
80 …<a href="../example/cpp11/echo/async_tcp_echo_server.cpp" target="_top">boost_asio/example/cpp11/e…
83 …<a href="../example/cpp11/echo/async_udp_echo_server.cpp" target="_top">boost_asio/example/cpp11/e…
[all …]
/third_party/boost/libs/bimap/doc/
Dexamples.qbk19 In the folder [@../../example libs/bimap/example] you can find all the examples
26 [[[@../../example/simple_bimap.cpp
28 [Soccer world cup example ]]
30 [[[@../../example/tagged_simple_bimap.cpp
32 [Soccer world cup example using user defined names ]]
34 [[[@../../example/step_by_step.cpp
36 [Basic example of the three views of bimap ]]
38 [[[@../../example/population_bimap.cpp
42 [[[@../../example/repetitions_counter.cpp
46 [[[@../../example/mighty_bimap.cpp
[all …]
/third_party/python/Lib/test/
Dtest_array.py179 # example: an initializer usable in the constructor for this type
180 # smallerexample: the same length as example, but smaller
181 # biggerexample: the same length as example, but bigger
182 # outside: An entry that is not in example
200 a.append(self.example[0])
203 a = array.array(self.typecode, self.example)
204 self.assertEqual(len(a), len(self.example))
207 a = array.array(self.typecode, self.example)
218 example = '\U00100100'
220 example = self.example
[all …]
Dtest_smtpd.py51 write_line(b'HELO example')
52 write_line(b'MAIL From:eggs@example')
53 write_line(b'RCPT To:spam@example')
80 write_line(b'EHLO example')
82 write_line(b'MAIL From:eggs@example BODY=8BITMIME SMTPUTF8')
84 write_line(b'MAIL From:eggs@example')
85 write_line(b'RCPT To:spam@example')
204 self.write_line(channel, b'EHLO example')
205 self.write_line(channel, b'MAIL from: <foo@example.com> size=20')
206 self.write_line(channel, b'RCPT to: <foo@example.com> foo=bar')
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi20 @example
23 @end example
27 @example
30 @end example
55 @example
57 @end example
61 @example
63 @end example
68 @example
70 @end example
[all …]
/third_party/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 …]
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDefaultExportWithStaticAssignment.types9 export default function Example() {}
10 >Example : typeof Example
12 Example.Foo = Foo
13 >Example.Foo = Foo : typeof Foo
14 >Example.Foo : typeof Foo
15 >Example : typeof Example
26 export default function Example() {}
27 >Example : typeof Example
29 Example.Foo = Foo
30 >Example.Foo = Foo : typeof Foo
[all …]
DdeclarationEmitDefaultExportWithStaticAssignment.js8 export default function Example() {} class
9 Example.Foo = Foo
14 export default function Example() {}
15 Example.Foo = Foo
19 export default function Example() {}
21 Example.Bar = Bar
49 function Example() { }
50 exports["default"] = Example;
51 Example.Foo = foo_1.Foo;
58 function Example() { }
[all …]
DdeclarationEmitDefaultExportWithStaticAssignment.symbols9 export default function Example() {}
10 >Example : Symbol(Example, Decl(index1.ts, 0, 26), Decl(index1.ts, 1, 36))
12 Example.Foo = Foo
13 >Example.Foo : Symbol(Example.Foo, Decl(index1.ts, 1, 36))
14 >Example : Symbol(Example, Decl(index1.ts, 0, 26), Decl(index1.ts, 1, 36))
15 >Foo : Symbol(Example.Foo, Decl(index1.ts, 1, 36))
25 export default function Example() {}
26 >Example : Symbol(Example, Decl(index2.ts, 1, 13), Decl(index2.ts, 2, 36))
28 Example.Foo = Foo
29 >Example.Foo : Symbol(Example.Foo, Decl(index2.ts, 2, 36))
[all …]
/third_party/cares/test/
Dares-test-parse-srv.cc13 .add_question(new DNSQuestion("example.com", ns_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", ns_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", ns_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-soa-any.cc13 .add_question(new DNSQuestion("example.com", ns_t_any))\ in TEST_F()
14 .add_answer(new DNSARR("example.com", 0x01020304, {2,3,4,5})) in TEST_F()
15 .add_answer(new DNSMxRR("example.com", 100, 100, "mx1.example.com")) in TEST_F()
16 .add_answer(new DNSMxRR("example.com", 100, 200, "mx2.example.com")) in TEST_F()
17 .add_answer(new DNSSoaRR("example.com", 100, in TEST_F()
18 "soa1.example.com", "fred.example.com", in TEST_F()
25 EXPECT_EQ("soa1.example.com", std::string(soa->nsname)); in TEST_F()
26 EXPECT_EQ("fred.example.com", std::string(soa->hostmaster)); in TEST_F()
38 .add_question(new DNSQuestion("example.com", ns_t_any)) in TEST_F()
39 .add_answer(new DNSSoaRR("example.com", 100, in TEST_F()
[all …]
/third_party/libxml2/result/c14n/without-comments/
Dmerlin-c14n-two-061example.org/" xmlns:bar="http://example.org/bar" xmlns:baz="http://example.org/baz" xmlns:foo="htt…
/third_party/mbedtls/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 …]
/third_party/python/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 …]
/third_party/node/deps/npm/test/tap/
Dutils.funding.js89 url: 'http://example.com'
100 url: 'http://example.com'
114 funding: 'http://example.com'
119 url: 'http://example.com'
136 funding: 'http://example.com'
145 url: 'http://example.com'
166 url: 'https://example.com'
174 url: 'https://example.com'
182 url: 'https://example.com'
190 url: 'https://example.com'
[all …]
/third_party/node/test/parallel/
Dtest-x509-escaping.js42 'DNS:"good.example.com\\u002c DNS:evil.example.com"',
44 'URI:http://example.com/',
45 'URI:http://example.com/?a=b&c=d',
47 'URI:"http://example.com/a\\u002cb"',
49 'URI:http://example.com/a%2Cb',
51 'URI:"http://example.com/a\\u002c DNS:good.example.com"',
55 'DNS:"\\"evil.example.com\\""',
65 'email:foo@example.com',
67 'email:"foo@example.com\\u002c DNS:good.example.com"',
71 'DirName:"/C=DE/L=Berlin\\u002c DNS:good.example.com"',
[all …]
/third_party/ejdb/src/bindings/ejdb2_flutter/
DCMakeLists.txt44 COMMAND ${CMAKE_COMMAND} -E make_directory ${PUB_PUBLISH_DIR}/example
45 …E_COMMAND} -E copy_directory ${CMAKE_CURRENT_BINARY_DIR}/example/ios ${PUB_PUBLISH_DIR}/example/ios
47 COMMAND ${CMAKE_COMMAND} -E make_directory ${PUB_PUBLISH_DIR}/example/android
48 COMMAND ${CMAKE_COMMAND} -E make_directory ${PUB_PUBLISH_DIR}/example/android/app
49 …OMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/example/*.md ${PUB_PUBLISH_DIR}/example
50 …MAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/example/*.yaml ${PUB_PUBLISH_DIR}/example
51 …E_COMMAND} -E copy_directory ${CMAKE_CURRENT_BINARY_DIR}/example/lib ${PUB_PUBLISH_DIR}/example/lib
52 …MMAND} -E copy_directory ${CMAKE_CURRENT_BINARY_DIR}/example/test_driver ${PUB_PUBLISH_DIR}/exampl…
53 …CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/example/android/*.gradle ${PUB_PUBLISH_DIR}/exa…
54 …CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_BINARY_DIR}/example/android/gradlew* ${PUB_PUBLISH_DIR}/exa…
[all …]

12345678910>>...502