/external/deqp/framework/delibs/decpp/ |
D | deFilePath.hpp | 75 static bool isSeparator (char c); 126 inline bool FilePath::isSeparator (char c) in isSeparator() function in de::FilePath 133 return m_path.length() >= 1 && isSeparator(m_path[0]); in isRootPath() 138 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]); in isWinNetPath()
|
D | deFilePath.cpp | 54 if (!m_path.empty() && !isSeparator(m_path[m_path.size()-1])) in FilePath() 76 if (isSeparator(c)) in split() 201 if (m_path[ndx] == ':' && ndx+1 < (int)m_path.length() && isSeparator(m_path[ndx+1])) in beginsWithDrive() 203 if (isSeparator(m_path[ndx])) in beginsWithDrive()
|
/external/sqlite/android/ |
D | PhoneNumberUtils.cpp | 98 static bool isSeparator(char ch) in isSeparator() function 349 if (isSeparator(ch_a)) { in phone_number_compare_inter() 353 if (isSeparator(ch_b)) { in phone_number_compare_inter()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 74 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 76 protected boolean isSeparator(char c) { in isSeparator() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 91 protected boolean isSeparator(char c) { in isSeparator() method in WindowsFakeFileSystem
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderValueFormatter.java | 400 quote = isSeparator(value.charAt(i)); in doFormatValue() 428 protected boolean isSeparator(char ch) { in isSeparator() method in BasicHeaderValueFormatter
|