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

1 2 3 4 5

  /frameworks/base/core/tests/coretests/src/android/view/
MergeTest.java 19 import android.view.Merge;
25 public class MergeTest extends ActivityInstrumentationTestCase<Merge> {
27 super("com.android.frameworks.coretests", Merge.class);
37 final Merge activity = getActivity();
Merge.java 28 * Exercise <merge /> tag in XML files.
30 public class Merge extends Activity {
  /external/chromium_org/third_party/leveldatabase/src/util/
histogram.h 19 void Merge(const Histogram& other);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
merger.h 35 virtual CALLER_ATTACH sfntly::Font* Merge();
merger_main.cc 59 new_font.Attach(merger->Merge());
merger.cc 44 CALLER_ATTACH Font* Merger::Merge() {
  /external/sfntly/cpp/src/sample/subtly/
merger.h 35 virtual CALLER_ATTACH sfntly::Font* Merge();
merger_main.cc 59 new_font.Attach(merger->Merge());
merger.cc 44 CALLER_ATTACH Font* Merger::Merge() {
  /external/protobuf/src/google/protobuf/
reflection_ops.h 59 static void Merge(const Message& from, Message* to);
text_format.h 199 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
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_map_unittest.cc 17 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);
52 // Update the first contact's update time and merge it into the map.
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);
73 // Mark the first contact as being deleted and merge it wit
    [all...]
contact_map.h 27 // What should Merge() do when passed a deleted contact?
57 void Merge(scoped_ptr<ScopedVector<Contact> > updated_contacts,
contact_map.cc 33 void ContactMap::Merge(scoped_ptr<ScopedVector<Contact> > updated_contacts,
  /external/chromium_org/content/public/browser/
session_storage_namespace.h 64 // If actually_merge is set to true, the merge will actually be performed,
65 // if possible, and the result of the merge will be returned.
66 // If actually_merge is set to false, the result of whether a merge would be
68 virtual void Merge(bool actually_merge,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.h 60 static void Merge(const Message& from, Message* to);
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),
  /external/chromium_org/content/browser/dom_storage/
session_storage_namespace_impl.cc 77 void SessionStorageNamespaceImpl::Merge(
84 session_->Merge(actually_merge, process_id, other_impl->session_, callback);
session_storage_namespace_impl.h 53 virtual void Merge(bool actually_merge,
dom_storage_session.h 54 void Merge(bool actually_merge,
  /external/chromium/testing/
generate_gmock_mutant.py 361 def Merge(a):
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/
generate_gmock_mutant.py 362 def Merge(a):
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/
zip2msi.py 79 def Merge(left, right):
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/
manifest_fetch_data.h 76 void Merge(const ManifestFetchData& other);
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 64 // Merge keys and values from |other|, giving precedence to |other|.
65 void Merge(const RegistryDict& other);

Completed in 627 milliseconds

1 2 3 4 5