Home
last modified time | relevance | path

Searched refs:doc (Results 326 - 350 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp217 bool WriteJsonFile(const std::string &outputFile, js::Document *doc) in WriteJsonFile() argument
229 if (!doc->Accept(writer)) in WriteJsonFile()
252 js::Document doc; in WriteResultsFile() local
253 doc.SetObject(); in WriteResultsFile()
255 js::Document::AllocatorType &allocator = doc.GetAllocator(); in WriteResultsFile()
257 doc.AddMember("interrupted", interrupted, allocator); in WriteResultsFile()
258 doc.AddMember("path_delimiter", ".", allocator); in WriteResultsFile()
259 doc.AddMember("version", 3, allocator); in WriteResultsFile()
260 doc.AddMember("seconds_since_epoch", secondsSinceEpoch, allocator); in WriteResultsFile()
371 doc in WriteResultsFile()
387 js::Document doc; WriteHistogramJson() local
[all...]
/third_party/rust/crates/log/src/kv/
H A Dmod.rs25 #[doc(inline)]
/third_party/rust/crates/rustix/src/fs/
H A Dcwd.rs25 #[doc(alias = "AT_FDCWD")]
H A Dfadvise.rs16 #[doc(alias = "posix_fadvise")]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A Dquiet-include-failure.rb19 def process doc, reader, target, attributes
/third_party/skia/src/pdf/
H A DSkPDFFormXObject.h22 SkPDFIndirectReference SkPDFMakeFormXObject(SkPDFDocument* doc,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs814 #[doc(hidden)]
829 #[doc(hidden)]
1300 #[doc(hidden)]
2014 #[doc(hidden)]
2027 #[doc(hidden)]
2040 #[doc(hidden)]
2611 #[cfg_attr(not(feature = "help"), doc = " ```ignore")]
2612 #[cfg_attr(feature = "help", doc = " ```")]
2759 #[cfg_attr(not(unix), doc = " ```ignore")]
2760 #[cfg_attr(unix, doc
[all...]
H A Dvalue_parser.rs169 #[cfg_attr(not(unix), doc = " ```ignore")]
170 #[cfg_attr(unix, doc = " ```rust")]
647 #[cfg_attr(not(feature = "error-context"), doc = " ```ignore")]
648 #[cfg_attr(feature = "error-context", doc = " ```")]
2185 #[doc(hidden)]
2190 #[doc(hidden)]
2200 #[doc(hidden)]
2204 #[doc(hidden)]
2208 #[doc(hidden)]
2220 #[doc(hidde
[all...]
/third_party/python/Lib/test/
H A Dtest_sax.py106 def xml_str(doc, encoding=None):
108 return doc
109 return '<?xml version="1.0" encoding="%s"?>\n%s' % (encoding, doc)
111 def xml_bytes(doc, encoding, decl_encoding=...):
114 return xml_str(doc, decl_encoding).encode(encoding, 'xmlcharrefreplace')
116 def make_xml_file(doc, encoding, decl_encoding=...):
120 f.write(xml_str(doc, decl_encoding))
440 gen.startElement("doc", {})
441 gen.endElement("doc")
444 self.assertEqual(result.getvalue(), self.xml("<doc></do
[all...]
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkerneldoc.py47 """Extract kernel-doc comments from the specified file"""
51 'doc': directives.unchanged_required,
64 # Pass the version string to kernel-doc, as it needs to use a different
88 elif 'doc' in self.options:
89 cmd += ['-function', str(self.options.get('doc'))]
96 cmd += ['-no-doc-sections']
113 'calling kernel-doc \'%s\'' % (" ".join(cmd)))
124 'kernel-doc \'%s\' failed with return code %d' % (" ".join(cmd), p.returncode))
125 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
141 doc
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod-find.c42 static const char doc[] = N_("Request debuginfo-related content " variable
116 options, parse_opt, args_doc, doc, NULL, NULL, NULL
/third_party/skia/src/xml/
H A DSkXMLParser.cpp182 bool SkXMLParser::parse(const char doc[], size_t len) in parse() argument
184 SkMemoryStream docStream(doc, len); in parse()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Daarch64.rs39 #[doc(hidden)]
42 #[doc(hidden)]
/third_party/rust/crates/syn/tests/
H A Dtest_derive_input.rs209 ident: "doc", in test_enum()
327 ident: "doc", in test_enum()
/third_party/selinux/secilc/
H A DMakefile69 doc:
90 .PHONY: all clean test install doc relabel man
/third_party/rust/crates/cxx/src/
H A Dhash.rs3 #[doc(hidden)]
/third_party/rust/crates/foreign-types/foreign-types-shared/src/
H A Dlib.rs5 #![doc(html_root_url="https://docs.rs/foreign-types-shared/0.1")]
/third_party/rust/crates/minimal-lexical/src/
H A Dextended_float.rs3 #![doc(hidden)]
H A Dmask.rs3 #![doc(hidden)]
H A Dtable_bellerophon.rs14 #![doc(hidden)]
/third_party/rust/crates/rustix/src/mm/
H A Dmadvise.rs32 #[doc(alias = "posix_madvise")]
/third_party/rust/crates/serde/serde_derive/src/
H A Ddummy.rs16 #[doc(hidden)] in wrap_in_const()
/third_party/rust/crates/rustix/src/io/
H A Dis_read_write.rs17 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "fs", feature = "net"))))]

Completed in 20 milliseconds

1...<<11121314151617181920>>...28