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

  /external/chromium_org/v8/src/platform/
condition-variable.cc 137 volatile bool notified_;
163 event->notified_ = false;
209 if (!result && event->notified_ && waitlist_ != NULL) {
213 waitlist_->notified_ = true;
233 if (event->notified_) {
244 ASSERT(!highest_event->notified_);
246 highest_event->notified_ = true;
257 if (!event->notified_) {
259 event->notified_ = true;
280 ASSERT(event->notified_);
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbsignhelper.js 42 this.notified_ = false;
56 this.notified_ = true;
173 if (this.notified_)
175 this.notified_ = true;
200 if (this.notified_)
202 this.notified_ = true;
259 !this.notified_) {
282 if (this.notified_) {
usbenrollhelper.js 49 this.notified_ = false;
323 if (this.notified_) {
348 if (!this.waitingForTouchGnubbies_.length && !this.notified_) {
381 if (this.notified_ || this.closed_)
383 this.notified_ = true;
394 if (this.notified_ || this.closed_)
396 this.notified_ = true;
407 if (this.lastProgressUpdate_ == code || this.notified_ || this.closed_)
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 38 bool notified() const { return notified_; }
39 void clear_notified() { notified_ = false; }
44 bool notified_; member in class:__anon8616::TestCallbackListener
48 TestCallbackListener::TestCallbackListener() : notified_(false) {
55 notified_ = true;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 1383 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 1102 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 1234 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1112 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 1102 volatile bool notified_; member in class:testing::internal::Notification
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 1234 bool notified_; member in class:testing::internal::Notification
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2341 bool notified_; member in class:std::tr1::Notification
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2341 bool notified_; member in class:std::tr1::Notification
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2341 bool notified_; member in class:std::tr1::Notification
    [all...]

Completed in 795 milliseconds