/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/ |
H A D | mod.rs | 120 #[doc(hidden)]
|
/third_party/rust/crates/rustix/src/net/ |
H A D | ip.rs | 119 /// [IETF RFC 4291 Section 2.5.5.1]: https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.5.1 139 /// [IETF RFC 4291 Section 2.5.5.2]: https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.5.2 516 #[doc(alias = "INADDR_ANY")]
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 25 doc = r#"\
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 2347 if (node->doc) in read_artificial_location() 2348 file_path = reinterpret_cast<const char*>(node->doc->URL); in read_artificial_location() 6219 xmlDocPtr doc = xmlReadFile(file_path.c_str(), NULL, XML_PARSE_NOERROR); in load_canonical_type_ids() 6220 if (!doc) in load_canonical_type_ids() 6223 xmlNodePtr node = xmlDocGetRootElement(doc); in load_canonical_type_ids()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.c | 295 const char *doc, int mask, bool error) in sample_usage() 302 printf("\n%s\nOption for %s:\n", doc, argv[0]); in sample_usage() 294 sample_usage(char *argv[], const struct option *long_options, const char *doc, int mask, bool error) sample_usage() argument
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 21 ; Open `doc/transforms.md` to see the code upon which the transforms here were 302 ; on a 2-point basis (look at `doc/transforms.md`)
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 4436 function make_dom_single(template, doc) 4438 var output_document = doc || document;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 8 if #[cfg(doc)] { 12 #[doc(hidden)]
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1028 #[doc(hidden)] 1034 #[doc(hidden)]
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1900 #[doc(hidden)] 1902 #[doc(hidden)]
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1647 #[doc(hidden)] 1649 #[doc(hidden)]
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1593 #[doc(hidden)] 1595 #[doc(hidden)]
|
/third_party/python/Lib/ |
H A D | doctest.py | 1768 r"""Run doc tests but raise an exception as soon as there is a failure. 2364 tests in a doc string fail, then the test case fails. An exception 2447 doc, path = _load_testfile(path, package, module_relative, 2457 test = parser.get_doctest(doc, globs, name, path, 0) 2620 with the doc string with tests to be debugged.
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 1669 auto doc = SkPDF::MakeDocument(&stream); 1670 fuzz_canvas(fuzz, doc->beginPage(SkIntToScalar(kCanvasSize.width()),
|
/third_party/ffmpeg/ |
H A D | configure | 86 --docdir=DIR install documentation in DIR [PREFIX/share/doc/ffmpeg] 121 --disable-doc do not build documentation 393 --doxygen=DOXYGEN use DOXYGEN to generate API doc [$doxygen_default] 1930 doc 3845 docdir_default='${prefix}/share/doc/ffmpeg' 3894 enable doc 4143 disable $LIBRARY_LIST $PROGRAM_LIST doc 7625 config_files="$TMPH ffbuild/config.mak doc/config.texi" 7816 mkdir -p doc 7819 echo "@c auto-generated by configure - do not modify! " > doc/confi [all...] |
/third_party/elfutils/src/ |
H A D | strip.c | 97 static const char doc[] = N_("Discard symbols from object files."); variable 108 options, parse_opt, args_doc, doc, NULL, NULL, NULL
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/ |
H A D | mod.rs | 222 #[doc(hidden)]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/ |
H A D | mod.rs | 178 #[doc(hidden)]
|
/third_party/python/Modules/ |
H A D | _threadmodule.c | 1483 .doc = ExceptHookArgs__doc__,
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 89 #[doc(hidden)]
|
/third_party/rust/crates/nom/src/number/ |
H A D | streaming.rs | 1381 #[doc(hidden)]
|
H A D | complete.rs | 1412 #[doc(hidden)]
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 8 #![doc(hidden)]
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 3542 doc = inspect.getdoc(method) 3543 if not doc: continue 3545 description = doc.splitlines()[0]
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 2457 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); in SWIG_Python_ConvertFunctionPtr() local 2458 const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0; in SWIG_Python_ConvertFunctionPtr()
|