Searched refs:addChild (Results 126 - 150 of 538) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetreeadaptor.c49 static void addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child);
88 adaptor->addChild = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, void *))
89 addChild;
109 adaptor->addChild = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, void *))
491 adaptor->addChild (adaptor, newTree, newSubTree);
515 adaptor->debugger->addChild(adaptor->debugger, tree, child);
543 * a tree's addChild method to work this way. Make sure you differentiate
544 * between your tree's addChild and this parser tree construction addChild
548 addChild (pANTLR3_BASE_TREE_ADAPTO function
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp336 addChild(coreGroup);
339 coreGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, DE_NULL));
342 coreGroup->addChild(new ShaderBuiltinConstantCase<tcu::IVec3>(m_context, ivec3Constants[ndx].varName, ivec3Constants[ndx].getValue, DE_NULL));
348 addChild(sampleVarGroup);
349 sampleVarGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, "gl_MaxSamples", getInteger<GL_MAX_SAMPLES>, "GL_OES_sample_variables"));
372 addChild(geomGroup);
375 geomGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_geometry_shader"));
404 addChild(tessGroup);
407 tessGroup->addChild(new ShaderBuiltinConstantCase<int>(m_context, intConstants[ndx].varName, intConstants[ndx].getValue, "GL_EXT_tessellation_shader"));
H A Des31fVertexAttributeBindingTests.cpp1574 addChild(usageGroup);
1575 addChild(negativeGroup);
1583 usageGroup->addChild(singleGroup);
1584 usageGroup->addChild(multipleGroup);
1585 usageGroup->addChild(mixedGroup);
1589 singleGroup->addChild(new SingleBindingCase(m_context, "elements_1", 0));
1590 singleGroup->addChild(new SingleBindingCase(m_context, "elements_2", SingleBindingCase::FLAG_ATTRIBS_MULTIPLE_ELEMS));
1591 singleGroup->addChild(new SingleBindingCase(m_context, "elements_2_share_elements", SingleBindingCase::FLAG_ATTRIBS_SHARED_ELEMS));
1592 singleGroup->addChild(new SingleBindingCase(m_context, "offset_elements_1", SingleBindingCase::FLAG_BUF_ALIGNED_OFFSET | 0));
1593 singleGroup->addChild(ne
[all...]
H A Des31fTextureStateQueryTests.cpp109 targetGroup->addChild(X); \
204 addChild(targetGroup);
208 targetGroup->addChild(createIsTextureTest(m_testCtx,
265 addChild(targetGroup);
275 targetGroup->addChild(createTexParamTest(m_testCtx,
H A Des31fTextureFormatTests.cpp388 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats")));
389 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats")));
390 addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "Sized formats (Buffer)")));
393 sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized formats (2D Array)")));
419 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
420 unsizedGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_cube_array_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), format, dataType, 64, 12));
500 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
501 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
510 sizedCubeArrayGroup->addChild(new TextureCubeArrayFormatCase (m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), (nameBase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP_ARRAY").c_str(), internalFormat, 64, 12));
511 sizedCubeArrayGroup->addChild(ne
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg286 adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
299 adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);<\n>
304 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
309 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
326 adaptor.addChild(root_<treeLevel>, <createImaginaryNode(tokenType=token, ...)>);<\n>
346 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
354 adaptor.addChild(root_<treeLevel>, <action>);<\n>
363 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
368 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
382 adaptor.addChild(root
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DAST.stg286 adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
299 adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);<\n>
304 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
309 adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
326 adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token,terminalOptions,args)>);<\n>
346 adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
354 adaptor.addChild(root_<treeLevel>, <action>);<\n>
363 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
368 adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
382 adaptor.addChild(root
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DAST.stg285 this.adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>);
298 this.adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>);<\n>
303 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
308 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode());<\n>
325 this.adaptor.addChild(root_<treeLevel>, <createImaginaryNode(tokenType=token, ...)>);<\n>
345 this.adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree());<\n>
353 this.adaptor.addChild(root_<treeLevel>, <action>);<\n>
362 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
367 this.adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree());<\n>
381 this.adaptor.addChild(root
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DAST.stg441 [treeAdaptor addChild:root_<treeLevel> toTree:root_<enclosingTreeLevel>];
455 [treeAdaptor addChild:<createRewriteNodeFromElement(...)> toTree:root_<treeLevel>];<\n>
460 [treeAdaptor addChild:[stream_<label> nextNode] toTree:root_<treeLevel>];<\n>
465 [treeAdaptor addChild:[stream_<label> nextNode] toTree:root_<treeLevel>];<\n>
482 [treeAdaptor addChild:<createImaginaryNode(tokenType=token, ...)> toTree:root_<treeLevel>];<\n>
502 [treeAdaptor addChild:[stream_<rule> nextTree] toTree:root_<treeLevel>];<\n>
510 [treeAdaptor addChild:<action> toTree:root_<treeLevel>];<\n>
519 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
524 [treeAdaptor addChild:[stream_<label> nextTree] toTree:root_<treeLevel>];<\n>
538 [treeAdaptor addChild
[all...]
H A DASTParser.stg54 [treeAdaptor addChild:<label>_tree toTree:root_0];
108 [treeAdaptor addChild:<createNodeFromToken(...)> toTree:root_0 ];}, ...)>
137 [treeAdaptor addChild:[<label> getTree] toTree:root_0];
178 [treeAdaptor addChild:[[treeAdaptor createTree:<label>] retain] toTree:root_0];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg317 self._adaptor.addChild(root_<enclosingTreeLevel>, root_<treeLevel>)<\n>
329 self._adaptor.addChild(root_<treeLevel>, <createRewriteNodeFromElement(...)>)<\n>
334 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
339 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextNode())<\n>
356 self._adaptor.addChild(root_<treeLevel>, <createImaginaryNode(token, terminalOptions, args)>)<\n>
377 self._adaptor.addChild(root_<treeLevel>, stream_<rule>.nextTree())<\n>
385 self._adaptor.addChild(root_<treeLevel>, <action>)<\n>
394 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
399 self._adaptor.addChild(root_<treeLevel>, stream_<label>.nextTree())<\n>
413 self._adaptor.addChild(root
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp615 addChild(new FboApiCase(m_context, "valid_tex2d_attachments", "Valid 2D texture attachments", validTex2DAttachmentsTest));
616 addChild(new FboApiCase(m_context, "valid_texcube_attachments", "Valid cubemap attachments", validTexCubeAttachmentsTest));
617 addChild(new FboApiCase(m_context, "valid_rbo_attachments", "Valid renderbuffer attachments", validRboAttachmentsTest));
620 addChild(new FboApiCase(m_context, "attach_to_default_fbo", "Invalid usage: attaching to default FBO", defaultFboIsZero ? attachToDefaultFramebufferTest : notSupportedTest));
621 addChild(new FboApiCase(m_context, "invalid_tex2d_attachments", "Invalid 2D texture attachments", invalidTex2DAttachmentTest));
622 addChild(new FboApiCase(m_context, "invalid_texcube_attachments", "Invalid cubemap attachments", invalidTexCubeAttachmentTest));
623 addChild(new FboApiCase(m_context, "invalid_rbo_attachments", "Invalid renderbuffer attachments", invalidRboAttachmentTest));
624 addChild(new FboApiCase(m_context, "attach_names", "Attach allocated names without objects", attachNamesTest));
626 addChild(new FboApiCase(m_context, "texture_levels", "Valid and invalid texturel levels", hasRenderToMipmap ? textureLevelsWithRenderToMipmapTest : textureLevelsTest));
629 addChild(ne
[all...]
H A Des2fDebugMarkerTests.cpp200 debugMarkerGroup->addChild(new IsSupportedCase (context));
201 debugMarkerGroup->addChild(new RandomCase (context));
202 debugMarkerGroup->addChild(new InvalidCase (context));
/external/deqp/modules/gles3/functional/
H A Des3fFboApiTests.cpp586 addChild(new FboApiCase(m_context, "valid_tex2d_attachments", "Valid 2D texture attachments", validTex2DAttachmentsTest));
587 addChild(new FboApiCase(m_context, "valid_texcube_attachments", "Valid cubemap attachments", validTexCubeAttachmentsTest));
588 addChild(new FboApiCase(m_context, "valid_rbo_attachments", "Valid renderbuffer attachments", validRboAttachmentsTest));
591 addChild(new FboApiCase(m_context, "attach_to_default_fbo", "Invalid usage: attaching to default FBO", attachToDefaultFramebufferTest));
592 addChild(new FboApiCase(m_context, "invalid_tex2d_attachments", "Invalid 2D texture attachments", invalidTex2DAttachmentTest));
593 addChild(new FboApiCase(m_context, "invalid_texcube_attachments", "Invalid cubemap attachments", invalidTexCubeAttachmentTest));
594 addChild(new FboApiCase(m_context, "invalid_rbo_attachments", "Invalid renderbuffer attachments", invalidRboAttachmentTest));
595 addChild(new FboApiCase(m_context, "attach_names", "Attach allocated names without objects", attachNamesTest));
597 addChild(new FboApiCase(m_context, "texture_levels", "Valid and invalid texturel levels", textureLevelsTest));
600 addChild(ne
[all...]
H A Des3fShaderPackingFunctionTests.cpp753 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_LOWP));
754 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_LOWP));
755 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_MEDIUMP));
756 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_MEDIUMP));
757 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_HIGHP));
758 addChild(new PackSnorm2x16Case (m_context, glu::SHADERTYPE_FRAGMENT, glu::PRECISION_HIGHP));
760 addChild(new UnpackSnorm2x16Case(m_context, glu::SHADERTYPE_VERTEX));
761 addChild(new UnpackSnorm2x16Case(m_context, glu::SHADERTYPE_FRAGMENT));
763 addChild(new PackUnorm2x16Case (m_context, glu::SHADERTYPE_VERTEX, glu::PRECISION_LOWP));
764 addChild(ne
[all...]
H A Des3fSamplerObjectTests.cpp96 simpleTexture2D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases[testNdx]));
98 addChild(simpleTexture2D);
141 multiTexture2D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases[testNdx]));
143 addChild(multiTexture2D);
179 simpleTexture3D->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases3D[testNdx]));
181 addChild(simpleTexture3D);
224 multiTexture3D->addChild(new gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases3D[testNdx]));
226 addChild(multiTexture3D);
262 simpleTextureCube->addChild(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCasesCube[testNdx]));
264 addChild(simpleTextureCub
[all...]
H A Des3fShaderSwitchTests.cpp163 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_vertex").c_str(), desc, (SwitchType)type, true, switchBody));
164 group->addChild(makeSwitchCase(group->getContext(), (string(name) + "_" + switchTypeNames[type] + "_fragment").c_str(), desc, (SwitchType)type, false, switchBody));
457 addChild(*i);
H A Des3fBufferCopyTests.cpp256 addChild(basicGroup);
272 basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, dstTarget, size, hint, 0, 0, size, verify));
280 addChild(subrangeGroup);
309 subrangeGroup->addChild(new BasicBufferCopyCase(m_context, cases[ndx].name, "",
320 addChild(singleBufGroup);
335 singleBufGroup->addChild(new SingleBufferCopyCase(m_context, name.c_str(), "", srcTarget, dstTarget, hint, verify));
/external/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp77 Space->addChild(std::move(Foo));
78 CU.addChild(std::move(Space));
109 Unnamed.addChild(std::move(Member));
140 Unnamed.addChild(std::move(Mem1));
149 Unnamed.addChild(std::move(Mem2));
171 Foo.addChild(std::move(Mem));
200 Foo.addChild(std::move(Mem));
233 Foo.addChild(std::move(Mem));
266 Foo.addChild(std::move(Mem));
296 Foo.addChild(st
[all...]
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp536 addChild(simpleGroup);
539 simpleGroup->addChild(selectionGroup);
542 simpleGroup->addChild(sortGroup);
546 selectionGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection case", attributes[ndx].attribute, false));
547 sortGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection and sort case", attributes[ndx].attribute, true));
554 addChild(randomGroup);
563 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_sizes", "Random color size rules", toSet(rgbaSizes)));
574 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "color_depth_stencil_sizes", "Random color, depth and stencil size rules", toSet(colorDepthStencilSizes)));
584 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "buffer_sizes", "Various buffer size rules", toSet(bufferSizes)));
591 randomGroup->addChild(ne
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventRepeater.java84 public void addChild(Object root, Object child) { listener.addChild(root, child); } method in class:DebugEventRepeater
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DASTParser.stg55 ADAPTOR->addChild(ADAPTOR, root_0, <label>_tree);
105 <super.matchSet(postmatchCode={<if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <createNodeFromToken(...)>);},...)>
129 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) <endif>ADAPTOR->addChild(ADAPTOR, root_0, <label>.tree);
165 ADAPTOR->addChild(ADAPTOR, root_0, <label>_tree);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java45 public void addChild( method in class:PKIXPolicyNode
163 _node.addChild(_child);
/external/deqp/framework/common/
H A DtcuTestCase.cpp63 addChild(children[i]);
78 void TestNode::addChild (TestNode* node) function in class:tcu::TestNode
/external/parameter-framework/parameter/
H A DRuleParser.cpp88 pParentRule->addChild(pCompoundRule);
120 pParentRule->addChild(pCriterionRule);

Completed in 1271 milliseconds

1234567891011>>