Home
last modified time | relevance | path

Searched refs:fourth (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c409 GstBuffer *first, *second, *third, *fourth, *fifth, *outbuffer; in GST_START_TEST() local
474 fourth = gst_buffer_new_and_alloc (4); in GST_START_TEST()
475 GST_BUFFER_TIMESTAMP (fourth) = 5 * GST_SECOND; in GST_START_TEST()
476 gst_buffer_memset (fourth, 0, 0, 4); in GST_START_TEST()
477 ASSERT_BUFFER_REFCOUNT (fourth, "fourth", 1); in GST_START_TEST()
478 gst_buffer_ref (fourth); in GST_START_TEST()
481 fail_unless (gst_pad_push (mysrcpad, fourth) == GST_FLOW_OK); in GST_START_TEST()
483 ASSERT_BUFFER_REFCOUNT (fourth, "fourth", 1); in GST_START_TEST()
490 ASSERT_BUFFER_REFCOUNT (fourth, "fourth", 1); in GST_START_TEST()
515 ASSERT_BUFFER_REFCOUNT (fourth, "fourth", 1); in GST_START_TEST()
[all …]
/third_party/boost/libs/mp11/test/
Dmp_transform_if.cpp29 template<class T1, class T2, class T3, class T4> using fourth = T4; typedef
63 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_if<is_not_ref, fourth, L1, L1, L1, mp_iota<mp_siz… in main()
64 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_if<is_not_ref, fourth, L2, L2, L2, mp_iota<mp_siz… in main()
65 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_if<is_not_ref, fourth, L3, L3, L3, mp_iota<mp_siz… in main()
Dmp_transform_if_q.cpp39 template<class T1, class T2, class T3, class T4> using fourth = T4; typedef
40 using Q_fourth = mp_quote<fourth>;
/third_party/typescript/tests/baselines/reference/
DswitchStatementsWithMultipleDefaults.js26 def\u0061ult: // Error, fourth 'default' clause.
56 default: // Error, fourth 'default' clause.
DswitchStatementsWithMultipleDefaults.types53 def\u0061ult: // Error, fourth 'default' clause.
DswitchStatementsWithMultipleDefaults.errors.txt29 def\u0061ult: // Error, fourth 'default' clause.
DswitchStatementsWithMultipleDefaults.symbols39 def\u0061ult: // Error, fourth 'default' clause.
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
43 to fourth component, if more than two components are used. First and third component
44 are used as x coordinate and second and fourth as y. These values are also scaled to
Dfunctional.vertex_arrays.single_attribute.txt44 quad. Third and fourth component are same for each vertex in quad.
47 first to third component and second to fourth component if more than
49 and second and fourth as y. These values are also scaled to range from -1.0 to 1.0.
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.vertex_arrays.multiple_attributes.txt38 which define a quad. Third and fourth component are same for each vertex in quad.
43 to fourth component, if more than two components are used. First and third component
44 are used as x coordinate and second and fourth as y. These values are also scaled to
Dfunctional.vertex_arrays.single_attribute.txt47 quad. Third and fourth component are same for each vertex in quad.
50 first to third component and second to fourth component if more than
52 and second and fourth as y. These values are also scaled to range from -1.0 to 1.0.
/third_party/boost/libs/fusion/test/sequence/
Dmisc.hpp41 typedef boost::mpl::next<third>::type fourth; typedef
54 boost::mpl::deref<fourth>::type, char>::value));
68 BOOST_STATIC_ASSERT((boost::mpl::distance<second, fourth>::value == 2));
Dmap_misc.cpp47 typedef boost::mpl::next<third>::type fourth; typedef
60 boost::mpl::deref<fourth>::type, fn::pair<k3, char> >::value));
74 BOOST_STATIC_ASSERT((boost::mpl::distance<second, fourth>::value == 2));
/third_party/boost/boost/date_time/
Ddate_generator_parser.hpp73 enum phrase_elements {first=0, second, third, fourth, fifth, last, enumerator
173 case fourth : { wn = nth_kday_type::fourth; break; } in get_nth_kday_type()
/third_party/json/doc/examples/
Dat__size_type.output2 ["first","second","third","fourth"]
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/comments/
Djsx-text-with-url.src.js7 const fourth = <div><span></span>http://example.com</div>;
/third_party/typescript/tests/cases/compiler/
DswitchStatementsWithMultipleDefaults.ts26 def\u0061ult: // Error, fourth 'default' clause.
/third_party/gettext/gettext-tools/tests/
Dmsgunfmt-properties-111 four=fourth
Dmsgcmp-310 four=fourth
/third_party/node/deps/npm/node_modules/ini/
DREADME.md35 config.paths.default.array.push('fourth value')
53 array[]=fourth value
/third_party/iptables/extensions/
Dlibxt_time.man84 The fourth Friday in the month:
89 say "fourth Thursday OR fourth Friday" in one rule. It is possible with
/third_party/boost/libs/date_time/example/gregorian/
Dprint_holidays.cpp59 holidays.push_back(new nth_dow(nth_dow::fourth, Thursday, Nov)); in main()
/third_party/boost/libs/date_time/test/local_time/
Dtestdst_transition_day_rule.cpp55 nth_kday_dst_rule::end_rule(nkday::fourth,Sunday,Oct))); in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_packed_6bytes.txt99 [Modify fourth paragraph to read:]
118 third and fourth component for this pixel type is shown in Table 3.12.
134 third fourth
/third_party/openGLES/extensions/SGIX/
DSGIX_packed_6bytes.txt99 [Modify fourth paragraph to read:]
118 third and fourth component for this pixel type is shown in Table 3.12.
134 third fourth

12345678910>>...20