Home
last modified time | relevance | path

Searched refs:staticDoubleVal (Results 1 – 2 of 2) sorted by relevance

/art/test/046-reflect/
Dexpected.txt71 staticDoubleVal value is 3.3
/art/test/046-reflect/src/
DMain.java317 double staticDoubleVal = field.getDouble(null); in run() local
318 System.out.println(" staticDoubleVal value is " + staticDoubleVal); in run()