Home
last modified time | relevance | path

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

12

/external/cronet/tot/third_party/libxml/src/
Drunxmlconf.c64 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
166 xmlDocPtr doc; in xmlconfTestInvalid() local
197 xmlDocPtr doc; in xmlconfTestValid() local
231 xmlDocPtr doc; in xmlconfTestNotNSWF() local
265 xmlDocPtr doc; in xmlconfTestNotWF() local
283 xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestItem()
434 xmlconfTestCases(xmlDocPtr doc, xmlNodePtr cur, int level) { in xmlconfTestCases()
473 xmlconfTestSuite(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestSuite()
509 xmlDocPtr doc; in xmlconfTest() local
Dshell.c55 xmlDocPtr doc; member
727 xmlDocPtr doc; in xmllintShellLoad() local
1107 xmllintShell(xmlDocPtr doc, const char *filename, FILE * output) in xmllintShell()
1258 char dir[500]; in xmllintShell() local
1352 int dir = (!strcmp(command, "dir")); in xmllintShell() local
1420 char dir[500]; in xmllintShell() local
Drunsuite.c58 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
399 xmlDocPtr doc = NULL; in xsdTestCase() local
581 xmlChar *doc = getString(cur, "string(documentation)"); in xsdTestSuite() local
599 xmlDocPtr doc; in xsdTest() local
638 xmlChar *doc = getString(cur, "string(documentation)"); in rngTestSuite() local
662 xmlDocPtr doc; in rngTest1() local
700 xmlDocPtr doc; in rngTest2() local
749 xmlDocPtr doc = NULL; in xstcTestInstance() local
957 xmlDocPtr doc; in xstcMetadata() local
/external/libxml2/
Drunxmlconf.c68 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
170 xmlDocPtr doc; in xmlconfTestInvalid() local
201 xmlDocPtr doc; in xmlconfTestValid() local
235 xmlDocPtr doc; in xmlconfTestNotNSWF() local
269 xmlDocPtr doc; in xmlconfTestNotWF() local
287 xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestItem()
438 xmlconfTestCases(xmlDocPtr doc, xmlNodePtr cur, int level) { in xmlconfTestCases()
477 xmlconfTestSuite(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestSuite()
513 xmlDocPtr doc; in xmlconfTest() local
Dshell.c55 xmlDocPtr doc; member
727 xmlDocPtr doc; in xmllintShellLoad() local
1106 xmllintShell(xmlDocPtr doc, const char *filename, FILE * output) in xmllintShell()
1257 char dir[500]; in xmllintShell() local
1351 int dir = (!strcmp(command, "dir")); in xmllintShell() local
1419 char dir[500]; in xmllintShell() local
Drunsuite.c58 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
399 xmlDocPtr doc = NULL; in xsdTestCase() local
581 xmlChar *doc = getString(cur, "string(documentation)"); in xsdTestSuite() local
599 xmlDocPtr doc; in xsdTest() local
638 xmlChar *doc = getString(cur, "string(documentation)"); in rngTestSuite() local
662 xmlDocPtr doc; in rngTest1() local
700 xmlDocPtr doc; in rngTest2() local
749 xmlDocPtr doc = NULL; in xstcTestInstance() local
957 xmlDocPtr doc; in xstcMetadata() local
/external/cronet/stable/third_party/libxml/src/
Drunxmlconf.c64 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
166 xmlDocPtr doc; in xmlconfTestInvalid() local
197 xmlDocPtr doc; in xmlconfTestValid() local
231 xmlDocPtr doc; in xmlconfTestNotNSWF() local
265 xmlDocPtr doc; in xmlconfTestNotWF() local
283 xmlconfTestItem(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestItem()
434 xmlconfTestCases(xmlDocPtr doc, xmlNodePtr cur, int level) { in xmlconfTestCases()
473 xmlconfTestSuite(xmlDocPtr doc, xmlNodePtr cur) { in xmlconfTestSuite()
509 xmlDocPtr doc; in xmlconfTest() local
Dshell.c55 xmlDocPtr doc; member
727 xmlDocPtr doc; in xmllintShellLoad() local
1107 xmllintShell(xmlDocPtr doc, const char *filename, FILE * output) in xmllintShell()
1258 char dir[500]; in xmllintShell() local
1352 int dir = (!strcmp(command, "dir")); in xmllintShell() local
1420 char dir[500]; in xmllintShell() local
Drunsuite.c58 static xmlChar *composeDir(const xmlChar *dir, const xmlChar *path) { in composeDir()
399 xmlDocPtr doc = NULL; in xsdTestCase() local
581 xmlChar *doc = getString(cur, "string(documentation)"); in xsdTestSuite() local
599 xmlDocPtr doc; in xsdTest() local
638 xmlChar *doc = getString(cur, "string(documentation)"); in rngTestSuite() local
662 xmlDocPtr doc; in rngTest1() local
700 xmlDocPtr doc; in rngTest2() local
749 xmlDocPtr doc = NULL; in xstcTestInstance() local
957 xmlDocPtr doc; in xstcMetadata() local
/external/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()
219 static char *next_token(FILE *f, struct data_node *doc) in next_token()
226 static FILE *open_file(const char *dir, const char *fname) in open_file()
560 static int parse_test_struct(FILE *f, struct data_node *doc, struct data_node *node) in parse_test_struct()
824 struct data_node *doc = data_node_array(); in parse_file() local
/external/icing/icing/monkey_test/
Dicing-monkey-test-runner.cc218 std::string dir = GetTestTempDir() + "/icing/monkey"; in IcingMonkeyTestRunner() local
336 MonkeyTokenizedDocument doc = document_generator_->GenerateDocument(); in DoPut() local
486 for (const SearchResultProto::ResultProto& doc : search_result.results()) { in DoSearch() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLDMLUtilities.java147 Document doc = null; in getFullyResolvedLDML() local
257 public static String getLocaleName(Document doc) { in getLocaleName()
797 private static Node[] getNodeArray(Document doc, String tagName) { in getNodeArray()
1152 public static boolean isLocaleAlias(Document doc) { in isLocaleAlias()
1156 private static Node getAliasNode(Document doc) { in getAliasNode()
1356 public static Node[] getNodeListAsArray(Node doc, String xpath) { in getNodeListAsArray()
1404 public static Node[] getElementsByTagName(Document doc, String tagName) { in getElementsByTagName()
1428 public static NodeList getNodeList(Document doc, String xpath) { in getNodeList()
1490 public static Node getNode(Document doc, String xpath, Node namespaceNode) { in getNode()
1709 public static NodeList getNodeList(Document doc, String xpath, Node namespaceNode) { in getNodeList()
[all …]
/external/v4l-utils/
Dmeson.build222 dir = sys_root / dir / 'gconv' variable
261 dir = sys_root / 'usr' / 'lib' / dir / 'gconv' variable
401 subdir('doc') subdir
/external/doclava/src/com/google/doclava/
DDoclava.java1763 private static void writeIndex(String dir) { in writeIndex()
2022 private static void writeDirectory(File dir, String relative, JSilver js) { in writeDirectory()
2174 File dir = new File(htmlDir); in writeLists() local
2189 private static void writeJdDirList(File dir, Data data, Iterator counter) { in writeJdDirList()
2634 private static boolean hasHideOrRemovedAnnotation(Doc doc) { in hasHideOrRemovedAnnotation()
2643 private static boolean isHiddenOrRemoved(Doc doc) { in isHiddenOrRemoved()
3090 public static boolean isValidSampleProjectRoot(File dir) { in isValidSampleProjectRoot()
DStubs.java583 String dir = ""; in javaFileName() local
1104 static void writeComment(PrintStream stream, DocInfo doc) { in writeComment()
/external/libxml2/fuzz/
DgenSeed.c122 xmlDocPtr doc; in processXml() local
259 const char *path, *dir, *base; in processPattern() local
/external/icing/icing/
Dicing-search-engine_benchmark.cc151 const std::string& dir) in DestructibleDirectory()
238 for (const DocumentProto& doc : random_docs) { in BM_IndexLatency() local
276 for (const DocumentProto& doc : random_docs) { in BM_QueryLatency() local
324 for (const DocumentProto& doc : random_docs) { in BM_IndexThroughput() local
407 DocumentProto doc = generator.generateDoc(); in BM_MutlipleIndices() local
1242 for (const DocumentProto& doc : random_docs) { in BM_PersistToDisk() local
/external/python/cpython3/Lib/
Dpydoc.py202 def splitdoc(doc): argument
1196 def index(self, dir, shadowed=None): argument
1630 def docother(self, object, name=None, mod=None, parent=None, *ignored, argument
1751 def doc(thing, title='Python Library Documentation: %s', forceload=0, function
1784 def writedocs(dir, pkgpath='', done=None): argument
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents.js2902 function getTemplateContentsOwner(doc) { argument
4143 function adoptNodeNoRemove(node, doc) { argument
4147 function adoptSubtree(node, doc) { argument
4154 function adoptOlderShadowRoots(shadowRoot, doc) { argument
4427 dir: "HTMLDirectoryElement", property
4837 inFrame(function(doc) { argument
4878 var doc = ShadowDOMPolyfill.wrap(document); variable
5866 function whenReady(callback, doc) { argument
5874 function isDocumentReady(doc) { argument
5877 function whenDocumentReady(callback, doc) { argument
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js103 function DOMEval( code, node, doc ) { argument
371 globalEval: function( code, options, doc ) { argument
720 { dir: "parentNode", next: "legend" } property
1767 ">": { dir: "parentNode", first: true }, property
1768 " ": { dir: "parentNode" }, property
1769 "+": { dir: "previousSibling", first: true }, property
1770 "~": { dir: "previousSibling" } property
2992 var dir = function( elem, dir, until ) { argument
3330 function sibling( cur, dir ) { argument
9856 jQuery._evalUrl = function( url, options, doc ) { argument
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js103 function DOMEval( code, node, doc ) { argument
371 globalEval: function( code, options, doc ) { argument
720 { dir: "parentNode", next: "legend" } property
1767 ">": { dir: "parentNode", first: true }, property
1768 " ": { dir: "parentNode" }, property
1769 "+": { dir: "previousSibling", first: true }, property
1770 "~": { dir: "previousSibling" } property
2992 var dir = function( elem, dir, until ) { argument
3330 function sibling( cur, dir ) { argument
9856 jQuery._evalUrl = function( url, options, doc ) { argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js103 function DOMEval( code, node, doc ) { argument
371 globalEval: function( code, options, doc ) { argument
720 { dir: "parentNode", next: "legend" } property
1767 ">": { dir: "parentNode", first: true }, property
1768 " ": { dir: "parentNode" }, property
1769 "+": { dir: "previousSibling", first: true }, property
1770 "~": { dir: "previousSibling" } property
2992 var dir = function( elem, dir, until ) { argument
3330 function sibling( cur, dir ) { argument
9856 jQuery._evalUrl = function( url, options, doc ) { argument
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js103 function DOMEval( code, node, doc ) { argument
371 globalEval: function( code, options, doc ) { argument
720 { dir: "parentNode", next: "legend" } property
1767 ">": { dir: "parentNode", first: true }, property
1768 " ": { dir: "parentNode" }, property
1769 "+": { dir: "previousSibling", first: true }, property
1770 "~": { dir: "previousSibling" } property
2992 var dir = function( elem, dir, until ) { argument
3330 function sibling( cur, dir ) { argument
9856 jQuery._evalUrl = function( url, options, doc ) { argument
/external/python/httplib2/doc/html/_static/
Djquery.js2253 function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
2289 function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
2391 jQuery.dir = function( elem, dir ){ function in jQuery
2401 jQuery.nth = function(cur, result, dir, elem){ argument
4189 doc = elem.ownerDocument, computedStyle, docElem = doc.documentElement, variable
/external/v4l-utils/utils/keytable/
Dkeytable.c242 static const char doc[] = N_( variable
755 DIR *dir; in seek_sysfs_dir() local

12