HomeSort by relevance Sort by last modified time
    Searched full:sibling (Results 151 - 175 of 744) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 76 # We won't handle both sibling and absolute imports in the
  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.h 57 sibling calls. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
icache1.s 95 #sibling call
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 403 // Fix up previous sibling.
511 // Fix up previous sibling.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 194 // (preceding-sibling::*|following-sibling::*)/ancestor::*[position()]/*[position()]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 45 struct TestNode* sibling; member in struct:TestNode
177 newNode->sibling = NULL;
192 if(tn->sibling != NULL) {
193 cleanUpTestTree(tn->sibling);
266 nextNode = nextNode -> sibling;
272 curNode->sibling = nextNode;
484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode );
611 nextNode = nextNode -> sibling;
    [all...]
  /external/libxml2/doc/devhelp/
devhelp.xsl 33 <xsl:variable name="prev" select="string(preceding-sibling::file[position()=1]/@name)"/>
34 <xsl:variable name="next" select="string(following-sibling::file[position()=1]/@name)"/>
  /external/libxml2/test/xsdtest/
xsdtest.xsl 97 <xsl:for-each select="preceding-sibling::class/value|following-sibling::class/value">
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 228 private volatile BinaryAsyncAction sibling;
238 x.sibling = y;
239 y.sibling = x;
274 BinaryAsyncAction s = a.sibling;
276 a.sibling = null;
294 BinaryAsyncAction s = a.sibling;
307 return sibling;
311 parent = sibling = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 94 * Node sibling. This is usually null, but it's possible for a single node in the
205 * Returns the list of node sibling of this view (which <b>will include this
1088 CanvasViewInfo sibling = siblings.get(j); local
    [all...]
  /external/ImageMagick/MagickCore/
xml-tree.c 92 *sibling,
922 child=child->sibling;
89 *sibling, member in struct:_XMLTreeInfo
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 66 /** Next sibling values, one array element for each node. */
69 /** Previous sibling values, one array element for each node. */
72 /** Previous sibling values, one array element for each node. */
187 * @param usePrevsib true if we want to build the previous sibling node array.
549 * Get the next sibling for the given node identity.
553 * @return The next sibling identity, or DTM.NULL.
581 * Get the previous sibling for the given node identity.
585 * @return The previous sibling identity, or DTM.NULL.
738 ps.println("Prev sibling: DTM.NULL");
740 ps.println("Prev sibling: NOTPROCESSED")
    [all...]
DTMDocumentImpl.java 81 int previousSibling = 0; // previous sibling - no previous sibling
196 * previous sibling's "next" reference (if necessary) and periodically
672 // * to prepare and patch up parent and sibling node pointers.</p>
720 // * to prepare and patch up parent and sibling node pointers.</p>
755 // * to prepare and patch up parent and sibling node pointers.</p>
786 // * element and parent and patch up parent and sibling pointers if necessary
808 // // the previous sibling for the next operation
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 281 /// transferToLeftSib - Transfer elements to a left sibling node.
283 /// @param Sib Left sibling node.
292 /// transferToRightSib - Transfer elements to a right sibling node.
294 /// @param Sib Right sibling node.
304 /// elements to or from a left sibling node.
306 /// @param Sib Right sibling node.
325 /// IntervalMapImpl::adjustSiblingSizes - Move elements between sibling nodes.
326 /// @param Node Array of pointers to sibling nodes.
867 /// getLeftSibling - Get the left sibling node at Level, or a null NodeRef.
868 /// @param Level Get the sibling to node(Level)
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
AlertDialogTest.java 73 * <code>ImageView</code> which is a sibling of a title view.</li>
711 // Find the title icon as a visible view that is the sibling of our title
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 59 /** The next sibling node */
140 * Set the next sibling node, which is where the result nodes
143 * @param nextSibling the next sibling node.
151 * Return the next sibling node.
153 * @return the next sibling node.
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/files/
FileHandle.java 265 /** Returns a handle to the sibling with the specified name.
266 * @throw GdxRuntimeException if this file handle is a {@link FileType#Classpath} or {@link FileType#Internal} and the sibling
268 public FileHandle sibling (String name) { method in class:FileHandle
  /frameworks/base/docs/html/training/implementing-navigation/
lateral.jd 39 <p>Swipe views provide lateral navigation between sibling screens such as tabs with
83 <dd>This is best when navigating between sibling screens representing a fixed, small
171 for navigating between and identifying sibling screens in your app.</p>
  /external/elfutils/tests/
run-readelf-dwz-multi.sh 112 sibling (ref_udata) [ 6e]
173 sibling (ref_udata) [ 6e]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 236 /// children/sibling links starting from this unit's getUnitDIE().
282 /// parent, sibling and child pointers for quick DIE navigation.
  /external/owasp/sanitizer/
Makefile 24 @echo " Should be run from client that has sibling"
207 # Packages the distrib jars into the maven directory which is a sibling of
  /external/tinyxml2/
tinyxml2.h 499 /// Get the previous (left) sibling node of this node.
503 /// Get the previous (left) sibling element of this node, with an opitionally supplied name.
507 /// Get the next (right) sibling node of this node.
511 /// Get the next (right) sibling element of this node, with an opitionally supplied name.
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 50 * guaranteed that the parent's child-related fields (including sibling links
83 * @param <K> Type of parent, child and sibling tasks
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 57 // The empty view is set in the StackWidgetProvider and should be a sibling of the
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 47 /// instead of the child-sibling approach in v2. A flat tree (a list) is

Completed in 806 milliseconds

1 2 3 4 5 67 8 91011>>