Searched full:example (Results 1 – 25 of 26555) sorted by relevance
12345678910>>...1063
45 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 …]
138 module example.com/m140 require example.net/a v0.1.0143 example.net/c v0.1.0 // indirect144 example.net/d v0.1.0 // indirect148 example.net/a v0.1.0 => ./a149 example.net/a v0.2.0 => ./a150 example.net/b v0.1.0 => ./b151 example.net/b v0.2.0 => ./b152 example.net/c v0.1.0 => ./c153 example.net/c v0.2.0 => ./c[all …]
47 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 …]
9 go list -f '{{.Dir}}' example.com/q10 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]q11 go list -f '{{.Dir}}' example.com/b12 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]b13 go list -f '{{.Dir}}' example.com/w14 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]w15 go list -f '{{.Dir}}' example.com/z16 stdout $GOPATH[\\/]src[\\/]vendor[\\/]example.com[\\/]z18 cmp $GOPATH/src/vendor/example.com/q/q.go q1_1_0/q.go22 # example.com/b v1.0.0 => ./b[all …]
3 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 …]
28 "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 …]
5 "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 …]
32 This example shows how to customise the allocation of memory associated with35 * [@boost_asio/example/cpp03/allocation/server.cpp]40 This example demonstrates how to create reference counted buffers that can be43 * [@boost_asio/example/cpp03/buffers/reference_counted.cpp]48 This example implements a chat server and client. The programs use a custom51 * [@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 …]
4 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.com7 \t\s\s\s:foo.com\s\s\s\n s:http h:example.org p:/foo/:foo.com8 \sfoo.com\s\s s:http h:example.org p:/foo/foo.com21 s:http h:example.org p:/foo/bar22 \s\s\t s:http h:example.org p:/foo/bar23 :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 …]
143 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 …]
7 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 …]
199 # example: an initializer usable in the constructor for this type200 # smallerexample: the same length as example, but smaller201 # biggerexample: the same length as example, but bigger202 # outside: An entry that is not in example220 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 …]
57 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 …]
235 {"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 …]
55 "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 starting163 second. The suffixes (k, M, G, T, P) are 1024 based. For example 1k is 1024185 The short "single-dash" form of the options, \-d for example, may be used with[all …]
1193 '""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 …]
58 # example: an initializer usable in the constructor for this type59 # smallerexample: the same length as example, but smaller60 # biggerexample: the same length as example, but bigger61 # outside: An entry that is not in example79 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 …]
... netty/example/rxtx/ io/netty/example/objectecho/ io/netty/example/qotm ...
15 #include "tensorflow/core/example/feature_util.h"21 #include "tensorflow/core/example/example.pb.h"31 Example example; in TEST() local32 (*example.mutable_features()->mutable_feature())["tag"] in TEST()36 auto tag = GetFeatureValues<protobuf_int64>("tag", example); in TEST()53 Example example; in TEST() local55 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 …]
61 RSAES-OAEP Encryption Example 3_165 RSAES-OAEP Encryption Example 3_269 RSAES-OAEP Encryption Example 3_373 RSAES-OAEP Encryption Example 3_477 RSAES-OAEP Encryption Example 3_581 RSAES-OAEP Encryption Example 3_685 RSAES-OAEP Encryption Example 4_189 RSAES-OAEP Encryption Example 4_293 RSAES-OAEP Encryption Example 4_397 RSAES-OAEP Encryption Example 4_4[all …]
24 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 …]
... com/example/android/aconfig/demo/flags/Flags ...
5 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 …]
9 "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 …]