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

1 2 3 4 5 6 7 8 91011

  /external/parameter-framework/upstream/parameter/
ComponentLibrary.cpp 46 return static_cast<const CComponentType *>(findChild(strName));
SelectionCriteriaDefinition.cpp 53 return static_cast<const CSelectionCriterion *>(findChild(strName));
58 return static_cast<CSelectionCriterion *>(findChild(strName));
Element.h 102 const CElement *findChild(const std::string &strName) const;
103 CElement *findChild(const std::string &strName);
Element.cpp 418 const CElement *pChild = findChild(*pStrChildName);
437 CElement *pChild = findChild(*pStrChildName);
460 CElement *CElement::findChild(const string &strName)
473 const CElement *CElement::findChild(const string &strName) const
ConfigurableDomain.cpp 343 findChild(xmlConfigurationSettingsElement.getNameAttribute()));
436 static_cast<const CDomainConfiguration *>(findChild(strConfiguration));
622 if (findChild(strName)) {
    [all...]
ConfigurableDomains.cpp 119 if (findChild(strName)) {
609 static_cast<const CConfigurableDomain *>(findChild(strDomain));
ConfigurableElement.cpp 219 static_cast<const CConfigurableElement *>(findChild(*pStrChildName));
ParameterMgr.cpp 451 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) {
  /tools/tradefederation/core/src/com/android/tradefed/device/
IFileEntry.java 49 * Basically a wrapper for {@link FileEntry#findChild(String)} that
55 public IFileEntry findChild(String name) throws DeviceNotAvailableException;
FileEntryWrapper.java 66 public IFileEntry findChild(String name) throws DeviceNotAvailableException {
130 child = child.findChild(childName);
NativeDevice.java     [all...]
  /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,
  /external/deqp/scripts/
mustpass.py 229 def findChild (node, name):
239 nextNode = findChild(curNode, component)
245 if not findChild(curNode, components[-1]):
  /external/v8/tools/
profile.js 778 CallTree.Node.prototype.findChild = function(label) {
790 return this.findChild(label) || this.addChild(label);
827 var child = curr.findChild(labels[pos]);
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 833 findChild = find
    [all...]
  /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/devtools/tools/lib/
sdklib.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 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 

Completed in 2477 milliseconds

1 2 3 4 5 6 7 8 91011