/external/valgrind/helgrind/tests/ |
tc19_shadowmem.c | 11 void* (*child)(void*); member in struct:__anon20658 31 assert( info->child == &child8 ); 55 assert( info->child == &child16 ); 79 assert( info->child == &child32 ); 103 assert( info->child == &child64 ); 167 info.child = child8; 198 info.child = child16; 229 info.child = child32; 260 info.child = child64; 284 void*(*fn)(void*) = info->child; [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
GridTouchSetSelectionTest.java | 74 View child = mGridView.getChildAt(i); local 75 if (child.getId() == targetPosition) {
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListItemFocusablesFarApartTest.java | 46 * Get the child of a list item. 48 * @param index The index of the child. 57 View child = listItem.getChildAt(index); local 58 return child.getTop() + listItem.getTop(); 63 View child = listItem.getChildAt(index); local 64 return child.getBottom() + listItem.getTop();
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListSetSelectionTest.java | 74 View child = mListView.getChildAt(i); local 75 if (child.getId() == targetPosition) { 105 View child = mListView.getChildAt(i); local 106 if (child.getId() == targetPosition) { 107 target = child; 140 View child = mListView.getChildAt(i); local 141 if (child.getId() == 0 && i == 0) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackScrollState.java | 60 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); local 61 resetViewState(child); 63 // handling reset for child notifications 64 if (child instanceof ExpandableNotificationRow) { 65 ExpandableNotificationRow row = (ExpandableNotificationRow) child; 94 public void removeViewStateForView(View child) { 95 mStateMap.remove(child); 105 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); local 106 StackViewState state = mStateMap.get(child); 107 if (!applyState(child, state)) [all...] |
/frameworks/base/sax/java/android/sax/ |
Element.java | 25 * An XML element. Provides access to child elements and hooks to listen 54 * Gets the child element with the given name. Uses an empty string as the 62 * Gets the child element with the given name. 78 * Gets the child element with the given name. Uses an empty string as the 80 * time if the specified child is missing. This helps you ensure that your 88 * Gets the child element with the given name. We will throw a 89 * {@link org.xml.sax.SAXException} at parsing time if the specified child 93 Element child = getChild(uri, localName); local 97 requiredChilden.add(child); 99 if (!requiredChilden.contains(child)) { 192 Element child = requiredChildren.get(i); local [all...] |
RootElement.java | 129 // Look for a child to push onto the stack. 132 Element child = children.get(uri, localName); local 133 if (child != null) { 134 start(child, attributes);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
StatusBar.java | 94 View child = getChildAt(index); local 95 if (child instanceof ImageView) { 96 ImageView imageView = (ImageView) child;
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
BottomScrollView.java | 73 final View child = getChildAt(0); local 74 if (child != null) { 75 mScrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom());
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
cdatasectiongetdata.java | 32 * second child of the second employee and examine its 71 Node child; local 77 child = nameList.item(1); 78 lastChild = child.getLastChild();
|
characterdataindexsizeerrsubstringcountnegative.java | 35 * Retrieve the character data of the last child of the 76 CharacterData child; local 81 child = (CharacterData) nameNode.getFirstChild(); 86 badSubstring = child.substringData(10, -3);
|
characterdataindexsizeerrsubstringnegativeoffset.java | 35 * Retrieve the character data of the last child of the 76 CharacterData child; local 81 child = (CharacterData) nameNode.getFirstChild(); 86 badString = child.substringData(-5, 3);
|
documentcreateelementdefaultattr.java | 77 Node child; local 83 child = defaultAttr.item(0); 84 assertNotNull("defaultAttrNotNull", child); 85 name = child.getNodeName(); 87 value = child.getNodeValue();
|
elementgetelementsbytagnamespecialvalue.java | 68 Node child; local 85 child = (Node) lastempList.item(indexN1006A); 86 childName = child.getNodeName();
|
hc_characterdataindexsizeerrdeletedatacountnegative.java | 35 * Retrieve the character data of the last child of the 75 CharacterData child; local 80 child = (CharacterData) nameNode.getFirstChild(); 85 childSubstring = child.substringData(10, -3);
|
hc_characterdataindexsizeerrreplacedatacountnegative.java | 35 * Retrieve the character data of the last child of the 76 CharacterData child; local 81 child = (CharacterData) nameNode.getFirstChild(); 86 badString = child.substringData(10, -3);
|
hc_characterdataindexsizeerrsubstringcountnegative.java | 35 * Retrieve the character data of the last child of the 75 CharacterData child; local 80 child = (CharacterData) nameNode.getFirstChild(); 85 badSubstring = child.substringData(10, -3);
|
hc_characterdataindexsizeerrsubstringnegativeoffset.java | 35 * Retrieve the character data of the last child of the 75 CharacterData child; local 80 child = (CharacterData) nameNode.getFirstChild(); 85 badString = child.substringData(-5, 3);
|
hc_commentgetcomment.java | 67 Node child; local 76 child = (Node) elementList.item(indexN1005E); 77 childType = (int) child.getNodeType(); 80 childName = child.getNodeName(); 82 childValue = child.getNodeValue(); 84 attributes = child.getAttributes();
|
hc_elementgetelementsbytagnamespecialvalue.java | 67 Node child; local 84 child = (Node) lastempList.item(indexN10067); 85 childName = child.getNodeName();
|
hc_namednodemapreturnfirstitem.java | 69 Node child; local 87 child = (Node) attributes.item(indexN10070); 88 nodeName = child.getNodeName();
|
hc_namednodemapreturnlastitem.java | 71 Node child; local 89 child = (Node) attributes.item(indexN10070); 90 nodeName = child.getNodeName();
|
hc_nodeappendchilddocfragment.java | 32 * all its content is added to the child list of this node. 73 Node child; local 100 child = (Node) childList.item(indexN100A2); 101 nodeType = (int) child.getNodeType(); 104 childName = child.getNodeName();
|
hc_nodeinsertbefore.java | 71 Node child; local 94 child = (Node) childList.item(indexN10091); 95 nodeType = (int) child.getNodeType(); 98 childName = child.getNodeName();
|
hc_nodeinsertbeforedocfragment.java | 38 * fourth child. The second employee should now have two 75 Node child; local 90 child = childList.item(3); 91 childName = child.getNodeName(); 93 child = childList.item(4); 94 childName = child.getNodeName();
|