Home
last modified time | relevance | path

Searched refs:theDoubleField (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/test/examples/shaking7/
Dkeep-public-theDoubleField-fields.txt11 # Also keep all public fields named theDoubleField
13 public *** theDoubleField;
Dkeep-double-fields.txt11 # Also keep double fields (named theDoubleField, there is no wildcard on names...)
13 double theDoubleField;
DLiar.java8 public int theDoubleField; field in Liar
DSuperclass.java10 public final double theDoubleField = 1.0; field in Superclass
DSubclass.java10 public double theDoubleField = 2.0; field in Subclass