HomeSort by relevance Sort by last modified time
    Searched defs:myDoc (Results 1 - 2 of 2) sorted by null

  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 917 MethodDoc myDoc = null;
918 while(clazz != null && myDoc == null){
920 myDoc = implementedMethod0(doc, interfaces);
923 return myDoc;
944 MethodDoc myDoc = implementedMethod0(doc, interfaces[i].interfaces());
945 if (myDoc != null) {
946 return myDoc;
    [all...]
  /external/libxml2/include/libxml/
parser.h 187 xmlDocPtr myDoc; /* the document being built */
    [all...]

Completed in 17 milliseconds