HomeSort by relevance Sort by last modified time
    Searched defs:Example (Results 26 - 50 of 94) sorted by null

12 3 4

  /prebuilts/go/darwin-x86/src/image/
decode_example_test.go 5 // This example demonstrates decoding a JPEG image and examining its pixels.
24 func Example() {
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 14 // These tests serve as an example but also make sure we don't change
17 func Example() {
45 // This example shows the use of each of the methods on a *Rand.
  /prebuilts/go/linux-x86/src/image/
decode_example_test.go 5 // This example demonstrates decoding a JPEG image and examining its pixels.
24 func Example() {
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 14 // These tests serve as an example but also make sure we don't change
17 func Example() {
45 // This example shows the use of each of the methods on a *Rand.
  /external/flatbuffers/tests/MyGame/Example/
Color.go 3 package Example
Any.cs 3 namespace MyGame.Example
Any.go 3 package Example
Color.cs 3 namespace MyGame.Example
Any.java 3 package MyGame.Example;
Color.java 3 package MyGame.Example;
Test.go 3 package Example
Test.java 3 package MyGame.Example;
TestSimpleTableWithEnum.go 3 package Example
  /external/jarjar/src/test/com/tonicsystems/jarjar/example/
Example.java 1 package com.tonicsystems.jarjar.example;
3 public class Example
  /prebuilts/go/darwin-x86/src/encoding/base64/
example_test.go 15 func Example() {
  /prebuilts/go/darwin-x86/src/errors/
example_test.go 29 func Example() {
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 15 func Example() {
100 const s = `"Fran & Freddie's Diner" <tasty@example.com>`
101 v := []interface{}{`"Fran & Freddie's Diner"`, ' ', `<tasty@example.com>`}
116 // &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
117 // &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
118 // &#34;Fran &amp; Freddie&#39;s Diner&#34;32&lt;tasty@example.com&gt;
119 // \"Fran & Freddie\'s Diner\" \x3Ctasty@example.com\x3E
120 // \"Fran & Freddie\'s Diner\" \x3Ctasty@example.com\x3E
121 // \"Fran & Freddie\'s Diner\"32\x3Ctasty@example.com\x3E
122 // %22Fran+%26+Freddie%27s+Diner%2232%3Ctasty%40example.com%3
    [all...]
  /prebuilts/go/linux-x86/src/encoding/base64/
example_test.go 15 func Example() {
  /prebuilts/go/linux-x86/src/errors/
example_test.go 29 func Example() {
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 15 func Example() {
100 const s = `"Fran & Freddie's Diner" <tasty@example.com>`
101 v := []interface{}{`"Fran & Freddie's Diner"`, ' ', `<tasty@example.com>`}
116 // &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
117 // &#34;Fran &amp; Freddie&#39;s Diner&#34; &lt;tasty@example.com&gt;
118 // &#34;Fran &amp; Freddie&#39;s Diner&#34;32&lt;tasty@example.com&gt;
119 // \"Fran & Freddie\'s Diner\" \x3Ctasty@example.com\x3E
120 // \"Fran & Freddie\'s Diner\" \x3Ctasty@example.com\x3E
121 // \"Fran & Freddie\'s Diner\"32\x3Ctasty@example.com\x3E
122 // %22Fran+%26+Freddie%27s+Diner%2232%3Ctasty%40example.com%3
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
example_test.go 13 func Example() {
15 c, err := smtp.Dial("mail.example.com:25")
21 if err := c.Mail("sender@example.org"); err != nil {
24 if err := c.Rcpt("recipient@example.net"); err != nil {
52 from = "gopher@example.net"
54 recipients = []string{"foo@example.com"}
59 hostname := "mail.example.com"
60 auth := smtp.PlainAuth("", "user@example.com", "password", hostname)
70 auth := smtp.PlainAuth("", "user@example.com", "password", "mail.example.com"
    [all...]
  /prebuilts/go/linux-x86/src/net/smtp/
example_test.go 13 func Example() {
15 c, err := smtp.Dial("mail.example.com:25")
21 if err := c.Mail("sender@example.org"); err != nil {
24 if err := c.Rcpt("recipient@example.net"); err != nil {
52 from = "gopher@example.net"
54 recipients = []string{"foo@example.com"}
59 hostname := "mail.example.com"
60 auth := smtp.PlainAuth("", "user@example.com", "password", hostname)
70 auth := smtp.PlainAuth("", "user@example.com", "password", "mail.example.com"
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.js 13 MyGame.Example = MyGame.Example || {};
30 MyGame.Example.Color = {
39 MyGame.Example.Any = {
100 MyGame.Example.Test = function() {
115 * @returns {MyGame.Example.Test}
117 MyGame.Example.Test.prototype.__init = function(i, bb) {
126 MyGame.Example.Test.prototype.a = function() {
134 MyGame.Example.Test.prototype.mutate_a = function(value) {
148 MyGame.Example.Test.prototype.b = function()
    [all...]
  /external/autotest/client/common_lib/
decorators_unittest.py 50 class Example(object):
59 ex = Example()
63 ex2 = Example(v=5)
  /prebuilts/go/darwin-x86/src/flag/
example_test.go 16 // Example 1: A single string flag called "species" with default value "gopher".
19 // Example 2: Two flags sharing a variable, so we can have a shorthand.
33 // Example 3: A user-defined flag type, a slice of durations.
76 func Example() {

Completed in 723 milliseconds

12 3 4