/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealMatrix.java | 88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col)); in add() 107 out.setEntry(row, col, getEntry(row, col) - m.getEntry(row, col)); in subtract() 123 out.setEntry(row, col, getEntry(row, col) + d); in scalarAdd() 139 out.setEntry(row, col, getEntry(row, col) * d); in scalarMultiply() 162 sum += getEntry(row, i) * m.getEntry(i, col); in multiply() 186 dataI[j] = getEntry(i, j); in getData() 271 subMatrix.setEntry(i - startRow, j - startColumn, getEntry(i, j)); 294 return getEntry(selectedRows[row], selectedColumns[column]); 366 destinationI[j] = getEntry(selectedRows[i], selectedColumns[j]); 417 out.setEntry(0, i, getEntry(row, i)); [all …]
|
D | AbstractFieldMatrix.java | 180 out.setEntry(row, col, getEntry(row, col).add(m.getEntry(row, col))); in add() 199 out.setEntry(row, col, getEntry(row, col).subtract(m.getEntry(row, col))); in subtract() 215 out.setEntry(row, col, getEntry(row, col).add(d)); in scalarAdd() 231 out.setEntry(row, col, getEntry(row, col).multiply(d)); in scalarMultiply() 254 sum = sum.add(getEntry(row, i).multiply(m.getEntry(i, col))); in multiply() 278 dataI[j] = getEntry(i, j); in getData() 297 subMatrix.setEntry(i - startRow, j - startColumn, getEntry(i, j)); in getSubMatrix() 320 return getEntry(selectedRows[row], selectedColumns[column]); in getSubMatrix() 392 destinationI[j] = getEntry(selectedRows[i], selectedColumns[j]); in copySubMatrix() 441 out.setEntry(0, i, getEntry(row, i)); in getRowMatrix() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | SimplexSolver.java | 65 if (MathUtils.compareTo(tableau.getEntry(0, i), minValue, epsilon) < 0) { in getPivotColumn() 66 minValue = tableau.getEntry(0, i); in getPivotColumn() 84 final double rhs = tableau.getEntry(i, tableau.getWidth() - 1); in getPivotRow() 85 final double entry = tableau.getEntry(i, col); in getPivotRow() 106 if (MathUtils.equals(tableau.getEntry(row, column), 1, epsilon) && in getPivotRow() 134 double pivotVal = tableau.getEntry(pivotRow, pivotCol); in doIteration() 140 double multiplier = tableau.getEntry(i, pivotCol); in doIteration() 165 if (!MathUtils.equals(tableau.getEntry(0, tableau.getRhsOffset()), 0, epsilon)) { in solvePhase1()
|
D | SimplexTableau.java | 288 if (MathUtils.equals(getEntry(i, col), 1.0, epsilon) && (row == null)) { in getBasicRow() 290 } else if (!MathUtils.equals(getEntry(i, col), 0.0, epsilon)) { in getBasicRow() 311 if (MathUtils.compareTo(tableau.getEntry(0, i), 0, epsilon) > 0) { in dropPhase1Objective() 329 matrix[i - 1][col++] = tableau.getEntry(i, j); in dropPhase1Objective() 356 if (MathUtils.compareTo(tableau.getEntry(0, i), 0, epsilon) < 0) { in isOptimal() 371 …double mostNegative = negativeVarBasicRow == null ? 0 : getEntry(negativeVarBasicRow, getRhsOffset… in getSolution() 389 (basicRow == null ? 0 : getEntry(basicRow, getRhsOffset())) - in getSolution() 407 tableau.setEntry(dividendRow, j, tableau.getEntry(dividendRow, j) / divisor); in divideRow() 448 protected final double getEntry(final int row, final int column) { in getEntry() method in SimplexTableau 449 return tableau.getEntry(row, column); in getEntry()
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/stmt/ |
D | SwitchStmtTest.java | 20 assertEquals(STATEMENT_GROUP, switchStmt.getEntry(0).getType()); in classicSwitch() 21 assertEquals(STATEMENT_GROUP, switchStmt.getEntry(1).getType()); in classicSwitch() 22 assertEquals(STATEMENT_GROUP, switchStmt.getEntry(2).getType()); in classicSwitch() 23 assertEquals(new NodeList<>(), switchStmt.getEntry(2).getLabels()); in classicSwitch() 34 assertEquals(EXPRESSION, switchStmt.getEntry(0).getType()); in jep325Example1()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 304 LLVMContext &Context = R->getEntry()->getContext(); in INITIALIZE_PASS_DEPENDENCY() 321 return LI->getLoopFor(RN->getEntry()); in getAdjustedLoop() 331 return LI->getLoopDepth(RN->getEntry()); in getAdjustedLoopDepth() 391 Loops[Exit] = N->getEntry(); in analyzeLoops() 453 BasicBlock *BB = N->getEntry(); in gatherPredicates() 499 BasicBlock *Entry = R->getEntry(); in gatherPredicates() 523 << RN->getEntry()->getName() << " Loop Depth: " in collectInfos() 524 << LI->getLoopDepth(RN->getEntry()) << "\n"); in collectInfos() 530 Visited.insert(RN->getEntry()); in collectInfos() 727 Order.back()->getEntry(); in getNextFlow() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 289 LLVMContext &Context = R->getEntry()->getContext(); in INITIALIZE_PASS_DEPENDENCY() 312 BasicBlock *BB = RN->getEntry(); in orderNodes() 321 BasicBlock *BB = (*I)->getEntry(); in orderNodes() 334 BasicBlock *LoopBB = (*LoopI)->getEntry(); in orderNodes() 364 Loops[Exit] = N->getEntry(); in analyzeLoops() 431 BasicBlock *BB = N->getEntry(); in gatherPredicates() 483 BasicBlock *Entry = R->getEntry(); in gatherPredicates() 508 << RN->getEntry()->getName() << " Loop Depth: " in collectInfos() 509 << LI->getLoopDepth(RN->getEntry()) << "\n"); in collectInfos() 515 Visited.insert(RN->getEntry()); in collectInfos() [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | ZipFileTest.java | 181 ze = zf.getEntry("foo"); in testReadingOfStoredEntry() 205 assertNull(zf.getEntry("\u00e4\\\u00fc.txt")); in testWinzipBackSlashWorkaround() 206 assertNotNull(zf.getEntry("\u00e4/\u00fc.txt")); in testWinzipBackSlashWorkaround() 218 assertNotNull(zf.getEntry("test1.xml")); in testSkipsPK00Prefix() 219 assertNotNull(zf.getEntry("test2.xml")); in testSkipsPK00Prefix() 270 final ZipArchiveEntry ze = zf.getEntry("test1.txt"); in testDuplicateEntry() 291 …final ZipArchiveEntry ze = zf.getEntry("src/main/java/org/apache/commons/compress/archivers/zip/Zi… in testExcessDataInZip64ExtraField() 298 ZipArchiveEntry test = zf.getEntry("TEST1.XML"); in testUnshrinking() 306 test = zf.getEntry("TEST2.XML"); in testUnshrinking() 325 final ZipArchiveEntry ze = zf.getEntry("test.txt"); in testReadingOfFirstStoredEntry() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/ |
D | ChangeSet.java | 103 && change.getEntry() != null) { in addAddition() 104 final ArchiveEntry entry = change.getEntry(); in addAddition() 106 if(entry.equals(pChange.getEntry())) { in addAddition() 139 && change.getEntry() != null) { in addDeletion() 140 final String target = change.getEntry().getName(); in addDeletion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 107 BItor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) in RNSuccIterator() 120 BItor(BlockTraits::child_end(node->getEntry())) {} in RNSuccIterator() 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 184 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 190 while (BlockTraits::child_end(Node->getEntry()) != Itor && in RNSuccIterator() 197 : Node(node), Itor(BlockTraits::child_end(node->getEntry())) { in RNSuccIterator() 228 while (Itor != succ_end(Node->getEntry()) 287 return R->getNode(R->getEntry()); \ 303 return R->getBBNode(R->getEntry()); \
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 107 BItor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 110 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) in RNSuccIterator() 120 BItor(BlockTraits::child_end(node->getEntry())) {} in RNSuccIterator() 146 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 184 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 190 while (BlockTraits::child_end(Node->getEntry()) != Itor && in RNSuccIterator() 197 : Node(node), Itor(BlockTraits::child_end(node->getEntry())) { in RNSuccIterator() 228 while (Itor != succ_end(Node->getEntry()) 287 return R->getNode(R->getEntry()); \ 303 return R->getBBNode(R->getEntry()); \
|
/external/llvm/include/llvm/Analysis/ |
D | RegionIterator.h | 97 BItor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 101 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor)) in RNSuccIterator() 111 BItor(BlockTraits::child_end(node->getEntry())) {} in RNSuccIterator() 137 while (BItor != BlockTraits::child_end(getNode()->getEntry()) 177 Itor(BlockTraits::child_begin(node->getEntry())) { in RNSuccIterator() 183 while (BlockTraits::child_end(Node->getEntry()) != Itor in RNSuccIterator() 191 Itor(BlockTraits::child_end(node->getEntry())) { in RNSuccIterator() 222 while (Itor != succ_end(Node->getEntry()) 281 return R->getNode(R->getEntry()); \ 295 return R->getBBNode(R->getEntry()); \
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 109 if (getEntry(path) != null) { in add() 145 if (getEntry(path) != null && !hasChildren(path)) { in delete() 162 return getEntry(path) != null; in exists() 175 FileSystemEntry entry = getEntry(path); in isDirectory() 189 FileSystemEntry entry = getEntry(path); in isFile() 205 return Collections.singletonList(getEntry(path)); in listFiles() 213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 385 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 486 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 109 if (getEntry(path) != null) { in add() 145 if (getEntry(path) != null && !hasChildren(path)) { in delete() 162 return getEntry(path) != null; in exists() 175 FileSystemEntry entry = getEntry(path); in isDirectory() 189 FileSystemEntry entry = getEntry(path); in isFile() 205 return Collections.singletonList(getEntry(path)); in listFiles() 213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 385 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 486 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 384 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 485 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 109 if (getEntry(path) != null) { in add() 145 if (getEntry(path) != null && !hasChildren(path)) { in delete() 162 return getEntry(path) != null; in exists() 175 FileSystemEntry entry = getEntry(path); in isDirectory() 189 FileSystemEntry entry = getEntry(path); in isFile() 205 return Collections.singletonList(getEntry(path)); in listFiles() 213 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 241 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 385 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 486 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 384 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 485 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 108 if (getEntry(path) != null) { in add() 144 if (getEntry(path) != null && !hasChildren(path)) { in delete() 161 return getEntry(path) != null; in exists() 174 FileSystemEntry entry = getEntry(path); in isDirectory() 188 FileSystemEntry entry = getEntry(path); in isFile() 204 return Collections.singletonList(getEntry(path)); in listFiles() 212 FileSystemEntry fileSystemEntry = getEntry(childPath); in listFiles() 240 FileSystemEntry fileSystemEntry = getEntry(childPath); in listNames() 376 public FileSystemEntry getEntry(String path) { in getEntry() method in AbstractFakeFileSystem 477 FileSystemEntry entry = getEntry(path); in getRequiredEntry() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 431 Loops[Exit] = N->getEntry(); in analyzeLoops() 460 BasicBlock *BB = N->getEntry(); in gatherPredicates() 506 BasicBlock *Entry = R->getEntry(); in gatherPredicates() 530 << RN->getEntry()->getName() << "\n"); in collectInfos() 536 Visited.insert(RN->getEntry()); in collectInfos() 739 Order.back()->getEntry(); in getNextFlow() 749 BasicBlock *Entry = PrevNode->getEntry(); in needPrefix() 786 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates() 794 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue() 808 if (!Dominated && DT->dominates(BB, PrevNode->getEntry())) in isPredictableTrue() [all …]
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/ |
D | SwitchExprTest.java | 55 assertEquals(THROWS_STATEMENT, switchExpr.getEntry(0).getType()); in aThrowStatement() 66 assertEquals(EXPRESSION, switchExpr.getEntry(0).getType()); in jep325Example4() 81 assertEquals(BLOCK, switchExpr.getEntry(2).getType()); in jep325Example5() 82 assertEquals(BlockStmt.class, switchExpr.getEntry(2).getStatements().get(0).getClass()); in jep325Example5()
|