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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/html/template/
error.go 34 // Example:
39 // CSS or URL context at runtime. The output of the example will be
48 // Example:
66 // Example:
79 // Example:
84 // The example is ambiguous since {{.X}} might be an HTML text node,
139 // Example:
147 // Example:
153 // example
160 // Example
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
atom_test.go 11 Title: "Example Feed",
12 Link: []Link{{Href: "http://example.org/"}},
20 Link: []Link{{Href: "http://example.org/2003/12/13/atom03"}},
30 `<title>Example Feed</title>` +
32 `<link href="http://example.org/"></link>` +
37 `<link href="http://example.org/2003/12/13/atom03"></link>` +
  /prebuilts/go/linux-x86/src/html/template/
error.go 34 // Example:
39 // CSS or URL context at runtime. The output of the example will be
48 // Example:
66 // Example:
79 // Example:
84 // The example is ambiguous since {{.X}} might be an HTML text node,
139 // Example:
147 // Example:
153 // example
160 // Example
    [all...]
  /sdk/eclipse/scripts/
update_version.sh 11 Example:
  /cts/tests/tests/calendarcommon/
Android.mk 19 # Replace "Example" with your name.
  /external/flatbuffers/tests/MyGame/Example/
Test.cs 3 namespace MyGame.Example
Test.go 3 package Example
TestSimpleTableWithEnum.go 3 package Example
Stat.java 3 package MyGame.Example;
Stat.php 4 namespace MyGame\Example;
Vec3.java 3 package MyGame.Example;
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 15 # Example 'misclocal.mk' files:
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 15 # Example 'spreplocal.mk' files:
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 15 # Example 'trnslocal.mk' files:
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf_test.go 5 func Example() {} // OK because is package-level.
9 func Example_BadSuffix() {} // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
19 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
  /prebuilts/go/darwin-x86/src/cmd/vet/
tests.go 99 if fnName == "Example" {
105 exName = strings.TrimPrefix(fnName, "Example")
124 report("%s has malformed example suffix: %s", fnName, residual)
138 report("%s has malformed example suffix: %s", fnName, elems[2])
163 // checkTestFunctions walks Test, Benchmark and Example functions checking
180 case strings.HasPrefix(fn.Name.Name, "Example"):
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf_test.go 5 func Example() {} // OK because is package-level.
9 func Example_BadSuffix() {} // ERROR "Example_BadSuffix has malformed example suffix: BadSuffix"
19 func ExampleBuf_Append_Bad() {} // ERROR "ExampleBuf_Append_Bad has malformed example suffix: Bad"
  /prebuilts/go/linux-x86/src/cmd/vet/
tests.go 99 if fnName == "Example" {
105 exName = strings.TrimPrefix(fnName, "Example")
124 report("%s has malformed example suffix: %s", fnName, residual)
138 report("%s has malformed example suffix: %s", fnName, elems[2])
163 // checkTestFunctions walks Test, Benchmark and Example functions checking
180 case strings.HasPrefix(fn.Name.Name, "Example"):
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 55 /// Example 1: Compute Timestamp from POSIX `time()`.
61 /// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
70 /// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
82 /// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
89 /// Example 5: Compute Timestamp from current time in Python.
  /frameworks/ml/nn/tools/test_generator/
test_generator.py 534 class Example():
537 Example.__examples.append(list_of_examples)
571 assert 0 and "unsupported example type"
583 'float32_dict': Example.dump_dict(float32_dict),
584 'int32_dict': Example.dump_dict(int32_dict),
585 'uint8_dict': Example.dump_dict(uint8_dict)
591 if len(Example.__examples) > 0:
595 for i, o in Example.__examples:
596 print ('// Begin of an example', file = example_file)
598 inputs = Example.dump_mixed_types(i
    [all...]
  /external/compiler-rt/make/
util.mk 62 # Example:
65 # Example Output:
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 19 using MyGame.Example;
75 MyGame.Example.Test.CreateTest(fbb, (short)10, (sbyte)20);
76 MyGame.Example.Test.CreateTest(fbb, (short)30, (sbyte)40);
125 // Example of searching for a table by the key
182 var t = (MyGame.Example.Test)pos.Test3;
  /frameworks/ml/nn/runtime/test/specs/
lstm.mod.py 96 # Example 1. Input in operand 0,
152 Example((input0, output0))
lstm2.mod.py 146 Example((input0, output0))
lstm2_state.mod.py 145 Example((input0, output0))

Completed in 451 milliseconds

1 2 3 4 5 6 7 891011>>