Searched refs:Merge (Results 51 - 75 of 112) sorted by relevance

12345

/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc221 void RegistryDict::Merge(const RegistryDict& other) { function in class:policy::RegistryDict
227 subdict->Merge(*entry->second);
H A Dregistry_dict_win_unittest.cc130 TEST(RegistryDictTest, Merge) {
150 dict_a.Merge(dict_b);
H A Dpolicy_loader_win.cc541 // Merge with existing forced policy, giving precedence to the existing
543 new_forced_policy.Merge(forced_policy);
551 // Merge, give precedence to forced policy.
552 parsed_policy.Merge(forced_policy);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl_unittest.cc356 ASSERT_TRUE(alias_ns->Merge(false, kPid1, target_ns, NULL) ==
364 ASSERT_TRUE(alias_ns->Merge(true, kPid2, target_ns, NULL) ==
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc110 const Operator* CommonOperatorBuilder::Merge(int controls) { function in class:v8::internal::compiler::CommonOperatorBuilder
112 0, controls, "Merge");
H A Djs-builtin-reducer.cc132 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false);
H A Dopcodes.h15 V(Merge) \
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py142 text_format.Merge(expected_ascii, expected_proto)
/external/protobuf/src/google/protobuf/
H A Dmessage.cc67 ReflectionOps::Merge(from, this);
H A Drepeated_field.h167 // static void Merge(const Type& from, Type* to);
274 static void Merge(const GenericType& from, GenericType* to) { function in class:google::protobuf::internal::GenericTypeHandler
281 inline void GenericTypeHandler<MessageLite>::Merge( function in class:google::protobuf::internal::GenericTypeHandler
300 static void Merge(const string& from, string* to) { *to = from; } function in class:google::protobuf::internal::StringTypeHandlerBase
678 TypeHandler::Merge(other.Get<TypeHandler>(i), Add<TypeHandler>());
H A Dtext_format.cc788 bool TextFormat::Parser::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat::Parser
798 return Merge(&input_stream, output);
830 /* static */ bool TextFormat::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat
832 return Parser().Merge(input, output);
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp384 bool Merge(const RRInfo &Other);
398 bool RRInfo::Merge(const RRInfo &Other) { function in class:RRInfo
408 // Merge the call sets.
411 // Merge the insert point sets. If there are any differences,
513 void Merge(const PtrState &Other, bool TopDown);
538 PtrState::Merge(const PtrState &Other, bool TopDown) { function in class:PtrState
557 Partial = RRI.Merge(Other.RRI);
732 Pair.first->second.Merge(Pair.second ? PtrState() : MI->second,
741 MI->second.Merge(PtrState(), /*TopDown=*/true);
776 Pair.first->second.Merge(Pai
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc49 bool Merge(const Edit* edit) { function in class:views::internal::Edit
106 // Merge the replace edit into the current edit. This handles the special case
736 if (current_edit_ != edit_history_.end() && (*current_edit_)->Merge(edit)) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml115 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml126 (* Merge lhs/rhs. *)
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service_unittest.cc187 TEST_F(SupervisedUserSharedSettingsServiceTest, Merge) {
/external/chromium_org/third_party/motemplate/
H A Dmotemplate.py262 def Merge(self, render_state, text_transform=None): member in class:_RenderState
375 render_state.Merge(content_render_state,
397 render_state.Merge(content_render_state, text_transform=inlinify)
748 render_state.Merge(
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc68 ReflectionOps::Merge(from, this);
H A Drepeated_field.h219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) { function in class:google::protobuf::internal::GenericTypeHandler
346 inline void GenericTypeHandler<MessageLite>::Merge( function in class:google::protobuf::internal::GenericTypeHandler
384 static void Merge(const string& from, string* to) { *to = from; } function in class:google::protobuf::internal::StringTypeHandlerBase
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
H A Dtext_format.cc1063 bool TextFormat::Parser::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat::Parser
1075 return Merge(&input_stream, output);
1109 /* static */ bool TextFormat::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat
1111 return Parser().Merge(input, output);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc188 void Merge(const Stats& other) { function in class:leveldb::__anon12439::RandomGenerator::Stats
189 hist_.Merge(other.hist_);
598 arg[0].thread->stats.Merge(arg[i].thread->stats);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc422 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
760 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1031 ::google::protobuf::internal::ReflectionOps::Merge(from, this);

Completed in 3534 milliseconds

12345