HomeSort by relevance Sort by last modified time
    Searched refs:isParentOf (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
LeafNodeImpl.java 65 boolean isParentOf(Node node) {
InnerNodeImpl.java 116 if (toInsert.isParentOf(this)) {
133 public boolean isParentOf(Node node) {
  /external/webkit/Source/WebCore/fileapi/
DOMFilePath.h 53 static bool isParentOf(const String& path, const String& mayBeChild);
DOMFilePath.cpp 78 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild)
DOMFileSystemBase.cpp 124 if (source->isDirectory() && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath()))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 118 public boolean isParentOf(IFileStore other) {
119 return mStore.isParentOf(other);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 500 if (LCtx->isParentOf(ELCtx))
537 return VarContext->isParentOf(CurrentContext);
RegionStore.cpp     [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 221 bool isParentOf(const LocationContext *LC) const;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 318 bool LocationContext::isParentOf(const LocationContext *LC) const {

Completed in 957 milliseconds