Home
last modified time | relevance | path

Searched refs:isRoot (Results 1 – 25 of 64) 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/icu/android_icu4j/src/main/java/android/icu/text/
DCompactDecimalDataCache.java156 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/
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/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.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.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.4/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-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.3/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DUnixFakeFileSystem.java83 protected boolean isRoot(String pathComponent) { in isRoot() method in UnixFakeFileSystem
/external/mockftpserver/tags/2.0/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
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/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp740 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()

123