Home
last modified time | relevance | path

Searched refs:GetChild (Results 1 – 25 of 82) sorted by relevance

1234

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp43 m_pNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
75 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetTextNode()
80 pCaptionNode->GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetTextNode()
97 m_pNode->GetChild<CXFA_Items>(0, XFA_Element::Items, false); in GetTextNode()
121 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetParaIfExists()
122 return pNode->GetChild<CXFA_Para>(0, XFA_Element::Para, false); in GetParaIfExists()
130 m_pNode->GetChild<CXFA_Caption>(0, XFA_Element::Caption, false); in GetFontIfExists()
131 CXFA_Font* font = pNode->GetChild<CXFA_Font>(0, XFA_Element::Font, false); in GetFontIfExists()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs70 : this(new CommonTreeNodeStream(function.GetChild(2)), functionDefinitions) in ProfileTreeGrammar()
73 localMemory[function.GetChild(1).Text] = paramValue; in ProfileTreeGrammar()
85 if (f.GetChild(0).Text.Equals(name)) in findFunction()
88 CommonTree formalPar = (CommonTree)f.GetChild(1); in findFunction()
DDebugTreeGrammarHelper.cs70 : this(new CommonTreeNodeStream(function.GetChild(2)), functionDefinitions) in DebugTreeGrammar()
73 localMemory[function.GetChild(1).Text] = paramValue; in DebugTreeGrammar()
85 if (f.GetChild(0).Text.Equals(name)) in findFunction()
88 CommonTree formalPar = (CommonTree)f.GetChild(1); in findFunction()
/external/tensorflow/tensorflow/lite/testing/
Dmessage_test.cc46 const TestMessage* GetChild(int i) const { in GetChild() function in tflite::testing::__anon53f1437e0111::TestMessage
73 auto* x = message.GetChild(0); in TEST()
79 auto* y = message.GetChild(1); in TEST()
83 auto* z = message.GetChild(2); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dscalar_analysis.cpp135 const SENode* child_1 = node->GetChild(0); in TEST_F()
139 const SENode* child_2 = node->GetChild(1); in TEST_F()
147 EXPECT_EQ(simplified->GetChild(0)->GetType(), SENode::Constant); in TEST_F()
148 EXPECT_EQ(simplified->GetChild(0)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
151 EXPECT_EQ(simplified->GetChild(1)->GetType(), SENode::Constant); in TEST_F()
152 EXPECT_EQ(simplified->GetChild(1)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
155 EXPECT_EQ(simplified->GetChild(0), simplified->GetChild(1)); in TEST_F()
261 const SENode* child_1 = node->GetChild(0); in TEST_F()
265 const SENode* child_2 = node->GetChild(1); in TEST_F()
274 EXPECT_NE(rec->GetChild(0), rec->GetChild(1)); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp135 const SENode* child_1 = node->GetChild(0); in TEST_F()
139 const SENode* child_2 = node->GetChild(1); in TEST_F()
147 EXPECT_EQ(simplified->GetChild(0)->GetType(), SENode::Constant); in TEST_F()
148 EXPECT_EQ(simplified->GetChild(0)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
151 EXPECT_EQ(simplified->GetChild(1)->GetType(), SENode::Constant); in TEST_F()
152 EXPECT_EQ(simplified->GetChild(1)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
155 EXPECT_EQ(simplified->GetChild(0), simplified->GetChild(1)); in TEST_F()
261 const SENode* child_1 = node->GetChild(0); in TEST_F()
265 const SENode* child_2 = node->GetChild(1); in TEST_F()
274 EXPECT_NE(rec->GetChild(0), rec->GetChild(1)); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp135 const SENode* child_1 = node->GetChild(0); in TEST_F()
139 const SENode* child_2 = node->GetChild(1); in TEST_F()
147 EXPECT_EQ(simplified->GetChild(0)->GetType(), SENode::Constant); in TEST_F()
148 EXPECT_EQ(simplified->GetChild(0)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
151 EXPECT_EQ(simplified->GetChild(1)->GetType(), SENode::Constant); in TEST_F()
152 EXPECT_EQ(simplified->GetChild(1)->AsSEConstantNode()->FoldToSingleValue(), in TEST_F()
155 EXPECT_EQ(simplified->GetChild(0), simplified->GetChild(1)); in TEST_F()
261 const SENode* child_1 = node->GetChild(0); in TEST_F()
265 const SENode* child_2 = node->GetChild(1); in TEST_F()
274 EXPECT_NE(rec->GetChild(0), rec->GetChild(1)); in TEST_F()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_calculate.cpp52 return GetChild<CXFA_Script>(0, XFA_Element::Script, false); in GetScriptIfExists()
56 CXFA_Message* pNode = GetChild<CXFA_Message>(0, XFA_Element::Message, false); in GetMessageText()
60 CXFA_Text* text = pNode->GetChild<CXFA_Text>(0, XFA_Element::Text, false); in GetMessageText()
Dcxfa_caption.cpp69 return GetChild<CXFA_Margin>(0, XFA_Element::Margin, false); in GetMarginIfExists()
73 return GetChild<CXFA_Font>(0, XFA_Element::Font, false); in GetFontIfExists()
77 return GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetValueIfExists()
Dcxfa_nodelocale.cpp75 m_pLocale ? m_pLocale->GetChild<CXFA_DateTimeSymbols>( in GetDateTimeSymbols()
152 m_pLocale ? m_pLocale->GetChild<CXFA_Node>(0, eElement, false) : nullptr; in GetSymbol()
161 m_pLocale ? m_pLocale->GetChild<CXFA_CalendarSymbols>( in GetCalendarSymbol()
171 pNode->GetChild<CXFA_Node>(index, XFA_Element::Unknown, false); in GetCalendarSymbol()
Dcxfa_event.cpp71 return GetChild<CXFA_Script>(0, XFA_Element::Script, false); in GetScriptIfExists()
76 return GetChild<CXFA_Submit>(0, XFA_Element::Submit, false); in GetSubmitIfExists()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs101 object child = GetChild(t, i); in DupTree()
164 newRootTree = (ITree)newRootTree.GetChild(0); in BecomeRoot()
185 r = (ITree)r.GetChild(0); in RulePostProcessing()
239 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
240 return ((ITree)t).GetChild(i); in GetChild()
DBaseTree.cs141 public virtual ITree GetChild(int i) { in GetChild() method in Antlr.Runtime.Tree.BaseTree
189 ITree c = t.GetChild(i); in AddChild()
295 newChildren.Add(newTree.GetChild(i)); in ReplaceChildren()
354 ITree child = GetChild(c); in FreshenParentAndChildIndexes()
373 BaseTree child = (BaseTree)this.GetChild(c); in SanityCheckParentAndChildIndexes()
DTreeWizard.cs235 object child = adaptor.GetChild(t, i); in IndexCore()
325 object child = adaptor.GetChild(t, i); in VisitCore()
441 object child1 = adaptor.GetChild(t1, i); in ParseCore()
442 TreePattern child2 = (TreePattern)tpattern.GetChild(i); in ParseCore()
520 object child1 = adaptor.GetChild(t1, i); in EqualsCore()
521 object child2 = adaptor.GetChild(t2, i); in EqualsCore()
DCommonTreeAdaptor.cs174 public override object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.CommonTreeAdaptor
178 return ((ITree)t).GetChild(i); in GetChild()
DTreeIterator.cs109 tree = adaptor.GetChild(tree, 0); in MoveNext()
132 tree = adaptor.GetChild(parent, nextSiblingIndex); in MoveNext()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs169 public virtual ITree GetChild( int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTree
227 ITree c = t.GetChild( i ); in AddChild()
374 newChildren.Add( newTree.GetChild( i ) ); in ReplaceChildren()
449 ITree child = GetChild( c ); in FreshenParentAndChildIndexes()
465 ITree child = GetChild(c); in FreshenParentAndChildIndexesDeeply()
492 BaseTree child = (BaseTree)this.GetChild( c ); in SanityCheckParentAndChildIndexes()
DBaseTreeAdaptor.cs133 object child = GetChild( t, i ); in DupTree()
201 newRootTree = (ITree)newRootTree.GetChild( 0 ); in BecomeRoot()
228 r = (ITree)r.GetChild( 0 ); in RulePostProcessing()
308 public virtual object GetChild( object t, int i ) in GetChild() method in Antlr.Runtime.Tree.BaseTreeAdaptor
314 return tree.GetChild(i); in GetChild()
DTreeWizard.cs267 object child = adaptor.GetChild( t, i ); in IndexCore()
375 object child = adaptor.GetChild( t, i ); in VisitCore()
507 object child1 = adaptor.GetChild( t1, i ); in ParseCore()
508 TreePattern child2 = (TreePattern)tpattern.GetChild( i ); in ParseCore()
596 object child1 = adaptor.GetChild( t1, i ); in EqualsCore()
597 object child2 = adaptor.GetChild( t2, i ); in EqualsCore()
DTreeIterator.cs128 tree = adaptor.GetChild( tree, 0 ); in MoveNext()
157 tree = adaptor.GetChild( parent, nextSiblingIndex ); in MoveNext()
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_unittest.cc193 TEST(NodeTest, GetChild) { in TEST() argument
197 ASSERT_EQ(node.GetChild("test"), nullptr); in TEST()
201 ASSERT_EQ(node.GetChild("child"), &child); in TEST()
208 ASSERT_EQ(node.GetChild("test"), nullptr); in TEST()
212 ASSERT_EQ(node.GetChild("child"), &child); in TEST()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp158 SENode* operand_1 = multiply->GetChild(0); in AccumulatorsFromMultiply()
159 SENode* operand_2 = multiply->GetChild(1); in AccumulatorsFromMultiply()
278 SENode* negated_node = child->GetChild(0); in GatherAccumulatorsFromChildNodes()
362 return new_add->GetChild(0); in SimplifyPolynomial()
387 child = child->GetChild(0); in FoldRecurrentAddExpressions()
453 return new_node->GetChild(0); in FoldRecurrentAddExpressions()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_analysis_simplification.cpp158 SENode* operand_1 = multiply->GetChild(0); in AccumulatorsFromMultiply()
159 SENode* operand_2 = multiply->GetChild(1); in AccumulatorsFromMultiply()
278 SENode* negated_node = child->GetChild(0); in GatherAccumulatorsFromChildNodes()
362 return new_add->GetChild(0); in SimplifyPolynomial()
387 child = child->GetChild(0); in FoldRecurrentAddExpressions()
453 return new_node->GetChild(0); in FoldRecurrentAddExpressions()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp158 SENode* operand_1 = multiply->GetChild(0); in AccumulatorsFromMultiply()
159 SENode* operand_2 = multiply->GetChild(1); in AccumulatorsFromMultiply()
278 SENode* negated_node = child->GetChild(0); in GatherAccumulatorsFromChildNodes()
362 return new_add->GetChild(0); in SimplifyPolynomial()
387 child = child->GetChild(0); in FoldRecurrentAddExpressions()
453 return new_node->GetChild(0); in FoldRecurrentAddExpressions()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs94 object child = adaptor.GetChild(t, i); in SimulateTreeConstruction()
201 public virtual object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Debug.DebugTreeAdaptor
202 return adaptor.GetChild(t, i); in GetChild()

1234