HomeSort by relevance Sort by last modified time
    Searched refs:notified (Results 1 - 25 of 31) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCaseReference.java 53 * @param notified the {@link IVisitsTestTrees} to send test info to
56 public void sendTree(IVisitsTestTrees notified) {
57 notified.visitTreeEntry(getIdentifier(), false, countTestCases());
TestSuiteReference.java 55 * @param notified the {@link IVisitsTestTrees} to send test info too
58 public void sendTree(IVisitsTestTrees notified) {
59 notified.visitTreeEntry(getIdentifier(), true, countTestCases());
61 ref.sendTree(notified);
  /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/
ComprehensiveCountryDetectorTest.java 134 public boolean notified() {
156 assertFalse(listener.notified());
179 assertTrue(listener.notified());
200 assertFalse(listener.notified());
244 assertFalse(listener.notified());
260 assertFalse(listener.notified());
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/remoting/webapp/
fullscreen_v2.js 22 * to be notified of a full-screen changed event. onRestored fires when
24 * being minimized; callbacks should not be notified of the latter.
host_installer.js 51 // Always do a fresh check as we don't get notified when the host is
  /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/chrome/browser/resources/feedback/js/
event_handler.js 62 * Callback which gets notified once our feedback UI has loaded and is ready to
77 * Callback which gets notified if another extension is requesting feedback.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
cast_extension_discoverer.js 62 * The result will be notified on |callback|. True if installed, false not.
  /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)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 17 * An interface for clients who want to get notified when an utterance
  /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/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
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 345 boolean notified = false;
350 notified = true;
353 + "SignalStrength not notified");
357 return notified;
    [all...]
  /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/testing/gtest/include/gtest/internal/
gtest-port.h 1455 const bool notified = notified_; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 94 * Observer type: it will be notified if the changed Entry is exactly the same
100 * Observer type: it will be notified if the changed Entry is an immediate child
106 * Observer type: it will be notified if the changed Entry is a descendant of
486 * Adds an observer, which will be notified when metadata changes.
  /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...]
  /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/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 193 * You can listen for the 'chromeVoxLoaded' event to be notified when
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 109 * An interface for being notified when the text changes.
    [all...]

Completed in 4466 milliseconds

1 2