/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/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | FastOctnode.java | 100 …etry[] globalGeomList, Set<Geometry> renderSet, Camera cam, BoundingBox parentBox, boolean isRoot){ in generateRenderSet() argument 106 if (!isRoot){ in generateRenderSet()
|
/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.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.5/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/src/main/java/org/mockftpserver/fake/filesystem/ |
D | UnixFakeFileSystem.java | 81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
|
/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.4/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.3/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.2/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.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/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/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
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 738 bool isRoot = N == Pattern.getDstPattern(); in EmitResultInstructionAsOperand() local 742 if (isRoot) { in EmitResultInstructionAsOperand() 826 if (isRoot && !PhysRegInputs.empty()) { in EmitResultInstructionAsOperand() 849 if (isRoot && !Pattern.getDstRegs().empty()) { in EmitResultInstructionAsOperand() 867 if (isRoot && in EmitResultInstructionAsOperand() 888 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) || in EmitResultInstructionAsOperand()
|