Home
last modified time | relevance | path

Searched refs:doc (Results 376 - 400 of 643) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Driscv64.rs41 #[doc(hidden)]
44 #[doc(hidden)]
/third_party/rust/crates/clap/clap_mangen/src/
H A Dlib.rs0 #![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 Dcxx_string.rs149 /// [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 Dsendfile.rs25 #[cfg_attr(docsrs, doc(cfg(all())))]
52 #[cfg_attr(docsrs, doc(cfg(all())))]
/third_party/rust/crates/nix/src/
H A Dmqueue.rs83 #[cfg_attr(docsrs, doc(cfg(all())))]
87 #[cfg_attr(docsrs, doc(cfg(all())))]
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs262 //! [`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 Ddiagnostic.rs16 #[doc(hidden)]
197 #[doc(hidden)]
/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py204 doc = xml.dom.minidom.parseString(log)
205 resultItems = doc.getElementsByTagName('Result')
/third_party/rust/crates/serde/serde/src/de/
H A Dvalue.rs115 #[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 Dimf.h141 * @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 Dmake.bat24 echo.http://sphinx-doc.org/
/third_party/backends/tools/
H A Dstyle-check.sh71 doc/doxygen-*.conf.in) ;; # don't fix doxygen -g comments
/third_party/rust/crates/cxx/gen/lib/src/
H A Dlib.rs10 #![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.97")]
/third_party/protobuf/python/docs/
H A Dmake.bat24 echo.http://sphinx-doc.org/
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs37 #[doc(alias = "pollfd")]
/third_party/rust/crates/rustix/src/termios/
H A Dtty.rs44 #[cfg_attr(doc_cfg, doc(cfg(feature = "procfs")))]
/third_party/rust/crates/minimal-lexical/src/
H A Dnumber.rs6 #![doc(hidden)]
/third_party/rust/crates/rustix/src/process/
H A Duname.rs21 #[doc(alias = "utsname")]
/third_party/rust/crates/regex/src/
H A Dlib.rs43 [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 Dlib.rs46 #![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp7408 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 Dbuildrelease.bat55 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 DjsonToSpirv.cpp379 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 DjsonToSpirv.cpp379 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 Dfm.cpp290 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()

Completed in 28 milliseconds

1...<<11121314151617181920>>...26