HomeSort by relevance Sort by last modified time
    Searched defs:Examples (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/go/doc/
example.go 34 // Examples returns the examples found in the files, sorted by Name field.
35 // The Order fields record the order in which the examples were encountered.
37 // Playable Examples must be in a package whose name ends in "_test".
47 func Examples(files ...*ast.File) []*Example {
145 // We don't support examples that are part of the
200 // We don't support examples that are not self-contained (yet).
  /prebuilts/go/linux-x86/src/go/doc/
example.go 34 // Examples returns the examples found in the files, sorted by Name field.
35 // The Order fields record the order in which the examples were encountered.
37 // Playable Examples must be in a package whose name ends in "_test".
47 func Examples(files ...*ast.File) []*Example {
145 // We don't support examples that are part of the
200 // We don't support examples that are not self-contained (yet).
  /toolchain/binutils/binutils-2.27/gas/
itbl-parse.y 53 Examples:
158 Examples
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 10 namespace Google.Protobuf.Examples.AddressBook {
38 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "Name", "Id", "Email", "Phones" }, null, new[]{ typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType) }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber), global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber.Parser, new[]{ "Number", "Type" }, null, null, null)}),
39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global::Google.Protobuf.Examples.AddressBook.AddressBook.Parser, new[]{ "People" }, null, null, null)
55 get { return global::Google.Protobuf.Examples.AddressBook.AddressbookReflection.Descriptor.MessageTypes[0]; }
114 private static readonly pb::FieldCodec<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> _repeated_phones_code
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sdca_internal.h 186 // Examples fills Example in a multi-threaded way.
187 friend class Examples;
315 // Examples contains all the training examples that SDCA uses for a mini-batch.
316 class Examples {
318 Examples() {}
352 // features per example. This function modifies the |examples| passed in
360 std::vector<Example>* const examples);
363 // features per example. This function modifies the |examples| passed in
369 std::vector<Example>* const examples);
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 558 Examples:
    [all...]

Completed in 355 milliseconds