/external/doclava/res/assets/templates/ |
D | yaml_navtree.cs | 7 isRoot: treat this node as if it has children and insert a section node. 10 def:write_child_nodes(page,whitespace,isRoot) ?> 13 if:subcount(page.children) || isRoot ?>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CompactDecimalDataCache.java | 155 if (longDataBundle != null && isRoot(longDataBundle) && !isRoot(shortDataBundle)) { in load() 189 return isRoot(result) ? null : result; in findWithFallback() 216 private static boolean isRoot(ICUResourceBundle r) { in isRoot() method in CompactDecimalDataCache
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CompactDecimalDataCache.java | 156 if (longDataBundle != null && isRoot(longDataBundle) && !isRoot(shortDataBundle)) { in load() 190 return isRoot(result) ? null : result; in findWithFallback() 217 private static boolean isRoot(ICUResourceBundle r) { in isRoot() method in CompactDecimalDataCache
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
D | WindowsFakeFileSystem.java | 98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 740 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local 744 if (isRoot) { in EmitResultInstructionAsOperand() 828 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand() 851 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand() 869 if (isRoot && in EmitResultInstructionAsOperand() 890 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
|