Home
last modified time | relevance | path

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

12345678910>>...1063

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dmod_all.txt45 stdout '^example.com/a$'
46 stdout '^example.com/b$'
47 stdout '^example.com/main$'
48 stdout '^example.com/main/testonly'
56 stdout '^example.com/a$'
57 stdout '^example.com/b$'
58 stdout '^example.com/main$'
59 stdout '^example.com/main.test$'
60 stdout '^example.com/main \[example.com/main.test\]$'
61 stdout '^example.com/main_test \[example.com/main.test\]$'
[all …]
Dmod_tidy_version.txt138 module example.com/m
140 require example.net/a v0.1.0
143 example.net/c v0.1.0 // indirect
144 example.net/d v0.1.0 // indirect
148 example.net/a v0.1.0 => ./a
149 example.net/a v0.2.0 => ./a
150 example.net/b v0.1.0 => ./b
151 example.net/b v0.2.0 => ./b
152 example.net/c v0.1.0 => ./c
153 example.net/c v0.2.0 => ./c
[all …]
Dmod_tidy_convergence_loop.txt47 stderr '^go: finding module for package example\.net/w$'
48 stderr '^go: finding module for package example\.net/x$'
49 stderr -count=2 '^go: finding module for package example\.net/y$'
50 stderr -count=2 '^go: finding module for package example\.net/z$'
51 stderr '^go: found example\.net/x in example\.net/x v0.1.0$'
54 stderr '^go: example\.net/m imports\n\texample\.net/w: package example\.net/w provided by example\.…
55 stderr '^go: example\.net/m imports\n\texample\.net/y: package example\.net/y provided by example\.…
56 stderr '^go: example\.net/m imports\n\texample\.net/z: package example\.net/z provided by example\.…
71 stderr '^go: finding module for package example\.net/w$'
72 stderr '^go: finding module for package example\.net/x$'
[all …]
Dwork_vendor_prune_all.txt9 go list -f '{{.Dir}}' example.com/q
10 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]q
11 go list -f '{{.Dir}}' example.com/b
12 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]b
13 go list -f '{{.Dir}}' example.com/w
14 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]w
15 go list -f '{{.Dir}}' example.com/z
16 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]z
18 cmp $GOPATH/src/vendor/example.com/q/q.go q1_1_0/q.go
22 # example.com/b v1.0.0 => ./b
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/dataExtraction/
H A DN5.txt3 07-30 19:27:05.154 20903-21523/com.example.xinyiwang.refocus V/RenderScript﹕ 0xb4aa0000 Launching …
4 07-30 19:27:05.166 20903-21523/com.example.xinyiwang.refocus V/RenderScript﹕ Successfully loaded r…
5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
9 07-30 19:27:06.465 20903-20903/com.example.xinyiwang.refocus D/RefocusFilterd1new﹕ Initialize: 769…
10 07-30 19:27:07.209 20903-20903/com.example.xinyiwang.refocus D/RefocusFilterd1new﹕ UnpackInputImag…
11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA…
[all …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/resources/
H A 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 …]
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp143 mkdir("com.example"); in TEST_F()
144 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F()
145 mkdir("com.example/cache"); in TEST_F()
146 mkdir("com.example/cache/foo"); in TEST_F()
147 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60); in TEST_F()
148 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120); in TEST_F()
150 EXPECT_EQ(0, exists("com.example/normal")); in TEST_F()
151 EXPECT_EQ(0, exists("com.example/cache/foo/one")); in TEST_F()
152 EXPECT_EQ(0, exists("com.example/cache/foo/two")); in TEST_F()
157 EXPECT_EQ(0, exists("com.example/normal")); in TEST_F()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/5b/
D5ba7bb0a635872bb5cfb22ecc5950afe5d8cb5227 from: "test/dittosuite/example/android/binder.ditto"
8 to: "test/dittosuite/example/android/binder.ditto"
11 from: "test/dittosuite/example/android/binder_gen.ditto"
12 to: "test/dittosuite/example/android/binder_gen.ditto"
15 from: "test/dittosuite/example/android/binder_nested_parcel.ditto"
16 to: "test/dittosuite/example/android/binder_nested_parcel.ditto"
19 from: "test/dittosuite/example/android/binder_sm.ditto"
20 to: "test/dittosuite/example/android/binder_sm.ditto"
23 from: "test/dittosuite/example/android/multiprocessing.ditto"
24 to: "test/dittosuite/example/android/multiprocessing.ditto"
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/cronet/net/websockets/
H A 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 …]
/aosp_15_r20/external/curl/docs/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final-sources.jar ... netty/example/rxtx/ io/netty/example/objectecho/ io/netty/example/qotm ...
/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A 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 …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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 …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/
Dmessage_test.go24 in: `From: John Doe <jdoe@machine.example>
25 To: Mary Smith <mary@example.net>
28 Message-ID: <[email protected].example>
34 "From": []string{"John Doe <jdoe@machine.example>"},
35 "To": []string{"Mary Smith <mary@example.net>"},
38 "Message-Id": []string{"<[email protected].example>"},
374 2: {string([]byte{0xed, 0xa0, 0x80}) + " <micro@example.net>", "invalid utf-8 in address"},
375 …3: {"\"" + string([]byte{0xed, 0xa0, 0x80}) + "\" <half-surrogate@example.com>", "invalid utf-8 i…
376 …4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in…
377 5: {"\"\x00\" <null@example.net>", "bad character in quoted-string"},
[all …]
/aosp_15_r20/out/soong/.intermediates/development/samples/AconfigDemo/aconfig_demo_flags_java_lib/android_common/repackaged-jarjar/javac/
Daconfig_demo_flags_java_lib.jar ... com/example/android/aconfig/demo/flags/Flags ...
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/services/devicefarm/src/main/resources/codegen-resources/
H A 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 …]

12345678910>>...1063