Home
last modified time | relevance | path

Searched defs:opsFlags (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DStreamOpFlagsTest.java63 int opsFlags = combineOpFlags(sourceFlags, StreamOpFlag.INITIAL_OPS_VALUE); in testInitialOpFlagsFromSourceFlags() local
71 int opsFlags; in testSameCombine() local
83 int opsFlags; in testOpClear() local
102 int opsFlags; in testOpInject() local
125 int opsFlags; in testPairSet() local
144 int opsFlags; in testPairSetAndClear() local
159 int opsFlags = combineOpFlags(0, StreamOpFlag.INITIAL_OPS_VALUE); in testShortCircuit() local
174 int opsFlags = StreamOpFlag.combineOpFlags(sourceFlags, StreamOpFlag.INITIAL_OPS_VALUE); in testApplySourceFlags() local