/third_party/typescript/tests/baselines/reference/ |
D | typeofStripsFreshness.js | 20 const result2: Collection<Both> = new Collection(); constant 27 var result2 = new Collection(); variable
|
D | typeGuardsWithInstanceOf.js | 4 var result2!: I; variable 46 var result2; variable
|
D | plusOperatorInvalidOperations.js | 9 var result2 =+; variable
|
D | fixingTypeParametersRepeatedly3.js | 23 var result2 = bar(derived, function (d) { return d.toBase(); }); variable
|
/third_party/boost/boost/range/detail/ |
D | remove_extent.hpp | 92 > result2; typedef 143 > result2; typedef
|
/third_party/boost/boost/iostreams/ |
D | tee.hpp | 67 std::streamsize result2 = iostreams::write(this->component(), s, result); in read() local 78 std::streamsize result2 = iostreams::write(this->component(), s, result); in write() local 158 std::streamsize result2 = iostreams::write(sink_, s, result1); in read() local 173 std::streamsize result2 = iostreams::write(sink_, s, n); in write() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 142 GLuint64 result2 = 0; in TEST_P() local 385 GLuint64 result2 = 0; in TEST_P() local 459 GLuint64 result2 = 0; in TEST_P() local 494 GLint64 result2 = 0; in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 148 GLuint64 result2 = 0; in TEST_P() local 394 GLuint64 result2 = 0; in TEST_P() local 470 GLuint64 result2 = 0; in TEST_P() local 507 GLint64 result2 = 0; in TEST_P() local
|
/third_party/boost/libs/math/doc/graphs/ |
D | bessel_i0_errors.cpp | 42 mp_type result2 = boost::math::cyl_bessel_i(0, input2); in test_type() local 89 mp_type result2 = boost::math::cyl_bessel_i(0, input2); in test_type() local
|
D | bessel_i1_errors.cpp | 42 mp_type result2 = boost::math::cyl_bessel_i(1, input2); in test_type() local 93 mp_type result2 = boost::math::cyl_bessel_i(1, input2); in test_type() local
|
/third_party/icu/icu4c/source/samples/citer/ |
D | citer.cpp | 70 UnicodeString result1, result2; in TestUChariter() local 135 UnicodeString result1, result2; in TestStringiter() local
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/citer/ |
D | citer.cpp | 70 UnicodeString result1, result2; in TestUChariter() local 135 UnicodeString result1, result2; in TestStringiter() local
|
/third_party/skia/third_party/externals/icu/source/samples/citer/ |
D | citer.cpp | 70 UnicodeString result1, result2; in TestUChariter() local 135 UnicodeString result1, result2; in TestStringiter() local
|
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/plusOperator/ |
D | plusOperatorInvalidOperations.ts | 8 var result2 =+; variable
|
/third_party/boost/libs/range/test/algorithm_test/ |
D | find.cpp | 36 iter_t result2 = boost::find(boost::make_iterator_range(cont), 3); in test_iter() local 50 result_t result2 = boost::find<return_type>(boost::make_iterator_range(cont), 3); in operator ()() local
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.ts | 13 var result2 = foo().prop **= foo().prop ** 2; variable
|
/third_party/boost/libs/algorithm/minmax/example/ |
D | minmax_ex.cpp | 30 pair< iterator, iterator > result2 = boost::minmax_element(L.begin(), L.end()); in main() local
|
/third_party/boost/libs/mpl/test/ |
D | pop_front.cpp | 27 typedef pop_front<types2>::type result2; in MPL_TEST_CASE() typedef
|
D | transform.cpp | 48 typedef transform< evens, primes, plus<> >::type result2; in MPL_TEST_CASE() typedef
|
/third_party/typescript/tests/cases/compiler/ |
D | defaultBestCommonTypesHaveDecls.ts | 12 var result2 = concat2(1, ""); // result2 will be number|string variable
|
D | typeofStripsFreshness.ts | 19 const result2: Collection<Both> = new Collection(); constant
|
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
D | convertToAsyncFunction_MultipleThens.ts | 16 const result2 = await res(result); constant
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardsWithInstanceOf.ts | 5 var result2!: I; variable
|
/third_party/glib/glib/tests/ |
D | convert.c | 146 gunichar *result, *result2, *result3; in check_utf8_to_ucs4() local 236 gchar *result, *result2, *result3; in check_ucs4_to_utf8() local 300 gunichar2 *result, *result2, *result3; in check_utf8_to_utf16() local 377 gchar *result, *result2, *result3; in check_utf16_to_utf8() local 450 gunichar2 *result, *result2, *result3; in check_ucs4_to_utf16() local 518 gunichar *result, *result2, *result3; in check_utf16_to_ucs4() local
|
/third_party/boost/boost/math/special_functions/detail/ |
D | bessel_derivatives_linear.hpp | 43 T result2 = boost::math::detail::cyl_bessel_i_imp<T>(v + 1, x, pol); in bessel_i_derivative_linear() local 55 T result2 = boost::math::detail::cyl_bessel_k_imp<T>(v + 1, x, tag, pol); in bessel_k_derivative_linear() local
|