Searched refs:fromSource (Results 1 – 2 of 2) sorted by relevance
100 BufferedSource fromSource = Okio.buffer(Okio.source(from)); in service()102 hello(fromSource, fromSink); in service()103 acceptCommand(from.getInetAddress(), fromSource, fromSink); in service()112 private void hello(BufferedSource fromSource, BufferedSink fromSink) throws IOException { in hello() argument113 int version = fromSource.readByte() & 0xff; in hello()114 int methodCount = fromSource.readByte() & 0xff; in hello()122 int candidateMethod = fromSource.readByte() & 0xff; in hello()140 private void acceptCommand(InetAddress fromAddress, BufferedSource fromSource, in acceptCommand() argument143 int version = fromSource.readByte() & 0xff; in acceptCommand()145 int command = fromSource.readByte() & 0xff; in acceptCommand()[all …]
463 double fromSource, toSink; in constructGCGraph() local466 fromSource = -log( bgdGMM(color) ); in constructGCGraph()471 fromSource = 0; in constructGCGraph()476 fromSource = lambda; in constructGCGraph()479 graph.addTermWeights( vtxIdx, fromSource, toSink ); in constructGCGraph()