/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsFileSystemProvider.java | 93 JimfsPath checkedPath = checkPath(path); in newFileSystem() 118 return (JimfsFileSystem) checkPath(path).getFileSystem(); in getFileSystem() 127 private static JimfsPath checkPath(Path path) { in checkPath() method in JimfsFileSystemProvider 143 JimfsPath checkedPath = checkPath(path); in newFileChannel() 162 JimfsPath checkedPath = checkPath(path); in newByteChannel() 187 JimfsPath checkedPath = checkPath(path); in newInputStream() 198 JimfsPath checkedPath = checkPath(path); in newOutputStream() 208 JimfsPath checkedPath = checkPath(dir); in newDirectoryStream() 215 JimfsPath checkedPath = checkPath(dir); in createDirectory() 222 JimfsPath linkPath = checkPath(link); in createLink() [all …]
|
D | JimfsSecureDirectoryStream.java | 130 JimfsPath checkedPath = checkPath(path); in newDirectoryStream() 146 JimfsPath checkedPath = checkPath(path); in newByteChannel() 155 JimfsPath checkedPath = checkPath(path); in deleteFile() 162 JimfsPath checkedPath = checkPath(path); in deleteDirectory() 170 JimfsPath checkedSrcPath = checkPath(srcPath); in move() 171 JimfsPath checkedTargetPath = checkPath(targetPath); in move() 197 final JimfsPath checkedPath = checkPath(path); in getFileAttributeView() 210 private static JimfsPath checkPath(Path path) {
|
D | JimfsPath.java | 169 JimfsPath otherPath = checkPath(other); in startsWith() 183 JimfsPath otherPath = checkPath(other); in endsWith() 259 JimfsPath otherPath = checkPath(other); in resolve() 281 JimfsPath otherPath = checkPath(other); in resolveSibling() 303 JimfsPath otherPath = checkPath(other); in relativize() 435 private JimfsPath checkPath(Path other) {
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | PathChecker.java | 23 public boolean checkPath(String path) { in checkPath() method in PathChecker 25 return checkPath(parts, null); in checkPath() 32 public boolean checkPath(String path, Map<Row.R3<String,String,String>, ValueStatus> errors) { in checkPath() method in PathChecker 34 return checkPath(parts, errors); in checkPath() 40 …public boolean checkPath(XPathParts parts, Map<Row.R3<String, String, String>, ValueStatus> errors… in checkPath() method in PathChecker
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
D | snapshot_reader.cpp | 62 checkPath(); // see if default will work. in SnapShotReader() 78 checkPath(); in setSnapshotDir() 195 void SnapShotReader::checkPath() in checkPath() function in SnapShotReader
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestLocalCurrency.java | 82 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" in TestConsistency() local 84 String localCurrencySymbol = localeData.getWinningValue(checkPath); in TestConsistency()
|
D | TestPersonNameFormatter.java | 431 …String path = checkPath("//ldml/personNames/personName[@order=\"givenFirst\"][@length=\"long\"][@u… in TestExampleDependencies() 442 …String namePath = checkPath("//ldml/personNames/sampleName[@item=\"givenSurnameOnly\"]/nameField[@… in TestExampleDependencies() 453 private String checkPath(String path) { in checkPath() method in TestPersonNameFormatter
|
D | TestAttributeValues.java | 237 private void checkPath(String path) { in checkPath() method in TestAttributeValues.PathChecker
|
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/ |
D | snapshot_reader.h | 71 void checkPath(); // see if the ini file can be opened on the current path
|
/external/deqp/modules/gles31/functional/ |
D | es31fAtomicCounterTests.cpp | 128 …static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrement… 712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decr… in checkPath() function in deqp::gles31::Functional::__anonf9d5ce9a0111::AtomicCounterTest 848 if (!checkPath(counterIncrements, counterDecrements, getInitialValue(), m_spec)) in checkAndLogCallValues()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1878 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" + currency + "\"]/symbol"; in handleCurrencyFormat() local 1879 String currencySymbol = cldrFile.getWinningValue(checkPath); in handleCurrencyFormat() 1908 checkPath = "//ldml/numbers/currencies/currency[@type=\"" + currency + "\"]/symbol"; in handleCurrencyFormat() 1909 currencySymbol = cldrFile.getWinningValue(checkPath); in handleCurrencyFormat()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 705 if (!pathChecker.checkPath(newFullPath)) { in replace()
|
/external/ow2-asm/tools/retrofitter/src/main/resources/ |
D | jdk1.5.0.12.txt.gz |
|