Searched refs:getEntry (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/external/swiftshader/src/Reactor/
H A DRoutine.hpp27 virtual const void *getEntry() = 0;
H A DLLVMRoutine.hpp37 const void *getEntry();
H A DLLVMRoutine.cpp37 const void *LLVMRoutine::getEntry() function in class:sw::LLVMRoutine
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DSimplexSolver.java65 if (MathUtils.compareTo(tableau.getEntry(0, i), minValue, epsilon) < 0) {
66 minValue = tableau.getEntry(0, i);
84 final double rhs = tableau.getEntry(i, tableau.getWidth() - 1);
85 final double entry = tableau.getEntry(i, col);
106 if (MathUtils.equals(tableau.getEntry(row, column), 1, epsilon) &&
134 double pivotVal = tableau.getEntry(pivotRow, pivotCol);
140 double multiplier = tableau.getEntry(i, pivotCol);
165 if (!MathUtils.equals(tableau.getEntry(0, tableau.getRhsOffset()), 0, epsilon)) {
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
52 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x')
59 fileSystem.getEntry(DIR).permissions = new Permissions('rw-rw-rw-')
94 FileSystemEntry fileEntry = fileSystem.getEntry(outputFile)
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractFieldMatrix.java31 * <p>All the methods implemented here use {@link #getEntry(int, int)} to access
180 out.setEntry(row, col, getEntry(row, col).add(m.getEntry(row, col)));
199 out.setEntry(row, col, getEntry(row, col).subtract(m.getEntry(row, col)));
215 out.setEntry(row, col, getEntry(row, col).add(d));
231 out.setEntry(row, col, getEntry(row, col).multiply(d));
254 sum = sum.add(getEntry(row, i).multiply(m.getEntry(i, col)));
278 dataI[j] = getEntry(
610 public abstract T getEntry(int row, int column) method in class:AbstractFieldMatrix
[all...]
H A DAbstractRealMatrix.java28 * <p>All the methods implemented here use {@link #getEntry(int, int)} to access
88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col));
107 out.setEntry(row, col, getEntry(row, col) - m.getEntry(row, col));
123 out.setEntry(row, col, getEntry(row, col) + d);
139 out.setEntry(row, col, getEntry(row, col) * d);
162 sum += getEntry(row, i) * m.getEntry(i, col);
186 dataI[j] = getEntry(
586 public abstract double getEntry(int row, int column) method in class:AbstractRealMatrix
[all...]
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTestCase.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
164 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystemTest.groovy117 assert fileSystem.getEntry(NO_SUCH_DIR) == null
118 assert fileSystem.getEntry(NO_SUCH_FILE) == null
120 assert fileSystem.getEntry(EXISTING_FILE).path == EXISTING_FILE
121 assert fileSystem.getEntry(EXISTING_DIR).path == EXISTING_DIR
127 def entry = fileSystem.getEntry(NEW_FILE)
165 def fileEntry = fileSystem.getEntry(path)

Completed in 567 milliseconds

1234567891011>>