HomeSort by relevance Sort by last modified time
    Searched defs:siblings (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 31 hlist_item_t siblings; /* 2 pointers */ member in struct:hblock
82 hlist_init_item(&p->siblings);
97 hlist_relink(&p->siblings);
105 hlist_del(&p->siblings);
125 hlist_del(&b->siblings);
138 hlist_add(&p->children, &b->siblings);
228 hblock_t * q = structof(i, hblock_t, siblings);
249 hblock_t * q = structof(i, hblock_t, siblings);
  /external/linux-tools-perf/src/tools/perf/util/
callchain.h 24 struct list_head siblings; member in struct:callchain_node
89 INIT_LIST_HEAD(&root->node.siblings);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 219 List<CanvasViewInfo> siblings = view.getNodeSiblings(); local
220 if (siblings != null) {
221 for (CanvasViewInfo sibling : siblings) {
DomUtilities.java 575 * Returns true iff the given elements are contiguous siblings
578 * @return true if the elements are contiguous siblings with no gaps
582 // All elements must be siblings (e.g. same parent)
593 // Ensure that the siblings are contiguous; no gaps.
596 List<Element> siblings = DomUtilities.getChildren((Element) parent); local
597 if (siblings.size() != elements.size()) {
601 for (Element node : siblings) {
    [all...]
CanvasViewInfo.java 100 * a <b>circular</b> list of all the siblings that share the same node.
210 * @return a non-empty list of siblings (including this), or null
641 * (for example that {@code <merge>} siblings will provide {@link MergeCookie}
1085 List<CanvasViewInfo> siblings = parentView.getChildren(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 214 [siblings] all other nodes sharing the same parent as some node
262 def siblings method in class:ANTLR3.AST.for
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 802 // All elements must be siblings (e.g. same parent)
823 // Ensure that the siblings are contiguous; no gaps
826 List<UiElementNode> siblings = parent.getUiChildren(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/
maven-dependency-tree-1.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 

Completed in 484 milliseconds

1 2 3 4