Searched refs:Merge (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhistogram.h19 void Merge(const Histogram& other);
H A Dhistogram.cc58 void Histogram::Merge(const Histogram& other) { function in class:leveldb::Histogram
/external/sfntly/cpp/src/sample/subtly/
H A Dmerger.h35 virtual CALLER_ATTACH sfntly::Font* Merge();
H A Dmerger_main.cc59 new_font.Attach(merger->Merge());
H A Dmerger.cc44 CALLER_ATTACH Font* Merger::Merge() { function in class:subtly::Merger
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dcontact_map_unittest.cc17 TEST(ContactMapTest, Merge) {
27 // Merge it into the map and check that it's stored.
31 map.Merge(contacts_to_merge.Pass(), ContactMap::KEEP_DELETED_CONTACTS);
42 // Merge it into the map. Since we request keeping deleted contacts, the
46 map.Merge(contacts_to_merge.Pass(), ContactMap::KEEP_DELETED_CONTACTS);
56 map.Merge(contacts_to_merge.Pass(), ContactMap::KEEP_DELETED_CONTACTS);
65 // Merge it into the map with DROP_DELETED_CONTACTS. The contact shouldn't be
69 map.Merge(contacts_to_merge.Pass(), ContactMap::DROP_DELETED_CONTACTS);
79 map.Merge(contacts_to_merge.Pass(), ContactMap::DROP_DELETED_CONTACTS);
96 map.Merge(contacts_to_merg
[all...]
H A Dcontact_map.h27 // What should Merge() do when passed a deleted contact?
57 void Merge(scoped_ptr<ScopedVector<Contact> > updated_contacts,
H A Dcontact_map.cc33 void ContactMap::Merge(scoped_ptr<ScopedVector<Contact> > updated_contacts, function in class:contacts::ContactMap
H A Dfake_contact_database.cc80 contacts_.Merge(copied_contacts.Pass(), ContactMap::KEEP_DELETED_CONTACTS);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h60 static void Merge(const Message& from, Message* to);
H A Dreflection_ops_unittest.cc81 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),
H A Dreflection_ops.cc51 Merge(from, to);
54 void ReflectionOps::Merge(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
H A Dtext_format.h201 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/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py128 text_format.Merge(golden_text, parsed_message)
138 text_format.Merge(golden_text, parsed_message)
150 text_format.Merge(ascii_text, parsed_message)
160 text_format.Merge(ascii_text, parsed_message)
167 text_format.Merge(text, message)
180 text_format.Merge(text, message)
196 text_format.Merge(text, message)
214 text_format.Merge, text, message)
222 text_format.Merge, text, message)
228 text_format.Merge, tex
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Merge(const Message& from, Message* to);
H A Dtext_format.h199 static bool Merge(io::ZeroCopyInputStream* input, Message* output);
200 // Like Merge(), but reads directly from a string.
220 // Like TextFormat::Merge().
221 bool Merge(io::ZeroCopyInputStream* input, Message* output);
247 // Like TextFormat::Merge(). The provided implementation is used
H A Dreflection_ops_unittest.cc81 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),
H A Dreflection_ops.cc47 Merge(from, to);
50 void ReflectionOps::Merge(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py218 text_format.Merge(wire_text, parsed_message)
225 text_format.Merge(wire_text, parsed_message)
234 text_format.Merge(text, parsed_message)
255 text_format.Merge(golden_text, parsed_message)
265 text_format.Merge(golden_text, parsed_message)
277 text_format.Merge(ascii_text, parsed_message)
287 text_format.Merge(ascii_text, parsed_message)
294 text_format.Merge(text, message)
307 text_format.Merge(text, message)
326 text_format.Merge(tex
[all...]
/external/chromium/testing/
H A Dgenerate_gmock_mutant.py361 def Merge(a): function
380 "template_params": Merge([Gen("typename P%", prebound),
384 "args": Merge([GenAlpha("p.%", prebound), GenAlpha("c.%", calltime)]),
396 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
399 "template_params": Merge([Gen("typename P%", prebound),
/external/chromium_org/testing/
H A Dgenerate_gmock_mutant.py362 def Merge(a): function
381 "template_params": Merge([Gen("typename P%", prebound),
385 "args": Merge([GenAlpha("p.%", prebound), GenAlpha("c.%", calltime)]),
397 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
400 "template_params": Merge([Gen("typename P%", prebound),
/external/chromium_org/remoting/tools/
H A Dzip2msi.py79 def Merge(left, right): function
98 retval[key] = Merge(retval[key], value)
153 # Merge/apply tool-specific parameters
156 params = Merge(params, params[tool])
213 parameters = Merge(json.load(f), parameters)
228 parameters = Merge(parameters, {'light': {'switches': ['-b', bind_path]}})
/external/chromium_org/chrome/browser/extensions/updater/
H A Dmanifest_fetch_data.h76 void Merge(const ManifestFetchData& other);
/external/chromium_org/chrome/browser/policy/
H A Dregistry_dict_win.h62 // Merge keys and values from |other|, giving precedence to |other|.
63 void Merge(const RegistryDict& other);
/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h229 // Merge dataflow values from all predecessors of this block.
230 MergeOperatorTy Merge; local
252 Merge(V, EI->second);
266 Merge(V, BI->second);

Completed in 1073 milliseconds

1234