Home
last modified time | relevance | path

Searched refs:getBlocks (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DSftpStatVFS.java91 public long getBlocks() { return blocks; } in getBlocks() method in SftpStatVFS
102 return getFragmentSize()*getBlocks()/1024; in getSize()
106 return getFragmentSize()*(getBlocks()-getFreeBlocks())/1024; in getUsed()
118 return (int)(100*(getBlocks()-getFreeBlocks())/getBlocks()); in getCapacity()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpStatVFS.java91 public long getBlocks() { return blocks; } in getBlocks() method in SftpStatVFS
102 return getFragmentSize()*getBlocks()/1024; in getSize()
106 return getFragmentSize()*(getBlocks()-getFreeBlocks())/1024; in getUsed()
118 return (int)(100*(getBlocks()-getFreeBlocks())/getBlocks()); in getCapacity()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpStatVFS.java91 public long getBlocks() { return blocks; } in getBlocks() method in SftpStatVFS
102 return getFragmentSize()*getBlocks()/1024; in getSize()
106 return getFragmentSize()*(getBlocks()-getFreeBlocks())/1024; in getUsed()
118 return (int)(100*(getBlocks()-getFreeBlocks())/getBlocks()); in getCapacity()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestSnapshotBlocksMap.java91 Assert.assertNull(inode.getBlocks()); in assertAllNull()
110 assertEquals(numBlocks, file.getBlocks().length); in assertBlockCollection()
111 for(BlockInfoContiguous b : file.getBlocks()) { in assertBlockCollection()
149 BlockInfoContiguous[] blocks = f2.getBlocks(); in testDeletionWithSnapshots()
180 BlockInfoContiguous[] blocks0 = f0.getBlocks(); in testDeletionWithSnapshots()
307 blks = barNode.getBlocks(); in testDeletionWithZeroSizeBlock()
316 blks = barNode.getBlocks(); in testDeletionWithZeroSizeBlock()
344 blks = barNode.getBlocks(); in testDeletionWithZeroSizeBlock2()
352 blks = barNode.getBlocks(); in testDeletionWithZeroSizeBlock2()
387 blks = bar2Node.getBlocks(); in testDeletionWithZeroSizeBlock3()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/htsgetreader/
H A DHtsgetResponseUnitTest.java25 …Assert.assertEquals(resp.getBlocks().get(0).getUri(), URI.create("data:application/vnd.ga4gh.bam;b… in testDeserialization()
26 Assert.assertEquals(resp.getBlocks().get(0).getDataClass(), HtsgetClass.header); in testDeserialization()
28 … Assert.assertEquals(resp.getBlocks().get(2).getHeaders().get("Authorization"), "Bearer xxxx"); in testDeserialization()
29 … Assert.assertEquals(resp.getBlocks().get(2).getHeaders().get("Range"), "bytes=65536-1003750"); in testDeserialization()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/server/namenode/
H A DTestHeartbeatHandling.java66 assertEquals(MAX_REPLICATE_LIMIT, ((BlockCommand)cmds[0]).getBlocks().length); in testHeartbeat()
78 assertEquals(MAX_REPLICATE_LIMIT, ((BlockCommand)cmds[0]).getBlocks().length); in testHeartbeat()
80 assertEquals(MAX_INVALIDATE_LIMIT, ((BlockCommand)cmds[1]).getBlocks().length); in testHeartbeat()
86 assertEquals(REMAINING_BLOCKS, ((BlockCommand)cmds[0]).getBlocks().length); in testHeartbeat()
88 assertEquals(MAX_INVALIDATE_LIMIT, ((BlockCommand)cmds[1]).getBlocks().length); in testHeartbeat()
94 assertEquals(REMAINING_BLOCKS, ((BlockCommand)cmds[0]).getBlocks().length); in testHeartbeat()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DFileDiffList.java58 diff.setBlocks(iNodeFile.getBlocks()); in saveSelf2Snapshot()
70 blocks = diffs.get(i).getBlocks(); in findEarlierSnapshotBlocks()
87 blocks = diffs.get(i).getBlocks(); in findLaterSnapshotBlocks()
104 BlockInfoContiguous[] removedBlocks = removed.getBlocks(); in combineAndCollectSnapshotBlocks()
118 (earlierDiff == null ? new BlockInfoContiguous[]{} : earlierDiff.getBlocks()); in combineAndCollectSnapshotBlocks()
121 laterBlocks = (laterBlocks==null) ? file.getBlocks() : laterBlocks; in combineAndCollectSnapshotBlocks()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryScheduleTest.java181 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop1()
206 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop2()
228 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop3()
264 assertDeepEquals(10, schedule.getCFG().getBlocks().length); in testLoop5()
293 assertDeepEquals(13, schedule.getCFG().getBlocks().length); in testLoop6()
395 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead1()
416 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead2()
438 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead3()
459 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead4()
478 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead5()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryScheduleTest.java180 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop1()
205 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop2()
227 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop3()
263 assertDeepEquals(10, schedule.getCFG().getBlocks().length); in testLoop5()
292 assertDeepEquals(13, schedule.getCFG().getBlocks().length); in testLoop6()
394 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead1()
415 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead2()
437 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead3()
458 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead4()
477 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead5()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryScheduleTest.java181 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop1()
206 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop2()
228 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop3()
264 assertDeepEquals(10, schedule.getCFG().getBlocks().length); in testLoop5()
293 assertDeepEquals(13, schedule.getCFG().getBlocks().length); in testLoop6()
395 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead1()
416 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead2()
438 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead3()
459 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead4()
478 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead5()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryScheduleTest.java180 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop1()
205 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop2()
227 assertDeepEquals(6, schedule.getCFG().getBlocks().length); in testLoop3()
263 assertDeepEquals(10, schedule.getCFG().getBlocks().length); in testLoop5()
292 assertDeepEquals(13, schedule.getCFG().getBlocks().length); in testLoop6()
394 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead1()
415 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead2()
437 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead3()
458 assertDeepEquals(3, schedule.getCFG().getBlocks().length); in testIfRead4()
477 assertDeepEquals(4, schedule.getCFG().getBlocks().length); in testIfRead5()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestGetBlocks.java192 locs = namenode.getBlocks(dataNodes[0], fileLen).getBlocks(); in testGetBlocks()
198 locs = namenode.getBlocks(dataNodes[0], DEFAULT_BLOCK_SIZE).getBlocks(); in testGetBlocks()
203 locs = namenode.getBlocks(dataNodes[0], 1).getBlocks(); in testGetBlocks()
225 namenode.getBlocks(new DatanodeInfo(), 2); in getBlocksWithException()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestAddBlock.java90 BlockInfoContiguous[] file1Blocks = file1Node.getBlocks(); in testAddBlock()
97 BlockInfoContiguous[] file2Blocks = file2Node.getBlocks(); in testAddBlock()
104 BlockInfoContiguous[] file3Blocks = file3Node.getBlocks(); in testAddBlock()
113 BlockInfoContiguous[] file4Blocks = file4Node.getBlocks(); in testAddBlock()
144 BlockInfoContiguous[] fileBlocks = fileNode.getBlocks(); in testAddBlockUC()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DBlock.cpp52 block->getParent()->getBlocks().insert(block->getIterator(), this); in insertBefore()
59 block->getParent()->getBlocks().splice( in moveBefore()
60 block->getIterator(), getParent()->getBlocks(), getIterator()); in moveBefore()
66 getParent()->getBlocks().erase(this); in erase()
253 getParent()->getBlocks().insert(std::next(Region::iterator(this)), newBB); in splitBlock()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/cfg/
H A DCFGVerifier.java34 for (T block : cfg.getBlocks()) { in verify()
36 assert cfg.getBlocks()[block.getId()] == block; in verify()
105 for (T block : loop.getBlocks()) { in verify()
116 if (!loop.getBlocks().contains(pred)) { in verify()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuBlockIntersector.cpp66 const std::vector<Block>& blocks = bm.getBlocks(); in addOneAlignment()
75 const std::vector<Block>& blocks = bm.getBlocks(); in removeOneAlignment()
88 std::vector<Block>& blocks = result->getBlocks(); in getIntersectedAlignment()
128 std::vector<Block>& blocks = result->getBlocks(); in getIntersectedAlignment()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestGetBlocks.java240 locs = namenode.getBlocks(dataNodes[0], fileLen).getBlocks(); in testGetBlocks()
246 locs = namenode.getBlocks(dataNodes[0], DEFAULT_BLOCK_SIZE).getBlocks(); in testGetBlocks()
251 locs = namenode.getBlocks(dataNodes[0], 1).getBlocks(); in testGetBlocks()
273 namenode.getBlocks(DFSTestUtil.getLocalDatanodeInfo(), 2); in getBlocksWithException()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DDefaultTraceRegisterAllocationPolicy.java121 for (AbstractBlockBase<?> block : trace.getBlocks()) { in containsExceptionEdge()
158 return getLIR().getLIRforBlock(trace.getBlocks()[0]).size() <= trivialTraceSize; in shouldApplyTo()
187 int maxNumVars = livenessInfo.getBlockIn(trace.getBlocks()[0]).length; in shouldApplyTo()
188 for (AbstractBlockBase<?> block : trace.getBlocks()) { in shouldApplyTo()
234 for (AbstractBlockBase<?> block : trace.getBlocks()) { in shouldApplyTo()
286 maxMethodProbability = maxProbability(getLIR().getControlFlowGraph().getBlocks()); in BottomUpMaxFrequencyStrategy()
306 return maxProbability(trace.getBlocks()) / maxMethodProbability <= probabilityThreshold; in shouldApplyTo()
329 for (AbstractBlockBase<?> block : trace.getBlocks()) { in init()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DDefaultTraceRegisterAllocationPolicy.java121 for (AbstractBlockBase<?> block : trace.getBlocks()) { in containsExceptionEdge()
158 return getLIR().getLIRforBlock(trace.getBlocks()[0]).size() <= trivialTraceSize; in shouldApplyTo()
187 int maxNumVars = livenessInfo.getBlockIn(trace.getBlocks()[0]).length; in shouldApplyTo()
188 for (AbstractBlockBase<?> block : trace.getBlocks()) { in shouldApplyTo()
234 for (AbstractBlockBase<?> block : trace.getBlocks()) { in shouldApplyTo()
286 maxMethodProbability = maxProbability(getLIR().getControlFlowGraph().getBlocks()); in BottomUpMaxFrequencyStrategy()
306 return maxProbability(trace.getBlocks()) / maxMethodProbability <= probabilityThreshold; in shouldApplyTo()
329 for (AbstractBlockBase<?> block : trace.getBlocks()) { in init()

12345678910>>...65