HomeSort by relevance Sort by last modified time
    Searched refs:notifier (Results 101 - 125 of 325) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/junit/src/org/junit/internal/runners/model/
EachTestNotifier.java 17 public EachTestNotifier(RunNotifier notifier, Description description) {
18 fNotifier= notifier;
  /external/mockito/src/org/mockito/runners/
MockitoJUnitRunner.java 61 public void run(final RunNotifier notifier) {
62 runner.run(notifier);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 17 namespace notifier { namespace
55 } // namespace notifier
  /external/chromium_org/jingle/notifier/communicator/
login_settings.h 11 #include "jingle/notifier/base/server_information.h"
15 namespace notifier { namespace
72 } // namespace notifier
single_login_attempt.h 10 #include "jingle/notifier/base/xmpp_connection.h"
11 #include "jingle/notifier/communicator/connection_settings.h"
12 #include "jingle/notifier/communicator/login_settings.h"
19 namespace notifier { namespace
81 } // namespace notifier
  /external/chromium_org/jingle/notifier/listener/
fake_push_client.h 13 #include "jingle/notifier/listener/push_client.h"
14 #include "jingle/notifier/listener/push_client_observer.h"
16 namespace notifier { namespace
60 } // namespace notifier
non_blocking_push_client.h 16 #include "jingle/notifier/listener/push_client.h"
17 #include "jingle/notifier/listener/push_client_observer.h"
23 namespace notifier { namespace
73 } // namespace notifier
notification_defines.h 11 namespace notifier { namespace
63 } // namespace notifier
push_client_unittest.cc 5 #include "jingle/notifier/listener/push_client.h"
13 #include "jingle/notifier/base/notifier_options.h"
17 namespace notifier { namespace
62 } // namespace notifier
push_notifications_send_update_task_unittest.cc 5 #include "jingle/notifier/listener/push_notifications_send_update_task.h"
10 #include "jingle/notifier/listener/xml_element_util.h"
18 namespace notifier { namespace
58 } // namespace notifier
push_notifications_subscribe_task_unittest.cc 5 #include "jingle/notifier/listener/push_notifications_subscribe_task.h"
9 #include "jingle/notifier/listener/xml_element_util.h"
17 namespace notifier { namespace
61 } // namespace notifier
xml_element_util_unittest.cc 5 #include "jingle/notifier/listener/xml_element_util.h"
20 namespace notifier { namespace
58 } // namespace notifier
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationClientNameProviderTest.java 5 package org.chromium.sync.notifier;
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.h 733 ScopedBatchUpdateNotifier* notifier,
736 ScopedBatchUpdateNotifier* notifier,
739 ScopedBatchUpdateNotifier* notifier,
742 ScopedBatchUpdateNotifier* notifier,
745 ScopedBatchUpdateNotifier* notifier,
748 ScopedBatchUpdateNotifier* notifier,
751 ScopedBatchUpdateNotifier* notifier,
754 ScopedBatchUpdateNotifier* notifier,
758 ScopedBatchUpdateNotifier* notifier,
762 ScopedBatchUpdateNotifier* notifier,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 204 message_center::Notifier notifier(notifier_id, base::string16(), true);
206 SetNotifierEnabled(notifier, false);
233 message_center::Notifier notifier(notifier_id, base::string16(), true);
235 SetNotifierEnabled(notifier, false);
247 message_center::Notifier notifier(notifier_id, base::string16(), false);
249 SetNotifierEnabled(notifier, true);
  /external/chromium_org/components/invalidation/
p2p_invalidator.cc 18 #include "jingle/notifier/listener/push_client.h"
139 P2PInvalidator::P2PInvalidator(scoped_ptr<notifier::PushClient> push_client,
192 notifier::Subscription subscription;
199 notifier::SubscriptionList(1, subscription));
239 notifier::NotificationsDisabledReason reason) {
245 const notifier::Notification& notification) {
293 notifier::Notification notification;
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 26 private OldTestClassAdaptingListener(RunNotifier notifier) {
27 fNotifier= notifier;
80 public void run(RunNotifier notifier) {
82 result.addListener(createAdaptingListener(notifier));
86 public TestListener createAdaptingListener(final RunNotifier notifier) {
87 return new OldTestClassAdaptingListener(notifier);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 51 using message_center::Notifier;
104 bool operator() (Notifier* n1, Notifier* n2) {
113 bool SimpleCompareNotifiers(Notifier* n1, Notifier* n2) {
200 std::vector<Notifier*>* notifiers) {
236 notifiers->push_back(new Notifier(
264 notifiers->push_back(new Notifier(
286 Notifier* const screenshot_notifier = new Notifier(
    [all...]
  /external/ppp/pppd/
pppd.h 203 struct notifier { struct
204 struct notifier *next;
256 extern struct notifier *pidchange; /* for notifications of pid changing */
257 extern struct notifier *phasechange; /* for notifications of phase changes */
258 extern struct notifier *exitnotify; /* for notification that we're exiting */
259 extern struct notifier *sigreceived; /* notification of received signal */
260 extern struct notifier *ip_up_notifier; /* IPCP has come up */
261 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
262 extern struct notifier *auth_up_notifier; /* peer has authenticated */
263 extern struct notifier *link_down_notifier; /* link has gone down *
    [all...]
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 24 #include "jingle/notifier/base/notification_method.h"
25 #include "jingle/notifier/base/notifier_options.h"
39 // This is a simple utility that initializes a sync notifier and
113 notifier::NotifierOptions ParseNotifierOptions(
117 notifier::NotifierOptions notifier_options;
181 const notifier::NotifierOptions& notifier_options =
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 269 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); local
270 notifier->AddNetworkObserver(this);
271 notifier->AddNetworkPortalDetectorObserver(this);
275 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); local
276 notifier->RemoveNetworkObserver(this);
277 notifier->RemoveNetworkPortalDetectorObserver(this);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) {
312 broker.registerNotifier(notifier);
339 public synchronized void registerNotifier(ChangeNotifier notifier) {
340 mNotifiers.put(notifier, null);
345 for(ChangeNotifier notifier : mNotifiers.keySet()) {
346 notifier.onChange(selfChange);
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.h 29 // A class to show the list of notifier extensions / URL patterns and allow
60 Notifier* notifier,
68 const Notifier& notifier() const;
84 const scoped_ptr<Notifier> notifier_;
96 void UpdateContentsView(const std::vector<Notifier*>& notifiers);
  /external/junit/src/org/junit/runners/
Parameterized.java 118 protected Statement classBlock(RunNotifier notifier) {
119 return childrenInvoker(notifier);
Suite.java 127 protected void runChild(Runner runner, final RunNotifier notifier) {
128 runner.run(notifier);

Completed in 730 milliseconds

1 2 3 45 6 7 8 91011>>