/third_party/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local 54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local 64 const bool same = in BM_memcmp_benchmark() local 76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local 54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local 64 const bool same = in BM_memcmp_benchmark() local 76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
|
/third_party/boost/libs/contract/test/detail/ |
D | unprotected_commas.hpp | 20 template<typename U> static U& same(U& x) { return x; } in same() function 21 template<typename U> static U* same(U* x) { return x; } in same() function
|
/third_party/boost/libs/numeric/odeint/examples/2d_lattice/ |
D | vector_vector_resize.hpp | 37 bool same = ( boost::size( x1 ) == boost::size( x2 ) ); in same_size() local 75 bool same = ( boost::size( m_v ) == boost::size( x ) ); in same_size() local
|
/third_party/boost/boost/numeric/odeint/iterator/detail/ |
D | ode_iterator_base.hpp | 71 bool same( const ode_iterator_base &iter ) const in same() function in boost::numeric::odeint::detail::ode_iterator_base 148 bool same( ode_iterator_base const& iter ) in same() function in boost::numeric::odeint::detail::ode_iterator_base
|
/third_party/musl/src/locale/ |
D | setlocale.c | 48 int same = 0; in setlocale() local
|
/third_party/curl/tests/unit/ |
D | unit1399.c | 56 bool same = (time_sec == expected_seconds); in usec_matches_seconds() local
|
/third_party/ffmpeg/libavcodec/ |
D | rle.c | 27 int ff_rle_count_pixels(const uint8_t *start, int len, int bpp, int same) in ff_rle_count_pixels()
|
/third_party/boost/boost/geometry/strategies/ |
D | side_info.hpp | 78 inline bool same() const in same() function in boost::geometry::side_info
|
/third_party/boost/libs/serialization/test/ |
D | test_variant.cpp | 54 struct same { struct in are_equal 56 static bool invoke(const T & t, const U & u){ in invoke()
|
/third_party/boost/boost/python/ |
D | cast.hpp | 80 bool const same = detail::is_same<src_t,target_t>::value; in upcast_impl() local
|
/third_party/node/deps/npm/node_modules/pseudomap/ |
D | pseudomap.js | 83 function same (a, b) { function
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | grammar_def.hpp | 58 struct same {}; struct
|
/third_party/boost/boost/core/ |
D | lightweight_test_trait.hpp | 104 boost::core::is_same<T1, T2> same, char const * file, int line, char const * function ) in test_trait_same_impl()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tfsmalls.cpp | 274 UBool same = TRUE; in test_Formattable() local
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 832 BOOL same = leftop == rightop; in compare_opcodes() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 219 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatUnitTest.java | 216 Map<ULocale,Set<ULocale>> same = new LinkedHashMap(); in TestSamples() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfslabel.c | 243 BOOL same; in change_serial() local
|
/third_party/boost/libs/locale/src/icu/ |
D | date_time.cpp | 250 virtual bool same(abstract_calendar const *other) const in same() function in boost::locale::impl_icu::calendar_impl
|
/third_party/gettext/gettext-runtime/intl/ |
D | relocatable.c | 248 bool same = false; in compute_curr_prefix() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_phis.cpp | 97 if (std::all_of(ops.begin() + 1, ops.end(), [&](Operand same) { return same == ops[0]; })) in get_ssa()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_divergence_analysis.c | 797 nir_ssa_def* same = NULL; in visit_loop_header_phi() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 165 …bool same = tcu::pixelThresholdCompare(log, "Result", "Image comparison result", img, refImg, tcu:… in checkNondet() local
|
/third_party/boost/libs/locale/src/util/ |
D | gregorian.cpp | 774 virtual bool same(abstract_calendar const *other) const in same() function in boost::locale::util::gregorian_calendar
|