Home
last modified time | relevance | path

Searched refs:internals (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/curl/docs/
DMakefile.am44 internals/BUFQ.md \
45 internals/BUFREF.md \
46 internals/CHECKSRC.md \
47 internals/CLIENT-READERS.md \
48 internals/CLIENT-WRITERS.md \
49 internals/CODE_STYLE.md \
50 internals/CONNECTION-FILTERS.md \
51 internals/DYNBUF.md \
52 internals/HASH.md \
53 internals/LLIST.md \
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/
DAndroid.bp46 "src/internals/ast.rs",
47 "src/internals/attr.rs",
48 "src/internals/case.rs",
49 "src/internals/check.rs",
50 "src/internals/ctxt.rs",
51 "src/internals/mod.rs",
52 "src/internals/name.rs",
53 "src/internals/receiver.rs",
54 "src/internals/respan.rs",
55 "src/internals/symbol.rs",
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.215/
DAndroid.bp46 "src/internals/ast.rs",
47 "src/internals/attr.rs",
48 "src/internals/case.rs",
49 "src/internals/check.rs",
50 "src/internals/ctxt.rs",
51 "src/internals/mod.rs",
52 "src/internals/name.rs",
53 "src/internals/receiver.rs",
54 "src/internals/respan.rs",
55 "src/internals/symbol.rs",
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dinternals.hpp17 struct internals struct
28 internals () : in internals() argument
43 void swap (internals &internals_) in swap() argument
53 internals (const internals &); // No copy construction.
54 internals &operator = (const internals &); // No assignment.
/external/libexif/doc/
DMakefile.am40 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la
48 DOXYGEN_INSTALL_TARGETS += install-apidocs-internals
49 install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp
57 DOXYGEN_UNINSTALL_TARGETS += uninstall-apidocs-internals
58 uninstall-apidocs-internals:
86 …DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
98 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
DMakefile.in47 …LD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@am__append_7 = install-apidocs-internals
48 …_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@am__append_8 = uninstall-apidocs-internals
53 DIST_COMMON = $(srcdir)/Doxyfile-internals.in $(srcdir)/Doxyfile.in \
75 CONFIG_CLEAN_FILES = Doxyfile Doxyfile-internals
261 EXTRA_DIST = Doxyfile.in Doxyfile-internals.in footer.html README.apidocs $(HTML_APIDOC_DIR).tar.gz
299 Doxyfile-internals: $(top_builddir)/config.status $(srcdir)/Doxyfile-internals.in
489 …CS_TRUE@@HAVE_DOXYGEN_TRUE@$(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/…
494 @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@install-apidocs-internals: $(HTML_AP…
501 @BUILD_DOCS_TRUE@@ENABLE_INTERNAL_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@uninstall-apidocs-internals:
520 …DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
/external/rust/android-crates-io/crates/winnow/src/combinator/debug/
Dmod.rs4 mod internals; module
46 internals::Trace::new(parser, name) in trace()
61 let depth = internals::Depth::existing(); in trace_result()
62 let severity = internals::Severity::with_result(res); in trace_result()
63 internals::result(*depth, &name, severity); in trace_result()
/external/cronet/tot/third_party/boringssl/src/pki/
Dcertificate.cc68 Certificate::Certificate(std::unique_ptr<CertificateInternals> internals) in Certificate() argument
69 : internals_(std::move(internals)) {} in Certificate()
81 auto internals = std::make_unique<CertificateInternals>(); in FromDER() local
82 internals->cert = std::move(result); in FromDER()
83 std::unique_ptr<Certificate> ret(new Certificate(std::move(internals))); in FromDER()
/external/cronet/stable/third_party/boringssl/src/pki/
Dcertificate.cc68 Certificate::Certificate(std::unique_ptr<CertificateInternals> internals) in Certificate() argument
69 : internals_(std::move(internals)) {} in Certificate()
81 auto internals = std::make_unique<CertificateInternals>(); in FromDER() local
82 internals->cert = std::move(result); in FromDER()
83 std::unique_ptr<Certificate> ret(new Certificate(std::move(internals))); in FromDER()
/external/eigen/debug/msvc/
Deigen_autoexp_part.dat32 [internals]: [$c,!],
57 [internals]: [$c,!],
81 [internals]: [$c,!],
104 [internals]: [$c,!],
126 [internals]: [$c,!],
170 [internals]: [$c,!],
214 [internals]: [$c,!],
258 [internals]: [$c,!],
/external/webrtc/pc/
Dtransceiver_list.cc48 std::vector<RtpTransceiver*> internals; in ListInternal() local
50 internals.push_back(transceiver->internal()); in ListInternal()
52 return internals; in ListInternal()
/external/perfetto/
DOWNERS5 # Perfetto tracing internals and API/ABI boundaries.
8 # UI, Ftrace interop, traced_probes, protozero, Android internals.
14 # Callstack / memory profilers, traced_probes & Linux internals.
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi95 # We don't care about the internals
159 # We don't care about the internals.
219 # We don't care about the internals (and in fact don't know them)
223 # We don't care about the internals (and in fact don't know them)
227 # We don't care about the internals (and in fact don't know them)
231 # We don't care about the internals (and in fact don't know them)
528 # We don't care about the internals
532 # We don't care about the internals
563 # We don't care about the internals (and in fact don't know them)
567 # We don't care about the internals (and in fact don't know them)
[all …]
/external/curl/docs/libcurl/opts/
DCURLINFO_TLS_SESSION.md40 session *internals* pointer varies depending on the option:
42 CURLINFO_TLS_SESSION(3) OpenSSL session *internals* is **SSL_CTX ***.
44 CURLINFO_TLS_SSL_PTR(3) OpenSSL session *internals* is **SSL ***.
DCURLINFO_TLS_SSL_PTR.md57 void *internals;
68 The *internals* struct member points to a TLS library specific pointer for
80 Since 7.48.0 the *internals* member can point to these other SSL backends
101 If the *internals* pointer is NULL then either the SSL backend is not
152 printf("OpenSSL ver. %s\n", SSL_get_version((SSL*)info->internals));
/external/bazelbuild-rules_java/java/private/
DBUILD17 name = "internals",
58 ":internals",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Drationale.txt7 - Ideally, the gettimeofday() function has different internals than
15 have different internals, so this is a good test case.
/external/cronet/tot/components/metrics/debug/
DREADME.md3 **chrome://metrics-internals** is a debug page that reports the state of various
9 [go/metrics-internals-inspector](http://go/metrics-internals-inspector).
/external/cronet/stable/components/metrics/debug/
DREADME.md3 **chrome://metrics-internals** is a debug page that reports the state of various
9 [go/metrics-internals-inspector](http://go/metrics-internals-inspector).
/external/rust/android-crates-io/crates/chrono/src/naive/
Dmod.rs14 mod internals; module
28 pub use self::internals::YearFlags as __BenchYearFlags;
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/serialize/
Dv1.rs41 self.section_builder_internals(|internals| internals.public_section_builder()) in public_section_builder()
67 self.section_builder_internals(move |internals| { in encrypted_section_builder()
68 internals.encrypted_section_builder(broadcast_cred, verification_mode) in encrypted_section_builder()
/external/trusty/arm-trusted-firmware/docs/getting_started/
Dindex.rst13 build-internals
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/util/
DREADME.md6 no special access to upb internals; you could easily implement the same things
/external/grpc-grpc/third_party/upb/upb/util/
DREADME.md6 no special access to upb internals; you could easily implement the same things
/external/cronet/tot/net/docs/
Dcrash-course-in-net-internals.md1 # A Crash Course in Debugging with chrome://net-internals
4 with chrome://net-internals, with some commonly useful tips and tricks. This
13 chrome://net-internals provides a view of browser activity from net/'s
24 for the period that net-internals was open and running, and is incrementally
26 URLRequests that were active when the chrome://net-internals tab was opened, to
32 show objects that were created before chrome://net-internals was opened.
156 about the actual problem. There are two filters in net-internals that can help
167 chrome://net-internals.

12345678910>>...15