Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 82) sorted by relevance

1234

/external/lldb/source/Target/
DPathMappingList.cpp79 bool notify) in Append()
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append()
105 bool notify) in Insert()
122 bool notify) in Replace()
135 PathMappingList::Remove (off_t index, bool notify) in Remove()
171 PathMappingList::Clear (bool notify) in Clear()
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace()
276 PathMappingList::Remove (const ConstString &path, bool notify) in Remove()
/external/chromium_org/chrome/browser/
Didle.cc12 IdleCallback notify, in CalculateIdleStateCallback()
22 void CalculateIdleState(int idle_threshold, IdleCallback notify) { in CalculateIdleState()
Didle_linux.cc17 void CalculateIdleTime(IdleTimeCallback notify) { in CalculateIdleTime()
Didle_chromeos.cc12 void CalculateIdleTime(IdleTimeCallback notify) { in CalculateIdleTime()
Didle_win.cc48 void CalculateIdleTime(IdleTimeCallback notify) { in CalculateIdleTime()
/external/qemu/include/qemu/
Dnotify.h23 void (*notify)(Notifier *notifier, void *data); member
51 int (*notify)(NotifierWithReturn *notifier, void *data); member
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java21 public void notify(int id, Notification notification) in notify() method in ShadowNotificationManager
27 public void notify(String tag, int id, Notification notification) { in notify() method in ShadowNotificationManager
/external/smack/src/org/jivesoftware/smackx/pubsub/
DConfigureForm.java393 public void setNotifyConfig(boolean notify) in setNotifyConfig()
396 setAnswer(ConfigureNodeFields.notify_config.getFieldName(), notify); in setNotifyConfig() local
414 public void setNotifyDelete(boolean notify) in setNotifyDelete()
417 setAnswer(ConfigureNodeFields.notify_delete.getFieldName(), notify); in setNotifyDelete() local
437 public void setNotifyRetract(boolean notify) in setNotifyRetract()
440 setAnswer(ConfigureNodeFields.notify_retract.getFieldName(), notify); in setNotifyRetract() local
DItemsExtension.java35 protected Boolean notify; field in ItemsExtension
109 public ItemsExtension(String nodeId, List<? extends PacketExtension> items, boolean notify) in ItemsExtension()
/external/chromium_org/chrome/browser/extensions/
Dtest_blacklist.cc84 bool notify) { in SetBlacklistState()
107 void TestBlacklist::Clear(bool notify) { in Clear()
/external/chromium_org/chrome/browser/extensions/api/idle/
Didle_manager.cc88 IdleCallback notify) { in CalculateIdleState()
92 void DefaultIdleProvider::CalculateIdleTime(IdleTimeCallback notify) { in CalculateIdleTime()
172 void IdleManager::QueryState(int threshold, QueryStateCallback notify) { in QueryState()
/external/valgrind/main/coregrind/m_mach/
Dmach_msg.c60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument
/external/chromium_org/third_party/webrtc/base/
Dhttpbase.h99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify() function
/external/lldb/source/Breakpoint/
DBreakpointList.cpp35 BreakpointList::Add (BreakpointSP &bp_sp, bool notify) in Add()
52 BreakpointList::Remove (break_id_t break_id, bool notify) in Remove()
82 BreakpointList::RemoveAll (bool notify) in RemoveAll()
DWatchpointList.cpp34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) in Add()
209 WatchpointList::Remove (lldb::watch_id_t watch_id, bool notify) in Remove()
280 WatchpointList::RemoveAll (bool notify) in RemoveAll()
/external/chromium_org/third_party/polymer/components-chromium/core-signals/
Dcore-signals-extracted.js20 function notify(name, data) { function
/external/chromium_org/chromeos/audio/
Dcras_audio_handler.cc213 void CrasAudioHandler::AddActiveNode(uint64 node_id, bool notify) { in AddActiveNode()
362 void CrasAudioHandler::SetActiveOutputNode(uint64 node_id, bool notify) { in SetActiveOutputNode()
369 void CrasAudioHandler::SetActiveInputNode(uint64 node_id, bool notify) { in SetActiveInputNode()
719 void CrasAudioHandler::SwitchToDevice(const AudioDevice& device, bool notify) { in SwitchToDevice()
850 void CrasAudioHandler::AddAdditionalActiveNode(uint64 node_id, bool notify) { in AddAdditionalActiveNode()
878 void CrasAudioHandler::RemoveActiveNodeInternal(uint64 node_id, bool notify) { in RemoveActiveNodeInternal()
/external/chromium_org/content/child/npapi/
Dplugin_instance.cc91 bool notify; in CreateStream() local
198 bool notify; in DidFinishLoadWithReason() local
385 bool notify; in SendJavaScriptStream() local
585 bool notify, in RequestURL()
669 bool* notify, in GetNotifyData()
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpppump.cc34 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump()
/external/chromium_org/ash/
Dash_touch_exploration_manager_chromeos.cc36 AccessibilityNotificationVisibility notify) { in OnAccessibilityModeChanged()
/external/chromium_org/chrome/browser/extensions/api/content_settings/
Dcontent_settings_store.cc140 bool notify = false; in UnregisterExtension() local
162 bool notify = false; in SetExtensionState() local
229 bool notify = false; in ClearContentSettingsForExtension() local
/external/chromium_org/base/prefs/
Ddefault_pref_store.cc39 bool notify = !old_value->Equals(value.get()); in ReplaceDefaultValue() local
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
Dvirtual_keyboard_tray.cc106 AccessibilityNotificationVisibility notify) { in OnAccessibilityModeChanged()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js1 var notify = []; variable
117 notify[notifyIndex] = function () { function
/external/qemu/ui/
Dinput.c308 void qemu_add_mouse_mode_change_notifier(Notifier *notify) in qemu_add_mouse_mode_change_notifier()
313 void qemu_remove_mouse_mode_change_notifier(Notifier *notify) in qemu_remove_mouse_mode_change_notifier()

1234