Home
last modified time | relevance | path

Searched refs:doc (Results 76 - 100 of 684) sorted by relevance

12345678910>>...28

/third_party/rust/crates/syn/src/gen/
H A Ddebug.rs7 #[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...]
/third_party/rust/crates/syn/src/
H A Dgroup.rs8 #[doc(hidden)]
10 #[doc(hidden)]
12 #[doc(hidden)]
17 #[doc(hidden)]
19 #[doc(hidden)]
21 #[doc(hidden)]
26 #[doc(hidden)]
28 #[doc(hidden)]
30 #[doc(hidden)]
36 #[doc(hidde
[all...]
H A Dgenerics.rs17 /// [generic parameters]: https://doc.rust-lang.org/stable/reference/items/generics.html#generic-parameters
18 /// [where clause]: https://doc.rust-lang.org/stable/reference/items/generics.html#where-clauses
19 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
37 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
52 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
63 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
76 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
287 doc(cfg(all(any(feature = "full", feature = "derive"), feature = "printing")))
295 doc(cfg(all(any(feature = "full", feature = "derive"), feature = "printing")))
303 doc(cf
[all...]
H A Ditem.rs17 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
92 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
109 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
123 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
137 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
148 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
161 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
179 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
191 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
205 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dpath.rs6 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
88 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
102 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
131 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
166 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
192 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
204 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
216 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
227 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
239 #[cfg_attr(doc_cfg, doc(cf
[all...]
H A Dpat.rs14 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
99 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
111 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
121 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
131 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
142 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
151 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
161 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
174 #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
184 #[cfg_attr(doc_cfg, doc(cf
[all...]
/third_party/ltp/metadata/
H A Dmetaparse.c53 static void multiline_comment(FILE *f, struct data_node *doc) in multiline_comment() argument
63 if (doc) { in multiline_comment()
68 if (data_node_array_add(doc, line)) in multiline_comment()
69 WARN("doc string comment truncated"); in multiline_comment()
103 static void maybe_doc_comment(FILE *f, struct data_node *doc) in maybe_doc_comment() argument
120 multiline_comment(f, doc); in maybe_doc_comment()
123 static void maybe_comment(FILE *f, struct data_node *doc) in maybe_comment() argument
132 maybe_doc_comment(f, doc); in maybe_comment()
140 static char *next_token2(FILE *f, char *buf, size_t buf_len, struct data_node *doc) in next_token2() argument
193 maybe_comment(f, doc); in next_token2()
215 next_token(FILE *f, struct data_node *doc) next_token() argument
475 parse_test_struct(FILE *f, struct data_node *doc, struct data_node *node) parse_test_struct() argument
684 struct data_node *doc = data_node_array(); parse_file() local
[all...]
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs280 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
306 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
316 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
328 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
333 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
346 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
352 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
360 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
371 #[cfg_attr(docsrs, doc(cfg(feature = "net")))]
383 #[cfg_attr(docsrs, doc(cf
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py145 def get_pdev_features(doc):
146 for _type in doc.findall('./types/type'):
160 def get_features(doc):
166 for _extension in doc.findall('./extensions/extension'):
173 for _type in doc.findall('./types/type'):
209 doc = et.parse(filename)
210 features += get_features(doc)
212 pdev_features = get_pdev_features(doc)
/third_party/rust/crates/memoffset/src/
H A Draw_field.rs24 #[doc(hidden)]
32 #[doc(hidden)]
59 #[doc(hidden)]
71 #[doc(hidden)]
92 #[doc(hidden)]
102 #[doc(hidden)]
127 #[doc(hidden)]
143 #[doc(hidden)]
/third_party/vk-gl-cts/scripts/
H A Dconvert_case_list_to_xml.py54 def exportCase (doc, parent, testCase):
56 element = doc.createElement("TestCase")
62 exportCase(doc, element, child)
87 doc = Document() variable
88 element = doc.createElement("TestCaseList")
89 doc.appendChild(element)
91 exportCase(doc, element, testCase)
94 xml = doc.toprettyxml(indent=" ")
/third_party/cJSON/tests/
H A Djson_patch_tests.c51 cJSON *doc = NULL; in test_apply_patch() local
79 doc = cJSON_GetObjectItemCaseSensitive(test, "doc"); in test_apply_patch()
80 TEST_ASSERT_NOT_NULL_MESSAGE(doc, "No \"doc\" in the test."); in test_apply_patch()
83 /* Make a working copy of 'doc' */ in test_apply_patch()
84 object = cJSON_Duplicate(doc, true); in test_apply_patch()
124 cJSON *doc = NULL; in test_generate_test() local
141 doc = cJSON_GetObjectItemCaseSensitive(test, "doc"); in test_generate_test()
[all...]
/third_party/json/tests/src/
H A Dunit-alt-string.cpp194 alt_json doc; variable
195 doc["pi"] = 3.141;
196 alt_string dump = doc.dump();
201 alt_json doc; variable
202 doc["happy"] = true;
203 alt_string dump = doc.dump();
208 alt_json doc; variable
209 doc["name"] = "I'm Batman";
210 alt_string dump = doc.dump();
215 alt_json doc;
[all...]
/third_party/skia/bench/
H A DPDFBench.cpp112 SkPDFDocument doc(&nullStream, SkPDF::Metadata()); variable
113 doc.beginPage(256, 256);
114 (void)SkPDFSerializeImage(fImage.get(), &doc);
147 SkPDFDocument doc(&nullStream, SkPDF::Metadata()); variable
148 doc.beginPage(256, 256);
149 (void)SkPDFSerializeImage(fImage.get(), &doc);
177 SkPDFDocument doc(&wStream, SkPDF::Metadata()); variable
178 doc.beginPage(256, 256);
179 (void)SkPDFStreamOut(nullptr, fAsset->duplicate(), &doc, true);
220 SkPDFDocument doc( variable
294 SkPDFDocument doc(&wStream, SkPDF::Metadata()); global() variable
317 big_pdf_test(SkDocument* doc, const SkBitmap& background) big_pdf_test() argument
437 auto doc = SkPDF::MakeDocument(&wStream, metadata); global() variable
[all...]
/third_party/rust/crates/lazy-static.rs/src/
H A Dlib.rs27 Attributes (including doc comments) are supported as well:
34 /// This is an example for using doc comment attributes
99 #![doc(html_root_url = "https://docs.rs/lazy_static/1.4.0")] in times_two()
104 #[doc(hidden)] in times_two()
116 #[doc(hidden)]
119 #[doc(hidden)]
123 #[doc(hidden)]
160 #[doc(hidden)]
186 #[doc(hidden)]
/third_party/rust/crates/clap/src/error/
H A Dkind.rs42 #[cfg_attr(not(feature = "suggestions"), doc = " ```no_run")]
43 #[cfg_attr(feature = "suggestions", doc = " ```")]
225 #[cfg_attr(not(unix), doc = " ```ignore")]
226 #[cfg_attr(unix, doc = " ```")]
253 #[cfg_attr(not(feature = "help"), doc = " ```ignore")]
254 #[cfg_attr(feature = "help", doc = " ```")]
/third_party/rust/crates/rustix/src/process/
H A Dpriority.rs30 #[doc(alias = "getpriority")]
50 #[doc(alias = "getpriority")]
70 #[doc(alias = "getpriority")]
88 #[doc(alias = "setpriority")]
108 #[doc(alias = "setpriority")]
128 #[doc(alias = "setpriority")]
/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs107 #[doc(alias = "bind")]
135 #[doc(alias = "bind")]
154 #[doc(alias = "bind")]
174 #[doc(alias = "bind")]
214 #[doc(alias = "connect")]
242 #[doc(alias = "connect")]
261 #[doc(alias = "connect")]
281 #[doc(alias = "connect")]
322 #[doc(alias = "accept4")]
344 #[doc(alia
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dupnp_xml.c190 char * xml_get_first_item(const char *doc, const char *item) in xml_get_first_item() argument
203 if (xml_next_tag(doc, &tag, &tagname, &end)) in xml_get_first_item()
205 doc = end; in xml_get_first_item()
213 end = doc; in xml_get_first_item()
216 value = os_zalloc(1 + (end - doc)); in xml_get_first_item()
219 os_memcpy(value, doc, end - doc); in xml_get_first_item()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dupnp_xml.c190 char * xml_get_first_item(const char *doc, const char *item) in xml_get_first_item() argument
203 if (xml_next_tag(doc, &tag, &tagname, &end)) in xml_get_first_item()
205 doc = end; in xml_get_first_item()
213 end = doc; in xml_get_first_item()
216 value = os_zalloc(1 + (end - doc)); in xml_get_first_item()
219 os_memcpy(value, doc, end - doc); in xml_get_first_item()
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dfont_data_generator_xml.py38 doc = minidom.getDOMImplementation().createDocument(None,
40 root_element = doc.documentElement
54 table_element = doc.createElement(name)
56 table_data_generator.Generate(font, doc, table_element)
57 return doc
/third_party/python/Lib/xml/dom/
H A Dminicompat.py65 doc="The number of nodes in the NodeList.")
98 doc="The number of nodes in the NodeList.")
101 def defproperty(klass, name, doc):
108 prop = property(get, set, doc=doc)
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile70 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall
203 doc:
206 doc-clean:
209 doc-install:
212 doc-uninstall:
222 .PHONY: doc doc
[all...]
/third_party/python/Lib/
H A Dpydoc.py148 doc = _getowndoc(getattr(base, name))
151 if doc is not None:
152 return doc
159 doc = object.__getattribute__(obj, '__doc__')
160 if doc is None:
164 if isinstance(typedoc, str) and typedoc == doc:
166 return doc
176 doc = _getowndoc(object)
177 if doc is None:
179 doc
1780 def doc(thing, title='Python Library Documentation: %s', forceload=0, global() function
[all...]
/third_party/json/docs/examples/
H A Dpatch_inplace.cpp11 json doc = R"( in main() local
28 std::cout << "Before\n" << std::setw(4) << doc << std::endl; in main()
31 doc.patch_inplace(patch); in main()
34 std::cout << "\nAfter\n" << std::setw(4) << doc << std::endl; in main()

Completed in 15 milliseconds

12345678910>>...28