HomeSort by relevance Sort by last modified time
    Searched refs:findChild (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/parameter-framework/parameter/
ComponentLibrary.cpp 50 return static_cast<const CComponentType*>(findChild(strName));
SelectionCriteriaDefinition.cpp 55 return static_cast<const CSelectionCriterion*>(findChild(strName));
60 return static_cast<CSelectionCriterion*>(findChild(strName));
Element.h 104 const CElement* findChild(const std::string& strName) const;
105 CElement* findChild(const std::string& strName);
Element.cpp 540 const CElement* pChild = findChild(*pStrChildName);
559 CElement* pChild = findChild(*pStrChildName);
582 CElement* CElement::findChild(const string& strName)
599 const CElement* CElement::findChild(const string& strName) const
ConfigurableDomain.cpp 337 CDomainConfiguration* pDomainConfiguration = static_cast<CDomainConfiguration*>(findChild(xmlConfigurationSettingsElement.getNameAttribute()));
424 const CDomainConfiguration* pDomainConfiguration = static_cast<const CDomainConfiguration*>(findChild(strConfiguration));
594 if (findChild(strName)) {
    [all...]
ConfigurableDomains.cpp 115 if (findChild(strName)) {
604 const CConfigurableDomain* pConfigurableDomain = static_cast<const CConfigurableDomain*>(findChild(strDomain));
ConfigurableElement.cpp 148 const CConfigurableElement* pChild = static_cast<const CConfigurableElement*>(findChild(*pStrChildName));
ParameterMgr.cpp 554 _pSubsystemPlugins = static_cast<const CSubsystemPlugins*>(getConstFrameworkConfiguration()->findChild("SubsystemPlugins"));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
PanelTrack.java 31 public int findChild(View view);
DragListener.java 63 int pos = mStatePanelTrack.findChild(over);
64 int origin = mStatePanelTrack.findChild(
StatePanelTrack.java 114 int pos = findChild(mCurrentSelectedView);
285 int origin = findChild(mCurrentView);
329 public int findChild(View view) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 121 Node root = findChild(doc, null, SdkConstants.TAG_RESOURCES);
123 for (Node strNode = findChild(root, null,
126 strNode = findChild(null, strNode,
169 private Node findChild(Node parent, Node lastChild, String elementName) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 152 ViewNode hit = findChild(root, root, x, y);
158 private ViewNode findChild(ViewNode root, ViewNode besthit, int x, int y) {
170 hit = findChild(node, hit,
  /frameworks/base/tools/aapt2/
ManifestMerger.cpp 296 xml::Element* applicationA = manifestA->findChild({}, u"application");
297 xml::Element* applicationB = manifestB->findChild({}, u"application");
301 xml::Element* usesSdkA = manifestA->findChild({}, u"uses-sdk");
302 xml::Element* usesSdkB = manifestB->findChild({}, u"uses-sdk");
XmlDom.h 103 xml::Element* findChild(const StringPiece16& ns, const StringPiece16& name);
XmlDom.cpp 368 Element* Element::findChild(const StringPiece16& ns, const StringPiece16& name) {
  /external/deqp/scripts/
build_android_mustpass.py 207 def findChild (node, name):
217 nextNode = findChild(curNode, component)
223 if not findChild(curNode, components[-1]):
  /external/v8/tools/
profile.js 739 CallTree.Node.prototype.findChild = function(label) {
751 return this.findChild(label) || this.addChild(label);
788 var child = curr.findChild(labels[pos]);
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 830 findChild = find
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 

Completed in 703 milliseconds

1 2 3 4 5