| /third_party/libxml2/ |
| D | runxmlconf.c | 67 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir() 184 xmlDocPtr doc; in xmlconfTestInvalid() local 214 xmlDocPtr doc; in xmlconfTestValid() local 246 xmlDocPtr doc; in xmlconfTestNotNSWF() local 274 xmlDocPtr doc; in xmlconfTestNotWF() local 289 xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestItem() 441 xmlconfTestCases(xmlDocPtr doc, xmlNodePtr cur, int level) { in xmlconfTestCases() 480 xmlconfTestSuite(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestSuite() 516 xmlDocPtr doc; in xmlconfTest() local
|
| D | debugXML.c | 45 xmlDocPtr doc; /* current document */ member 276 xmlDocPtr doc; in xmlCtxtGenericNodeCheck() local 1098 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocHead() 1174 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocumentHead() 1214 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpDocument() 1285 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc) in xmlCtxtDumpEntities() 1399 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc) in xmlDebugDumpEntities() 1504 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc) in xmlDebugDumpDocumentHead() 1525 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) in xmlDebugDumpDocument() 1576 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc) in xmlDebugCheckDocument() [all …]
|
| D | runsuite.c | 62 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir() 420 xmlDocPtr doc = NULL; in xsdTestCase() local 606 xmlChar *doc = getString(cur, "string(documentation)"); in xsdTestSuite() local 624 xmlDocPtr doc; in xsdTest() local 663 xmlChar *doc = getString(cur, "string(documentation)"); in rngTestSuite() local 687 xmlDocPtr doc; in rngTest1() local 725 xmlDocPtr doc; in rngTest2() local 774 xmlDocPtr doc = NULL; in xstcTestInstance() local 982 xmlDocPtr doc; in xstcMetadata() local
|
| /third_party/ltp/metadata/ |
| D | metaparse.c | 53 static void multiline_comment(FILE *f, struct data_node *doc) in multiline_comment() 103 static void maybe_doc_comment(FILE *f, struct data_node *doc) in maybe_doc_comment() 123 static void maybe_comment(FILE *f, struct data_node *doc) in maybe_comment() 140 static char *next_token2(FILE *f, char *buf, size_t buf_len, struct data_node *doc) in next_token2() 215 static char *next_token(FILE *f, struct data_node *doc) in next_token() 222 static FILE *open_file(const char *dir, const char *fname) in open_file() 475 static int parse_test_struct(FILE *f, struct data_node *doc, struct data_node *node) in parse_test_struct() 684 struct data_node *doc = data_node_array(); in parse_file() local
|
| /third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
| D | StableAPI.java | 263 private String setVer(String prevVer, String whichVer, File dir) { in setVer() 284 Document doc = getDocument(verFile); in setVer() local 749 Element toXml(Document doc) { in toXml() 891 Document doc = dbf.newDocumentBuilder().newDocument(); in setToNode() local 1017 Document doc = getDocumentBuilder().parse(inputSource); in getDocument() local
|
| /third_party/libxml2/fuzz/ |
| D | genSeed.c | 109 xmlDocPtr doc; in processXml() local 191 const char *path, *dir, *base; in processPattern() local
|
| /third_party/flutter/skia/tools/fm/ |
| D | fm.cpp | 233 if (sk_sp<SkDocument> doc = SkPDF::MakeDocument(&stream, metadata)) { in draw_as_pdf() local 405 const SkString dir = SkOSPath::Dirname(name.c_str()); in main() local
|
| /third_party/skia/tools/fm/ |
| D | fm.cpp | 290 if (sk_sp<SkDocument> doc = SkPDF::MakeDocument(&stream, metadata)) { in draw_as_pdf() local 475 const SkString dir = SkOSPath::Dirname(name.c_str()); in main() local
|
| /third_party/python/Lib/ |
| D | pydoc.py | 190 def splitdoc(doc): argument 1108 def index(self, dir, shadowed=None): argument 1529 def docother(self, object, name=None, mod=None, parent=None, maxlen=None, doc=None): argument 1776 def doc(thing, title='Python Library Documentation: %s', forceload=0, function 1798 def writedocs(dir, pkgpath='', done=None): argument
|
| /third_party/flutter/skia/src/utils/ |
| D | SkLua.cpp | 1335 static const char* dir2string(SkPath::Direction dir) { in dir2string() 1804 auto doc = SkPDF::MakeDocument(file.get()); in lsk_newDocumentPDF() local
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| D | mod.rs | 2820 let mut doc = quote! {}; in with_variant() localVariable 4570 let dir = path.parent().unwrap(); in serialize_items() localVariable
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 4321 …const dir = toPath(referencePath ? getDirectoryPath(referencePath) : host.getCommonSourceDirectory… constant 7650 for (const doc of child.jsDoc!) { constant
|
| /third_party/node/tools/ |
| D | lint-md.mjs | 6699 _handleRead(directory, initialAdd, wh, target, dir, depth, throttler) { argument 6790 async _handleDir(dir, stats, initialAdd, depth, target, wh, realpath) { argument 7570 constructor(dir, removeWatcher) { argument 19010 function find$1(dir) { argument 20862 (function find(dir) { argument 20877 let dir = path$6.resolve(opts.cwd || ''); variable 33433 function parse(doc) { argument 33449 function stringify(node, doc) { argument 33471 function run(node, doc, callback) { argument 33546 function process(doc, callback) { argument [all …]
|
| /third_party/typescript/lib/ |
| D | tsc.js | 9154 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 86769 function getFileSystemEntries(dir) { argument 89942 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 91371 function isInDirectoryPath(dir, file) { argument 91583 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 91668 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 92994 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 92995 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 94628 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument
|
| D | typingsInstaller.js | 12273 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 105730 function getFileSystemEntries(dir) { argument 109316 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 111084 function isInDirectoryPath(dir, file) { argument 111315 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 111406 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 112918 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 112919 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 114689 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument
|
| D | tsserverlibrary.js | 12478 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 105935 function getFileSystemEntries(dir) { argument 109521 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 111289 function isInDirectoryPath(dir, file) { argument 111520 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 111611 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 113123 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 114894 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument 120335 …t, baseDirectory).map(function (d) { return ts.combinePaths(baseDirectory, d); }), function (dir) { argument [all …]
|
| D | tsserver.js | 12284 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 105741 function getFileSystemEntries(dir) { argument 109327 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 111095 function isInDirectoryPath(dir, file) { argument 111326 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 111417 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 112929 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 112930 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 114700 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument 119766 …t, baseDirectory).map(function (d) { return ts.combinePaths(baseDirectory, d); }), function (dir) { argument [all …]
|
| D | typescript.js | 12478 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 105935 function getFileSystemEntries(dir) { argument 109521 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 111289 function isInDirectoryPath(dir, file) { argument 111520 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 111611 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 113123 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 114894 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument 120335 …t, baseDirectory).map(function (d) { return ts.combinePaths(baseDirectory, d); }), function (dir) { argument
|
| D | typescriptServices.js | 12478 return getJSDocTags(node).filter(function (doc) { return doc.kind === kind; }); argument 105935 function getFileSystemEntries(dir) { argument 109521 function directoryExistsIfProjectReferenceDeclDir(dir) { argument 111289 function isInDirectoryPath(dir, file) { argument 111520 function getDirectoryToWatchFromFailedLookupLocationDirectory(dir, dirPath) { argument 111611 function setDirectoryWatcher(dir, dirPath, nonRecursive) { argument 113123 …compilerHost.watchDirectoryOfFailedLookupLocation = function (dir, cb, flags) { return watchDirect… argument 113124 …compilerHost.watchTypeRootsDirectory = function (dir, cb, flags) { return watchDirectory(dir, cb, … argument 114894 …vedPath), new ts.Map(ts.getEntries(parsed.wildcardDirectories)), function (dir, flags) { return st… argument 120335 …t, baseDirectory).map(function (d) { return ts.combinePaths(baseDirectory, d); }), function (dir) { argument
|