HomeSort by relevance Sort by last modified time
    Searched refs:childlist (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ppapi/generators/
idl_parser.py 939 # childlist - The children of the new item
940 def BuildProduction(self, cls, p, index, childlist=None):
941 if not childlist: childlist = []
945 out = IDLNode(cls, filename, lineno, pos, childlist)
950 def BuildNamed(self, cls, p, index, childlist=None):
951 if not childlist: childlist = []
952 childlist.append(self.BuildAttribute('NAME', p[index]))
953 return self.BuildProduction(cls, p, index, childlist)
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 937 # childlist - The children of the new item
938 def BuildProduction(self, cls, p, index, childlist=None):
940 if not childlist:
941 childlist = []
946 out = IDLNode(cls, filename, lineno, pos, childlist)
956 def BuildNamed(self, cls, p, index, childlist=None):
957 childlist = ListFromConcat(childlist)
958 childlist.append(self.BuildAttribute('NAME', p[index]))
959 return self.BuildProduction(cls, p, index, childlist)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 529 List<UiElementNode> childlist = mUiParent.getUiChildren(); local
530 if (childlist != null && childlist.size() > 1 && childlist.get(0) != this) {
531 int index = childlist.indexOf(this);
532 return index > 0 ? childlist.get(index - 1) : null;
546 List<UiElementNode> childlist = mUiParent.getUiChildren(); local
547 if (childlist != null) {
548 int size = childlist.size();
549 if (size > 1 && childlist.get(size - 1) != this)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 1981 RenderObjectChildList* childlist = parent()->virtualChildren(); local
    [all...]

Completed in 281 milliseconds