HomeSort by relevance Sort by last modified time
    Searched refs:Ack (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/notifier/
ack_tracker_unittest.cc 115 // Tests that various combinations of Track()/Ack() behave as
130 ack_tracker_.Ack(ids_one);
131 ack_tracker_.Ack(ids_two);
136 ack_tracker_.Ack(ids_one);
137 ack_tracker_.Ack(ids_two);
143 ack_tracker_.Ack(ids_all);
148 ack_tracker_.Ack(ids_all);
160 ack_tracker_.Ack(ids);
169 ack_tracker_.Ack(ids);
226 ack_tracker_.Ack(ids)
    [all...]
ack_tracker.h 47 // Equivalent to calling Ack() on all currently registered object IDs.
56 void Ack(const ObjectIdSet& ids);
sync_invalidation_listener.cc 149 // If the received ack matches the expected ack, then we no longer need to
153 ack_tracker_.Ack(ids);
255 ack_tracker_.Ack(ids);
391 ack_tracker_.Ack(unregistered_ids);
ack_tracker.cc 113 void AckTracker::Ack(const ObjectIdSet& ids) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 105 Ack();
119 //ack();
137 protected virtual void Ack() {
150 Ack();
RemoteDebugEventSocketListener.cs 256 Ack();
326 Ack();
330 protected virtual void Ack() {
331 @out.WriteLine("ack");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 112 Ack();
126 //ack();
149 protected virtual void Ack()
167 Ack();
RemoteDebugEventSocketListener.cs 313 Ack();
407 Ack();
411 protected virtual void Ack()
413 @out.WriteLine( "ack" );

Completed in 180 milliseconds