HomeSort by relevance Sort by last modified time
    Searched refs:notified (Results 1 - 25 of 29) 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 331 static bool notified = false; local
332 if (notified)
334 notified = true;
343 static bool notified = false; local
345 if (notified)
347 notified = true;
380 static bool notified = false; local
381 if (notified)
383 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/mojo/public/cpp/utility/lib/
run_loop.cc 153 bool notified = false; local
169 notified = true;
173 return notified;
  /external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js 55 * Callback which gets notified once our feedback UI has loaded and is ready to
72 * Callback which gets notified if another extension is requesting feedback.
  /external/chromium_org/remoting/webapp/
fullscreen_v2.js 28 * to be notified of a full-screen changed event. onRestored fires when
30 * being minimized; callbacks should not be notified of the latter.
  /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 317 // Remembers if it has been notified.
324 bool notified() const { return started_ && ended_; } function in class:ui::__anon20576::TestCompositorObserver
919 // Checks that compositor observers are notified when:
933 // Explicitly called DrawTree should cause the observers to be notified.
936 EXPECT_TRUE(observer.notified());
948 EXPECT_TRUE(observer.notified());
954 EXPECT_TRUE(observer.notified());
960 EXPECT_TRUE(observer.notified());
966 EXPECT_TRUE(observer.notified());
976 EXPECT_TRUE(observer.notified());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 250 boolean notified = false;
255 notified = true;
258 + "SignalStrength not notified");
262 return notified;
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 256 bool notified() { return events_ > 0; } function in class:__anon8046::NotificationCounter
722 ASSERT_TRUE(counter.notified());
726 ASSERT_TRUE(counter.notified());
730 ASSERT_TRUE(counter.notified());
734 ASSERT_TRUE(counter.notified());
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 78 boolean notified; field in class:IInputMethodWrapper.Notifier
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 38 bool notified() const { return notified_; } function in class:__anon8616::TestCallbackListener
242 bool listener_notified() const { return listener_.notified(); }
320 // 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 1373 const bool notified = notified_; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 95 * Observer type: it will be notified if the changed Entry is exactly the same
101 * Observer type: it will be notified if the changed Entry is an immediate child
107 * Observer type: it will be notified if the changed Entry is a descendant of
467 * 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/cryptotoken/
enroller.js 554 console.log(UTIL_fmt('helper notified ' + code.toString(16) +
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 109 * An interface for being notified when the text changes.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 452 * When the cancellation is done, it is notified via callbacks of run().
    [all...]

Completed in 1224 milliseconds

1 2