HomeSort by: relevance | last modified time | path
    Searched refs:doc (Results 1 - 25 of 270) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/fontconfig/dist/doc/
check-missing-doc 3 doc=fontconfig-doc
4 trap "rm $header $doc" 0 1 15
13 grep '@FUNC[+]*@' $top_srcdir/doc/*.fncs |
15 sort -u > $doc
17 if cmp $doc $header > /dev/null; then
23 diff -y $header $doc | grep '[<>]'
  /xsrc/external/mit/xorg-server.old/dist/doc/xml/dtrace/
Makefile.am 30 include $(top_srcdir)/doc/xml/xmlrules-inst.in
32 include $(top_srcdir)/doc/xml/xmlrules-noinst.in
  /xsrc/external/mit/fontconfig/dist/test/
test-bz1744377.c 29 const FcChar8 *doc = (const FcChar8 *) "" local
41 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
test-issue180.c 31 const FcChar8 *doc = (const FcChar8 *) "" local
45 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
test-issue107.c 188 const FcChar8 *doc = (const FcChar8 *) "" local
213 len = strlen ((const char *) doc) + strlen (basedir) + 1;
215 snprintf ((char *) dd, len, (char *) doc, basedir);
241 len = strlen ((const char *) doc) + strlen (basedir) + 1;
243 snprintf ((char *) dd, len, (char *) doc, basedir);
  /xsrc/external/mit/xorg-server.old/dist/doc/xml/
Makefile.am 29 include $(top_srcdir)/doc/xml/xmlrules-noinst.in
xmlrules.in 30 XML_ENT_DIR = $(abs_top_builddir)/doc/xml
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
config.cc 86 IXMLDOMDocument2 *doc = NULL; local
91 IID_IXMLDOMDocument2, (void**)&doc), "CoCreateInstance");
94 HRCALL(doc->put_async(VARIANT_FALSE), "put_async");
95 HRCALL(doc->put_validateOnParse(VARIANT_FALSE), "put_validateOnParse");
96 HRCALL(doc->put_resolveExternals(VARIANT_FALSE), "put_resolveExternals");
102 HRCALL(doc->createProcessingInstruction(xml,ver, &pi),
104 HRCALL(doc->appendChild(pi, NULL),
111 HRCALL(doc->createElement(elemname, &root), "createElement");
112 HRCALL(doc->appendChild(root, NULL), "appendChild");
116 doc->Release()
141 IXMLDOMDocument2 *doc = CreateDocument(); local
227 IXMLDOMDocument2 *doc = CreateDocument(); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_physical_device_features.py 146 def get_pdev_features(doc):
147 for _type in doc.findall('./types/type'):
161 def get_features(doc):
167 for _extension in doc.findall('./extensions/extension'):
174 for _type in doc.findall('./types/type'):
210 doc = et.parse(filename)
211 features += get_features(doc)
213 pdev_features = get_pdev_features(doc)
vk_dispatch_table_gen.py 815 def get_entrypoints(doc, entrypoints_to_defines):
819 for command in doc.findall('./commands/command'):
838 for feature in doc.findall('./feature'):
846 for extension in doc.findall('.extensions/extension'):
863 def get_entrypoints_defines(doc):
868 for platform in doc.findall('./platforms/platform'):
873 for extension in doc.findall('./extensions/extension[@platform]'):
887 doc = et.parse(filename)
888 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc))
    [all...]
vk_entrypoints_gen.py 165 def get_entrypoints_defines(doc):
170 for platform in doc.findall('./platforms/platform'):
175 for extension in doc.findall('./extensions/extension[@platform]'):
vk_cmd_queue_gen.py 350 def get_types(doc):
354 for _type in doc.findall('./types/type'):
370 for _type in doc.findall('./types/type'):
384 doc = et.parse(filename)
385 types.update(get_types(doc))
  /xsrc/external/mit/libFS/dist/
Makefile.am 27 dist_doc_DATA = doc/FSlib.txt
  /xsrc/external/mit/libXrender/dist/
Makefile.am 27 dist_doc_DATA = doc/libXrender.txt
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_entrypoints_gen.py 376 def get_entrypoints(doc, entrypoints_to_defines, start_index):
380 for command in doc.findall('./commands/command'):
398 for feature in doc.findall('./feature'):
411 for extension in doc.findall('.extensions/extension'):
436 def get_entrypoints_defines(doc):
440 for extension in doc.findall('./extensions/extension[@protect]'):
448 for platform in doc.findall('./platforms/platform'):
453 for extension in doc.findall('./extensions/extension[@platform]'):
491 doc = et.parse(filename)
492 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_entrypoints_gen.py 376 def get_entrypoints(doc, entrypoints_to_defines, start_index):
380 for command in doc.findall('./commands/command'):
398 for feature in doc.findall('./feature'):
411 for extension in doc.findall('.extensions/extension'):
436 def get_entrypoints_defines(doc):
440 for extension in doc.findall('./extensions/extension[@protect]'):
448 for platform in doc.findall('./platforms/platform'):
453 for extension in doc.findall('./extensions/extension[@platform]'):
491 doc = et.parse(filename)
492 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc)
    [all...]
  /xsrc/external/mit/ctwm/dist/cmake_files/
install_paths.cmake 29 set(DOCDIR ${CMAKE_INSTALL_PREFIX}/share/doc/ctwm)
basic_vars.cmake 9 set(MANSRCDIR ${CMAKE_SOURCE_DIR}/doc/manual)
  /xsrc/external/mit/fontconfig/dist/
fontconfig-zip.in 28 share/doc/fontconfig
  /xsrc/external/mit/xkeyboard-config/dist/rules/
xml2lst.pl 11 $doc = new_document( 0, '');
12 parse('', $doc);
14 ($reg) = node_by_name($doc, '/xkbConfigRegistry');
136 $doc = new_node( 0, '', 'DOCUMENT');
137 $doc->{CHILDREN} = [];
138 return $doc;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_entrypoints_gen.py 529 def get_entrypoints(doc, entrypoints_to_defines):
533 for command in doc.findall('./commands/command'):
551 for feature in doc.findall('./feature'):
564 for extension in doc.findall('.extensions/extension'):
581 def get_entrypoints_defines(doc):
586 for platform in doc.findall('./platforms/platform'):
591 for extension in doc.findall('./extensions/extension[@platform]'):
616 doc = et.parse(filename)
617 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc))
    [all...]
  /xsrc/external/mit/libXfont/dist/
Makefile.am 22 SUBDIRS=doc src
  /xsrc/external/mit/xorg-server/dist/
devbook.am 13 # Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
23 FILTER_XMLTO=$(SHELL) $(top_srcdir)/doc/filter-xmlto.sh $(XMLTO)
  /xsrc/external/mit/libxcb/dist/src/
c_client.py 378 doc = ''
379 if hasattr(self, "doc") and self.doc and enam in self.doc.fields:
380 doc = '\n/**< %s */\n' % self.doc.fields[enam]
381 _h(' %s%s%s%s%s', _n(name + (enam,)).upper(), equals, eval, comma, doc)
2249 if hasattr(self, "doc") and self.doc:
2250 if self.doc.brief
    [all...]
  /xsrc/external/mit/libXdmcp/dist/
configure.ac 104 doc/Makefile

Completed in 55 milliseconds

1 2 3 4 5 6 7 8 91011