/external/pdfium/xfa/fxfa/ |
D | cxfa_textprovider.cpp | 43 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/ |
D | ProfileTreeGrammarHelper.cs | 70 : 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()
|
D | DebugTreeGrammarHelper.cs | 70 : 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/ |
D | message_test.cc | 46 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/ |
D | scalar_analysis.cpp | 135 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/ |
D | scalar_analysis.cpp | 135 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/ |
D | scalar_analysis.cpp | 135 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/ |
D | cxfa_calculate.cpp | 52 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()
|
D | cxfa_caption.cpp | 69 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()
|
D | cxfa_nodelocale.cpp | 75 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()
|
D | cxfa_event.cpp | 71 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/ |
D | BaseTreeAdaptor.cs | 101 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()
|
D | BaseTree.cs | 141 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()
|
D | TreeWizard.cs | 235 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()
|
D | CommonTreeAdaptor.cs | 174 public override object GetChild(object t, int i) { in GetChild() method in Antlr.Runtime.Tree.CommonTreeAdaptor 178 return ((ITree)t).GetChild(i); in GetChild()
|
D | TreeIterator.cs | 109 tree = adaptor.GetChild(tree, 0); in MoveNext() 132 tree = adaptor.GetChild(parent, nextSiblingIndex); in MoveNext()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 169 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()
|
D | BaseTreeAdaptor.cs | 133 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()
|
D | TreeWizard.cs | 267 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()
|
D | TreeIterator.cs | 128 tree = adaptor.GetChild( tree, 0 ); in MoveNext() 157 tree = adaptor.GetChild( parent, nextSiblingIndex ); in MoveNext()
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | graph_unittest.cc | 193 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/ |
D | scalar_analysis_simplification.cpp | 158 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/ |
D | scalar_analysis_simplification.cpp | 158 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/ |
D | scalar_analysis_simplification.cpp | 158 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/ |
D | DebugTreeAdaptor.cs | 94 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()
|