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

  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
17 type Planet struct {
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
27 func (by By) Sort(planets []Planet) {
37 planets []Planet
38 by func(p1, p2 *Planet) bool // Closure used in the Less method.
56 var planets = []Planet{
65 // Closures that order the Planet structure.
66 name := func(p1, p2 *Planet) bool
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 16 // A Planet defines the properties of a solar system object.
17 type Planet struct {
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
27 func (by By) Sort(planets []Planet) {
37 planets []Planet
38 by func(p1, p2 *Planet) bool // Closure used in the Less method.
56 var planets = []Planet{
65 // Closures that order the Planet structure.
66 name := func(p1, p2 *Planet) bool
    [all...]
  /developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
Planet.java 19 * Represents planet for app.
21 public class Planet {
30 public Planet(
  /developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/java/com/example/android/wearable/wear/weardrawers/
Planet.java 19 * Represents planet for app.
21 public class Planet {
30 public Planet(
  /development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
Planet.java 19 * Represents planet for app.
21 public class Planet {
30 public Planet(
  /external/python/cpython3/Lib/test/
test_enum.py     [all...]

Completed in 334 milliseconds