Home
last modified time | relevance | path

Searched refs:combiner (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dcombiner.py53 combiner = self._get_combiner(test.suite)
54 if not combiner:
55 print ('>>> Warning: There is no combiner for %s testsuite' %
58 return combiner.get_group_key(test)
82 suite, combiner = self._select_suite()
91 return combiner.combine('%s-%d' % (suite, self._current_num), sample)
94 """Returns pair (suite name, combiner)."""
101 combiner = self._combiners.get(suite.name)
102 if not combiner:
103 combiner
[all...]
/third_party/node/deps/v8/tools/testrunner/
H A Dnum_fuzzer.py17 from testrunner.testproc.combiner import CombinerProc
153 combiner = self._create_combiner(fuzzer_rng, options)
163 # TODO(majeski): Improve sharding when combiner is present. Maybe select
167 combiner,
180 if combiner:
181 combiner.generate_initial_tests(options.j * 4)
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc450 absl::hash_internal::PiecewiseCombiner combiner; in AbslHashValue() local
452 h = combiner.add_buffer(std::move(h), p.buf_.data(), p.buf_.size()); in AbslHashValue()
453 return combiner.finalize(std::move(h)); in AbslHashValue()
458 h = combiner.add_buffer(std::move(h), chunk.data(), chunk.size()); in AbslHashValue()
463 h = combiner.add_buffer(std::move(h), last_chunk.data(), in AbslHashValue()
466 return combiner.finalize(std::move(h)); in AbslHashValue()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h893 typename H::AbslInternalPiecewiseCombiner combiner; in HashFragmented() local
894 ForEachChunk([&combiner, &hash_state](absl::string_view chunk) { in HashFragmented()
895 hash_state = combiner.add_buffer(std::move(hash_state), chunk.data(), in HashFragmented()
898 return H::combine(combiner.finalize(std::move(hash_state)), size()); in HashFragmented()

Completed in 5 milliseconds