Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 52) sorted by relevance

123

/external/doclava/res/assets/templates/
Dyaml_navtree.cs7 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/
DCompactDecimalDataCache.java155 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/
DFastOctnode.java100 …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/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
DWindowsFakeFileSystem.java98 protected boolean isRoot(String pathComponent) { in isRoot() method in WindowsFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java81 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp738 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()

123