Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java223 Lower.lowerAll( in hello()
261 Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()).bytes(); in innerClassAttributeOrder()
339 Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()).bytes(); in typePath()
417 Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()).bytes(); in deprecated()
DIntegrationTestSupport.java447 return Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()).bytes(); in runTurbine()
/external/turbine/java/com/google/turbine/main/
DMain.java110 Lowered lowered = Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()); in compile()
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java111 Lowered lowered = Lower.lowerAll(bound.units(), bound.modules(), bound.classPathEnv()); in run()
/external/turbine/java/com/google/turbine/lower/
DLower.java114 public static Lowered lowerAll( in lowerAll() method in Lower