HomeSort by relevance Sort by last modified time
    Searched defs:Merge (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/golang-protobuf/proto/
clone.go 32 // Protocol buffer deep copy and merge.
51 // out is empty so a merge is a deep copy.
56 // Merge merges src into dst.
59 // Merge panics if src and dst are not the same type, or if dst is nil.
60 func Merge(dst, src Message) {
108 // mergeAny performs a merge between two values of the same type.
117 Merge(out.Interface().(Message), in.Interface().(Message))
135 // Otherwise we will merge as normal.
  /frameworks/base/core/tests/coretests/src/android/view/
Merge.java 28 * Exercise <merge /> tag in XML files.
30 public class Merge extends Activity {
  /external/skia/experimental/sksg/geometry/
SkSGMerge.cpp 15 Merge::Merge(std::vector<sk_sp<GeometryNode>>&& geos, Mode mode)
23 Merge::~Merge() {
29 void Merge::onClip(SkCanvas* canvas, bool antiAlias) const {
33 void Merge::onDraw(SkCanvas* canvas, const SkPaint& paint) const {
37 SkPath Merge::onAsPath() const {
41 static SkPathOp mode_to_op(Merge::Mode mode) {
43 case Merge::Mode::kUnion:
45 case Merge::Mode::kIntersect
    [all...]
  /external/skqp/experimental/sksg/geometry/
SkSGMerge.cpp 15 Merge::Merge(std::vector<sk_sp<GeometryNode>>&& geos, Mode mode)
23 Merge::~Merge() {
29 void Merge::onClip(SkCanvas* canvas, bool antiAlias) const {
33 void Merge::onDraw(SkCanvas* canvas, const SkPaint& paint) const {
37 SkPath Merge::onAsPath() const {
41 static SkPathOp mode_to_op(Merge::Mode mode) {
43 case Merge::Mode::kUnion:
45 case Merge::Mode::kIntersect
    [all...]
  /external/sfntly/cpp/src/sample/subtly/
merger.cc 44 CALLER_ATTACH Font* Merger::Merge() {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.h 33 // what the Merge class does.
34 class Merge {
36 Merge(int fs_hz,
40 virtual ~Merge() {}
65 // Calls |expand_| to get more expansion data to merge with. The data is
99 RTC_DISALLOW_COPY_AND_ASSIGN(Merge);
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Merge.java 26 * The <code>merge</code> command.
28 public class Merge extends Command {
  /external/tensorflow/tensorflow/compiler/jit/
union_find.h 35 void Merge(UnionFind* other);
52 void UnionFind<T>::Merge(UnionFind* other) {
  /external/tensorflow/tensorflow/contrib/tensorrt/segment/
union_find.h 38 void Merge(UnionFind* other);
57 void UnionFind<T>::Merge(UnionFind* other) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge({}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge(std::set<uint32_t>{}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const std::set<uint32_t> &InitialFeatures,
71 size_t Merge(std::vector<std::string> *NewFiles) {
72 return Merge(std::set<uint32_t>{}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
71 size_t Merge(Vector<std::string> *NewFiles) {
72 return Merge(Set<uint32_t>{}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
71 size_t Merge(Vector<std::string> *NewFiles) {
72 return Merge(Set<uint32_t>{}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
71 size_t Merge(Vector<std::string> *NewFiles) {
72 return Merge(Set<uint32_t>{}, NewFiles);
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerMerge.h 12 // Take the existing corpus (possibly empty) and merge new inputs into
33 // reads the control files and does the merge based entirely on the contents
69 size_t Merge(const Set<uint32_t> &InitialFeatures,
71 size_t Merge(Vector<std::string> *NewFiles) {
72 return Merge(Set<uint32_t>{}, NewFiles);
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 51 Merge(from, to);
54 void ReflectionOps::Merge(const Message& from, Message* to) {
59 << "Tried to merge messages of different types "
60 << "(merge " << descriptor->full_name()
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 28 p, _ = Merge([]*Profile{p})
32 // Merge merges all the profiles in profs into a single Profile.
36 // and period types or the merge will fail. profile.Period of the
39 func Merge(srcs []*Profile) (*Profile, error) {
41 return nil, fmt.Errorf("no profiles to merge")
79 // If there are any zero samples, re-merge the profile to GC
81 return Merge([]*Profile{p})
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 28 p, _ = Merge([]*Profile{p})
32 // Merge merges all the profiles in profs into a single Profile.
36 // and period types or the merge will fail. profile.Period of the
39 func Merge(srcs []*Profile) (*Profile, error) {
41 return nil, fmt.Errorf("no profiles to merge")
79 // If there are any zero samples, re-merge the profile to GC
81 return Merge([]*Profile{p})
  /build/kati/
var.go 348 r.Merge(vt)
352 // Merge merges vt2 into vt.
353 func (vt Vars) Merge(vt2 Vars) {
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 2 # Merge or print the coverage data collected by asan's coverage.
4 # We need to merge these integers into a set and then
18 " " + prog_name + " merge FILE [FILE...] > OUTPUT\n" \
75 def Merge(files):
85 s = Merge(files)
96 s = Merge(files)
239 elif sys.argv[1] == "merge":
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 91 bool RRInfo::Merge(const RRInfo &Other) {
92 // Conservatively merge the ReleaseMetadata information.
96 // Conservatively merge the boolean state.
101 // Merge the call sets.
104 // Merge the insert point sets. If there are any differences,
105 // that makes this a partial merge.
138 void PtrState::Merge(const PtrState &Other, bool TopDown) {
147 // If we're doing a merge on a path that's previously seen a partial
148 // merge, conservatively drop the sequence, to avoid doing partial
149 // RR elimination. If the branch predicates for the two merge differ
    [all...]
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 26 // Forward-merge "trains" of simulates after an instruction with observable
48 // effects are never added to the merge list. The same reasoning holds for
54 // Merge the accumulated simulates at the end of the block.
59 // Do not merge simulates across captured objects - captured objects
88 static State* Merge(State* succ_state,
95 : succ_state->Merge(succ_block, pred_state, pred_block, zone);
149 State* Merge(HBasicBlock* succ_block,
158 PrintF("[merge state %p from B%d into %p for B%d]\n",
  /external/libchrome/base/trace_event/
trace_config_category_filter.cc 161 void TraceConfigCategoryFilter::Merge(const TraceConfigCategoryFilter& config) {
  /external/v8/src/compiler/
access-info.cc 142 bool PropertyAccessInfo::Merge(PropertyAccessInfo const* that) {
462 // Try to merge the {access_info} with an existing one.
465 if (other_info.Merge(&access_info)) {

Completed in 2951 milliseconds

1 2 3 4 5