HomeSort by relevance Sort by last modified time
    Searched defs:sibling (Results 1 - 24 of 24) sorted by null

  /external/qemu/hw/
qdev.h 25 QLIST_ENTRY(DeviceState) sibling; member in struct:DeviceState
41 QLIST_ENTRY(BusState) sibling; member in struct:BusState
  /bionic/libc/kernel/common/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /development/ndk/platforms/android-3/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /external/webkit/WebCore/rendering/
MediaControlElements.cpp 169 // Find next sibling with a renderer to determine where to insert.
170 Node* sibling = nextSibling(); local
171 while (sibling && !sibling->renderer())
172 sibling = sibling->nextSibling();
173 parent()->renderer()->addChild(renderer, sibling ? sibling->renderer() : 0);
401 // Find next sibling with a renderer to determine where to insert.
402 Node* sibling = nextSibling() local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ioport.h 23 struct resource *parent, *sibling, *child; member in struct:resource
  /external/chromium/third_party/icu/source/tools/ctestfw/
ctest.c 30 struct TestNode* sibling; member in struct:TestNode
138 newNode->sibling = NULL;
153 if(tn->sibling != NULL) {
154 cleanUpTestTree(tn->sibling);
226 nextNode = nextNode -> sibling;
232 curNode->sibling = nextNode;
303 iterateTestsWithLevel ( root->sibling, len, list, mode );
407 nextNode = nextNode -> sibling;
  /external/icu4c/tools/ctestfw/
ctest.c 30 struct TestNode* sibling; member in struct:TestNode
138 newNode->sibling = NULL;
153 if(tn->sibling != NULL) {
154 cleanUpTestTree(tn->sibling);
226 nextNode = nextNode -> sibling;
232 curNode->sibling = nextNode;
303 iterateTestsWithLevel ( root->sibling, len, list, mode );
407 nextNode = nextNode -> sibling;
  /external/kernel-headers/original/linux/
ioport.h 22 struct resource *parent, *sibling, *child; member in struct:resource
sched.h 823 * pointers to (original) parent process, youngest child, younger sibling,
824 * older sibling, respectively. (p->father can be replaced with
830 * children/sibling forms the list of my children plus the
834 struct list_head sibling; /* linkage in my parent's children list */ member in struct:task_struct
    [all...]
  /external/skia/src/xml/
SkDOM.cpp 106 const Node* sibling = node->fNextSibling; local
109 for (; sibling != NULL; sibling = sibling->fNextSibling)
110 if (!strcmp(name, sibling->fName))
113 return sibling;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 100 UiElementEditPart sibling = null; local
105 sibling = findLinearTarget(parentPart, where)[1];
110 sibling = info.targetParts[info.anchorIndex];
111 sibling = getNextUiSibling(sibling);
116 UiElementNode uiSibling = sibling != null ? sibling.getUiNode() : null;
171 * Returns the next UI sibling of this part, i.e. the element which is just after in
174 * Note: by "UI sibling" here we mean the sibling in the UiNode hierarchy. By design th
    [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 696 // an ancestor of the start node), we gather nodes up to the next sibling of the end node
780 // cloned/split, the new node is always a sibling of it. Therefore, we scan
1105 Node* sibling = node->nextSibling(); local
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 670 Node* sibling = node->parent()->firstChild(); local
671 while (sibling) {
672 if (sibling->isElementNode()) {
673 String siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr).string();
675 return static_cast<Element*>(sibling);
677 sibling = sibling->nextSibling();
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 867 Node* sibling = NULL; local
869 sibling = parent->nextSibling();
870 if (sibling != NULL)
873 return sibling;
    [all...]
  /external/v8/src/
jsregexp.cc 4552 RegExpNode* sibling = siblings_.Get(i); local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 3702 milliseconds