HomeSort by relevance Sort by last modified time
    Searched full:planet (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /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...]
  /external/llvm/test/CodeGen/X86/
pr20020.ll 11 %struct.planet = type { double, double, double }
14 define void @advance(i32 %nbodies, %struct.planet* nocapture %bodies) #0 {
20 %gep = getelementptr %struct.planet, %struct.planet* %bodies, i64 1, i32 1
21 %gep13 = bitcast double* %gep to %struct.planet*
27 %iv = phi %struct.planet* [ %gep13, %for.body.preheader ], [ %gep14, %for.inc20 ]
35 %x = getelementptr inbounds %struct.planet, %struct.planet* %bodies, i64 %iv9, i32 0
36 %y = getelementptr inbounds %struct.planet, %struct.planet* %bodies, i64 %iv9, i32
    [all...]
  /external/snakeyaml/src/test/resources/pyyaml/
construct-seq.data 11 - Pluto # You call this a planet?
  /external/snakeyaml/src/test/resources/specification/types/
seq.yaml 11 - Pluto # You call this a planet?
  /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(
MainActivity.java 52 private ArrayList<Planet> mSolarSystem;
68 // Initialize content to first planet.
108 private ArrayList<Planet> initializeSolarSystem() {
109 ArrayList<Planet> solarSystem = new ArrayList<Planet>();
113 String planet = planetArrayNames[i]; local
115 getResources().getIdentifier(planet, "array", getPackageName());
118 solarSystem.add(new Planet(
209 * Fragment that appears in the "content_frame", just shows the currently selected 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(
MainActivity.java 52 private ArrayList<Planet> mSolarSystem;
68 // Initialize content to first planet.
108 private ArrayList<Planet> initializeSolarSystem() {
109 ArrayList<Planet> solarSystem = new ArrayList<Planet>();
113 String planet = planetArrayNames[i]; local
115 getResources().getIdentifier(planet, "array", getPackageName());
118 solarSystem.add(new Planet(
209 * Fragment that appears in the "content_frame", just shows the currently selected 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(
MainActivity.java 52 private ArrayList<Planet> mSolarSystem;
68 // Initialize content to first planet.
108 private ArrayList<Planet> initializeSolarSystem() {
109 ArrayList<Planet> solarSystem = new ArrayList<Planet>();
113 String planet = planetArrayNames[i]; local
115 getResources().getIdentifier(planet, "array", getPackageName());
118 solarSystem.add(new Planet(
209 * Fragment that appears in the "content_frame", just shows the currently selected planet.
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetNative.java 30 * Create a tiny planet.
35 * @param out the resulting tiny planet.
38 * @param angleRadians the angle of the tiny planet in radians.
  /prebuilts/go/darwin-x86/test/bench/shootout/
nbody.c 46 struct planet { struct
52 void advance(int nbodies, struct planet * bodies, double dt)
57 struct planet * b = &(bodies[i]);
59 struct planet * b2 = &(bodies[j]);
74 struct planet * b = &(bodies[i]);
81 double energy(int nbodies, struct planet * bodies)
88 struct planet * b = &(bodies[i]);
91 struct planet * b2 = &(bodies[j]);
102 void offset_momentum(int nbodies, struct planet * bodies)
117 struct planet bodies[NBODIES] =
    [all...]
  /prebuilts/go/linux-x86/test/bench/shootout/
nbody.c 46 struct planet { struct
52 void advance(int nbodies, struct planet * bodies, double dt)
57 struct planet * b = &(bodies[i]);
59 struct planet * b2 = &(bodies[j]);
74 struct planet * b = &(bodies[i]);
81 double energy(int nbodies, struct planet * bodies)
88 struct planet * b = &(bodies[i]);
91 struct planet * b2 = &(bodies[j]);
102 void offset_momentum(int nbodies, struct planet * bodies)
117 struct planet bodies[NBODIES] =
    [all...]
  /developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/res/values/
strings.xml 20 Reference name for each planet's information array.
34 Keys for planet array information below:
35 "Planet Name",
37 "Drawable for planet"
  /developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/res/values/
strings.xml 20 Reference name for each planet's information array.
34 Keys for planet array information below:
35 "Planet Name",
37 "Drawable for planet"