Searched defs:notification (Results 126 - 146 of 146) sorted by relevance

123456

/external/wpa_supplicant_8/src/eap_peer/
H A Deap_aka.c596 u8 id, u16 notification)
599 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
966 "data from notification message");
971 wpa_printf(MSG_WARNING, "EAP-AKA: Counter in notification "
1001 wpa_printf(MSG_WARNING, "EAP-AKA: Invalid notification "
1016 wpa_printf(MSG_INFO, "EAP-AKA: too many notification "
1022 if (attr->notification == -1) {
1029 if ((attr->notification & 0x4000) == 0 &&
1035 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1);
1036 if (attr->notification >
595 eap_aka_response_notification(struct eap_aka_data *data, u8 id, u16 notification) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.h164 /* AT_NOTIFICATION notification code values */
196 int notification, counter, selected_version, client_error_code; member in struct:eap_sim_attrs
227 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_aka.c596 u8 id, u16 notification)
599 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
966 "data from notification message");
971 wpa_printf(MSG_WARNING, "EAP-AKA: Counter in notification "
1001 wpa_printf(MSG_WARNING, "EAP-AKA: Invalid notification "
1016 wpa_printf(MSG_INFO, "EAP-AKA: too many notification "
1022 if (attr->notification == -1) {
1029 if ((attr->notification & 0x4000) == 0 &&
1035 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1);
1036 if (attr->notification >
595 eap_aka_response_notification(struct eap_aka_data *data, u8 id, u16 notification) argument
[all...]
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jar ... org/junit/runner/ org/junit/runner/manipulation/ org/junit/runner/notification/ org/junit/runners/ org/junit/runners/model/ LICENSE.txt ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp821 void WebTestProxyBase::postAccessibilityNotification(const WebKit::WebAccessibilityObject& obj, WebKit::WebAccessibilityNotification notification) argument
823 if (notification == WebKit::WebAccessibilityNotificationFocusedUIElementChanged)
827 switch (notification) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp126 static WebAccessibilityNotification toWebAccessibilityNotification(AXObjectCache::AXNotification notification) argument
129 return static_cast<WebAccessibilityNotification>(notification);
805 void ChromeClientImpl::postAccessibilityNotification(AccessibilityObject* obj, AXObjectCache::AXNotification notification) argument
807 // Alert assistive technology about the accessibility object notification.
809 m_webView->client()->postAccessibilityNotification(WebAccessibilityObject(obj), toWebAccessibilityNotification(notification));
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.cc317 const ToastNotificationHandler::DesktopNotification& notification) {
320 if (IsValidNotification(notification.id)) {
321 NOTREACHED() << "Duplicate notification id passed in.";
330 notification_map_[notification.id].reset(notification_handler);
331 notification_handler->DisplayNotification(notification);
334 void ChromeAppView::CancelNotification(const std::string& notification) { argument
339 NotificationMap::iterator index = notification_map_.find(notification);
341 NOTREACHED() << "Invalid notification:" << notification.c_str();
353 // Returns true if the notification passe
316 DisplayNotification( const ToastNotificationHandler::DesktopNotification& notification) argument
354 IsValidNotification(const std::string& notification) argument
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java630 public void onRemoval(RemovalNotification<Object, Object> notification) {
870 RemovalNotification<K, V> notification = listener.remove();
871 assertSame(key, notification.getKey());
872 assertSame(value, notification.getValue());
873 assertSame(cause, notification.getCause());
1253 RemovalNotification<Object, Object> notification = listener.remove();
1254 assertEquals(immutableEntry(key, value2), notification);
1255 assertEquals(RemovalCause.REPLACED, notification.getCause());
1280 notification = listener.remove();
1281 assertEquals(immutableEntry(key, value3), notification);
2689 onRemoval(RemovalNotification<K, V> notification) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc39 #include "chrome/browser/notifications/notification.h"
315 NotificationType notification, AutomationProvider* automation)
317 notification_(notification) {
352 // This tab notification doesn't belong to the parent_.
917 // At the time of the notification the browser being closed is not removed
962 // Define mapping from command to notification
2090 // Returns whether the notification's host has a non-null process handle.
2145 const Notification& notification = (*iter)->notification(); local
2147 balloon->SetString("content_url", notification
314 TabStripNotificationObserver( NotificationType notification, AutomationProvider* automation) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2185 // We should now have a new create notification.
2187 ContextLifetimeTestWebFrameClient::Notification* notification = webFrameClient.createNotifications[0]; local
2188 ASSERT_EQ(isolatedWorldId, notification->worldId);
2189 ASSERT_EQ(m_webView->mainFrame(), notification->frame);
2192 ASSERT_NE(m_webView->mainFrame()->mainWorldScriptContext(), v8::Local<v8::Context>::New(isolate, notification->context));
2200 // And one of them should be exactly the same as the create notification for the isolated context.
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.cc48 #include "chrome/browser/notifications/notification.h"
164 LOG(ERROR) << "Got RENDERER_PROCESS_CLOSED notification, "
166 << "crash notification, resulting in hangs.";
374 int notification, AutomationProvider* automation)
376 notification_(notification) {
420 // This tab notification doesn't belong to the parent_.
829 // We get the notification before the browser is removed from the BrowserList.
880 // At the time of the notification the browser being closed is not removed
901 // Define mapping from command to notification
2047 &(*balloon_iter)->notification());
373 TabStripNotificationObserver( int notification, AutomationProvider* automation) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc73 // The space between the edges of a notification bar and the text within (in
344 // A View for a single notification banner.
434 // The checkbox associated with this notification, or NULL if there is none.
818 const DialogNotification& notification = notifications_[i]; local
819 scoped_ptr<NotificationView> view(new NotificationView(notification));
1542 // Layout notification area at top of dialog.
/external/kernel-headers/original/linux/
H A Daudit.h539 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
589 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) argument
592 __audit_mq_notify(mqdes, notification);
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2474 // NOTE: For now we're doing the safest thing, and sending out notification
2476 // displayed when done loading. Ideally we would send notification when
2839 WebAccessibilityNotification notification) {
2842 obj, notification);
3680 // Note: It is important this notification occur before DidStopLoading so the
5236 // Start off with an initial preferred size notification (in case
2837 postAccessibilityNotification( const WebAccessibilityObject& obj, WebAccessibilityNotification notification) argument
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 837 milliseconds

123456