/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
Path.java | 39 public Path getChild(String segment) { 60 public Path getChild(int segment) { 61 return getChild(String.valueOf(segment)); 64 public Path getChild(long segment) { 65 return getChild(String.valueOf(segment)); 105 current = current.getChild(segments[i]);
|
ClusterAlbumSet.java | 108 childPath = mPath.getChild(Uri.encode(childName)); 111 childPath = mPath.getChild(minSize); 113 childPath = mPath.getChild(i);
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityViewTreeReportingTest.java | 53 assertEquals(firstTextView, firstFrameLayout.getChild(0)); 57 assertEquals(firstEditText, firstFrameLayout.getChild(1)); 61 assertEquals(firstButton, firstFrameLayout.getChild(2)); 74 assertEquals(secondTextView, secondFrameLayout.getChild(0)); 78 assertEquals(secondEditText, secondFrameLayout.getChild(1)); 82 assertEquals(secondButton, secondFrameLayout.getChild(2)); 96 assertEquals(firstFrameLayout, rootLinearLayout.getChild(0)); 100 assertEquals(secondTextView, rootLinearLayout.getChild(1)); 104 assertEquals(secondEditText, rootLinearLayout.getChild(2)); 108 assertEquals(secondButton, rootLinearLayout.getChild(3)) [all...] |
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 384 parseFile((ParseTree) tree.getChild(i)); 395 ParseTree child = (ParseTree) tree.getChild(i); 417 packageName.append(tree.getChild(j).toString()); 431 String part = tree.getChild(i).toString(); 634 ParseTree member = (ParseTree) child.getChild(0).getChild(0); 657 Object tmp = member.getChild(0); 666 Object tmp = member.getChild(0); 721 name = child.getChild(0).toString(); 726 ParseTree tmp = (ParseTree) child.getChild(j++) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 86 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1); 87 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2); 99 a = (CommonTree)a.getChild(0); 108 CommonTree ret = (CommonTree)a.getChild(0); 155 CommonTree child = (CommonTree)a.getChild(0); 165 CommonTree child = (CommonTree)a.getChild(0); 177 CommonTree child = (CommonTree)a.getChild(0); 180 CommonTree rew = (CommonTree)a.getChild(1); 212 CommonTree rule = (CommonTree)root.getChild(0);
|
GrammarAST.java | 290 Tree child = getChild(0); 305 Tree child = getChild(0); 332 return (GrammarAST)getChild(getChildCount() - 1); 336 return (GrammarAST)getParent().getChild(getChildIndex() + 1); 344 return (GrammarAST)parent.getChild(parent.getChildCount() - 1); 368 Tree child = root.getChild(i); 377 Tree child = root.getChild(i); 412 GrammarAST child = (GrammarAST)getChild(i); 491 GrammarAST child = (GrammarAST)t.getChild(i); 521 GrammarAST child = (GrammarAST)t.getChild(i) [all...] |
/external/parameter-framework/upstream/parameter/ |
EnumParameterType.cpp | 66 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); 191 return static_cast<const CEnumValuePair *>(getChild(0))->getNumerical(); 202 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); 222 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); 244 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild));
|
SelectionCriteriaDefinition.cpp | 73 static_cast<const CSelectionCriterion *>(getChild(uiChild)); 90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild));
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
Policy.java | 39 OMANode rpNode = node.getChild(TAG_PreferredRoamingPartnerList); 53 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold); 67 mPolicyUpdate = new UpdateInfo(node.getChild(TAG_PolicyUpdate)); 69 OMANode sxNode = node.getChild(TAG_SPExclusionList); 82 OMANode rptNode = node.getChild(TAG_RequiredProtoPortTuple);
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
UnmodifiableData.java | 50 * {@link #createChild} calls {@link #getChild} and throws {@link UnsupportedOperationException} 56 Data child = getChild(path);
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_validate.cpp | 113 if (CXFA_Node* pNode = m_pNode->GetChild(0, XFA_Element::Picture)) 118 return CXFA_Script(m_pNode->GetChild(0, XFA_Element::Script));
|
cxfa_attachnodelist.cpp | 42 return m_pAttachNode->GetChild(
|
cxfa_widgetdata.cpp | 175 if (CXFA_Node* pItems = pNode->GetChild(0, XFA_Element::Items)) { 176 if (CXFA_Node* pItem = pItems->GetChild(0, XFA_Element::Unknown)) 457 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) { 474 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) { 534 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) { 554 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) { 566 CXFA_Node* pItem = pChild->GetChild(0, XFA_Element::Items); 588 CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items); 655 CXFA_Node* pItem = pNode->GetChild(0, XFA_Element::Items); 796 CXFA_Node* pItem = pItems->GetChild(nIndex, XFA_Element::Unknown) [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/ |
VCardDetailAdapter.java | 43 public Object getChild(final int groupPosition, final int childPosition) { 63 getChild(groupPosition, childPosition);
|
/frameworks/base/sax/java/android/sax/ |
Element.java | 57 public Element getChild(String localName) { 58 return getChild("", localName); 64 public Element getChild(String uri, String localName) { 93 Element child = getChild(uri, localName);
|
/hardware/interfaces/tests/inheritance/1.0/default/ |
Fetcher.cpp | 43 Return<sp<IChild>> Fetcher::getChild(bool sendRemote) {
|
Fetcher.h | 30 Return<sp<IChild>> getChild(bool sendRemote) override;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 36 public Object getChild(Object o, int i) {
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 63 if (block.getChild(i).getType() == ALT) 85 if ( p.getChild( i ).getType() != RULE ) 88 String ruleName = p.getChild(i).getChild(0).getText(); 354 // GrammarAST rewriteAST = (GrammarAST)$start.Parent.getChild($start.ChildIndex + 1); 360 // firstRewriteAST.getChild(0)!=null && 361 // firstRewriteAST.getChild(0).getType()!=ETC) ) 397 e = (GrammarAST)e.getChild(0); 417 a = (GrammarAST)a.getChild(0); 476 GrammarAST block = (GrammarAST)$start.getChild(0) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.js | 49 child = this.getChild(t, i); 109 newRootTree = newRootTree.getChild(0); 130 r = r.getChild(0); 180 getChild: function(t, i) { 181 return t.getChild(i);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSettingsAdapter.java | 91 public BluetoothMapAccountItem getChild(int groupPosition, int childPosition) { 95 private ArrayList<BluetoothMapAccountItem> getChild(BluetoothMapAccountItem group) { 120 final BluetoothMapAccountItem child = getChild(groupPosition, childPosition); 130 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup); 255 ArrayList<BluetoothMapAccountItem> childItem = getChild(groupItem);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.m | 188 STAssertEquals((NSInteger)[[parent getChild:0] getChildIndex], (NSInteger)0, @"Child index should be 0 was : %d", [[parent getChild:0] getChildIndex]); 189 STAssertEquals([[parent getChild:0] getParent], parent, @"Parent not set for child"); 213 STAssertEquals([newParent getChild:0], [parent getChild:0], @"Children did not match"); 264 STAssertEquals([newParent getChild:0], tree, @"Child was not the correct object."); 286 ANTLRCommonTree *child = [parent getChild:0]; 307 STAssertTrue([parent getChild:0] == tree, @"Trees don't match"); 310 ANTLRCommonTree *child = [parent getChild:0]; 494 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1") [all...] |
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 590 FindDepVarsOf(N->getChild(i), DepMap); 714 TreePatternNode *Child = P->getChild(i); 828 return N->getChild(OpNo); [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | 716 FindDepVarsOf(N->getChild(i), DepMap); 843 TreePatternNode *Child = P->getChild(i); [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeVisitor.java | 59 Object child = adaptor.getChild(t, i); 61 Object childAfterVisit = adaptor.getChild(t, i);
|