/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | riscv64.rs | 41 #[doc(hidden)] 44 #[doc(hidden)]
|
/third_party/rust/crates/clap/clap_mangen/src/ |
H A D | lib.rs | 0 #![doc(html_logo_url = "https://raw.githubusercontent.com/clap-rs/clap/master/assets/clap.png")] 2 #![doc = include_str!("../README.md")]
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx_string.rs | 149 /// [replacement character]: https://doc.rust-lang.org/std/char/constant.REPLACEMENT_CHARACTER.html 151 #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))] 279 #[doc(hidden)]
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sendfile.rs | 25 #[cfg_attr(docsrs, doc(cfg(all())))] 52 #[cfg_attr(docsrs, doc(cfg(all())))]
|
/third_party/rust/crates/nix/src/ |
H A D | mqueue.rs | 83 #[cfg_attr(docsrs, doc(cfg(all())))] 87 #[cfg_attr(docsrs, doc(cfg(all())))]
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | lib.rs | 262 //! [`proc_macro::Span`]: https://doc.rust-lang.org/proc_macro/struct.Span.html 263 //! [`proc_macro::Diagnostic`]: https://doc.rust-lang.org/proc_macro/struct.Diagnostic.html 265 //! [unwind safe]: https://doc.rust-lang.org/std/panic/trait.UnwindSafe.html#what-is-unwind-safety 266 //! [`!`]: https://doc.rust-lang.org/std/primitive.never.html 267 //! [`()`]: https://doc.rust-lang.org/std/primitive.unit.html 268 //! [`ToString`]: https://doc.rust-lang.org/std/string/trait.ToString.html 379 /// [compl_err]: https://doc.rust-lang.org/std/macro.compile_error.html 426 #[doc(hidden)] 491 #[doc(hidden)]
|
H A D | diagnostic.rs | 16 #[doc(hidden)] 197 #[doc(hidden)]
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_parser.py | 204 doc = xml.dom.minidom.parseString(log) 205 resultItems = doc.getElementsByTagName('Result')
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | value.rs | 115 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 188 #[cfg_attr(doc_cfg, doc(cfg(feature = "unstable")))] 195 #[cfg_attr(doc_cfg, doc(cfg(feature = "unstable")))] 231 ($ty:ty, $doc:tt, $name:ident, $method:ident $($cast:tt)*) => { 232 #[doc = "A deserializer holding"] 233 #[doc = $doc] 568 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 585 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 673 #[cfg_attr(doc_cfg, doc(cf [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | imf.h | 141 * @param[in] doc An XML document from which the CPL is read. 148 int ff_imf_parse_cpl_from_xml_dom(xmlDocPtr doc, FFIMFCPL **cpl);
|
/third_party/astc-encoder/Test/ |
H A D | make.bat | 24 echo.http://sphinx-doc.org/
|
/third_party/backends/tools/ |
H A D | style-check.sh | 71 doc/doxygen-*.conf.in) ;; # don't fix doxygen -g comments
|
/third_party/rust/crates/cxx/gen/lib/src/ |
H A D | lib.rs | 10 #![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.97")]
|
/third_party/protobuf/python/docs/ |
H A D | make.bat | 24 echo.http://sphinx-doc.org/
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | poll_fd.rs | 37 #[doc(alias = "pollfd")]
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | tty.rs | 44 #[cfg_attr(doc_cfg, doc(cfg(feature = "procfs")))]
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | number.rs | 6 #![doc(hidden)]
|
/third_party/rust/crates/rustix/src/process/ |
H A D | uname.rs | 21 #[doc(alias = "utsname")]
|
/third_party/rust/crates/regex/src/ |
H A D | lib.rs | 43 [raw strings](https://doc.rust-lang.org/stable/reference/tokens.html#raw-string-literals) 761 #[doc(hidden)]
|
/third_party/rust/crates/unicode-width/src/ |
H A D | lib.rs | 46 #![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 7408 static void DisplayContents(MyDocument* doc) 7410 ImGui::PushID(doc); 7411 ImGui::Text("Document \"%s\"", doc->Name); 7412 ImGui::PushStyleColor(ImGuiCol_Text, doc->Color); 7416 doc->Dirty = true; 7419 doc->DoSave(); 7420 ImGui::ColorEdit3("color", &doc->Color.x); // Useful to test drag and drop and hold-dragged-to-open-tab behavior. 7425 static void DisplayContextMenu(MyDocument* doc) 7431 sprintf(buf, "Save %s", doc->Name); 7432 if (ImGui::MenuItem(buf, "CTRL+S", false, doc 7467 MyDocument* doc = &app.Documents[doc_n]; global() local 7502 MyDocument* doc = &app.Documents[doc_n]; global() local 7521 MyDocument* doc = &app.Documents[doc_n]; global() local 7558 MyDocument* doc = &app.Documents[doc_n]; global() local 7591 MyDocument* doc = &app.Documents[doc_n]; global() local [all...] |
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 55 if "%1" EQU "--skip-doc" (set SKIPDOC=1) && shift && goto CheckOpts
87 call "%D%..\..\doc\make.bat" html
227 echo [--skip-build] [--skip-doc] [--skip-nuget] [--skip-zip] [--skip-pgo]
237 echo --skip-doc (-D) Do not build documentation
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 379 const std::string doc = operand.get("name", "").asString(); in jsonToSpirv() local 382 operands.push(p.type, doc, p.optional); in jsonToSpirv() 443 const std::string doc = param.get("name", "").asString(); in jsonToSpirv() 445 params.push(p.type, doc); in jsonToSpirv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 379 const std::string doc = operand.get("name", "").asString(); in jsonToSpirv() local 382 operands.push(p.type, doc, p.optional); in jsonToSpirv() 443 const std::string doc = param.get("name", "").asString(); in jsonToSpirv() 445 params.push(p.type, doc); in jsonToSpirv()
|
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 290 if (sk_sp<SkDocument> doc = SkPDF::MakeDocument(&stream, metadata)) { in draw_as_pdf() 291 if (draw(doc->beginPage(info.width(), info.height()))) { in draw_as_pdf() 292 doc->endPage(); in draw_as_pdf() 293 doc->close(); in draw_as_pdf()
|