/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | FuncDocument.java | 194 int newDoc = getDoc(xctxt, context, ref.toString(), base); in execute() local 197 if (DTM.NULL != newDoc) in execute() 200 if (!mnl.contains(newDoc)) in execute() 202 mnl.addElement(newDoc); in execute() 206 if (null == iterator || newDoc == DTM.NULL) in execute() 234 int newDoc; in getDoc() local 238 newDoc = treeMgr.getNode(source); in getDoc() 250 if (DTM.NULL != newDoc) in getDoc() 251 return newDoc; in getDoc() 275 newDoc = treeMgr.getSourceTree(source, xctxt.getSAXLocator(), xctxt); in getDoc() [all …]
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 187 var newDoc = app.documents.add(600, 700, 72.0, "Edge Output", variable 192 var pathLayer = newDoc.artLayers.add(); 193 newDoc.activeLayer = pathLayer; 233 newDoc.selection.select(lineArray); 234 newDoc.selection.stroke(black, 2); 260 newDoc.selection.select(tileCenterArray); 261 newDoc.selection.fill(redColor); 273 newDoc.selection.select(centerArray); 274 newDoc.selection.fill(greenColor); 283 var textLayer = newDoc.artLayers.add();
|
/external/jdiff/src/jdiff/ |
D | Diff.java | 22 String oldDoc, String newDoc, in saveDocDiffs() argument 27 if (oldDoc == null || newDoc == null) { in saveDocDiffs() 32 generateDiffs(pkgName, className, oldDoc, newDoc, id, title); in saveDocDiffs() 43 String oldDoc, String newDoc, in generateDiffs() argument 46 String[] newDocWords = parseDoc(newDoc); in generateDiffs()
|
D | APIComparator.java | 814 public static boolean docChanged(String oldDoc, String newDoc) { in docChanged() argument 817 if (oldDoc == null && newDoc != null) in docChanged() 819 if (oldDoc != null && newDoc == null) in docChanged() 821 if (oldDoc != null && newDoc != null && oldDoc.compareTo(newDoc) != 0) in docChanged()
|
/external/libxml2/ |
D | parser.c | 12870 xmlDocPtr newDoc; in xmlParseCtxtExternalEntity() local 12899 newDoc = xmlNewDoc(BAD_CAST "1.0"); in xmlParseCtxtExternalEntity() 12900 if (newDoc == NULL) { in xmlParseCtxtExternalEntity() 12904 newDoc->properties = XML_DOC_INTERNAL; in xmlParseCtxtExternalEntity() 12906 newDoc->dict = ctx->myDoc->dict; in xmlParseCtxtExternalEntity() 12907 xmlDictReference(newDoc->dict); in xmlParseCtxtExternalEntity() 12910 newDoc->intSubset = ctx->myDoc->intSubset; in xmlParseCtxtExternalEntity() 12911 newDoc->extSubset = ctx->myDoc->extSubset; in xmlParseCtxtExternalEntity() 12914 newDoc->URL = xmlStrdup(ctx->myDoc->URL); in xmlParseCtxtExternalEntity() 12916 newRoot = xmlNewDocNode(newDoc, NULL, BAD_CAST "pseudoroot", NULL); in xmlParseCtxtExternalEntity() [all …]
|
/external/libxml2/python/tests/ |
D | xpathret.py | 11 mydoc = libxml2.newDoc("1.0")
|
D | nsdel.py | 46 doc = libxml2.newDoc("1.0")
|
D | build.py | 8 doc = libxml2.newDoc("1.0")
|
/external/pdfium/fxjs/ |
D | cjs_app.h | 88 CJS_Return newDoc(CJS_Runtime* pRuntime, 154 JS_STATIC_METHOD(newDoc, app);
|
D | cjs_app.cpp | 515 CJS_Return app::newDoc(CJS_Runtime* pRuntime, in newDoc() function in app
|
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/guice/lib/build/jdiff/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 925 … Document newDoc = getFullyResolvedLDML(sourceDir, source, false, true, false, ignoreDraft, stack); in resolveAliases() local 926 replacementList = getNodeListAsArray(newDoc, path); in resolveAliases()
|