Home
last modified time | relevance | path

Searched refs:doc (Results 26 - 50 of 684) sorted by relevance

12345678910>>...28

/third_party/rust/crates/clang-sys/src/
H A Dlink.rs11 $(#[doc=$doc:expr])*
15 $(#[doc=$doc])*
38 $(#[doc=$doc:expr] #[cfg($cfg:meta)])*
67 $(#[doc=$doc] #[cfg($cfg)])*
143 $(#[doc=$doc] #[cf
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java299 void doDoc(ProgramElementDoc doc) { in doDoc() argument
300 if (doc != null && (doc.isPublic() || doc.isProtected()) in doDoc()
301 && !(doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic())) { in doDoc()
307 boolean isClass = doc.isClass() || doc.isInterface(); in doDoc()
314 header += (isClass ? doc.qualifiedName() : doc in doDoc()
337 doTags(ProgramElementDoc doc) doTags() argument
[all...]
H A DCheckAPI.java276 public boolean read(ProgramElementDoc doc) { in read() argument
293 setType(STA, tagStatus(doc)); in read()
296 if (doc.isPublic()) { in read()
298 } else if (doc.isProtected()) { in read()
300 } else if (doc.isPrivate()) { in read()
307 if (doc.isStatic()) { in read()
314 if (doc.isFinal()) { in read()
321 if (doc.isField()) { in read()
323 } else if (doc.isMethod()) { in read()
325 } else if (doc in read()
796 doDoc(ProgramElementDoc doc) doDoc() argument
813 ignore(ProgramElementDoc doc) ignore() argument
961 tagStatus(final Doc doc) tagStatus() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp56 SkPDFIndirectReference SkPDFGraphicState::GetGraphicStateForPaint(SkPDFDocument* doc, in GetGraphicStateForPaint() argument
58 SkASSERT(doc); in GetGraphicStateForPaint()
63 auto& fillMap = doc->fFillGSMap; in GetGraphicStateForPaint()
71 SkPDFIndirectReference ref = doc->emit(state); in GetGraphicStateForPaint()
83 auto& sMap = doc->fStrokeGSMap; in GetGraphicStateForPaint()
97 SkPDFIndirectReference ref = doc->emit(state); in GetGraphicStateForPaint()
105 static SkPDFIndirectReference make_invert_function(SkPDFDocument* doc) { in make_invert_function() argument
116 return SkPDFStreamOut(std::move(dict), SkMemoryStream::Make(std::move(invertFunction)), doc); in make_invert_function()
122 SkPDFDocument* doc) { in GetSMaskGraphicState()
133 // let the doc deduplicat in GetSMaskGraphicState()
119 GetSMaskGraphicState(SkPDFIndirectReference sMask, bool invert, SkPDFSMaskMode sMaskMode, SkPDFDocument* doc) GetSMaskGraphicState() argument
[all...]
H A DSkPDFBitmap.cpp70 static void emit_image_stream(SkPDFDocument* doc, in emit_image_stream() argument
99 doc->emitStream(pdfDict, std::move(writeStream), ref); in emit_image_stream()
102 static void do_deflated_alpha(const SkPixmap& pm, SkPDFDocument* doc, SkPDFIndirectReference ref) { in do_deflated_alpha() argument
133 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_alpha()
139 SkPDFDocument* doc, in do_deflated_image()
144 sMask = doc->reserveRef(); in do_deflated_image()
190 emit_image_stream(doc, ref, [&buffer](SkWStream* stream) { buffer.writeToAndReset(stream); }, in do_deflated_image()
193 do_deflated_alpha(pm, doc, sMask); in do_deflated_image()
197 static bool do_jpeg(sk_sp<SkData> data, SkPDFDocument* doc, SkISize size, in do_jpeg() argument
219 emit_image_stream(doc, re in do_jpeg()
138 do_deflated_image(const SkPixmap& pm, SkPDFDocument* doc, bool isOpaque, SkPDFIndirectReference ref) do_deflated_image() argument
250 serialize_image(const SkImage* img, int encodingQuality, SkPDFDocument* doc, SkPDFIndirectReference ref) serialize_image() argument
276 SkPDFSerializeImage(const SkImage* img, SkPDFDocument* doc, int encodingQuality) SkPDFSerializeImage() argument
[all...]
/third_party/rust/crates/syn/src/gen/
H A Dhash.rs9 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
19 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
30 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
44 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
56 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
68 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
85 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
96 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
108 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
120 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dfold.rs33 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
38 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
46 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
56 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
61 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
66 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
71 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
76 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "derive", feature = "full"))))]
81 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/rust/crates/quote/src/
H A Druntime.rs8 #[doc(hidden)]
10 #[doc(hidden)]
13 #[doc(hidden)]
15 #[doc(hidden)]
17 #[doc(hidden)]
20 #[doc(hidden)]
22 #[doc(hidden)]
59 #[doc(hidden)]
68 #[doc(hidden)]
80 #[doc(hidde
[all...]
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs20 #[cfg_attr(docsrs, doc(cfg(all())))]
26 #[cfg_attr(docsrs, doc(cfg(all())))]
33 #[cfg_attr(docsrs, doc(cfg(all())))]
37 #[cfg_attr(docsrs, doc(cfg(all())))]
41 #[cfg_attr(docsrs, doc(cfg(all())))]
45 #[cfg_attr(docsrs, doc(cfg(all())))]
49 #[cfg_attr(docsrs, doc(cfg(all())))]
59 #[cfg_attr(docsrs, doc(cfg(all())))]
70 #[cfg_attr(docsrs, doc(cfg(all())))]
79 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dxml_libxml2.c56 xmlDocPtr doc; in xml_validate() local
67 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate()
68 if (doc == NULL) in xml_validate()
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate()
72 xmlFreeDoc(doc); in xml_validate()
75 xmlDocSetRootElement(doc, n); in xml_validate()
91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate()
93 xmlFreeDoc(doc); in xml_validate()
118 xmlDocPtr doc; in xml_validate_dtd() local
128 doc in xml_validate_dtd()
181 xmlDocPtr doc; xml_node_from_buf() local
208 xmlDocPtr doc; xml_node_to_str() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dxml_libxml2.c56 xmlDocPtr doc; in xml_validate() local
67 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate()
68 if (doc == NULL) in xml_validate()
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate()
72 xmlFreeDoc(doc); in xml_validate()
75 xmlDocSetRootElement(doc, n); in xml_validate()
91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate()
93 xmlFreeDoc(doc); in xml_validate()
118 xmlDocPtr doc; in xml_validate_dtd() local
128 doc in xml_validate_dtd()
181 xmlDocPtr doc; xml_node_from_buf() local
208 xmlDocPtr doc; xml_node_to_str() local
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs29 #[cfg_attr(docsrs, doc(cfg(all())))]
33 #[cfg_attr(docsrs, doc(cfg(all())))]
309 #[cfg_attr(docsrs, doc(cfg(all())))]
316 #[cfg_attr(docsrs, doc(cfg(all())))]
324 #[cfg_attr(docsrs, doc(cfg(all())))]
331 #[cfg_attr(docsrs, doc(cfg(all())))]
338 #[cfg_attr(docsrs, doc(cfg(all())))]
348 #[cfg_attr(docsrs, doc(cfg(all())))]
363 #[cfg_attr(docsrs, doc(cfg(all())))]
370 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/rust/crates/rustix/src/
H A Dlib.rs89 //! [`AsFd`]: https://doc.rust-lang.org/stable/std/os/unix/io/trait.AsFd.html
160 #[cfg_attr(doc_cfg, doc(cfg(feature = "fs")))]
165 #[cfg_attr(doc_cfg, doc(cfg(feature = "io_uring")))]
169 #[cfg_attr(doc_cfg, doc(cfg(feature = "mm")))]
173 #[cfg_attr(doc_cfg, doc(cfg(feature = "net")))]
177 #[cfg_attr(doc_cfg, doc(cfg(feature = "param")))]
181 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "fs", feature = "net"))))]
185 #[cfg_attr(doc_cfg, doc(cfg(feature = "process")))]
189 #[cfg_attr(doc_cfg, doc(cfg(feature = "rand")))]
193 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/rust/crates/syn/src/
H A Dtoken.rs131 #[doc(hidden)]
135 #[doc(hidden)]
156 #[doc(hidden)] in display()
250 #[doc = concat!('`', $token, '`')] in display()
260 #[doc(hidden)] in display()
277 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] in display()
281 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] in display()
289 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] in display()
297 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] in display()
301 #[cfg_attr(doc_cfg, doc(cf in display()
[all...]
H A Dty.rs13 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
86 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
97 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
112 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
122 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
131 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
139 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
147 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
155 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
165 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/protobuf/php/tests/
H A DGeneratedPhpdocTest.php15 $doc = $class->getDocComment(); variable
16 $this->assertContains('foo.TestMessage', $doc);
22 $doc = $class->getMethod('__construct')->getDocComment(); variable
23 $this->assertContains('@param array $data', $doc);
24 $this->assertContains('@type int $optional_int32', $doc);
34 $doc = $class->getMethod($method)->getDocComment(); variable
35 $this->assertContains($expectedDoc, $doc);
/third_party/rust/crates/clap/src/_derive/
H A Dmod.rs12 //! 4. [Doc Comments](#doc-comments)
22 #![doc = include_str!("../../examples/demo.rs")]
130 //! Comments](#doc-comments). Explicit attributes take precedence over inferred
144 //! - When not present: [crate `name`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-name-field) (if on [`Parser`][crate::Parser] container), variant name (if on [`Subcommand`][crate::Subcommand] variant)
147 //! - Without `<expr>`: defaults to [crate `version`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-version-field)
150 //! - Without `<expr>`: defaults to [crate `authors`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field)
152 //! - When not present: [Doc comment summary](#doc-comments)
153 //! - Without `<expr>`: [crate `description`](https://doc.rust-lang.org/cargo/reference/manifest.html#the-description-field) ([`Parser`][crate::Parser] container)
154 //! - **TIP:** When a doc comment is also present, you most likely want to add
155 //! `#[arg(long_about = None)]` to clear the doc commen
[all...]
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h79 #define GMOCK_DEFINE_bool_(name, default_val, doc) \
80 ABSL_FLAG(bool, GMOCK_FLAG_NAME_(name), default_val, doc)
81 #define GMOCK_DEFINE_int32_(name, default_val, doc) \
82 ABSL_FLAG(int32_t, GMOCK_FLAG_NAME_(name), default_val, doc)
83 #define GMOCK_DEFINE_string_(name, default_val, doc) \
84 ABSL_FLAG(std::string, GMOCK_FLAG_NAME_(name), default_val, doc)
101 #define GMOCK_DEFINE_bool_(name, default_val, doc) \
106 #define GMOCK_DEFINE_int32_(name, default_val, doc) \
111 #define GMOCK_DEFINE_string_(name, default_val, doc) \
/third_party/rust/crates/nix/src/
H A Dfcntl.rs29 #[cfg_attr(docsrs, doc(cfg(any(feature = "fs", feature = "process"))))]
46 #[cfg_attr(docsrs, doc(cfg(any(feature = "fs", feature = "term"))))]
52 #[cfg_attr(docsrs, doc(cfg(all())))]
58 #[cfg_attr(docsrs, doc(cfg(all())))]
72 #[cfg_attr(docsrs, doc(cfg(all())))]
76 #[cfg_attr(docsrs, doc(cfg(all())))]
85 #[cfg_attr(docsrs, doc(cfg(all())))]
91 #[cfg_attr(docsrs, doc(cfg(all())))]
101 #[cfg_attr(docsrs, doc(cfg(all())))]
112 #[cfg_attr(docsrs, doc(cf
[all...]
H A Dunistd.rs82 #[doc(alias("getuid"))]
88 #[doc(alias("geteuid"))]
139 #[doc(alias("getgid"))]
145 #[doc(alias("getegid"))]
191 #[doc(alias("getpid"))]
197 #[doc(alias("getppid"))]
1166 #[cfg_attr(target_os = "linux", doc = "- `O_DIRECT`: Create a pipe that performs I/O in \"packet\" mode.")]
1167 #[cfg_attr(target_os = "netbsd", doc = "- `O_NOSIGPIPE`: Return `EPIPE` instead of raising `SIGPIPE`.")]
1779 #![cfg_attr(target_os = "redox", doc = " ```rust,ignore")]
1780 #![cfg_attr(not(target_os = "redox"), doc
[all...]
/third_party/curl/tests/
H A Dtest1119.pl62 my %doc;
146 if($doc{$sym}) {
151 $doc{$sym}=$sym;
183 if($doc{$e}) {
187 $doc{$e}="used";
206 for my $e (sort keys %doc) {
207 if(($doc{$e} ne "used") && !$rem{$e}) {
223 if(!$doc{$sym} && !$warned{$sym, $file}) {
236 printf "%d symbols are listed in symbols-in-versions\n (out of which %d are listed as removed)\n", scalar(keys %doc), scalar(keys %rem);
237 printf "%d symbols in symbols-in-versions should match the ones in headers\n", scalar(keys %doc)
[all...]
/third_party/ffmpeg/doc/examples/
H A DMakefile25 EXAMPLES := $(EXAMPLES-yes:%=doc/examples/%$(PROGSSUF)$(EXESUF))
26 EXAMPLES_G := $(EXAMPLES-yes:%=doc/examples/%$(PROGSSUF)_g$(EXESUF))
27 ALL_EXAMPLES := $(EXAMPLES) $(EXAMPLES-:%=doc/examples/%$(PROGSSUF)$(EXESUF))
28 ALL_EXAMPLES_G := $(EXAMPLES_G) $(EXAMPLES-:%=doc/examples/%$(PROGSSUF)_g$(EXESUF))
31 EXAMPLE_MAKEFILE := $(SRC_PATH)/doc/examples/Makefile
32 EXAMPLES_FILES := $(wildcard $(SRC_PATH)/doc/examples/*.c) $(SRC_PATH)/doc/examples/README $(EXAMPLE_MAKEFILE)
39 $(EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.o): | doc/examples
40 OUTDIRS += doc/examples
58 $(RM) $(CLEANSUFFIXES:%=doc/example
[all...]
/third_party/rust/crates/libc/src/
H A Dlib.rs59 #[doc(hidden)]
62 #[doc(hidden)]
65 #[doc(hidden)]
69 #[doc(hidden)]
72 #[doc(hidden)]
75 #[doc(hidden)]
78 #[doc(hidden)]
81 #[doc(hidden)]
84 #[doc(hidden)]
87 #[doc(hidde
[all...]
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs23 #[doc(alias = "TCGETS")]
38 #[doc(alias = "TIOCGWINSZ")]
55 #[doc(alias = "TIOCGPGRP")]
72 #[doc(alias = "TIOCSPGRP")]
90 #[doc(alias = "TCSETS")]
116 #[doc(alias = "TCSBRK")]
148 #[doc(alias = "TCFLSH")]
164 #[doc(alias = "TCXONC")]
179 #[doc(alias = "TIOCGSID")]
193 #[doc(alia
[all...]
/third_party/rust/crates/clap/src/
H A Dlib.rs44 #![cfg_attr(not(feature = "derive"), doc = " ```ignore")]
45 #![cfg_attr(feature = "derive", doc = " ```no_run")]
46 #![doc = include_str!("../examples/demo.rs")]
50 #![doc = include_str!("../examples/demo.md")]
78 #![doc(html_logo_url = "https://raw.githubusercontent.com/clap-rs/clap/master/assets/clap.png")]
118 #[doc(hidden)]
121 #[cfg(feature = "unstable-doc")]
123 #[cfg(feature = "unstable-doc")]
125 #[cfg(feature = "unstable-doc")]
127 #[cfg(feature = "unstable-doc")]
[all...]

Completed in 17 milliseconds

12345678910>>...28