HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 151 - 175 of 260) sorted by null

1 2 3 4 5 67 8 91011

  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
api.pb.cc 610 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
  /external/v8/src/compiler/
osr.cc 190 Node* merge = nullptr; local
201 // Create the merge for the entry into the loop header.
202 input = merge = graph->NewNode(common->Merge(backedge_count),
204 copy->ReplaceInput(0, merge);
207 DCHECK_NOT_NULL(merge);
209 tmp_inputs.push_back(merge);
216 // Print the merge.
242 // Merge the ends of the graph copies.
js-inlining.cc 158 graph()->NewNode(common()->Merge(subcall_count), subcall_count,
205 Node* control_output = graph()->NewNode(common()->Merge(input_count),
js-native-context-specialization.cc 652 // Merge+Phi+EffectPhi at the bottom.
739 graph()->NewNode(common()->Merge(this_control_count),
760 // Generate the final merge point for all (polymorphic) branches.
769 control = graph()->NewNode(common()->Merge(control_count), control_count,
    [all...]
js-typed-lowering.cc 486 NodeProperties::ChangeOp(exception_merge, common()->Merge(2));
    [all...]
graph-assembler.h 369 current_control_ = graph()->NewNode(common()->Merge(merge_count), merge_count,
js-intrinsic-lowering.cc 213 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); local
216 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge);
221 vfalse, merge);
  /frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp 297 // Merge the package pools into the main pool.
299 visitor.pool.Merge(std::move(package_pool_entry.second));
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 40 bool TableMerger::Merge(const Source& src, ResourceTable* table,
51 * This will merge packages with the same package name (or no package name).
58 // Only merge an empty package or the package we're building.
81 // Merge here. Once the entries are merged and mangled, any references to
94 * This will merge and mangle resources from a static library.
151 << "cannot merge type '" << src_type->type
175 DiagMessage(src) << "cannot merge entry '" << src_entry->name
182 // Modified CollisionResolver which will merge Styleables and Styles. Used with overlays.
187 // Styleables and Styles don't simply overlay each other, their definitions merge
188 // and accumulate. If both values are Styleables/Styles, we just merge them into th
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 433 // Merge adds profile p adjusted by ratio r into profile p. Profiles
437 func (p *Profile) Merge(pb *Profile, r float64) error {
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 433 // Merge adds profile p adjusted by ratio r into profile p. Profiles
437 func (p *Profile) Merge(pb *Profile, r float64) error {
  /art/runtime/verifier/
reg_type.h 241 // Compute the merge of this register from one edge (path) with incoming_type
243 const RegType& Merge(const RegType& incoming_type,
255 return Merge(incoming_type, reg_types, verifier);
    [all...]
register_line.cc 435 const RegType& new_type = cur_type.Merge(
  /external/libchrome/base/trace_event/
trace_config_unittest.cc 544 // Merge
547 tc.Merge(tc2);
559 tc.Merge(tc2);
trace_config.cc 272 void TraceConfig::Merge(const TraceConfig& config) {
277 DLOG(ERROR) << "Attempting to merge trace config with a different "
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 140 (* Merge lhs/rhs. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 140 (* Merge lhs/rhs. *)
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 96 // Merge samples from the same location.
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 96 // Merge samples from the same location.
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 460 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 389 if (Flags.merge) {
392 F.Merge(*Inputs);
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 442 replace_message_field: Replace message field if True. Merge message
557 """Merge all fields specified by this tree from source to destination."""
574 """Merge all fields specified by a sub-tree from source to destination."""
  /external/python/cpython2/Modules/
_tkinter.c 387 Merge(PyObject *args)
432 if (!(argv[i] = Merge(v)))
450 PyErr_SetString(Tkinter_TclError, "merge failed");
    [all...]
  /external/syslinux/com32/lib/libpng/
CHANGES     [all...]

Completed in 2282 milliseconds

1 2 3 4 5 67 8 91011