HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 81 TEST(ReflectionOpsTest, Merge) {
82 // Note: Copy is implemented in terms of Merge() so technically the Copy
103 ReflectionOps::Merge(message2, &message);
109 // Note: Copy is implemented in terms of Merge() so technically the Copy
133 ReflectionOps::Merge(message2, &message);
144 ReflectionOps::Merge(message2, &message1);
158 // Note: Copy is implemented in terms of Merge() so technically the Copy
164 ReflectionOps::Merge(message, &message),
reflection_ops.cc 47 Merge(from, to);
50 void ReflectionOps::Merge(const Message& from, Message* to) {
55 << "Tried to merge messages of different types.";
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 229 // Merge dataflow values from all predecessors of this block.
230 MergeOperatorTy Merge;
252 Merge(V, EI->second);
266 Merge(V, BI->second);
  /external/chromium_org/chrome/browser/chromeos/contacts/
fake_contact_database.cc 80 contacts_.Merge(copied_contacts.Pass(), ContactMap::KEEP_DELETED_CONTACTS);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.h 86 SessionStorageNamespace::MergeResult Merge(
dom_storage_session.cc 135 void DOMStorageSession::Merge(
dom_storage_context_impl_unittest.cc 315 // Create a target namespace that we will merge into.
355 ASSERT_TRUE(alias_ns->Merge(false, kPid1, target_ns, NULL) ==
363 ASSERT_TRUE(alias_ns->Merge(true, kPid2, target_ns, NULL) ==
366 // Verify that the merge was successful.
  /external/chromium_org/third_party/leveldatabase/src/util/
histogram.cc 58 void Histogram::Merge(const Histogram& other) {
  /external/chromium_org/third_party/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.";
text_format.h 201 static bool Merge(io::ZeroCopyInputStream* input, Message* output);
202 // Like Merge(), but reads directly from a string.
287 // Like TextFormat::Merge().
288 bool Merge(io::ZeroCopyInputStream* input, Message* output);
328 // Like TextFormat::Merge(). The provided implementation is used
  /external/chromium_org/tools/cygprofile/
mergetraces.py 8 """"Merge multiple logs files from different processes into a single log.
10 Given two log files of execution traces, merge the traces into a single trace.
141 """Merge two traces for code in specified library and write to stdout.
  /external/chromium_org/v8/src/
hydrogen-flow-engine.h 68 inline NoState* Merge(HBasicBlock* succ, NoState* other, Zone* zone) {
155 // Merge the current state with the state already at the successor.
156 SetStateAt(succ, state->Merge(succ, StateAt(succ), zone_));
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 295 static ExprEffect Merge(ExprEffect a, ExprEffect b);
330 static Environment Merge(const Environment& l,
469 ExprEffect ExprEffect::Merge(ExprEffect a, ExprEffect b) {
647 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond),
679 return ExprEffect::Merge(VisitExpr(lhs, env), VisitExpr(rhs, env));
945 in_ = Environment::Merge(in_, env);
966 out_ = Environment::Merge(out_, env);
1053 return Environment::Merge(then_out, else_out);
1063 Environment in = Environment::Merge(env, block_->in());
1069 Environment in = Environment::Merge(env, block_->in())
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 295 static ExprEffect Merge(ExprEffect a, ExprEffect b);
330 static Environment Merge(const Environment& l,
469 ExprEffect ExprEffect::Merge(ExprEffect a, ExprEffect b) {
649 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond),
681 return ExprEffect::Merge(VisitExpr(lhs, env), VisitExpr(rhs, env));
947 in_ = Environment::Merge(in_, env);
968 out_ = Environment::Merge(out_, env);
1055 return Environment::Merge(then_out, else_out);
1065 Environment in = Environment::Merge(env, block_->in());
1071 Environment in = Environment::Merge(env, block_->in())
    [all...]
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 105 const Type* result = &(t1->Merge(*t2, type_cache_));
  /art/runtime/verifier/
reg_type_test.cc 72 EXPECT_TRUE((long_lo.Merge(precise_lo, &cache)).IsLongTypes());
73 EXPECT_TRUE((long_hi.Merge(precise_hi, &cache)).IsLongHighTypes());
458 EXPECT_TRUE(string.Merge(Object, &cache_new).IsJavaLangObject());
459 // Merge two unresolved types.
465 const RegType& merged = ref_type_1.Merge(ref_type_0, &cache_new);
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 158 void ManifestFetchData::Merge(const ManifestFetchData& other) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
notifications.js 42 * Merge notificationInfo into chrome.sync.notifications.
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 220 void RegistryDict::Merge(const RegistryDict& other) {
226 subdict->Merge(*entry->second);
registry_dict_win_unittest.cc 130 TEST(RegistryDictTest, Merge) {
150 dict_a.Merge(dict_b);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
menu-view.js 57 function merge(origin, target) {
75 merge(child, target.children[index]);
81 // Merge trees in all snapshots.
89 merge(data, union);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 79 (* Merge lhs/rhs. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 79 (* Merge lhs/rhs. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 79 (* Merge lhs/rhs. *)
  /external/chromium/chrome/browser/
gpu_data_manager.cc 49 if (!gpu_info_.Merge(gpu_info))

Completed in 1521 milliseconds

12 3 4 5