HomeSort by relevance Sort by last modified time
    Searched refs:newDoc (Results 1 - 13 of 13) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 194 int newDoc = getDoc(xctxt, context, ref.toString(), base);
196 // nodes.mutableNodeset().addNode(newDoc);
197 if (DTM.NULL != newDoc)
199 // TODO: mnl.addNodeInDocOrder(newDoc, true, xctxt); ??
200 if (!mnl.contains(newDoc))
202 mnl.addElement(newDoc);
206 if (null == iterator || newDoc == DTM.NULL)
234 int newDoc;
238 newDoc = treeMgr.getNode(source);
250 if (DTM.NULL != newDoc)
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 187 var newDoc = app.documents.add(600, 700, 72.0, "Edge Output",
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()
    [all...]
  /external/libxml2/python/tests/
xpathret.py 11 mydoc = libxml2.newDoc("1.0")
build.py 8 doc = libxml2.newDoc("1.0")
nsdel.py 46 doc = libxml2.newDoc("1.0")
  /external/jdiff/src/jdiff/
Diff.java 22 String oldDoc, String newDoc,
27 if (oldDoc == null || newDoc == null) {
32 generateDiffs(pkgName, className, oldDoc, newDoc, id, title);
43 String oldDoc, String newDoc,
46 String[] newDocWords = parseDoc(newDoc);
    [all...]
APIComparator.java     [all...]
  /external/libxml2/
parser.c     [all...]
  /external/pdfium/fxjs/
cjs_app.h 88 CJS_Return newDoc(CJS_Runtime* pRuntime,
154 JS_STATIC_METHOD(newDoc, app);
cjs_app.cpp 67 {"newDoc", newDoc_static},
515 CJS_Return app::newDoc(CJS_Runtime* pRuntime,
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/cldr/tools/java/org/unicode/cldr/util/
LDMLUtilities.java     [all...]

Completed in 2187 milliseconds