Searched refs:Merge (Results 76 - 100 of 112) sorted by relevance

12345

/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc143 // Support for global analysis with HFlowEngine: Merge given state with
145 static HCheckTable* Merge(HCheckTable* succ_state, HBasicBlock* succ_block, function in class:v8::internal::HCheckTable
154 return succ_state->Merge(succ_block, pred_state, pred_block, zone);
309 // Merge this state with the other incoming state.
310 HCheckTable* Merge(HBasicBlock* succ, HCheckTable* that, function in class:v8::internal::HCheckTable
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc414 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
754 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1025 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc804 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1320 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1596 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2056 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2709 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3044 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3358 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3673 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4059 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4608 ::google::protobuf::internal::ReflectionOps::Merge(fro
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h343 void Merge(const CategoryFilter& nested_filter);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_app_list_sync_test.cc270 IN_PROC_BROWSER_TEST_F(TwoClientAppListSyncTest, Merge) {
H A Dtwo_client_apps_sync_test.cc216 IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, Merge) {
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_namespace.cc263 SessionStorageNamespace::MergeResult DOMStorageNamespace::Merge( function in class:content::DOMStorageNamespace
H A Ddom_storage_context_impl.cc493 return ns1->Merge(actually_merge, process_id, ns2, this);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc446 i->Merge(*fetch_data);
453 manifests_queue_.active_request()->Merge(*fetch_data);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml140 (* Merge lhs/rhs. *)
/external/nanopb-c/generator/
H A Dnanopb_generator.py902 text_format.Merge(parts[1], opts)
996 text_format.Merge(s, toplevel_options)
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp221 pPrevLine->Merge(pBaseLine);
584 void CTextBaseLine::Merge(CTextBaseLine* pOther) function in class:CTextBaseLine
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc883 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1536 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1823 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2283 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2933 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3268 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3582 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3897 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4281 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4954 ::google::protobuf::internal::ReflectionOps::Merge(fro
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator_unittest.cc136 TEST_F(ListPreferenceMergeTest, Merge) {
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service_unittest.cc321 TEST_F(PasswordSyncableServiceTest, Merge) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py403 text_format.Merge(expected_ascii, expected_proto)
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py43 'PrintFieldValue', 'Merge' ]
146 def Merge(text, message): function
/external/lldb/source/Target/
H A DStackFrameList.cpp743 StackFrameList::Merge (std::unique_ptr<StackFrameList>& curr_ap, lldb::StackFrameListSP& prev_sp) function in class:StackFrameList
750 s.PutCString("\n\nStackFrameList::Merge():\nPrev:\n");
/external/protobuf/python/google/protobuf/
H A Dtext_format.py43 'PrintFieldValue', 'Merge' ]
126 def Merge(text, message): function
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1256 google.protobuf.text_format.Merge(serialized_notification, coalesced)
1327 google.protobuf.text_format.Merge(synced_notification_app_info, app_info)
/external/clang/lib/Serialization/
H A DASTReader.cpp8105 for (auto &Merge : PendingOdrMergeFailures) {
8106 Merge.first->buildLookup();
8107 Merge.first->decls_begin();
8108 Merge.first->bases_begin();
8109 Merge.first->vbases_begin();
8110 for (auto *RD : Merge.second) {
8242 for (auto &Merge : PendingOdrMergeFailures) {
8243 if (!DiagnosedOdrMergeFailures.insert(Merge.first))
8247 for (auto *RD : Merge.second) {
8250 if (Merge
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc666 Node* merge = graph.NewNode(builder.Merge(2), ret1, ret2);
700 op = common_builder.Merge(2);
1268 op = common_builder.Merge(2);
1334 op = common_builder.Merge(2);
1642 Node* m = graph->NewNode(common->Merge(2), t, f);
/external/blktrace/btt/doc/
H A Dbtt.tex211 \item[Device Merge Information]
1066 \texttt{DMI} & Device Merge Information:\\
1082 \texttt{Q2M} & Queue-to-Merge times:\\
1084 \texttt{M2D} & Merge-to-Issue times:\\
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common.cc1196 void Merge(const PreCalculateMetaInformationRecursiveData& data) { function in struct:cc::PreCalculateMetaInformationRecursiveData
1234 recursive_data->Merge(data_for_child);
/external/chromium_org/chrome/browser/policy/test/
H A Dpolicy_testserver.py1152 google.protobuf.text_format.Merge(text, proto_message)

Completed in 1126 milliseconds

12345