HomeSort by relevance Sort by last modified time
    Searched defs:notified (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 352 static bool notified = false; local
353 if (notified)
355 notified = true;
364 static bool notified = false; local
366 if (notified)
368 notified = true;
401 static bool notified = false; local
402 if (notified)
404 notified = true;
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 165 public boolean notified() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215 assertTrue(countryListener.notified());
240 assertTrue(countryListener.notified());
259 assertFalse(countryListener.notified());
281 assertTrue(countryListener.notified());
317 // CountryListener should be notified
318 assertTrue(countryListener.notified());
340 // CountryListener should be notified
341 assertTrue(countryListener.notified());
  /external/chromium_org/mojo/public/cpp/utility/lib/
run_loop.cc 176 bool notified = false; local
200 notified = true;
203 return notified;
  /external/chromium_org/components/google/core/browser/
google_url_tracker_unittest.cc 38 bool notified() const { return notified_; } function in class:__anon11154::TestCallbackListener
245 bool listener_notified() const { return listener_.notified(); }
325 // we need to spin the message loop so the tracker will actually be notified.
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 257 bool notified() { return events_ > 0; } function in class:__anon8152::NotificationCounter
723 ASSERT_TRUE(counter.notified());
727 ASSERT_TRUE(counter.notified());
731 ASSERT_TRUE(counter.notified());
735 ASSERT_TRUE(counter.notified());
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 78 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/chromium_org/ui/compositor/
layer_unittest.cc 319 // Remembers if it has been notified.
326 bool notified() const { return started_ && ended_; } function in class:ui::__anon410::TestCompositorObserver
1002 // Checks that compositor observers are notified when:
1016 // Explicitly called DrawTree should cause the observers to be notified.
1019 EXPECT_TRUE(observer.notified());
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1224 const bool notified = notified_; local
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 1455 const bool notified = notified_; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 173 struct _MDCVar *cv; /* the condition variable notified */
174 PRIntn times; /* and the number of times notified */
193 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock
376 if (0 != (lock)->notified.length) { \
389 if (0 != (lock)->notified.length) { \
_win95.h 164 struct _MDCVar *cv; /* the condition variable notified */
165 PRIntn times; /* and the number of times notified */
180 struct _MDNotified notified; /* array of conditions notified */ member in struct:_MDLock
381 #define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link=NULL,PR_SUCCESS)
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 4053 public boolean notified; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2331 const bool notified = notified_; local
    [all...]

Completed in 535 milliseconds