Searched refs:building (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DNodes.java1249 private boolean building = false; field in class:Nodes.SpinedNodeBuilder
1255 assert !building : "during building";
1261 assert !building : "during building";
1268 assert !building : "was already building";
1269 building = true;
1276 assert building : "not building";
1641 private boolean building = false; field in class:Nodes.IntSpinedNodeBuilder
1701 private boolean building = false; field in class:Nodes.LongSpinedNodeBuilder
1761 private boolean building = false; field in class:Nodes.DoubleSpinedNodeBuilder
[all...]
/libcore/
H A DNativeCode.mk17 # Definitions for building the native code needed for the core library.
H A DJavaLibrary.mk17 # Definitions for building the Java library and associated tests.

Completed in 103 milliseconds