Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/third_party/boost/libs/histogram/test/
Dhistogram_fill_test.cpp69 auto h2 = h; in run_tests() local
79 auto h2 = h; in run_tests() local
90 auto h2 = h; in run_tests() local
118 auto h2 = h; in run_tests() local
139 auto h2 = h; in run_tests() local
157 auto h2 = h; in run_tests() local
185 auto h2 = h; in run_tests() local
195 auto h2 = h; in run_tests() local
205 auto h2 = h; in run_tests() local
215 auto h2 = h; in run_tests() local
[all …]
Dhistogram_test.cpp50 auto h2 = make_s(Tag(), std::vector<unsigned>(), axis::regular<>{3, -1, 1}); in run_tests() local
61 auto h2 = make_s(Tag(), std::vector<unsigned>(), axis::regular<>{3, -1, 1}, in run_tests() local
71 auto h2 = decltype(h)(h); in run_tests() local
82 auto h2 = decltype(h)(); in run_tests() local
97 decltype(h) h2(std::move(h)); in run_tests() local
Dboost_accumulators_support_test.cpp37 auto h2 = h; // copy ok in main() local
/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstatiationCovariance.js11 var h2: (a1: Animal, a2: Animal) => void; variable
18 var h2; variable
DcontextualSignatureInstatiationContravariance.js11 var h2: (g1: Giraffe, g2: Giraffe) => void; variable
18 var h2; variable
DrecursiveTypesWithTypeof.js30 var h2: new () => typeof h2; variable
31 var h2 = new h2(); variable
80 var h2; variable
81 var h2 = new h2(); variable
/third_party/ffmpeg/libavutil/
Dmurmur3.c28 uint64_t h1, h2; member
74 static inline uint64_t update_h1(uint64_t k, uint64_t h1, uint64_t h2) in update_h1()
84 static inline uint64_t update_h2(uint64_t k, uint64_t h1, uint64_t h2) in update_h2()
101 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_update() local
149 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_final() local
/third_party/libuv/test/
Dtest-udp-bind.c33 uv_udp_t h1, h2; in TEST_IMPL() local
66 uv_udp_t h1, h2; in TEST_IMPL() local
/third_party/boost/libs/variant2/test/
Dvariant_hash.cpp24 std::size_t h2 = Hash<decltype(v2)>()( v2 ); in test() local
40 std::size_t h2 = Hash<decltype(v2)>()( v2 ); in test2() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dccextractor.c85 GstHarness *h, *h2; in GST_START_TEST() local
198 GstHarness *h, *h2; in GST_START_TEST() local
287 GstHarness *h, *h2; in GST_START_TEST() local
/third_party/elfio/doc/site/
Dstyle.css52 h1,h2,h3{ selector
65 h2 { selector
/third_party/boost/tools/build/doc/src/
Db2.css23 h1, h2, h3, h4, h5, h6 { selector
29 h2 { selector
/third_party/boost/libs/predef/doc/
Dpredef.css28 h1, h2, h3, h4, h5, h6 { selector
34 h2 { selector
/third_party/boost/libs/histogram/examples/
Dguide_axis_with_uoflow_off.cpp24 auto h2 = make_histogram(axis::integer<int, use_default, axis::option::none_t>(1, 7)); in main() local
Dguide_axis_growing.cpp48 auto h2 = make_histogram(axis::category<std::string, in main() local
Dguide_histogram_streaming.cpp30 auto h2 = make_histogram(axis::regular<>(2, -1.0, 1.0, "axis 1"), in main() local
Dguide_histogram_reduction.cpp30 auto h2 = algorithm::reduce(h, shrink(0.0, 3.0), rebin(2)); in main() local
/third_party/libsnd/docs/
Dprint.css11 h2 { selector
/third_party/node/test/parallel/
Dtest-http2-client-shutdown-before-connect.js6 const h2 = require('http2'); constant
Dtest-http2-client-priority-before-connect.js6 const h2 = require('http2'); constant
Dtest-http2-client-socket-destroy.js8 const h2 = require('http2'); constant
/third_party/libnl/doc/stylesheets/
Dasciidoc-manpage.css8 h2 { selector
/third_party/flutter/flutter/dev/docs/assets/
Doverrides.css26 h1, h2 { selector
43 h2 { selector
/third_party/ffmpeg/doc/
Ddefault.css57 h1, h2, h3, h4 { selector
73 h2 { selector
/third_party/EGL/sdk/docs/man/xhtml/
Dundohtml.css6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector
7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector

12345678910>>...14