/external/chromium_org/chrome/browser/ |
H A D | idle.cc | 12 IdleCallback notify, 15 notify.Run(IDLE_STATE_IDLE); 17 notify.Run(IDLE_STATE_ACTIVE); 22 void CalculateIdleState(int idle_threshold, IdleCallback notify) { argument 24 notify.Run(IDLE_STATE_LOCKED); 30 notify)); 11 CalculateIdleStateCallback(int idle_threshold, IdleCallback notify, int idle_time) argument
|
H A D | idle_linux.cc | 17 void CalculateIdleTime(IdleTimeCallback notify) { argument 20 notify.Run(idle_query.IdleTime());
|
H A D | idle.h | 26 // Calculate the Idle state and notify the callback. |idle_threshold| is the 27 // amount of time (in seconds) before considered idle. |notify| is 29 void CalculateIdleState(int idle_threshold, IdleCallback notify); 31 // Calculate Idle time in seconds and notify the callback 32 void CalculateIdleTime(IdleTimeCallback notify);
|
H A D | idle_chromeos.cc | 12 void CalculateIdleTime(IdleTimeCallback notify) { argument 21 notify.Run(static_cast<int>(idle_time.InSeconds()));
|
H A D | idle_win.cc | 48 void CalculateIdleTime(IdleTimeCallback notify) { argument 49 notify.Run(static_cast<int>(CalculateIdleTimeInternal()));
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
H A D | NotificationManagerTest.java | 28 notificationManager.notify(1, notification1); 32 notificationManager.notify(31, notification2); 39 notificationManager.notify(1, notification1); 41 notificationManager.notify(1, notification2); 48 notificationManager.notify("a tag", 1, notification1); 55 notificationManager.notify("a tag", 1, notification1); 62 notificationManager.notify("a tag", 1, notification1); 69 notificationManager.notify(1, notification1); 78 notificationManager.notify("a tag", 1, notification1); 88 notificationManager.notify( [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-signals/ |
H A D | core-signals-extracted.js | 20 function notify(name, data) { function 42 notify(e.detail.name, e.detail.data);
|
/external/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 47 Append (const ConstString &path, const ConstString &replacement, bool notify); 50 Append (const PathMappingList &rhs, bool notify); 53 Clear (bool notify); 78 bool notify); 81 Remove (off_t index, bool notify); 84 Remove (const ConstString &path, bool notify); 89 bool notify); 95 bool notify);
|
/external/valgrind/main/coregrind/m_mach/ |
H A D | mach_msg.c | 57 mach_port_t notify); 60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) 67 mach_port_t notify; 85 timeout, notify); 94 timeout, notify); 101 timeout, notify);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
H A D | ItemsExtension.java | 35 protected Boolean notify;
field in class:ItemsExtension 43 /** A retract element, which has an optional <b>notify</b> attribute when publishing deletions */
44 retract(PubSubElementType.RETRACT, "notify");
73 * only id's and an optional value for the <b>notify</b> attribute.
98 * only id's and an optional value for the <b>notify</b> attribute.
109 public ItemsExtension(String nodeId, List<? extends PacketExtension> items, boolean notify)
argument 114 this.notify = notify;
149 return notify;
166 if (notify ! [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
H A D | NotifyingListener.java | 41 mSleeper.notify();
|
/external/qemu/include/qemu/ |
H A D | notify.h | 23 void (*notify)(Notifier *notifier, void *data); member in struct:Notifier 43 /* Same as Notifier but allows .notify() to return errors */ 51 int (*notify)(NotifierWithReturn *notifier, void *data); member in struct:NotifierWithReturn
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | test_blacklist.cc | 84 bool notify) { 103 if (notify) 107 void TestBlacklist::Clear(bool notify) { argument 110 if (notify) 82 SetBlacklistState(const std::string& extension_id, BlacklistState state, bool notify) argument
|
/external/lldb/source/Target/ |
H A D | PathMappingList.cpp | 79 bool notify) 83 if (notify && m_callback) 88 PathMappingList::Append (const PathMappingList &rhs, bool notify) argument 96 if (notify && m_callback) 105 bool notify) 114 if (notify && m_callback) 122 bool notify) 129 if (notify && m_callback) 135 PathMappingList::Remove (off_t index, bool notify) argument 143 if (notify 77 Append(const ConstString &path, const ConstString &replacement, bool notify) argument 102 Insert(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument 119 Replace(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument 171 Clear(bool notify) argument 261 Replace(const ConstString &path, const ConstString &new_path, bool notify) argument 276 Remove(const ConstString &path, bool notify) argument [all...] |
/external/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointList.h | 50 Add (lldb::BreakpointSP& bp_sp, bool notify); 133 Remove (lldb::break_id_t breakID, bool notify); 142 RemoveAll (bool notify);
|
H A D | WatchpointList.h | 61 Add (const lldb::WatchpointSP& wp_sp, bool notify); 183 Remove (lldb::watch_id_t watchID, bool notify); 244 RemoveAll (bool notify);
|
/external/chromium_org/chromeos/audio/ |
H A D | cras_audio_handler.h | 161 virtual void SwitchToDevice(const AudioDevice& device, bool notify); 206 // If |notify|, notifies Active*NodeChange. 207 void SetActiveOutputNode(uint64 node_id, bool notify); 208 void SetActiveInputNode(uint64 node_id, bool notify); 280 void AddActiveNode(uint64 node_id, bool notify); 283 void AddAdditionalActiveNode(uint64 node_id, bool notify); 286 void RemoveActiveNodeInternal(uint64 node_id, bool notify);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | CoroutineManager.java | 94 * <p>(Two possible approaches: wait-notify based and queue-based. Some 266 // We expect these values to be overwritten during the notify()/wait() 271 notify(); 315 notify(); 335 // We expect these values to be overwritten during the notify()/wait() 342 notify();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowNotificationManager.java | 21 public void notify(int id, Notification notification) method in class:ShadowNotificationManager 23 notify(null, id, notification); 27 public void notify(String tag, int id, Notification notification) { method in class:ShadowNotificationManager
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
H A D | JavascriptEventObserver.java | 66 mEvent.notify();
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
H A D | JavaBridgeTestBase.java | 20 notify();
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/ |
H A D | AsyncTestCase.java | 53 notify();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
H A D | nv30_screen.h | 24 struct nouveau_bo *notify; member in struct:nv30_screen
|
/external/mesa3d/src/gallium/drivers/nv30/ |
H A D | nv30_screen.h | 24 struct nouveau_bo *notify; member in struct:nv30_screen
|
/external/chromium_org/base/prefs/ |
H A D | default_pref_store.cc | 39 bool notify = !old_value->Equals(value.get()); local 41 if (notify)
|