HomeSort by relevance Sort by last modified time
    Searched refs:Example (Results 251 - 275 of 409) sorted by null

<<11121314151617

  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 18 namespace Example {
21 "/MyGame.Example.MonsterStorage/Store",
22 "/MyGame.Example.MonsterStorage/Retrieve",
84 } // namespace Example
  /external/markdown/MarkdownTest/
MarkdownTest.pl 114 Use "--" to end switch parsing. For example, to open a file named "-z", use:
123 "./Markdown.pl". Example:
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
b.bat 11 @REM Example usage of this script. default is a DEBUG build
ba.bat 11 @REM Example usage of this script. default is a DEBUG build
  /external/curl/docs/cmdline-opts/
config.d 47 # --- Example file ---
49 url = "example.com"
54 url = "example.com/docs/manpage.html"
56 referer = "http://nowhereatall.example.com/"
57 # --- End of example file ---
form.d 17 Example: to send an image to a server, where \&'profile' is the name of the
20 curl -F profile=@portrait.jpg https://example.com/upload.cgi
30 curl -F "web=@index.html;type=text/html" example.com
34 curl -F "name=daniel;type=text/foo" example.com
39 curl -F "file=@localfile;filename=nameinpost" example.com
43 curl -F "file=@\\"localfile\\";filename=\\"nameinpost\\"" example.com
47 curl -F 'file=@"localfile";filename="nameinpost"' example.com
  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 3 namespace MyGame.Example
Vec3.go 3 package Example
Monster.php 4 namespace MyGame\Example;
11 /// an example documentation comment: monster object
115 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Blue;
124 return $o != 0 ? $this->bb->getByte($o + $this->bb_pos) : \MyGame\Example\Any::NONE;
174 /// an example documentation comment: this will end up in the generated code
  /frameworks/base/lowpan/tests/
Android.mk 27 # Example:
  /frameworks/base/wifi/tests/
Android.mk 27 # Example:
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 20 func Example() {} // OK because is package-level.
24 func Example_BadSuffix() // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
34 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
  /prebuilts/go/darwin-x86/src/net/
nss_test.go 17 # Example configuration of GNU Name Service Switch functionality.
  /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/cmd/vet/testdata/testingpkg/
tests_test.go 20 func Example() {} // OK because is package-level.
24 func Example_BadSuffix() // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
34 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
  /prebuilts/go/linux-x86/src/net/
nss_test.go 17 # Example configuration of GNU Name Service Switch functionality.
  /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/libmojo/third_party/jinja2/
filters.py 242 It is also possible to sort by an attribute (for example to sort
601 is used to fill up missing items. See this example:
666 If you for example have a list of dicts or objects that represent persons
811 filter and the arguments afterwards. A good example would be applying a
848 Example usage:
864 Example usage:
880 Example usage:
  /external/junit-params/
RELEASES.md 23 Example:
56 Usage example:
71 You can create custom annotations for parameter providers. `@FileParameters` have been refactored to use this mechanism and should serve as a perfect usage example.
107 Since an example is worth a thousand words:
  /external/vulkan-validation-layers/
build_windows_targets.bat 16 REM Example:
  /frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
Android.mk 27 # Example:
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 28 # Example:
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa_test.go 282 // Example 1.1
310 // Example 1.2
338 // Example 1.3
376 // Example 10.1
  /prebuilts/go/darwin-x86/src/encoding/xml/
example_test.go 93 // This example demonstrates unmarshaling an XML excerpt into a value with
118 <Company>Example Inc.</Company>
120 <Addr>gre@example.com</Addr>
148 // Email: [{home gre@example.com} {work gre@work.com}]
  /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...]

Completed in 364 milliseconds

<<11121314151617