Searched refs:isRoot (Results 26 - 50 of 62) sorted by relevance

123

/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFakeUnixFileSystem.groovy63 if (first == "" || isRoot(first)) {
70 protected boolean isRoot(String pathComponent) {
H A DFakeWindowsFileSystem.groovy68 if (first == "" || isRoot(first)) {
75 protected boolean isRoot(String pathComponent) {
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DFastOctnode.java100 public void generateRenderSet(Geometry[] globalGeomList, Set<Geometry> renderSet, Camera cam, BoundingBox parentBox, boolean isRoot){ argument
106 if (!isRoot){
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCompactDecimalDataCache.java155 if (longDataBundle != null && isRoot(longDataBundle) && !isRoot(shortDataBundle)) {
189 return isRoot(result) ? null : result;
214 * isRoot returns true if r is in root locale or false otherwise.
216 private static boolean isRoot(ICUResourceBundle r) { method in class:CompactDecimalDataCache
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp670 else if (/*isRoot*/ N == Pattern.getDstPattern())
738 bool isRoot = N == Pattern.getDstPattern(); local
742 if (isRoot) {
826 if (isRoot && !PhysRegInputs.empty()) {
849 if (isRoot && !Pattern.getDstRegs().empty()) {
867 if (isRoot &&
888 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) ||
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp152 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status);
528 if (longData != NULL && isRoot(longData, status) && !isRoot(shortData, status)) {
631 UBool bRoot = isRoot(result, status);
650 static UBool isRoot(const UResourceBundle* rb, UErrorCode& status) { function
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java408 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
534 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
524 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
524 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java396 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
516 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
524 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
525 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
525 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java399 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
525 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java407 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
533 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java407 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
533 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java408 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
534 if (first.length() == 0 || isRoot(first)) {
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java408 protected abstract boolean isRoot(String pathComponent); method in class:AbstractFakeFileSystem
534 if (first.length() == 0 || isRoot(first)) {
/external/icu/icu4c/source/common/
H A Duresbund.cpp451 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
479 *isRoot = (UBool)(uprv_strcmp(name, kRootLocaleName) == 0);
608 UBool isRoot = FALSE; local
640 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
658 if (hasChopped && !isRoot) {
667 if(r==NULL && openType == URES_OPEN_LOCALE_DEFAULT_ROOT && !isDefault && !isRoot) {
670 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
677 if (hasChopped && !isRoot) {
689 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
698 } else if(!isRoot
450 findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g1397 rewrite_atom[boolean isRoot] returns [ST code=null]
1402 if ( isRoot )
1453 if ( isRoot )
1495 $code = templates.getInstanceOf("rewriteRuleLabelRef"+(isRoot?"Root":""));
1530 if ( isRoot )
1544 $code = templates.getInstanceOf("rewriteNodeAction"+(isRoot?"Root":""));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheet.java128 public boolean isRoot() method in class:Stylesheet
H A DStylesheetRoot.java126 public boolean isRoot() method in class:StylesheetRoot
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 741 milliseconds

123