HomeSort by relevance Sort by last modified time
    Searched full:subscribed (Results 1 - 25 of 48) sorted by null

1 2

  /libcore/luni/src/main/java/java/beans/
PropertyChangeSupport.java 116 * changes. If the property name or listener is null or not subscribed, this
162 * named {@code propertyName}. If the listener is already subscribed, it
174 * This includes both listeners subscribed to all property changes and
175 * listeners subscribed to the named property only.
287 * listener is null or not subscribed, this method silently does nothing.
300 * If the listener is already subscribed, it will receive an additional
310 * Returns all subscribers. This includes both listeners subscribed to all
311 * property changes and listeners subscribed to a single property.
320 * PropertyChangeListeners subscribed to the same property name.
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 14 // PrefChangeRegistrar might be subscribed to an OffTheRecordProfileImpl that
  /external/chromium/chrome/browser/ui/gtk/
gconf_titlebar_listener.h 65 // BrowserTitlebar objects which have subscribed to updates.
  /external/e2fsprogs/po/
Makevars 35 # can write to without being subscribed, or the URL of a web page through
  /external/chromium/chrome/browser/chromeos/login/
network_screen.h 93 // True if subscribed to network change notification.
  /external/chromium/net/proxy/
proxy_config_service.h 49 // it is guaranteed that subscribed observers will be notified of a change at
  /external/webkit/Source/WebKit/chromium/public/
WebNotificationPresenter.h 59 // Indiciates that the notification object subscribed to events for a previously shown notification is
  /external/wpa_supplicant_8/src/wps/
wps_er.h 67 int subscribed; member in struct:wps_er_ap
wps_er.c 206 ap->subscribed = 0;
355 if (ap->subscribed) {
414 wpa_printf(MSG_DEBUG, "WPS ER: Subscribed to events");
415 ap->subscribed = 1;
729 * may have been ongoing at the time ER subscribed for events.
    [all...]
  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 75 // subscribed feeds provider. TODO: mock out subscribed feeds too.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 127 int subscribed; /**< events subscribed; read-only */ member in struct:snd_ctl_ext
  /external/bluetooth/glib/
README.commits 16 If you are making changes to GLib, you should be subscribed
  /ndk/sources/host-tools/sed-4.2.1/po/
Makevars 48 # can write to without being subscribed, or the URL of a web page through
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 837 * to all subscribed handlers.
848 * transmitted to all subscribed handlers.
859 * to all subscribed handlers.
870 * to all subscribed handlers.
881 * to all subscribed handlers.
892 * to all subscribed handlers.
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 90 // have subscribed to tab close notifications on their behalf and we need to
  /external/chromium/third_party/libevent/
evport.c 95 * Per-file-descriptor information about what events we're subscribed to. These
96 * fields are NULL if no event is subscribed to either of them.
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 130 /* check for an over-subscribed or incomplete set of lengths */
135 if (left < 0) return -1; /* over-subscribed */
  /external/zlib/contrib/infback9/
inftree9.c 124 /* check for an over-subscribed or incomplete set of lengths */
129 if (left < 0) return -1; /* over-subscribed */
  /external/zlib/
inftrees.c 130 /* check for an over-subscribed or incomplete set of lengths */
135 if (left < 0) return -1; /* over-subscribed */
  /external/zlib/contrib/blast/
blast.c 177 * subscribed code set, and positive for an incomplete code set. The tables
213 /* check for an over-subscribed or incomplete set of lengths */
218 if (left < 0) return left; /* over-subscribed--return negative */
  /external/oprofile/
HACKING 148 subscribed to both the main list and the commits mailing list if you do.
  /external/zlib/contrib/puff/
puff.c 301 * subscribed code set, and positive for an incomplete code set. The tables
342 /* check for an over-subscribed or incomplete set of lengths */
347 if (left < 0) return left; /* over-subscribed--return negative */
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 427 * Gets the event entries of every calendar subscribed in default user calendar.
  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc 340 const std::string STR_SUBSCRIBED("subscribed");
  /external/wpa_supplicant/
eap_sim_common.c 827 "User has not subscribed to the requested service",

Completed in 918 milliseconds

1 2