HomeSort by relevance Sort by last modified time
    Searched refs:EmptyNode (Results 1 - 13 of 13) sorted by null

  /libcore/ojluni/src/main/java/java/util/stream/
Nodes.java 67 private static final Node EMPTY_NODE = new EmptyNode.OfRef();
68 private static final Node.OfInt EMPTY_INT_NODE = new EmptyNode.OfInt();
69 private static final Node.OfLong EMPTY_LONG_NODE = new EmptyNode.OfLong();
70 private static final Node.OfDouble EMPTY_DOUBLE_NODE = new EmptyNode.OfDouble();
82 static <T> Node<T> emptyNode(StreamShape shape) {
557 private static abstract class EmptyNode<T, T_ARR, T_CONS> implements Node<T> {
558 EmptyNode() { }
574 private static class OfRef<T> extends EmptyNode<T, T[], Consumer<? super T>> {
586 extends EmptyNode<Integer, int[], IntConsumer>
603 extends EmptyNode<Long, long[], LongConsumer
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 35 class EmptyNode(Node):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 35 class EmptyNode(Node):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 35 class EmptyNode(Node):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 35 class EmptyNode(Node):
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 338 milliseconds