Home
last modified time | relevance | path

Searched +defs:doc +defs:dir (Results 1 – 19 of 19) sorted by relevance

/third_party/libxml2/
Drunxmlconf.c67 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
DdebugXML.c45 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 …]
Drunsuite.c62 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/
Dmetaparse.c53 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/
DStableAPI.java263 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/
DgenSeed.c109 xmlDocPtr doc; in processXml() local
191 const char *path, *dir, *base; in processPattern() local
/third_party/flutter/skia/tools/fm/
Dfm.cpp233 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/
Dfm.cpp290 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/
Dpydoc.py190 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/
DSkLua.cpp1335 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/
Dmod.rs2820 let mut doc = quote! {}; in with_variant() localVariable
4570 let dir = path.parent().unwrap(); in serialize_items() localVariable
/third_party/typescript/src/compiler/
Dutilities.ts4321 …const dir = toPath(referencePath ? getDirectoryPath(referencePath) : host.getCommonSourceDirectory… constant
7650 for (const doc of child.jsDoc!) { constant
/third_party/node/tools/
Dlint-md.mjs6699 _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/
Dtsc.js9154 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
DtypingsInstaller.js12273 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
Dtsserverlibrary.js12478 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 …]
Dtsserver.js12284 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 …]
Dtypescript.js12478 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
DtypescriptServices.js12478 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