/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/ |
D | AnInstrumentedChild.java | 7 public final String childName; field in AnInstrumentedChild 11 this.childName = name; in AnInstrumentedChild()
|
/external/emma/core/java12/com/vladium/util/ |
D | IPathEnumerator.java | 168 final String childName = children [c]; in enumeratePathDir() local 170 … final File child = dir != null ? new File (dir, childName) : new File (childName); in enumeratePathDir() 171 final File fullChild = new File (fullDir, childName); in enumeratePathDir()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_resolution_typesolvers_ReflectionTypeSolver.txt | 14 …Declaration().internalTypes().stream().filter(it -> it.getName().equals(childName)).findFirst() ==… 15 …Declaration().internalTypes().stream().filter(it -> it.getName().equals(childName)) ==> java.util.… 19 Line 78) it.getName().equals(childName) ==> java.lang.String.equals(java.lang.Object)
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/ |
D | ReflectionTypeSolver.java | 74 String childName = name.substring(lastDot + 1); in tryToSolveType() 78 .stream().filter(it -> it.getName().equals(childName)).findFirst(); in tryToSolveType()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
D | DOTTreeGenerator.cs | 161 string childName = "n" + GetNodeNumber(child); in DefineEdges() 162 …yield return string.Format(EdgeFormat, parentName, childName, FixString(parentText), FixString(chi… in DefineEdges()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | DotTreeGenerator.cs | 171 string childName = "n" + GetNodeNumber( child ); in DefineEdges() 172 …yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString(… in DefineEdges()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | DotTreeGenerator.cs | 171 string childName = "n" + GetNodeNumber( child ); in DefineEdges() 172 …yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString(… in DefineEdges()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParseRDF.java | 991 String childName; in addChildNode() local 1006 childName = prefix + xmlNode.getLocalName(); in addChildNode() 1030 if (registry.findAlias(childName) != null) in addChildNode() 1040 boolean isArrayItem = "rdf:li".equals(childName); in addChildNode() 1041 boolean isValueNode = "rdf:value".equals(childName); in addChildNode() 1045 childName, value, childOptions); in addChildNode()
|
D | XMPNode.java | 897 private void assertChildNotExisting(String childName) throws XMPException 899 if (!XMPConst.ARRAY_ITEM_NAME.equals(childName) && 900 findChildByName(childName) != null) 902 throw new XMPException("Duplicate property or field node '" + childName + "'",
|
D | XMPNodeUtils.java | 147 static XMPNode findChildNode(XMPNode parent, String childName, boolean createNodes) in findChildNode() argument 168 XMPNode childNode = parent.findChildByName(childName); in findChildNode() 173 childNode = new XMPNode(childName, options); in findChildNode()
|
/external/antlr/runtime/Python/antlr3/ |
D | dottreegen.py | 144 childName = "n%d" % self.getNodeNumber(child) 147 edgeST.setAttribute("child", childName)
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | DOTTreeGenerator.java | 173 String childName = "n"+getNodeNumber(child); in toDOTDefineEdges() local 176 edgeST.setAttribute("child", childName); in toDOTDefineEdges()
|
/external/parameter-framework/upstream/tools/coverage/ |
D | coverage.py | 105 def getChildFromName(self, childName): argument 109 if child.getName() == childName : 112 self.debug('Child "%s" not found' % childName, logging.ERROR) 119 raise ChildNotFoundError(self, childName) 266 childName = path.pop(0) 267 child = self.getChildFromName(childName)
|
/external/skia/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 442 String childName = "_child" + to_string(index); in writeFunctionCall() local 443 addExtraEmitCodeLine("SkString " + childName + "(\"" + childName + "\");"); in writeFunctionCall() 448 inputArg + ", &" + childName + ", args);"); in writeFunctionCall() 457 " fragBuilder->codeAppendf(\"half4 %s;\", " + childName + ".c_str());" in writeFunctionCall() 461 fFormatArgs.push_back(childName + ".c_str()"); in writeFunctionCall()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 687 String childName = child.getNodeName(); in mergeLDMLDocuments() local 691 xpath.append(childName); in mergeLDMLDocuments() 695 if (childName.indexOf(":") > -1) { in mergeLDMLDocuments() 707 if (childName.indexOf(":") > -1) { in mergeLDMLDocuments() 718 } else if (childName.equals(LDMLConstants.IDENTITY)) { in mergeLDMLDocuments() 727 } else if (childName.equals(LDMLConstants.COLLATION)) { in mergeLDMLDocuments() 1539 …public static Node getVettedNode(Document fullyResolvedDoc, Node parent, String childName, StringB… in getVettedNode() argument 1541 NodeList list = getNodeList(parent, childName, fullyResolvedDoc, xpath.toString()); in getVettedNode() 1547 xpath.append(childName); in getVettedNode()
|
/external/skqp/src/sksl/ |
D | SkSLCPPCodeGenerator.cpp | 413 String childName = "_child" + to_string(index); in writeFunctionCall() local 414 addExtraEmitCodeLine("SkString " + childName + "(\"" + childName + "\");"); in writeFunctionCall() 416 ", &" + childName + ", args);"); in writeFunctionCall() 419 fFormatArgs.push_back(childName + ".c_str()"); in writeFunctionCall()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 708 std::ostringstream childName; in setName() local 709 childName << "m" << (i % (childUniforms.size() / type.arraySize)); in setName() 714 childUniforms[i].setName(childParentName.str(), childName.str()); in setName()
|