Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/third_party/openssl/doc/
Dbuild.info3 DEPEND[html/man1/CA.pl.html]=man1/CA.pl.pod
4 GENERATE[html/man1/CA.pl.html]=man1/CA.pl.pod
5 DEPEND[man/man1/CA.pl.1]=man1/CA.pl.pod
6 GENERATE[man/man1/CA.pl.1]=man1/CA.pl.pod
7 DEPEND[html/man1/openssl-asn1parse.html]=man1/openssl-asn1parse.pod
8 GENERATE[html/man1/openssl-asn1parse.html]=man1/openssl-asn1parse.pod
9 DEPEND[man/man1/openssl-asn1parse.1]=man1/openssl-asn1parse.pod
10 GENERATE[man/man1/openssl-asn1parse.1]=man1/openssl-asn1parse.pod
11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
12 GENERATE[man1/openssl-asn1parse.pod]=man1/openssl-asn1parse.pod.in
[all …]
Dbuild.info.in16 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod");
18 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod.in");
27 my $podname = basename($podfile, '.pod');
30 my $podname = basename($podfile, ".pod");
64 DEPEND[$podfile]{pod}=$podinfile
DREADME.md17 The openssl command-line tools; start with openssl.pod
26 Overviews; start with crypto.pod and ssl.pod, for example
/third_party/openssl/doc/man1/
Dbuild.info1 # All .pod.in files are detected by build.info in the parent directory, and
5 DEPEND[openssl-asn1parse.pod]=../perlvars.pm
6 DEPEND[openssl-ca.pod]=../perlvars.pm
7 DEPEND[openssl-ciphers.pod]=../perlvars.pm
8 DEPEND[openssl-cmds.pod]=../perlvars.pm
9 DEPEND[openssl-cmp.pod]=../perlvars.pm
10 DEPEND[openssl-cms.pod]=../perlvars.pm
11 DEPEND[openssl-crl2pkcs7.pod]=../perlvars.pm
12 DEPEND[openssl-crl.pod]=../perlvars.pm
13 DEPEND[openssl-dgst.pod]=../perlvars.pm
[all …]
/third_party/json/tests/src/
Dunit-noexcept.cpp25 struct pod {}; struct
28 void to_json(json& /*unused*/, pod /*unused*/) noexcept;
30 void from_json(const json& /*unused*/, pod /*unused*/) noexcept;
32 void to_json(json& /*unused*/, pod /*unused*/) noexcept {} in to_json() argument
34 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {} in from_json() argument
44 static_assert(noexcept(nlohmann::to_json(*j, pod{})), "");
48 static_assert(noexcept(json(pod{})), "");
49 static_assert(noexcept(j->get<pod>()), "");
51 static_assert(noexcept(json(pod{})), "");
75 to_json(j2, pod());
[all …]
/third_party/ffmpeg/doc/
DMakefile20 … = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $…
85 doc/%.pod: TAG = POD
86 doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
90 doc/%-all.pod: TAG = POD
91 doc/%-all.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
96 doc/%.1: doc/%.pod $(GENTEXI)
98 doc/%.3: doc/%.pod $(GENTEXI)
152 $(RM) $(TXTPAGES) doc/*.html doc/*.pod doc/*.1 doc/*.3 doc/avoptions_*.texi
D.gitignore4 /*.pod
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dopencl_set_arg.amber40 -pod-ubo
47 -cluster-pod-kernel-args
55 -cluster-pod-kernel-args
56 -pod-ubo
64 -cluster-pod-kernel-args
65 -pod-pushconstant
/third_party/node/deps/v8/src/numbers/
Dmath-random.cc23 Handle<PodArray<State>> pod = in InitializeContext() local
25 native_context->set_math_random_state(*pod); in InitializeContext()
38 PodArray<State> pod = in RefillCache() local
40 State state = pod.get(0); in RefillCache()
65 pod.set(0, state); in RefillCache()
/third_party/protobuf/objectivec/Tests/CocoaPods/
Drun_tests.sh95 pod deintegrate > /dev/null || true
97 pod cache clean --all || true
117 pod cache clean --all
136 pod install --verbose
DREADME.md5 used to then drive `pod` and `xcodebuild` to ensure things integrate/build
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h435 StringPiecePod pod; in CreateFromStringPiece() local
436 pod.data_ = str.data(); in CreateFromStringPiece()
437 pod.size_ = str.size(); in CreateFromStringPiece()
438 return pod; in CreateFromStringPiece()
Dint128_unittest.cc181 uint128_pod pod = { 12345, 67890 }; in TEST() local
182 uint128 from_pod(pod); in TEST()
439 constexpr uint128_pod pod = {2, 3}; in TEST() local
440 constexpr uint128 from_pod = pod; in TEST()
/third_party/icu/icu4c/source/data/locales/
Dsr_Latn_XK.txt18 afternoon1{"po pod."}
26 afternoon1{"po pod."}
Dsr_Latn_ME.txt62 afternoon1{"po pod."}
70 afternoon1{"po pod."}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dsr_Latn_XK.txt18 afternoon1{"po pod."}
26 afternoon1{"po pod."}
Dsr_Latn_ME.txt62 afternoon1{"po pod."}
70 afternoon1{"po pod."}
/third_party/libuv/docs/src/guide/
Dabout.rst13 <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/
DPodfile-static7 pod 'Protobuf', :path => '../../../..'
DPodfile-framework9 pod 'Protobuf', :path => '../../../..'
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/
DPodfile-static7 pod 'Protobuf', :path => '../../../..'
DPodfile-framework9 pod 'Protobuf', :path => '../../../..'
/third_party/node/deps/openssl/openssl/
DNOTES-VALGRIND.md58 may be found in [doc/man3/OPENSSL_ia32cap.pod](doc/man3/OPENSSL_ia32cap.pod).
/third_party/openssl/
DNOTES-VALGRIND.md58 may be found in [doc/man3/OPENSSL_ia32cap.pod](doc/man3/OPENSSL_ia32cap.pod).
/third_party/openssl/doc/man3/
DERR_clear_error.pod1 =pod

12345678910>>...37