Home
last modified time | relevance | path

Searched refs:doc (Results 126 - 150 of 685) sorted by relevance

12345678910>>...28

/third_party/rust/crates/cxx/src/
H A Dweak_ptr.rs100 #[doc(hidden)]
102 #[doc(hidden)]
104 #[doc(hidden)]
106 #[doc(hidden)]
108 #[doc(hidden)]
110 #[doc(hidden)]
H A Dunique_ptr.rs210 #[doc(hidden)]
212 #[doc(hidden)]
214 #[doc(hidden)]
224 #[doc(hidden)]
226 #[doc(hidden)]
228 #[doc(hidden)]
230 #[doc(hidden)]
/third_party/skia/tests/
H A DAnnotationTest.cpp56 auto doc = SkPDF::MakeDocument(&outStream); in DEF_TEST() local
57 SkCanvas* canvas = doc->beginPage(612.0f, 792.0f); in DEF_TEST()
65 doc->close(); in DEF_TEST()
75 auto doc = SkPDF::MakeDocument(&outStream); in DEF_TEST() local
76 SkCanvas* canvas = doc->beginPage(612.0f, 792.0f); in DEF_TEST()
83 doc->close(); in DEF_TEST()
H A DPDFPrimitivesTest.cpp86 auto doc = SkPDF::MakeDocument(&outStream); in test_issue1083() local
87 SkCanvas* canvas = doc->beginPage(100.0f, 100.0f); in test_issue1083()
92 doc->close(); in test_issue1083()
292 auto doc = SkPDF::MakeDocument(&stream); in DEF_TEST() local
293 SkCanvas* canvas = doc->beginPage(100.0f, 100.0f); in DEF_TEST()
302 doc->close(); in DEF_TEST()
312 SkPDFDocument doc(&nullWStream, SkPDF::Metadata()); in DEF_TEST()
318 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &doc)); in DEF_TEST()
322 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &doc)); in DEF_TEST()
448 auto doc in DEF_TEST() local
[all...]
/third_party/rust/crates/syn/src/
H A Dmac.rs15 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
26 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
128 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
136 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
168 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
203 #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
H A Dstmt.rs5 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
15 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
37 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
53 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
67 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
134 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
163 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
174 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
402 #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
411 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs9 mod doc; modules
46 pub use self::doc::Doc;
83 pub doc: Doc,
98 pub doc: Doc,
111 pub doc: Doc,
140 pub doc: Doc,
151 pub doc: Doc,
196 pub doc: Doc,
219 pub doc: Doc,
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmod.rs9 mod doc; modules
46 pub use self::doc::Doc;
83 pub doc: Doc,
98 pub doc: Doc,
111 pub doc: Doc,
140 pub doc: Doc,
151 pub doc: Doc,
196 pub doc: Doc,
219 pub doc: Doc,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmod.rs9 mod doc; modules
46 pub use self::doc::Doc;
83 pub doc: Doc,
98 pub doc: Doc,
111 pub doc: Doc,
140 pub doc: Doc,
151 pub doc: Doc,
196 pub doc: Doc,
219 pub doc: Doc,
/third_party/rust/crates/cxx/syntax/
H A Dmod.rs9 mod doc; modules
46 pub use self::doc::Doc;
83 pub doc: Doc,
98 pub doc: Doc,
111 pub doc: Doc,
140 pub doc: Doc,
151 pub doc: Doc,
196 pub doc: Doc,
219 pub doc: Doc,
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dmod.rs9 mod doc; modules
46 pub use self::doc::Doc;
83 pub doc: Doc,
98 pub doc: Doc,
111 pub doc: Doc,
140 pub doc: Doc,
151 pub doc: Doc,
196 pub doc: Doc,
219 pub doc: Doc,
/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py113 for doc in ('"""doc"""', "r'''doc'''", "R'doc'", 'u"doc"'):
114 with self.subTest(doc):
118 ''' % doc))
119 self.assertIn('doc', msgids)
124 b"""doc"""
126 self.assertFalse([msgid for msgid in msgids if 'doc' i
[all...]
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs48 #![doc(html_root_url = "https://docs.rs/openssl-errors/0.2")]
56 #[doc(hidden)]
95 #[doc(hidden)]
102 #[doc(hidden)]
114 #[doc(hidden)]
121 #[doc(hidden)]
133 #[doc(hidden)]
318 #[doc(hidden)]
351 #[doc(hidden)]
/third_party/backends/backend/escl/
H A Descl_pdf.c112 PopplerDocument *doc; in get_PDF_data() local
136 doc = poppler_document_new_from_bytes (bytes, NULL, NULL); in get_PDF_data()
137 if (!doc) { in get_PDF_data()
153 doc = poppler_document_new_from_data (data, size, NULL, NULL); in get_PDF_data()
154 if (!doc) { in get_PDF_data()
161 page = poppler_document_get_page (doc, 0); in get_PDF_data()
229 g_object_unref (doc); in get_PDF_data()
/third_party/python/Lib/email/
H A D_policybase.py94 def _append_doc(doc, added_doc):
95 doc = doc.rsplit('\n', 1)[0]
97 return doc + '\n' + added_doc
105 doc = getattr(getattr(c, name), '__doc__')
106 if doc:
107 attr.__doc__ = _append_doc(doc, attr.__doc__)
/third_party/typescript/tests/baselines/reference/
H A DAPISample_jsdoc.js40 jsdocs.forEach(doc => {
42 const { name, text } = doc;
47 otherAnnotations[doc.name] = true;
148 jsdocs.forEach(function (doc) {
150 var name = doc.name, text = doc.text;
156 otherAnnotations[doc.name] = true;
/third_party/rust/crates/quote/src/
H A Dlib.rs95 #![doc(html_root_url = "https://docs.rs/quote/1.0.35")]
116 #[doc(hidden)]
125 #[doc(hidden)]
197 /// [`From`]: https://doc.rust-lang.org/std/convert/trait.From.html
383 /// ### Interpolating text inside of doc comments
385 /// Neither doc comments nor string literals get interpolation behavior in
398 /// #[doc = "try to interpolate: #ident"]
402 /// Instead the best way to build doc comments that involve variables is by
403 /// formatting the doc string literal outside of quote.
416 /// #[doc
[all...]
/third_party/rust/crates/log/src/
H A Dmacros.rs237 #[doc(hidden)]
245 #[doc(hidden)]
253 #[doc(hidden)]
261 #[doc(hidden)]
269 #[doc(hidden)]
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dalign.rs27 #[doc(hidden)]
38 #[doc(hidden)]
44 #[doc(hidden)]
74 #[doc(hidden)]
99 #[doc(hidden)]
/third_party/skia/bench/
H A DJSONBench.cpp91 rapidjson::Document doc; variable
92 doc.Parse(static_cast<const char*>(fCStringData->data()));
93 if (doc.HasParseError()) {
145 pjson::document doc; variable
146 if (!doc.deserialize_in_place(static_cast<char*>(data->writable_data()))) {
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile114 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
279 doc:
282 doc-clean:
285 doc-install:
288 doc-uninstall:
295 .PHONY: doc doc
[all...]
/third_party/skia/src/pdf/
H A DSkPDFShader.cpp74 static SkPDFIndirectReference make_image_shader(SkPDFDocument* doc, in make_image_shader() argument
105 auto patternDevice = sk_make_sp<SkPDFDevice>(patternDeviceSize, doc); in make_image_shader()
256 return SkPDFStreamOut(std::move(dict), std::move(imageShader), doc); in make_image_shader()
263 static SkPDFIndirectReference make_fallback_shader(SkPDFDocument* doc, in make_fallback_shader() argument
314 return make_image_shader(doc, in make_fallback_shader()
331 SkPDFIndirectReference SkPDFMakeShader(SkPDFDocument* doc, in SkPDFMakeShader() argument
337 SkASSERT(doc); in SkPDFMakeShader()
339 return SkPDFGradientShader::Make(doc, shader, canvasTransform, surfaceBBox); in SkPDFMakeShader()
359 SkPDFIndirectReference* shaderPtr = doc->fImageShaderMap.find(key); in SkPDFMakeShader()
364 make_image_shader(doc, in SkPDFMakeShader()
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_calltip.py14 'doc'
16 def __init__(self, ai=None, *b): 'doc'
18 def t1(self): 'doc'
20 def t2(self, ai, b=None): 'doc'
22 def t3(self, ai, *args): 'doc'
24 def t4(self, *args): 'doc'
26 def t5(self, ai, b=None, *args, **kw): 'doc'
28 def t6(no, self): 'doc'
30 def __call__(self, ci): 'doc'
32 def nd(self): pass # No doc
[all...]
/third_party/rust/crates/clap/src/builder/
H A Daction.rs5 #[cfg_attr(not(feature = "help"), doc = " ```ignore")]
6 #[cfg_attr(feature = "help", doc = " ```")]
227 #[cfg_attr(not(feature = "help"), doc = " ```ignore")]
228 #[cfg_attr(feature = "help", doc = " ```")]
/third_party/python/Objects/clinic/
H A Ddescrobject.c.h31 "property(fget=None, fset=None, fdel=None, doc=None)\n"
42 " doc\n"
69 PyObject *fdel, PyObject *doc);
75 static const char * const _keywords[] = {"fget", "fset", "fdel", "doc", NULL}; in property_init()
84 PyObject *doc = NULL; in property_init() local
111 doc = fastargs[3]; in property_init()
113 return_value = property_init_impl((propertyobject *)self, fget, fset, fdel, doc); in property_init()

Completed in 13 milliseconds

12345678910>>...28