HomeSort by relevance Sort by last modified time
    Searched refs:sibling (Results 101 - 125 of 247) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/icu/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 );
610 nextNode = nextNode -> sibling;
    [all...]
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 35 for (var i = 0, sibling; sibling = root.children[i]; ++i) {
36 if (sibling.dom)
37 sibling.dom.style.zIndex = 0;
  /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...]
  /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/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 592 // lose the sibling chain when we are back from recursion.
594 for (RefPtrWillBeRawPtr<SVGElement> sibling = Traversal<SVGElement>::nextSibling(*element); sibling; sibling = Traversal<SVGElement>::nextSibling(*sibling)) {
595 if (!expandUseElementsInShadowTree(sibling.get()))
645 // lose the sibling chain when we are back from recursion.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 502 for (UiElementNode sibling : root.getUiChildren()) {
503 Node node = sibling.getXmlNode();
564 for (UiElementNode sibling : root.getUiChildren()) {
565 Node node = sibling.getXmlNode();
569 sibling.deleteXmlNode();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp 251 RenderBox* sibling = child.nextSiblingBox(); local
252 bool lastSibling = !sibling;
255 sibling = child.previousSiblingBox();
258 if (sibling)
259 index = lastSibling ? m_gridItemsIndexesMap.get(sibling) + 1 : m_gridItemsIndexesMap.get(sibling);
261 if (sibling && !lastSibling) {
262 for (; sibling; sibling = sibling->nextSiblingBox()
    [all...]
  /external/chromium_org/ui/views/widget/
root_view.h 150 // turned on, but does not contain |sibling|.
154 View* sibling);
root_view.cc 671 View* sibling) {
675 if (sibling && p->Contains(sibling))
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 175 JavaFileObject.Kind kind, FileObject sibling) throws IOException {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 357 // an ancestor of the start node), we gather nodes up to the next sibling of the end node
449 // cloned/split, the new node is always a sibling of it. Therefore, we scan
725 Node* sibling = NodeTraversal::nextSkippingChildren(node);
726 for (Node* descendent = node.firstChild(); descendent && descendent != sibling; descendent = NodeTraversal::next(*descendent)) {
819 Node* sibling = node->nextSibling(); local
    [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/lldb/scripts/Python/interface/
SBBlock.i 70 %feature("docstring", "Get the sibling block for this block.") GetSibling;
158 __swig_getmethods__["sibling"] = GetSibling
159 if _newclass: sibling = property(GetSibling, None, doc='''A read only property that returns the same result as GetSibling().''')
  /external/oprofile/events/i386/westmere/
events 19 event:0x0f counters:0,1,2,3 um:mem_uncore_retired minimum:40000 name:MEM_UNCORE_RETIRED : Load instructions retired that HIT modified data in sibling core (Precise Event)
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTaskTest.java 216 private BinaryAsyncAction sibling;
226 x.sibling = y;
227 y.sibling = x;
254 BinaryAsyncAction s = a.sibling;
256 a.sibling = null;
275 BinaryAsyncAction s = a.sibling;
288 return sibling;
292 parent = sibling = null;
    [all...]
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 145 for (var sibling = parent.firstElementChild;
146 sibling;
147 sibling = sibling.nextElementSibling) {
148 if (sibling.id > child.id) {
149 parent.insertBefore(child, sibling);
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 239 for sibling in self.parent.GetChildren():
240 if sibling.cls == 'Array' and sibling.GetName() == self.parent.GetName():
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 387 for (Element* sibling = ElementTraversal::firstChild(*parent); sibling; sibling = ElementTraversal::nextSibling(*sibling)) {
388 const AtomicString& siblingAriaRole = sibling->getAttribute(roleAttr);
390 return sibling;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h 108 void addChildBelow(GraphicsLayer*, GraphicsLayer* sibling);
  /external/libmtp/examples/
pathutils.c 57 ret = lookup_folder_id (folder->sibling, path, parent);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1018 for (Node* sibling = start; sibling; sibling = sibling->nextSibling()) {
1019 if (sibling->isTextNode() && toText(sibling)->containsOnlyWhitespace()) {
1020 bool hadRenderer = !!sibling->renderer();
1021 sibling->reattach();
1025 if (hadRenderer == !!sibling->renderer())
1027 } else if (sibling->renderer())
    [all...]
  /external/libmtp/src/
libmtp.c     [all...]
playlist-spl.c 827 if(folders->sibling != NULL)
828 id = find_folder_id(folders->sibling, parent, name);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 437 * Set the DOM sibling node, i.e. the node as whose sibling the bubble
441 * @param {HTMLElement} node The new DOM sibling node.
514 * Attach the bubble to the document's DOM, making it a sibling of the
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasProfileView.js 250 var sibling = forward ? nextNode.nextSibling : nextNode.previousSibling;
251 if (sibling) {
252 nextNode = sibling;
    [all...]

Completed in 1822 milliseconds

1 2 3 45 6 7 8 910