OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notified_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/v8/src/platform/
condition-variable.cc
160
volatile bool
notified_
;
186
event->
notified_
= false;
232
if (!result && event->
notified_
&& waitlist_ != NULL) {
236
waitlist_->
notified_
= true;
256
if (event->
notified_
) {
267
ASSERT(!highest_event->
notified_
);
269
highest_event->
notified_
= true;
280
if (!event->
notified_
) {
282
event->
notified_
= true;
303
ASSERT(event->
notified_
);
[
all
...]
/external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc
36
bool notified() const { return
notified_
; }
37
void clear_notified() {
notified_
= false; }
40
bool
notified_
;
member in class:__anon1908::TestNotificationObserver
43
TestNotificationObserver::TestNotificationObserver() :
notified_
(false) {
52
notified_
= true;
/external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h
1086
volatile bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc
76
bool notified() const { return
notified_
; }
77
void clear_notified() {
notified_
= false; }
80
bool
notified_
;
member in class:__anon5028::TestNotificationObserver
83
TestNotificationObserver::TestNotificationObserver() :
notified_
(false) {
93
notified_
= true;
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
1234
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
1120
volatile bool
notified_
;
member in class:testing::internal::Notification
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
1107
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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
2341
bool
notified_
;
member in class:std::tr1::Notification
[
all
...]
Completed in 811 milliseconds