HomeSort by relevance Sort by last modified time
    Searched full:includeself (Results 1 - 10 of 10) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 103 public DTMAxisIterator includeSelf()
DTMDefaultBaseIterators.java 131 return ((new TypedAncestorIterator(type)).includeSelf());
138 iterator = (new TypedDescendantIterator(type)).includeSelf();
198 return ((new AncestorIterator()).includeSelf());
205 iterator = (new DescendantIterator()).includeSelf();
    [all...]
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 442 /// If IncludeSelf is set, Reg itself is included in the list.
446 bool IncludeSelf) {
449 if (!IncludeSelf)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 368 // Enclosing compositing layer; if includeSelf is true, may return this.
369 RenderLayer* enclosingCompositingLayer(bool includeSelf = true) const;
    [all...]
RenderLayer.cpp 845 RenderLayer* RenderLayer::enclosingCompositingLayer(bool includeSelf) const
847 if (includeSelf && isComposited())
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java     [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java     [all...]

Completed in 569 milliseconds