/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PublishModel.java | 27 /** Only subscribers may publish */
28 subscribers,
enum constant in enum:PublishModel
|
ConfigureForm.java | 379 * Determines if subscribers should be notified when the configuration changes.
389 * Sets whether subscribers should be notified when the configuration changes.
391 * @param notify true if subscribers should be notified, false otherwise
400 * Determines whether subscribers should be notified when the node is deleted.
402 * @return true if subscribers should be notified, false otherwise
410 * Sets whether subscribers should be notified when the node is deleted.
412 * @param notify true if subscribers should be notified, false otherwise
421 * Determines whether subscribers should be notified when items are deleted
424 * @return true if subscribers should be notified, false otherwise
432 * Sets whether subscribers should be notified when items are deleted [all...] |
AccessModel.java | 27 /** Subscription request must be approved and only subscribers may retrieve items */
|
ConfigureNodeFields.java | 128 * Whether to notify subscribers when the node configuration changes
135 * Whether to notify subscribers when the node is deleted
142 * Whether to notify subscribers when items are removed from the node
|
/external/chromium_org/chrome_frame/ |
buggy_bho_handling.h | 32 // subscribers and checks if any of the sinks belong to a list of 79 // List of buggy subscribers.
|
/external/guava/guava/src/com/google/common/eventbus/ |
DeadEvent.java | 22 * Wraps an event that was posted, but which had no subscribers and thus could
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 153 //Send the frame to subscribers 167 KeyedVector<int, frame_callback> *subscribers, 208 //Different frame subscribers get stored using these
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_virmidi.h | 72 * DISPATCH = input/output events are routed to subscribers.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_virmidi.h | 72 * DISPATCH = input/output events are routed to subscribers.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ExtensionServer.js | 140 var subscribers = this._subscribers[type]; 141 if (!subscribers) 147 for (var i = 0; i < subscribers.length; ++i) 148 subscribers[i].postMessage(message); 153 var subscribers = this._subscribers[message.type]; 154 if (subscribers) 155 subscribers.push(port); 165 var subscribers = this._subscribers[message.type]; 166 if (!subscribers) 168 subscribers.remove(port) [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_i.h | 75 * Subscribers to our events are recorded in this struct. This includes a max 77 * also have to age out subscribers unless they renew.
|
wps_upnp_event.c | 23 * Event message generation (to subscribers) 46 * TODO: As an optimization we could share data between subscribers. 338 /* event_send_all_later -- schedule sending events to all subscribers 396 * Avoid queuing frames for subscribers that may have left
|
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 996 CAMHAL_LOGDA("No Focus Subscribers!"); 1041 CAMHAL_LOGEA("No shutter Subscribers!"); 1078 CAMHAL_LOGDA("No zoom Subscribers!"); 1114 CAMHAL_LOGDA("No face detection subscribers!"); 1205 KeyedVector<int, frame_callback> *subscribers, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/docs/source.android.com/src/source/community/ |
groups-charter.jd | 22 below describe what's expected of subscribers to the Android mailing lists.</h2>
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
preference_api.h | 119 // which then informs the subscribers (ExtensionPrefStores) about the winning
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_settings_service.h | 146 // Sends the settings to all subscribers. This method should be called by the
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
card_slider.js | 346 * Dispatches a simple event to tell subscribers we're done moving to the 395 * Dispatches a simple event to tell interested subscribers that a card was 450 * Dispatches a cardSlider:card_removed event so interested subscribers know 488 * @param {boolean=} opt_dontNotify If true, don't tell subscribers that
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
webRequest.html | 47 <code>onBeforeSendHeaders</code> event is passed to all subscribers, so 48 different subscribers may attempt to modify the request; see the <a
|
/libcore/luni/src/main/java/java/beans/ |
PropertyChangeSupport.java | 173 * Returns the subscribers to be notified when {@code propertyName} changes. 310 * Returns all subscribers. This includes both listeners subscribed to all
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seqmid.h | 75 * \brief set broadcasting to subscribers 78 * This macro sets the destination as the subscribers.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seqmid.h | 75 * \brief set broadcasting to subscribers 78 * This macro sets the destination as the subscribers.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seqmid.h | 75 * \brief set broadcasting to subscribers 78 * This macro sets the destination as the subscribers.
|
/external/chromium_org/content/browser/gpu/ |
gpu_process_host.h | 253 // This map of frame subscribers are listening for frame presentation events.
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
EventBusTest.java | 57 * Tests that events are distributed to any subscribers to their type or any
|