/third_party/rust/crates/rustix/src/io/ |
H A D | ioctl.rs | 17 #[doc(alias = "TIOCEXCL")] 30 #[doc(alias = "TIOCNXCL")] 47 #[doc(alias = "FIOCLEX")] 48 #[doc(alias = "FD_CLOEXEC")] 62 #[doc(alias = "FIONBIO")] 80 #[doc(alias = "FIONREAD")] 88 #[doc(alias = "BLKSSZGET")] 96 #[doc(alias = "BLKPBSZGET")]
|
/third_party/node/ |
H A D | Makefile | 329 $(MAKE) -s test-doc 366 DOCBUILDSTAMP_PREREQS = tools/doc/addon-verify.mjs doc/api/addons.md 377 test/addons/.docbuildstamp: $(DOCBUILDSTAMP_PREREQS) tools/doc/node_modules 512 test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run all test suites. 552 test-ci: | clear-stalled bench-addons-build build-addons build-js-native-api-tests build-node-api-tests doc-only 632 .PHONY: test-doc 633 test-doc: doc-only lint-md ## Builds, lints, and verifies the docs. 635 echo "Skipping test-doc (n [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | statvfs.rs | 26 #[cfg_attr(docsrs, doc(cfg(all())))] 30 #[cfg_attr(docsrs, doc(cfg(all())))] 34 #[cfg_attr(docsrs, doc(cfg(all())))] 38 #[cfg_attr(docsrs, doc(cfg(all())))] 42 #[cfg_attr(docsrs, doc(cfg(all())))] 46 #[cfg_attr(docsrs, doc(cfg(all())))] 50 #[cfg_attr(docsrs, doc(cfg(all())))] 54 #[cfg_attr(docsrs, doc(cfg(all())))] 58 #[cfg_attr(docsrs, doc(cfg(all())))] 62 #[cfg_attr(docsrs, doc(cf [all...] |
H A D | resource.rs | 59 #[cfg_attr(docsrs, doc(cfg(all())))] 78 #[cfg_attr(docsrs, doc(cfg(all())))] 83 #[cfg_attr(docsrs, doc(cfg(all())))] 95 #[cfg_attr(docsrs, doc(cfg(all())))] 101 #[cfg_attr(docsrs, doc(cfg(all())))] 107 #[cfg_attr(docsrs, doc(cfg(all())))] 119 #[cfg_attr(docsrs, doc(cfg(all())))] 124 #[cfg_attr(docsrs, doc(cfg(all())))] 135 #[cfg_attr(docsrs, doc(cfg(all())))] 141 #[cfg_attr(docsrs, doc(cf [all...] |
/third_party/curl/docs/examples/ |
H A D | version-check.pl | 43 my %doc; 50 $doc{$sym}=$a[0]; # when it was introduced 83 my $r = age($doc{$a}) <=> age($doc{$b}); 95 my $newver = $doc{$newsym}; 100 if($doc{$w} eq $newver) {
|
/third_party/cups-filters/filter/ |
H A D | pdf.h | 42 void pdf_write(pdf_t *doc, FILE *file); 43 void pdf_prepend_stream(pdf_t *doc, unsigned page, char const *buf, size_t len); 44 void pdf_add_type1_font(pdf_t *doc, unsigned page, const char *name); 45 void pdf_resize_page(pdf_t *doc, unsigned page, float width, float length, float *scale); 46 void pdf_duplicate_page (pdf_t *doc, unsigned page, unsigned count); 47 int pdf_fill_form(pdf_t *doc, opt_t *opt);
|
/third_party/rust/crates/clap/src/util/ |
H A D | color.rs | 17 #[cfg_attr(not(feature = "color"), doc = " ```ignore")] 18 #[cfg_attr(feature = "color", doc = " ```no_run")] 34 #[cfg_attr(not(feature = "color"), doc = " ```ignore")] 35 #[cfg_attr(feature = "color", doc = " ```no_run")] 51 #[cfg_attr(not(feature = "color"), doc = " ```ignore")] 52 #[cfg_attr(feature = "color", doc = " ```no_run")]
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 81 #[cfg_attr(docsrs, doc(cfg(all())))] 91 #[cfg_attr(docsrs, doc(cfg(all())))] 95 #[cfg_attr(docsrs, doc(cfg(all())))] 99 #[cfg_attr(docsrs, doc(cfg(all())))] 108 #[cfg_attr(docsrs, doc(cfg(all())))] 115 #[cfg_attr(docsrs, doc(cfg(all())))] 119 #[cfg_attr(docsrs, doc(cfg(all())))] 123 #[cfg_attr(docsrs, doc(cfg(all())))] 129 #[cfg_attr(docsrs, doc(cfg(all())))] 136 #[cfg_attr(docsrs, doc(cf [all...] |
/third_party/ffmpeg/libavformat/tests/ |
H A D | imf.c | 289 xmlDocPtr doc; in test_cpl_parsing() local 293 doc = xmlReadMemory(cpl_doc, strlen(cpl_doc), NULL, NULL, 0); in test_cpl_parsing() 294 if (doc == NULL) { in test_cpl_parsing() 299 ret = ff_imf_parse_cpl_from_xml_dom(doc, &cpl); in test_cpl_parsing() 300 xmlFreeDoc(doc); in test_cpl_parsing() 343 xmlDocPtr doc; in test_bad_cpl_parsing() local 347 doc = xmlReadMemory(cpl_bad_doc, strlen(cpl_bad_doc), NULL, NULL, 0); in test_bad_cpl_parsing() 348 if (doc == NULL) { in test_bad_cpl_parsing() 353 ret = ff_imf_parse_cpl_from_xml_dom(doc, &cpl); in test_bad_cpl_parsing() 354 xmlFreeDoc(doc); in test_bad_cpl_parsing() 406 xmlDoc *doc; test_asset_map_parsing() local [all...] |
/third_party/rust/crates/clap/src/ |
H A D | derive.rs | 33 #[cfg_attr(not(feature = "derive"), doc = " ```ignore")] 34 #[cfg_attr(feature = "derive", doc = " ```")] 182 #[cfg_attr(not(feature = "derive"), doc = " ```ignore")] 183 #[cfg_attr(feature = "derive", doc = " ```no_run")] 193 #[cfg_attr(not(feature = "derive"), doc = " ```ignore")] 194 #[cfg_attr(feature = "derive", doc = " ```no_run")] 216 #[cfg_attr(not(feature = "derive"), doc = " ```ignore")] 217 #[cfg_attr(feature = "derive", doc = " ```no_run")] 227 #[cfg_attr(not(feature = "derive"), doc = " ```ignore")] 228 #[cfg_attr(feature = "derive", doc [all...] |
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | bsd.rs | 2 #[doc(hidden)] 6 #[doc(hidden)] 11 #[doc(hidden)] 16 #[doc(hidden)] 18 #[doc(hidden)] 20 #[doc(hidden)] 23 #[doc(hidden)] 25 #[doc(hidden)] 32 #[doc(hidden)]
|
/third_party/rust/crates/syn/src/ |
H A D | attr.rs | 26 /// - Outer one-line doc comments like `/// Example`. 28 /// - Inner one-line doc comments like `//! Please file an issue`. 53 /// All doc comments are represented in the NameValue style with a path of 54 /// "doc", as this is how they are processed by the compiler and by 130 /// The compiler transforms doc comments, such as `/// comment` and `/*! 132 /// expanded into an attribute of the form `#[doc = r"comment"]`. 138 /// let doc: ItemMod = parse_quote! { 139 /// /// Single line doc comments 151 /// #[doc = r" Single line doc comment [all...] |
H A D | expr.rs | 87 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 245 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 255 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 266 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 277 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 288 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 299 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 310 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))] 321 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 332 #[cfg_attr(doc_cfg, doc(cf [all...] |
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 322 doc = pydoc.HTMLDoc() 323 output = doc.docmodule(module) 324 loc = doc.getdocloc(pydoc_mod) or "" 334 doc = pydoc.TextDoc() 335 loc = doc.getdocloc(module, basedir=basedir) 340 doc = pydoc.TextDoc() 341 loc = doc.getdocloc(pydoc_mod) or "" 345 output = doc.docmodule(module) 440 doc = pydoc.render_doc(BinaryInteger) 441 self.assertIn('BinaryInteger.zero', doc) [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | doc.rs | 29 let mut doc = String::new(); in to_string() variables 31 doc += &lit.value(); in to_string() 32 doc.push('\n'); in to_string() 34 doc in to_string() 41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens() 43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | doc.rs | 29 let mut doc = String::new(); in to_string() variables 31 doc += &lit.value(); in to_string() 32 doc.push('\n'); in to_string() 34 doc in to_string() 41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens() 43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | doc.rs | 29 let mut doc = String::new(); in to_string() variables 31 doc += &lit.value(); in to_string() 32 doc.push('\n'); in to_string() 34 doc in to_string() 41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens() 43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | doc.rs | 29 let mut doc = String::new(); in to_string() variables 31 doc += &lit.value(); in to_string() 32 doc.push('\n'); in to_string() 34 doc in to_string() 41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens() 43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | doc.rs | 29 let mut doc = String::new(); in to_string() variables 31 doc += &lit.value(); in to_string() 32 doc.push('\n'); in to_string() 34 doc in to_string() 41 tokens.extend(quote! { #(#[doc = #fragments])* }); in to_tokens() 43 tokens.extend(quote! { #[doc(hidden)] }); in to_tokens()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 182 SkPDFFont* SkPDFFont::GetFontResource(SkPDFDocument* doc, in GetFontResource() argument 185 SkASSERT(doc); in GetFontResource() 187 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, doc); in GetFontResource() 200 if (SkPDFFont* found = doc->fFontMap.find(fontID)) { in GetFontResource() 220 auto ref = doc->reserveRef(); in GetFontResource() 221 return doc->fFontMap.set( in GetFontResource() 283 static void emit_subset_type0(const SkPDFFont& font, SkPDFDocument* doc) { in emit_subset_type0() argument 285 SkPDFFont::GetMetrics(font.typeface(), doc); in emit_subset_type0() 313 doc->metadata().fSubsetter, in emit_subset_type0() 322 doc, tru in emit_subset_type0() 484 type3_descriptor(SkPDFDocument* doc, const SkTypeface* typeface, SkScalar xHeight) type3_descriptor() argument 529 emit_subset_type3(const SkPDFFont& pdfFont, SkPDFDocument* doc) emit_subset_type3() argument 685 CanEmbedTypeface(SkTypeface* typeface, SkPDFDocument* doc) CanEmbedTypeface() argument [all...] |
/third_party/icu/icu4j/perf-tests/ |
H A D | perftests.pl | 72 my $doc = XML::LibXML::Document->new('1.0', 'utf-8'); 73 my $root = $doc->createElement("perfTestResults"); 94 my $jdkElement = $doc->createElement("perfTestResult"); 104 my $icuElement = $doc->createElement("perfTestResult"); 138 my $jdkElement = $doc->createElement("perfTestResult"); 148 my $icuElement = $doc->createElement("perfTestResult"); 229 my $ICU = $doc->createElement("perfTestResult"); 237 my $Key = $doc->createElement("perfTestResult"); 244 my $JDK = $doc->createElement("perfTestResult"); 251 my $Key = $doc [all...] |
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_entrypoints.py | 101 def get_entrypoints(doc, entrypoints_to_defines): 105 for command in doc.findall('./commands/command'): 124 for feature in doc.findall('./feature'): 132 for extension in doc.findall('.extensions/extension'): 149 def get_entrypoints_defines(doc): 154 for platform in doc.findall('./platforms/platform'): 159 for extension in doc.findall('./extensions/extension[@platform]'): 173 doc = et.parse(filename) 174 entrypoints += get_entrypoints(doc, get_entrypoints_defines(doc)) [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_system_info_tests_main.cpp | 102 js::Document doc; in main() local 103 doc.SetObject(); in main() 105 js::Document::AllocatorType &allocator = doc.GetAllocator(); in main() 107 doc.AddMember("activeGPUIndex", info.activeGPUIndex, allocator); in main() 108 doc.AddMember("isOptimus", info.isOptimus, allocator); in main() 109 doc.AddMember("isMacSwitchable", info.isMacSwitchable, allocator); in main() 113 doc.AddMember("machineManufacturer", machineManufacturer, allocator); in main() 117 doc.AddMember("machineModelVersion", machineModelVersion, allocator); in main() 153 doc.AddMember("gpus", gpus, allocator); in main() 157 doc in main() [all...] |
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_to_xml.py | 35 def __init__ (self, doc): 36 self.doc = doc 66 elem = self.doc.createElement(name) 82 txt = self.doc.createTextNode(content) 111 def normalizeToXml (result, doc): 112 handler = BuildXMLLogHandler(doc) 123 testCaseResult = doc.createElement('TestCaseResult') 133 resultElem = doc.createElement('Result') 135 resultElem.appendChild(doc [all...] |
/third_party/rust/crates/syn/src/gen/ |
H A D | debug.rs | 7 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 17 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 34 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 48 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 60 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 72 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 87 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 99 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 110 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 122 #[cfg_attr(doc_cfg, doc(cf [all...] |